When 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)
This problem occur because you didn't install Integration Services service from the SQL Server 2005 CD, just add the component and the error will not appear again.
Source: http://support.microsoft.com/kb/909036/en-us
- Blogger Comment
- Facebook Comment
Subscribe to:
Post Comments
(
Atom
)
6 commenti:
Thanks. You saved me from pulling my hair out!
Thanks, Me too
Snowboarders actually do make some contributions to society. Thanks!
Thanks, you help me so much.
Just saying thanks for this! You helped keep my testing right on schedule!
In my case I still got this error until I started SQL Server Agent service that was set on manual start.
Post a Comment