question

SQL USER avatar image
SQL USER asked

sql job doesn't save password

i have ssis package with protection level encryptallwith password. when i create the job and try to edit the command line and enter the password there /DECRYPT password/, it is not saved. i get the package from integration services server\msdb and while importing the package i choose protection level: rely on server storage and also tried encrypt sensitive data with password. how can i make the job save my password. thanks,
sqlssisjobpassword
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Grant Fritchey avatar image Grant Fritchey ♦♦ commented ·
This site runs off of votes. Please mark all helpful answers by clicking on the thumbs up next to those answers. If any one answer lead to a solution, please indicate that by clicking on the check mark next to that answer.
0 Likes 0 ·
dvroman avatar image
dvroman answered
First of all, this is a security feature. The method is to enable the configuration files for these scripts. Go through each of the DB links and tell each one to save the password. Next, save the configuration file(s) and last edit the configuration files and fill in the blank password in those files. Hate it, but it works.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Venkataraman avatar image
Venkataraman answered
Refer to this support article from Microsoft about running SSIS package from sql agent job: http://support.microsoft.com/kb/918760. Also look for solution for your problem here: http://go4answers.webhost4life.com/Example/sql-server-agent-job-not-retain-package-51690.aspx . Hope this helps.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.