Description:
During AD RMS Parallels Upgrade, you need to modify the restored database to point to the new database servers.
Resolution:
- Log on to the AD RMS configuration database server as local Administrator or another user account that is a member of the local Administrators group.
- Click Start, point to All Programs, point to Microsoft SQL Server 2012, and then click SQL Server Management Studio.
- On the Connect to Server page, ensure that the new database server name is listed in the Server name box, and then click Connect.
- Expand Databases, expand DRMS_Config_<RMS cluster name>_<Port>, and then expand Tables.
- Right-click DRMS_ClusterPolicies, and then click Open Table.
- In the results pane, change the value in the PolicyData column of the LoggingDatabaseServer row to the new RMS database server name.
- Change the value in the PolicyData column of the CertificationUserKeyStorageConnectionString row to reflect the new database server. The value should be data source=<new database server name>;integrated where <new database server name> is the name of the new database server.
- Repeat steps 6–7 for the value in the PolicyData column of the DirectoryServicesCacheDatabase row.
- Close Microsoft SQL Server Management Studio.