Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Job finishes but status doesn't change / SQLagentCMDexec

Status
Not open for further replies.

ucinv

Programmer
Jan 25, 2002
11
US
I'm having problems with running jobs on SQL Server 7. They seem to run and finish just fine, but the status always says 'Executing Job Step 1 (Step 1)'. I can't seem to find any problems in the server's event viewer log nor the errlog or the sqlagent.out files. I think maybe SQLagentCMDexec doesnt have sufficient permissions, what permissions should SQLagentCMDexec have?
 
I found that my service startup account in the SQL server agent properties was not set properly. It was set for localsystem but was fixed by changing it to mydomain\mysqlserver. Now everything works normally.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top