Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have inserted an execute process task in the control flow of the SSIS package which gets encrypted files from a folder and decrypts file using the gpg.exe. I have passed the key as well as passphrase in to the expression of the execute process task. while running the package directly it executes successfully and also decrypts the file. But, when i create a job in the sql server 2005 of that package and execute the job, it shows successfully executed but neither of the file is being converted.

Any suggestion what is going wrong or any other security issues is existing in the job
Posted
Updated 29-Jun-12 6:56am
v2

1 solution

Finally i found the solution, There is no error in the package or job. It was only a security issue which was not allowing to execute a job containing executable file. What i did that i have added the current user detail in sql server configuration manager>>SQL server agent. Instead of Built in account check the This account and enter the current account detail.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900