CU3 Update - database update issues
I finally got through updating the RMS (had an issue with the startup of services), and now I'm attempting to run the database queries against the SCOM and Datawarehouse databases. However, when updating the SCOM db, I get the following errors
as part of the output. Has anyone else seen these errors, and if so, what do I do to correct them to get this query to run successfully?
Msg 208, Level 16, State 6, Procedure p_MakeViewCreationText, Line 176
Invalid object name 'dbo.p_MakeViewCreationText'.
Msg 208, Level 16, State 1, Line 8
Invalid object name 'ManagedType'.
Msg 208, Level 16, State 1, Procedure fn_AlertViewNoContext, Line 64
Invalid object name 'dbo.Alert'.
Msg 208, Level 16, State 1, Procedure fn_AlertViewChangesNoContext, Line 70
Invalid object name 'dbo.Alert'.
November 22nd, 2010 2:01pm
I also have about 3 dozen of these errors (for these two modules due to different missing objects):
The module 'p_InstallTypesAndReltypes' depends on the missing object 'dbo.p_TypeDeletePermanent'. The module will still be created; however, it cannot run successfully until the object exists.
The module 'p_DeleteObsoleteMPObjects' depends on the missing object 'dbo.p_DeleteFolder'. The module will still be created; however, it cannot run successfully until the object exists.
Free Windows Admin Tool Kit Click here and download it now
November 22nd, 2010 2:14pm
was this a new install from OpsMgr R2 RTM to CU3?Scott Moss MVP (Operations Manager) | President - System Center Virtual Users Group | Vice President - Atlanta Southeast Management Users Group (ATL SMUG) Please remember to click Mark as Answer on the post that helps you!
November 22nd, 2010 2:17pm
No. Actually, we had successfully applied the CU2 update a couple of months ago.
Free Windows Admin Tool Kit Click here and download it now
November 22nd, 2010 2:26pm