Configuring the SQL database for CMDB integration
To configure the database owner
- On the BMC Client Management master, navigate to the directory where BMC Client Management is installed (typically \Program Files\BMC Software\Client Management\Master).
- Open the Vision64Database.ini file from the \Master\config directory.
- Locate the User= line, the username specified here is the database owner.
To configure the schema prefix
- Open SQL Management Studio on the SQL server where the BMC Client Management database resides.
- After logging into Management Studio, in the Object Explorer section on the left side of the window, expand Databases > Your Database > Tables (replace Your Database with the name of your BMC Client Management database, typically bcmdb).
- Note the name appearing to the left of the dot in the table names; this is the schema owner. As an example, in the following screenshot, we can see that the schema owner is bcmdbuser:
After identifying the database owner, and schema prefix, please add these values to the SQLDBOWNER and SQLSCHEMAPREFIX parameters in the BCM:Configuration form (for information on how to access the configuration form, see Managing-the-Development-to-Production-D2P-Package). For example, if the schema prefix and database owner are both bcmdbuser, these parameters should be entered as shown (note the dot at the end of the SQLSCHEMAPREFIX parameter, please ensure this dot is entered in your configuration file also):
SQLDBOWNER=bcmdbuser
SQLSCHEMAPREFIX=bcmdbuser.
SQLSCHEMAPREFIX=bcmdbuser.