Re: [Help] SQL server jobs and permissions
From: Jasper Smith (jasper_smith9_at_hotmail.com)
Date: 05/27/04
- Next message: Kevin McDonnell [MSFT]: "Re: DB-Library error 10038"
- Previous message: Jasper Smith: "Re: Cross-Database View Permissions"
- In reply to: Kenneth: "[Help] SQL server jobs and permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 27 May 2004 19:51:23 +0100
In order for non sysadmins to run CmdExec jobs you need to configure a proxy
account. Have a look at xp_sqlagent_proxy_account in BOL
-- HTH Jasper Smith (SQL Server MVP) I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Kenneth" <kenneth@cybermind.com.hk> wrote in message news:2e7d1f14.0405270745.6c9d4@posting.google.com... > Dear all, > > I have created a CmdExec job step that call cscript.exe to run a WSF > script. The task is owned by a user not in the SysAdmin group. When I > start the job, it fails with something like this: > > CScript error: Unable to load configuration. (Access denied) > > It works if I change its owner to "sa". I tried to grant the EXEC > permission on xp_cmdshell (is it relevant?) to that user but it > doesn't help. > > If anyone knows please help me. Thank you very much. > > Ken
- Next message: Kevin McDonnell [MSFT]: "Re: DB-Library error 10038"
- Previous message: Jasper Smith: "Re: Cross-Database View Permissions"
- In reply to: Kenneth: "[Help] SQL server jobs and permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|