6.4 How to Enable Newly Licensed App after Upgrade to BD 8.1.2.0.0
This section describes how to enable the newly licensed App after upgrade to BD 8.1.2.0.0.
To enable newly licensed App after upgrade to BD 8.1.2.0.0:
- Place the OFS_BD_SCHEMA_OUTPUT.xml file from previous installer to the current BD812 installer path <OFS_BD_PACK>/schema_creator.
- Copy the content of default.properties_bkp file from <OFS_BD_PACK>/OFS_AML/conf
path to the app specific folder which is newly enabled.
For example: If you are enabling OFS_KYC for the first time, copy the content to default.properties file in <OFS_BD_PACK>/OFS_KYC/conf path.
- In the app specific default.properties file,enter the details mentioned in the tags (<!-- Start: User input required for silent installer. --> and <!-- End: User input required for silent installer. -->).
- Replace the below parameter values in default.properties file with the values
available in the previous installer file path
<OFS_BD_PACK>/OFS_AML/conf/default.properties.
- FCCM_USER=##OFS_AML_ATOMIC_USER##
- FCCM_PASSWORD=##OFS_AML_ATOMIC_PW##
- FCCMINFODOM=##OFS_AML_INFODOM_NAME##
- FCCM_DBNAME=##OFS_AML_INFDBNAME##
- FCCMINFODOM_DESCRIPTION=##OFS_AML_INFODOM_DESC##
- Go to <OFS_BD_PACK>/conf folder. Enable the newly licensed app in the
OFS_BD_PACK.xml file by setting ENABLE flag to YES. For more information, see Configuring OFS_BD_PACK.xml File.
For example: <APP_ID PREREQ="OFS_AAI" ENABLE="YES">OFS_KYC</APP_ID>.
Note:
Enter YES in ENABLE tag to enable applications which has been installed and Enter NO in the remaining applications. - Go to <OFS_BD_PACK>/bin folder and trigger the setup.sh.
Note:
Please make sure there are no leading/trailing spaces in the <JDBC_URL> inside OFS_BD_SCHEMA_OUTPUT.xml file.