Updating user database information

About this task

HCL Compass immediately updates data in the schema repository, but not data of user databases. To update the contents of a user database, you must call specific methods of the Database object. The Database object allows you to update the following:

  • Users, groups, and database information for a specific database.
  • The schema revision the database uses.

Procedure

To update the user and group information associated with the user database, follow these steps:
  1. In the schema repository, make the changes you want to the user information.
  2. Call the UpgradeMasterUserInfo method of the user Database object. This method copies the changes from the schema repository to the user database. Note that the user or group must be subscribed to the database before doing the upgrade.