Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 backup run issue

Author  Topic 

Sharon911
Starting Member

46 Posts

Posted - 2010-07-07 : 14:37:51
Hi,

I have encountered a weired issue with the backup setup in sql server, when I tried to run the backup jobs from agent, I got following error:
Non-SysAdmins have been denied permission to run DTS Execution job steps without a proxy account. The step failed.

The agent service account does have SYSADMIN role in both database and os domain, and so does the job owner.

I have the same jobs running on producion servers with no issues.

What could be wrong here?

Thanks

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-07-07 : 14:40:28
It sounds like you don't have sysadmin on that server. Does it run fine on the schedule ran than when manually run? Or was that error from when it did run on the schedule?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

Sharon911
Starting Member

46 Posts

Posted - 2010-07-07 : 15:47:19
I got the error when I tried to run it from SSMS agent job list. It will be run tonight from scheduler, see if we get any luck.

Thanks for your quick reply.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-07-07 : 15:49:42
No problem, let us know how it goes.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

Sharon911
Starting Member

46 Posts

Posted - 2010-07-08 : 11:30:55
Still no luch, the same error reported in scheduler(SSMS agent jobs).

I am wondering the required SYSADMIN role is from OS level or database level? From database side, I am sure both my login(job owner) and agent service account have been granted SYSADMIN role. From os/domain side, our system administrator verified both accounts have admin role as well..

Any advice?

Thanks,
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-07-08 : 12:09:30
Sorry I'm out of ideas. Hopefully someone else can help.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

sbglobal
Starting Member

4 Posts

Posted - 2010-07-18 : 08:49:49
we are also getting same issue. We can not get backup from sql server remotely at local system.
Go to Top of Page

aravindt77
Posting Yak Master

120 Posts

Posted - 2010-07-21 : 07:10:15
Check for any folder permission issue where the backup copied to the local system from the remote sql server
Go to Top of Page
   

- Advertisement -