Link to home
Start Free TrialLog in
Avatar of Richard Gardner
Richard GardnerFlag for United Kingdom of Great Britain and Northern Ireland

asked on

SCCM database replication not working after SQL database move

I have a SCCM test environment with a CAS and a Primary. Recently migrated the databases from SQL2012 to SQL2014 and now replication is broken.

When running the Replication Link Analyzer 'isServiceBrokerRouteConfigCorrect' comes back False for the Broker on the CAS database. Looks like the broker routes are expecting the old SQL server address but I don't know where it is getting this info from when the migration appeared to go successfully. Can anyone help?

Under the details column there are a number of messages like the following:

Service broker route [ConfigMgrDRSRoute_SitePRI] is missing or has incorrect address [TCP://NewSQLServer.abc.com:4023] for service [ConfigMgrDRS_SitePRI]. Expected address [TCP://OldSQLServer.abc.com:4023].
ASKER CERTIFIED SOLUTION
Avatar of Richard Gardner
Richard Gardner
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Richard Gardner

ASKER

Fixed this myself.