Link to home
Start Free TrialLog in
Avatar of Rog D
Rog DFlag for United States of America

asked on

SQL Server 2005 (SSIS Package / Password not saving on datasource

I have a rather simple ssis package.  It has two datasources.  One local and one remote.  

I have Visual Studion 2005 installed on the SQL Server.  (Server is 2008 R2)  SQL 2005.

I can run the package just fine in Visual Source Safe, but when I deploy the package and run it from inside SQL Server (Job or Manually run the package) I get an error about the remote connection not haveing a password.

I have tried to change the protection level to server storage then saving the package but I get an error The system could not verify that the destination supports secure storage capability.

I have tried Encrypt all with password, but it won't save the password.

Any suggestions?

Thanks,

Roger
Avatar of Si Ball
Si Ball
Flag of United Kingdom of Great Britain and Northern Ireland image

in a job you can specify the run as password.

when i ran into this problem, i had to get the server guys to give me an account with same username and password to set it to run as, or use an account which had relevant permissions to access database through windows auth on both servers.

there is also some way to do this by adding credentials for windows accounts to run as server security under security/credentials:

http://msdn.microsoft.com/en-us/library/ms190703.aspx
ASKER CERTIFIED SOLUTION
Avatar of Rog D
Rog D
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rog D

ASKER

No Solution was given that provided the correct answer.