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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Failed executing API: CreateProcess. [SQLSTATE 42000] (Error 22029).

Status
Not open for further replies.

seekwall

Programmer
May 14, 2001
41
0
0
GB
I am running SQL Server 2000 Standard Edition, Service Pack 3 on MS Windows Server 2003 Standard Edition.

I set up a maintenance plan using the 'Create a Maintenance Plan' wizard to run scheduled database and log backups. The jobs fail however with the following error in the job history...


Failed executing API: CreateProcess. [SQLSTATE 42000] (Error 22029). The step failed.


There seems to be very little help on the internet regarding this problem, the majority being conjecture and guesswork. The only article I could find in Microsoft was the following, which deals with the issue in SQL Server 7...




I've also noticed that in Enterprise Manager, 'Database Maintenance Plans' isn't showing under 'Management', but you can view the individual 'Jobs' under 'SQL Server Agent'... which is obviously something to do with the issue.

Can anyone help ??
 
Think I've solved it.

I believe the Sqlmaint.exe neds to be in this directory on the server...

C:\Program Files\Microsoft SQL Server\MSSQL\Binn

It is currently here...

C:\sql2ksp3\x86\binn

Not sure whether this means that the Service Pack hasn't been installed properly or not tho !?!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top