C
2008-10-21 09:22:00 UTC
Hi,
I have an SSIS Package which I build and deploy to a Database Server where I
schedule it to run daily.
When it runs it uses the Connection detauls specified in the Connection
Manager. ( I am not using any configuration file)
I can run the package locally on my PC withing Visual Studio and it runs fine.
The protection level on the Package is "EncryptSensitiveWithUserKey"
When I try to run the package on the server I get an error stating "Failed
to acquire connection TestConnection. Connection may not be configured
correctly or you may not have the right permissions on this connection ". If
I then go to the connection managers section on the package I see the
connections but the password is missing from each one. When I input it there
it works. Why is the password missing?
How do I get around this?
I have tried also using the Configuration File and I have the same problem.
(I am sue that this worked before as this package has been used for past 12
months).
Anyone know why I have this problem and how I can get around it.
I have an SSIS Package which I build and deploy to a Database Server where I
schedule it to run daily.
When it runs it uses the Connection detauls specified in the Connection
Manager. ( I am not using any configuration file)
I can run the package locally on my PC withing Visual Studio and it runs fine.
The protection level on the Package is "EncryptSensitiveWithUserKey"
When I try to run the package on the server I get an error stating "Failed
to acquire connection TestConnection. Connection may not be configured
correctly or you may not have the right permissions on this connection ". If
I then go to the connection managers section on the package I see the
connections but the password is missing from each one. When I input it there
it works. Why is the password missing?
How do I get around this?
I have tried also using the Configuration File and I have the same problem.
(I am sue that this worked before as this package has been used for past 12
months).
Anyone know why I have this problem and how I can get around it.