SSIS用MDX 查询或多维数据库作为数据源报错的解决办法
https://support.microsoft.com/en-us/kb/2861775
0x80040E21 or 0x80004005 error when a data flow task in an SSIS package runs an MDX query by using MSOLAP in SQL Server
在数据库连接字符串中加入:
Format=Tabular;
补充
1 当mdx返回结果有 -1.#IND 时, SSIS会报错
The column status returned was: "Conversion failed because the data value overflowed the specified type.
这时要到源控件的 advance editor中配置TruncationRowDisposition 为"Rd_IgnoreFailure"
2 使用script task的package部署到某些server上包 binary code for the script code is not found.的错误, 解决它要使用英文版本的对应SSIS Tool去部署
3 有时候package运行时, 闪过一个控制台, 然后卡住, 过一段时间下方显示complete, 但是package还在运行, 卡住了
这时可以看看有没有package目录有没有SQLDUMPER_ERRORLOG.log 文件, 这个文件会指向一个存放错误日志的目录, 里面有SQLDmpr0001.mdmp这样的文件可以看具体错误信息.