UpgradeMasterUserInfo

Description

Upgrade this database's user information. This method copies the changes from the schema repository to the user database.

You should call this function to upgrade the appropriate databases after making changes to the users and groups of the schema repository.

This method is used to update a user database's "copy" of user-related information from the schema repository. Attempts to call this method using a schema repository (master database) results in an error stating that the user information cannot be loaded into the database MASTR because that is the schema repository, not a user database.

Syntax

VBScript


database.UpgradeMasterUserInfo 

Perl


$database->UpgradeMasterUserInfo(); 
Identifier
Description
database
A Database object.
Return value
None.