We are miserably failing to setup maintenance plans in SQL Server CTP 16 (Sep. 2005). Has anyone tried and suceeded
We were able to use it in CTP 15 (first CTP that it worked for us).
I'm pasting the error we receive on screen -
TITLE: Maintenance Plan Wizard Progress
------------------------------
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)
For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&ProdVer=09.00.1314&EvtSrc=MSSQLServer&EvtID=14234&LinkId=20476
------------------------------
BUTTONS:
OK
------------------------------

SQL Server CTP 16 - Failure to set maintenance plan
Lee Coward
Do let me know if that works for you.
-nimesh
nimeshn@msn.com
Helen Feddema
Hope that helps
-nimesh
Pimenta
Thanks for the pointer as it would have taken quite a while to figure this out otherwise. I wondered during install what SSIS was needed for, and now I know. The obscure message reported by this first error that we encountered leaves me concerned about what else we might run into. Good thing this forum was there to help.
Note that the error message complains "The specified '@subsystem' is invalid (valid values are returned by sp_enum_sqlagent_subsystems)." When I try to run sp_enum_sqlagent_subsystems it is not found, nor is it in sysObjects, even after installing SSIS. I don't need to run it now, but am still curious why it is not found.
Ben Jackson
Looks like this is the same issue in RTM. Could have been a more clear error or checking up front.
Create maintenance plan failed.
------------------------------
ADDITIONAL INFORMATION:
Create failed for JobStep 'Subplan'. (Microsoft.SqlServer.MaintenancePlanTasks)
For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Create+JobStep&LinkId=20476
------------------------------
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)
For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&ProdVer=09.00.1399&EvtSrc=MSSQLServer&EvtID=14234&LinkId=20476
robatdural
GavinWu
Create failed for Job "MaintenancePlan"
I would also like to know if anyone has been able to create a Maintenance Plan for backups successfully.
N.I.C.