I have created SSIS packages on
VS 2010 shell
and I am able to successfully deploy my packages to SSISDB/Folder/Projects/PackageName
(local server)
But I am having trouble to deploy the same to remote SQL Server 2012.
How can I do that?
And where is my File system/ MS SQL Server package deployment in VS 2010 Shell?
I tried this: FTP the Package (ispac) to remote database server and run it from there. when i try that, I get the bellow error
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.