question

munna avatar image
munna asked

ssis package job failing

Hi I have an ssis package which runs fine when a developer runs from visual studio. But when we create a job for it its failing. What might be the cause. I dont have the exact error message.. The job was created by a developer with his credentials and as he left the comapny and his credentials expired then job started failing. From then we are running from visual studio. are there any workarounds...
ssisjob
10 |1200

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

Oleg avatar image
Oleg answered
You can try to navigate to this job from SSMS and change the **owner** of the job (under general tab). In the worst case scenario when for whatever reason SSMS will not let you to even view it, you can re-enable AD account in question, change its password, login to SSMS with his new credentials, change the owner, and then disable AD account again. Oleg
2 comments
10 |1200

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

Scot Hauder avatar image Scot Hauder commented ·
In that case, open the dtsx file on the server. From the file menu choose Save Copy of Package. This will enable you to change the security settings. Change the package protection level to: Do not save sensitive data.
1 Like 1 ·
munna avatar image munna commented ·
we tried changing the owner of the job... I think there is something like save sensitive data with password for ssis packages..
0 Likes 0 ·
Daniel Ross avatar image
Daniel Ross answered
Are the connections all windows based? If they are then create Credentials and a proxy account, and then run the SSIS package as the proxy account. See this link for info on how to create credentials and run as a proxy account http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/69441/
10 |1200

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

Tim avatar image
Tim answered
Re-import the job and chose to use the server for the sensitive data, its the last option in the list. That should do the trick.
10 |1200

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

CVA avatar image
CVA answered
1st thing, please check dtexec is enabled or not 2nd thing, some pakages will run based on the system variables (like 32 bit or 64 bit environmrnt). If the package is is configured to run under 64 bit environment and operating sytem is 32 bit environemtn then you need to disable 62 environment on ssis configurations.
10 |1200

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

jzhu avatar image
jzhu answered
Thanks all for your quick response !! I did dtexec it's failed.
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.

Jeff Moden avatar image Jeff Moden commented ·
Did you try any of the other things that folks listed? p.s. This is also why I don't allow Developers to promote code to any production system. ;)
0 Likes 0 ·

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.