我开发了一个SSIS包,它在开发和QA环境中运行良好但在IAT上失败。该软件包是在SQL Server 2008 R2上开发的。
环境配置如下
Dev : The package and database reside on the same box. 65 GB RAM 16 processors.
QA : The package and database are in different boxes.
Package box : 16 GB RAM 4 processors
Database box : 32 GB RAM 16 processors
IAT : The package and database are in different boxes.
Package box : Not sure
Database box : 32 GB RAM 4 processors
请注意MaxConcurrentExecutables设置为12.我总共有17个数据流。
包装盒上的配置是否非常重要。这就是包和sql作业所在的位置。不知道为什么IAT失败了?有人建议吗