15.15 Configuring Passwords Changes

This section explains about how to modify the OFSAA Infrastructure Config Schema and Atomic Schema passwords.

OFSAA Infrastructure Config Schema password modification

To change the Config Schema password, perform the following steps:

  1. Change the Config schema User Password in the database.
  2. Delete the $FIC_HOME/conf/Reveleus.SEC file.
  3. Shutdown the OFSAAI App service:

    cd $FIC_APP_HOME/common/FICServer/bin

    ./stopofsaai.sh

  4. Start the infrastructure server in foreground directly on the server or through X-Windows software using the command:

    ./startofsaai.sh

  5. At the prompt, enter System Password. Enter the "new Config schema" password. The service will start and initialize itself if it is able to successfully connect to the DB.
  6. If you are using WebLogic as a Web server:
    1. Login to the WebLogic Administration Console, from the left side menu
    2. Under Domain Structure list box, expand the appropriate Domain and navigate to Services > JDBC >Data Sources. A list of data sources will be populated on the right side.
    3. Select the appropriate Data Source and edit the connection details. (In this case, both Config and Atomic data sources need to be modified).
  7. Post successful startup of the service, if required, the Infrastructure server may be shut down and restarted in the background using nohup mode.

OFSAA Infrastructure Atomic Schema password modification

To change the Atomic Schema password, perform the following steps:

  1. Change the Atomic schema User Password in the database.
  2. Login to the application from the browser using SYSADMN account or any user id, which has System Administrator role mapped.
  3. Navigate to System Configuration > Database Details window. Modify the password as explained in the following steps:
    1. From the Database Master window, select the connection whose password you want to modify and click modify button from the toolbar.
    2. Click modify button corresponding to the Alias Name. The Alias Details window is displayed.
    3. Modify the password in the Auth String field.
  4. For the WebLogic webserver, perform the following steps:
    1. Login to the WebLogic Administration Console, from the left side menu
    2. Under Domain Structure list box, expand the appropriate Domain and navigate to Services > JDBC >Data Sources. A list of data sources will be populated on the right side.
    3. Select the appropriate Data Source and edit the connection details. (In this case, both Config and Atomic data sources need to be modified).
  5. Restart the OFSAAI services.