March 26, 2012 at 12:44 pm
When I run a package as a Job I get the following error:
Password for user XYZ989 on system AS400.CORP.MYDOMAIN.COM is not correct
It works finne in BIDS and I just dfeployed it this afternoon
Any thoughts or ideas?
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 26, 2012 at 1:14 pm
Need details on how you deployed the package, specifically what type of security you used.
Looks like the password was not saved with the package.
March 26, 2012 at 1:28 pm
I did not save sensitive Data.
There are 4 packages in the Job.
I deleted the deployment folder, tested the connection with the password, etc. Job still fails.
I'm running it from BIDS on the Server then deploing it using a Deployment Manifest.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 26, 2012 at 1:35 pm
I did not save sensitive Data.
This means the package does not have the password to connect. Are you passing this in via a package configuration?
March 26, 2012 at 2:11 pm
Hi,
Click the check box(Save password) in connection managers of corrsponding connection
March 26, 2012 at 2:52 pm
Lynn Pettis (3/26/2012)
I did not save sensitive Data.
This means the package does not have the password to connect. Are you passing this in via a package configuration?
Just got out of a metting.
I saved it in MSDB.
I still don't know the basic syntax to execute the package using DTExec.
I Googled it, read several articles but could not find what I needed.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 26, 2012 at 2:53 pm
sqlserver8650 (3/26/2012)
Hi,Click the check box(Save password) in connection managers of corrsponding connection
That's odd, I wonder why it saved the PW for the other 3 packages in the job.
I will try it.
Thanks.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
March 26, 2012 at 2:57 pm
sqlserver8650 (3/26/2012)
Hi,Click the check box(Save password) in connection managers of corrsponding connection
I did not see a check box (Save password).
I checked alllow saving password, redeployed and the job failed.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply