Re: [Microsoft][ODBC SQL Server Driver][SQL Server]xpsql.cpp: Error 87 from GetProxyAccount on line 604
From: Dan Guzman (danguzman@nospam-earthlink.net)
Date: 01/28/03
- Next message: Goran Savkic: "Stange SQL server activity"
- Previous message: Monty: "Re: SP3 install failure/328290"
- In reply to: Darren Taft: "Re: [Microsoft][ODBC SQL Server Driver][SQL Server]xpsql.cpp: Error 87 from GetProxyAccount on line 604"
- Next in thread: Darren Taft: "Re: [Microsoft][ODBC SQL Server Driver][SQL Server]xpsql.cpp: Error 87 from GetProxyAccount on line 604"
- Reply: Darren Taft: "Re: [Microsoft][ODBC SQL Server Driver][SQL Server]xpsql.cpp: Error 87 from GetProxyAccount on line 604"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Dan Guzman" <danguzman@nospam-earthlink.net> Date: Tue, 28 Jan 2003 08:45:15 -0600
Check to ensure the 'Only users with sysadmin privleges ...' box is
unchecked from Enterprise Manager (Management\SQL Server
Agent\Properties\Job System). I've been able to repro the error when
the box is checked.
-- Hope this helps. Dan Guzman SQL Server MVP "Darren Taft" <darren.taft@bt.com.removeme> wrote in message news:u2#YJGtxCHA.364@TK2MSFTNGP12... > Dan Guzman wrote: > > I haven't seen this particular error but a common cause of > > non-sysadmin xp_cmdshell problems is when the proxy account is not > > set properly or the SQL Server service account doesn't have the > > permissions necessary to switch security context. > > > > Try resetting the proxy account with xp_sqlagent_proxy_account: > > > > EXEC xp_sqlagent_proxy_account > > N'SET', > > N'MyDomain', > > N'MyUser', > > N'MyPassword' > > > > Also, check to ensure the SQL Server service account has 'Act as part > > of operating system' and 'Replace a process level token' user rights. > > Dan, > > I'm also getting this error now that I've applied SP3. I'm doing a very > simple call to xp_cmdshell, and everything was running fine before I applied > SP3. > > I've tried doing as above and that hasn't helped. > > Any other ideas? > > darren > >
- Next message: Goran Savkic: "Stange SQL server activity"
- Previous message: Monty: "Re: SP3 install failure/328290"
- In reply to: Darren Taft: "Re: [Microsoft][ODBC SQL Server Driver][SQL Server]xpsql.cpp: Error 87 from GetProxyAccount on line 604"
- Next in thread: Darren Taft: "Re: [Microsoft][ODBC SQL Server Driver][SQL Server]xpsql.cpp: Error 87 from GetProxyAccount on line 604"
- Reply: Darren Taft: "Re: [Microsoft][ODBC SQL Server Driver][SQL Server]xpsql.cpp: Error 87 from GetProxyAccount on line 604"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|