Backend Setup using Silent Installer
Backend Setup has to be done using Silent Installer. DDL Compilation, Object Compilation and Static Data Load will be taken care 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 Payments_Installer_Property_File_Creation). After the property file is created, env.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 to INSTALLER/SOFT/logs/ directory as part of property file creation. Details from this env.properties are taken for further steps.
- First Run the SMSDBCompileRun.bat in windows (SMSDBCompileRun.sh in linux) for SMS schema (DB) compilation. Note: Before running DB Compilation of any sort, please 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, Go to \INSTALLER\SOFT path and run the PMDBCompileRun.bat.- DDL Compilation, Object Compilation and Static Data load will be done. For Example: -Run PMDBCompileRun.bat in windows (PMDBCompileRun.sh in Linux) Check for the Invalid Count and make sure that the Invalid count is ‘0’. Please run Invalid Recompilation script (fast.sql), if required. Please provide number of threads and schema name as input while running the script.
Parent topic: Creating Schema from Shipment Media