1.3.1 Backend Setup using Silent Installer
This topic explains about backend setup using silent installer.
Backend Setup should be done using Silent Installer. DDL Compilation, Object Compilation, and Static Data Load will be managed as part of Backend Setup.
Before loading objects into the schema, fcubs.properties file creation must be performed with the required database details using the GUI installer (Refer to the Oracle Banking Corporate Lending Installer Property File Creation guide). After the property file is created, theenv.properties file, present in INSTALLER/SOFT/GUI/logs/
directory, will be automatically updated, with the details provided while creating the property file.
The env.properties file present in INSTALLER/SOFT/GUI/logs/
will be automatically copied toINSTALLER/SOFT/logs/
directory as part of property file creation. Details from this env.properties are taken for further steps.
Run the <Product Processor> DBCompileRun.bat from the INSTALLER/SOFT
directory. DDL Compilation, Object Compilation, and Static Data load will be done.
For Example: ROFC INSTALLATION
First load SMS objects first and then ROFC objects. i.e.
- Run SMSDBCompileRun.bat in Windows (SMSDBCompileRun.sh in Linux).
Note:
Before running DB Compilation of any sort, make sure that System Date Time format and language are provided as English, or otherwise DB Compilation might fail due to improper log names. - After SMS object loading is completed, then initiate ROFC compilationRun ROFCDBCompileRun.bat in windows (ROFCDBCompileRun.sh in Linux).
<Product Processor> DBCompileRun.bat – PMDBCompileRun.bat (PMDBCompileRun.sh) for Payments, ROFCDBCompileRun.bat (ROFCDBCompileRun.sh) for ROFC, POJOLoadRun.bat (POJOLoadRun.sh) for POJO Compilation and so on.
Check for the Invalid Count and make sure that the Invalid count is ‘0’. Run Invalid Recompilation script (Invalid Recompilation script), if required.
Provide the number of threads and schema name as input while running the script.
For Cluster: As part of the FCUBS_14.0.0.0.1 patch set, Mexico Localization changes are released in cluster mode. So from FCUBS_14.0.0.0.1 patch onwards, if any site wants to consume these changes, it needs to run the ROFCDBCompileClusterRun.bat in Windows (ROFCDBCompileClusterRun.sh in Linux).
This is for KERNEL as well as cluster objects in the DB schema.
Similarly, FCUBS_14.3.0.2.0 patch set onwards, if any site wants to consume Italy Cluster changes, then they need to run the ROFCDBCompileClusterRun.bat in Windows (ROFCDBCompileClusterRun.sh in Linux).
This topic contains the following sub-topic:
- Invalid Recompilation script
The script will help the users to check for the invalid count.
Parent topic: Create Schema from Shipment Media