Hi.
I have migrated our SCOM 2012 OperationsManager database to a new SQL instance on the same physical server. I followed the instructions at http://technet.microsoft.com/en-us/library/hh278848.aspx.
Everything seems to work after the migration, but I am getting errors in the event log on the management server:
Log Name: Operations Manager
Source: Health Service Script
Date: 2013-06-13 14:21:22
Event ID: 100
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: scom01.prod.deltamanagement.se
Description:
GetOpsMgrDBPercentFreeSpace.vbs : Error Number: 80004005 Error Details: Cannot open database "OperationsManager" requested by the login. The login failed.
Log Name: Operations Manager
Source: Health Service Script
Date: 2013-06-13 14:21:22
Event ID: 100
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: scom01.prod.deltamanagement.se
Description:
DetectDuplicateRelAgnToSrvMonitor.vbs : Script executed with Error Number: -2147467259 Error Details: Cannot open database "OperationsManager" requested by the login. The login failed.
It appears something is still trying to connect to the old database instance (where the OperationsManager database has been deleted), because I am seeing these in the error log for that instance.
2013-06-13 14:21:22.250LogonError: 18456, Severity: 14, State: 38.
2013-06-13 14:21:22.250LogonLogin failed for user 'PROD\MgmtServAct'. Reason: Failed to open the explicitly specified database. [CLIENT: x.x.x.x]
Is there anywhere else that I need to change the server name (and instance) apart from the registry and the ConfigService.config file on the management server, and the two database tables mentioned in the article?