SSIS 连接 Tabular Cube 出现 0x80040E21等错误的解决办法

1.  连接字符串要加"Format=Tabular;"

例如:

      DTS:ConnectionString="Data Source=VrpExternalTab.partners.extranet.Microsoft.com;Initial Catalog=DevicesDataModel;Format=Tabular;Provider=MSOLAP.7;Integrated Security=SSPI;" />


2. 在项目属性 debug 属性下找到 Run64BitRuntime 设为 false

posted @ 2016-06-14 17:52  爱知菜  阅读(24)  评论(0编辑  收藏  举报