October 2, 2012 at 2:02 pm
Hello,When I run package from integration it works,but I am trying to run SSIS package from sqlagent jobs and get this error:
October 2, 2012 at 4:31 pm
October 3, 2012 at 12:38 am
use protection level as encryptallwithpassword and give password...it works for me...but i tried without any package configuration...hope this will work...
October 3, 2012 at 1:20 am
Save the package with password. Use EncryptAllwithPassword in package properties.
October 3, 2012 at 2:54 am
Hi Krasavita,
IN the properties change the Protection Level from "Encrypt Sensitive with User Key" to "Encrypt Sensitivity with Password" and enter a password in package password.
Now you can run this package using SQL agent.
You will be asked for the password while creating the job.
October 3, 2012 at 7:48 am
Hello,
This is still not working
October 3, 2012 at 7:51 am
Error:
October 4, 2012 at 10:35 am
I ran into this same issue earlier this week and found this article very helpful in solving my problem, http://www.proteanit.com/b/2008/02/13/ssis-ftp-task-code-to-set-the-password/
It is using a Script task to set the FTP password
Tim
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply