【发布时间】:2013-03-05 20:52:35
【问题描述】:
我已经在
上创建了 SSIS 包VS 2010 外壳
我能够成功地将我的包部署到SSISDB/Folder/Projects/PackageName(本地服务器)
但我无法将其部署到远程 SQL Server 2012。
我该怎么做?
我在 VS 2010 Shell 中的文件系统/MS SQL Server 包部署在哪里?
我试过这个: FTP 包(ispac)到远程数据库服务器并从那里运行它。 当我尝试这样做时,出现以下错误
Warning: Failed to decrypt an encrypted XML node. Verify that the project was created by the same user. Project load will attempt to continue without the encrypted information.
Warning: Failed to decrypt sensitive data in project with a user key. You may not be the user who encrypted this project, or you are not using the same machine that was used to save the project. If the sensitive data is a parameter value, the value may be required to run the package on the Integration Services server.
【问题讨论】:
标签: visual-studio-2010 deployment ssis package