Some of the maintenance plans I have created did not delete the backup files that the maintenance plans created. I found it bizarre because some did and others didn’t…
I found an article on the Microsoft KBase that explains the cause (Microsoft SQL Server 2005 Service Pack 2 issue: Cleanup tasks run at different intervals than intended (.
I decided to install SP3. The first server I ran it on worked just fine. Today, I took a look and the backups were deleted. I installed SP3 on another client server with this porblem today. The install failed for 2 components: “Database Services” and “Analysis Services” – all other components were upgraded to SP3.
I rebooted the server and tried it again. Same failure. I verified the config and found some minor differences between the first server and the 2nd one. I made them identical and tried a third time. Same failure.
The SP3 install log notes these 2 failures:
I took a look at adding NT AUTHORITY\SYSTEM to those groups … but the groups don’t exist!
I then decided to create new Maintenance Plans. I received the following error message:
I have absolutely no idea what that means! And Google was unable to help me…
Can anyone here help me with either problem?
Thanks very much,
John
John Marrett
Crystal Reports Trainer & Consultant
I found an article on the Microsoft KBase that explains the cause (Microsoft SQL Server 2005 Service Pack 2 issue: Cleanup tasks run at different intervals than intended (.
I decided to install SP3. The first server I ran it on worked just fine. Today, I took a look and the backups were deleted. I installed SP3 on another client server with this porblem today. The install failed for 2 components: “Database Services” and “Analysis Services” – all other components were upgraded to SP3.
I rebooted the server and tried it again. Same failure. I verified the config and found some minor differences between the first server and the 2nd one. I made them identical and tried a third time. Same failure.
The SP3 install log notes these 2 failures:
Code:
Product : Database Services (MSSQLSERVER)
Product Version (Previous): 3042
Product Version (Final) :
Status : Failure
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\SQL9_Hotfix_KB955706_sqlrun_sql.msp.log
Error Number : 29512
Error Description : MSP Error: 29512 SQL Server Setup was unable add user NT AUTHORITY\SYSTEM to local group
Domain Name\SQLServer2005SQLAgentUser$SERVEUR$MSSQLSERVER.
----------------------------------------------------------------------------------
Product : Analysis Services (MSSQLSERVER)
Product Version (Previous): 3042
Product Version (Final) :
Status : Failure
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\OLAP9_Hotfix_KB955706_sqlrun_as.msp.log
Error Number : 29512
Error Description : MSP Error: 29512 SQL Server Setup was unable add user NT AUTHORITY\SYSTEM to local group
Domain Name \SQLServer2005MSOLAPUser$SERVEUR$MSSQLSERVER.
I then decided to create new Maintenance Plans. I received the following error message:
Code:
Microsoft SQL Server Management Studio is unable to load this document
Error 1 Error loading 'System Database Maintenance Plan' : Unable to cast COM object of type 'Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass' to interface type 'Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication90'.
This operation failed because the QueryInterface call on the COM component for the interface with IID '{7591CC39-276A-4973-97C7-4EFEA5A5788F}' failed due to the following error: No such interface supported
(Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).. server=SERVEUR;package=Maintenance Plans\System Database Maintenance Plan; 1 1
I have absolutely no idea what that means! And Google was unable to help me…
Can anyone here help me with either problem?
Thanks very much,
John
John Marrett
Crystal Reports Trainer & Consultant