gpg.exe is not decrypting file in the ssis package after creating a job -


i have inserted execute process task in control flow of ssis package gets encrypted files folder , decrypts file using gpg.exe. have passed key passphrase in expression of execute process task. while running package directly executes , decrypts file. but, when create job in sql server 2005 of package , execute job, shows executed neither of file being converted.

any suggestion what's going wrong or other security issues existing in job. have spent amount of time on googling on not found solution.

finally found solution, there no error in package or job. security issue not allowing execute job containing executable file. did have added current user detail in sql server configuration manager>>sql server agent. instead of built in account check account , enter current account detail.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -