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:
- Change the Config schema User Password in the database.
- Delete the
$FIC_HOME/conf/Reveleus.SEC
file. - Shutdown the OFSAAI App service:
cd $FIC_APP_HOME/common/FICServer/bin
./stopofsaai.sh
- Start the infrastructure server in foreground directly on the server or through
X-Windows software using the command:
./startofsaai.sh
- 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.
- If you are using WebLogic as a Web server:
- Login to the WebLogic Administration Console, from the left side menu
- 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.
- Select the appropriate Data Source and edit the connection details. (In this case, both Config and Atomic data sources need to be modified).
- 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:
- Change the Atomic schema User Password in the database.
- Login to the application from the browser using SYSADMN account or any user id, which has System Administrator role mapped.
- Navigate to System Configuration > Database Details window. Modify the
password as explained in the following steps:
- From the Database Master window, select the
connection whose password you want to modify and click
button from the toolbar.
- Click
button corresponding to the Alias Name. The Alias Details window is displayed.
- Modify the password in the Auth String field.
- From the Database Master window, select the
connection whose password you want to modify and click
- For the WebLogic webserver, perform the following steps:
- Login to the WebLogic Administration Console, from the left side menu
- 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.
- Select the appropriate Data Source and edit the connection details. (In this case, both Config and Atomic data sources need to be modified).
- Restart the OFSAAI services.