To run SSIS package outside of SQL server Data Tools you must install File_creation of Integration services or higher
尝试从命令文件 (.cmd) 运行 Package.dtsx 时出现此错误。
To run SSIS package outside of SQL server Data Tools you must install %File_creation% of Integration services or higher
我使用过包参数
- 也许这会有所帮助:stackoverflow.com/questions/35469249/
- 什么版本的 SQL Server(快速/标准/企业)以及哪一年?
主要问题是 SSIS 包是使用较新版本的 SSDT 部署的,该版本安装在您尝试在其上执行包的服务器上。您必须在服务器上安装相同版本的 SSDT。
有用的链接
- https://social.technet.microsoft.com/Forums/en-US/e5a149bf-a636-44bd-b825-36f9984ae720/to-run-a-ssis-package-outside-of-sql-server-data-tools- you-must-install-move-file-to-archive-of?forum=sqlintegrationservices
- https://dba.stackexchange.com/questions/49786/error-to-run-a-ssis-package-outside-of-sql-server-data-tools-you-must-install
- https://dba.stackexchange.com/questions/138850/ssis-to-run-the-package-outside-of-sql-server-data-tools-you-must-install-expre
- @user2919579 如果它解决了您的问题,您必须接受或支持这个答案,否则给我反馈
来源:https://www.codenong.com/43137008/