Scheduling SSIS package - Non-sysadmins have been denied permission to run DTS execution job steps without a proxy account
-
Thursday, July 28, 2011 8:10 PM
Hi all,
I have setup a job in SQL server agent in order to execute an SSIS package on a particular schedule. When it comes to executing the job I get the error message "Non-sysadmins have been denied permission to run DTS execution job steps without a proxy account".
OK, I understand that this is because I don't have the relevant permissions with my account and that I need to create a proxy account in order to resolve this issue.
I have tried to create a credential in management studio but it seems that I do not have permission to perform that action either. Do I need to ask my SA to give me that permission and if yes what do I need to ask him to do? I would like to be as specific as possible.
Once I'm given permission to create a credential it seems that the next step is to store credentials for an account with higher rights. I'm a bit confused by this because surely I would need to know the account name and password for the account with higher rights?
Logically, it would make more sense for the SA to create the credential and I can then use that in the package job step properties 'Run-as' section. However, I am new to this and may have misunderstood!
I'm running SQL server 2008.
Thanks for your help.
All Replies
-
Thursday, July 28, 2011 8:24 PM
You should create or let do the admins th eproxy account as Windows account with all permissions you need for executing the package.
Then create the job step with "execute as "
- Marked As Answer by Eileen ZhaoMicrosoft Contingent Staff, Moderator Thursday, August 04, 2011 10:01 AM
-
Thursday, July 28, 2011 10:12 PMModerator
this is exact tutorial on how to create proxy account and use it to run sql server job :
http://www.sqlservercentral.com/articles/Integration+Services+%28SSIS%29/69441/
http://www.rad.pasfu.com
My Submitted sessions at sqlbits.com- Marked As Answer by Eileen ZhaoMicrosoft Contingent Staff, Moderator Thursday, August 04, 2011 10:01 AM

