The following document describes the steps necessary to transfer an MDB database from one instance of SQL Server to another instance, maintaining the original SDM/Catalog/ITAM server implementation. The instructions may be followed to replace a SQL Server instance that is to be retired.
Release : 17.x
SQL Server (all supported releases)
For SDM
sp_change_users_login 'AUTO_FIX','mdbadmin'
For Catalog
Follow the steps provided in the following link to update the Database host: Update the Database Host, Password, Instance, Service Name, or Port
For ITAM
Follow the steps provided in the following link: Change Database MDB Server for IT Asset Manager/Asset Portfolio Management
The above procedure contains specific instructions on transferring the mdb database. While there are many ways to achieve this task, the above approach was tested in the Broadcom Support lab environment. Please consult with the local DB Admin regarding such activity. Broadcom Support does not endorse a specific database transfer method and is not responsible for providing direct support for a given DB implementation.
If the pdm_configure run experiences any issues during its connection attempt to the new database server, review the checkdb.0 log and configure.log in the SDM install directory log directory
If, after moving your MDB database, SDM is having trouble connecting to it, please check the DNS directory to ensure the hostname of the SQL Server server resolves to the correct IP address.
If, after moving your MDB database, Catalog is having trouble connecting to it, when you restart Catalog after running the setup utility you will see an error like this:
"CA Service Catalog is successfully installed but not configured. Click here to launch the configuration screen and complete the setup process.
Note: If you have already configured CA Service Catalog, restart the service for the changes to reflect."
If this happens, do the following:
In the config.properties file, change the value of the setup.utility.active setting to "true" and save the config.properties file.This file is found in 2 different folders:
<Service Catalog Install Folder>
<Service Catalog Install Folder>\view\conf
The setup.utility.active setting is in both of these files, so be sure to update the setting in both places.