Dynamically updating the administrator password for an entry mapping repository

Use this procedure to dynamically update the database administrator password for an entry mapping repository.

About this task

Note: When this dynamic call is made, only the configuration in memory is updated. The configuration file is not updated.
Event Type

DYNA_CONFIG_EVENT_UPDATE_ENTRY_MAPPING_ADMIN_PASSWORD

Configuration Data
DYNA_CONFIG_KEY_DB_ADMIN_PASSWORD (required) – [base64Binary]
Specifies the entry mapping repository administrator password to update.
The following is a sample task:

Procedure

  1. Ensure that virtual member manager is running.
  2. Call the dynamicUpdateConfig API method to change the password. For example:
    Hashtable configData = new Hashtable();
    	configData.put(DynamicConfigConstants.DYNA_CONFIG_KEY_DB_ADMIN_PASSWORD, 
    PasswordUtil.getByteArrayPassword("password0"));
    	service.dynamicUpdateConfig(DynamicConfigConstants.
     DYNA_CONFIG_EVENT_UPDATE_ENTRY_MAPPING_ADMIN_PASSWORD, configData);

Icon that indicates the type of topic Task topic

Terms and conditions for documentation | Feedback


Timestamp icon Last updated: March 30, 2016 13:35
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=vmm&topic=dynupdateadminpasswordforentitymappingrepository
File name: dynupdateadminpasswordforentitymappingrepository.html