How to Schedule and Run a SSIS package
Hey Even I was facing the same problem but i could solve it .. Just with the few steps below:
1. Go to SQL server Management Studio. under Security ->Credentials->Create New Credential. Give any Credential Name e.g 'Job Account' . Fill your own Windows account in identity column. domain\account. Password Give ur own passowrd
2. After creating 'JobAccount' as Credential Goto SQLServerAgent->Proxies. Create a new proxy. Give any proxy name.e.g give 'JobProxy' . Credential should be the one which u created in the above step.Here in this case it is JobAccount'. In subsystems. Check Sql Server Integration Servive Package.
3. Now when you create a job it should run under 'Jobproxy' instead of 'SQL Agent Service account'.
Here U go... Your job is successful.
Any questions please let me know.
Comments