Article ID: 246815 - Last Review: March 14, 2006 - Revision: 3.2 FIX: Sqlmaint.exe is Not Included in MSDE 1.0 InstallationThis article was previously published under Q246815
BUG #: 56672 (SQLBUG_70)
On This PageSYMPTOMS
You can create database maintenance plans on a Microsoft Data Engine (MSDE) installation using the Database Maintenance Plan Wizard from within the SQL 7.0 Enterprise Manager installed on another remote workstation. However, if you try to start one of the jobs generated by the Database Maintenance Plan Wizard, the following error occurs:
The job failed. The job was invoked by user DOMAIN\user. The last step to run was step 1 (Step 1).
Failed executing API: CreateProcess. [SQLSTATE 42000] (Error 22029). The step failed.
CAUSE
When you install the Microsoft Data Engine (MSDE) from the MSDE redistribution package, it does not install the Sqlmaint.exe tool.
WORKAROUND
To work around this behavior:
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 254561
(http://support.microsoft.com/kb/254561/
)
INF: How to Obtain Service Pack 2 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0 For more information, contact your primary support provider.
MORE INFORMATION
Sqlmaint.exe performs maintenance operations on one or more databases. You can use Sqlmaint to run DBCC checks, back up a database and its transaction log, update statistics, and rebuild indexes. REFERENCESFor additional information, click the article number below to view the article in the Microsoft Knowledge Base:234626
(http://support.microsoft.com/kb/234626/EN-US/
)
SAMPLE: Setup1.exe Fully Automating MSDE Setup with the Package and Deployment Wizard (PDW)
For additional information on using the Sqlmaint tool, see SQL Server Books Online; topic: "sqlmaint Utility".For additional information on installing MSDE, see the Readme.txt file in the MSDE Web download package or in the MSDE CD. For more information about installing and distributing MSDE using an Installer application, see the following MSDN Web site: hhttp://download.microsoft.com/download/vstudio60ent/Update/6/WIN98MeXP/EN-US/msdeinst.exe
(http://download.microsoft.com/download/vstudio60ent/update/6/win98mexp/en-us/msdeinst.exe)
Resources for developers building applications with MSDE, including white papers, general additional FAQS, and sample code can be found at the following Web site:
http://msdn.microsoft.com/vstudio/msde
(http://msdn.microsoft.com/vstudio/msde)
| Article Translations
|
Back to the top
