Article ID: 909036 - Last Review: March 20, 2006 - Revision: 1.1 Error message when you create a new maintenance plan in SQL Server 2005: "Create maintenance plan failed"SYMPTOMSWhen you create a new maintenance plan that runs on a schedule in Microsoft SQL Server
2005, you may receive the following error message: Create
maintenance plan failed. Additional information: Create failed for JobStep 'Subplan'. (Microsoft.SqlServer.MaintenancePlanTasks) An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) The specified '@subsystem' is invalid (valid values are returned by sp_enum_sqlagent_subsystems). (Microsoft SQL Server, Error 14234) CAUSEThis behavior occurs when you install SQL Server 2005 without
installing the SQL Server
2005 Integration Services (SSIS) service. When you create
the maintenance plan, the following code is run. RESOLUTIONTo resolve this behavior, install the Integration Services service from the
SQL Server 2005 CD.
To do this, follow these steps:
STATUS This
behavior is by design. MORE INFORMATIONFor more information, visit the following Microsoft
Developer Network (MSDN) Web sites: SQL Server Integration Services (SSIS) http://msdn2.microsoft.com/en-us/library/ms141026.aspx (http://msdn2.microsoft.com/en-us/library/ms141026.aspx) How to create a maintenance plan http://msdn2.microsoft.com/en-us/library/ms189953.aspx (http://msdn2.microsoft.com/en-us/library/ms189953.aspx) | Article Translations
|
Back to the top
