1.2 Set up Database for Open Development Tool
This topic describes about setting up database for open development tool.
To set up database for Open Development Tool (ODT), follow the steps given below:
Environment Setup
Follow the below steps during Environment Setup:
- For property file creation: Follow CREATING PROPERTY FILE FOR OPEN DEVELOPMENT TOOL steps to create property file.
- Copy environment property file: Generate the env.properties file in
\INSTALLER\SOFT\GUI\logs
path and you can copy the file and paste to\INSTALLER\SOFT\logs
path.
Backend Setup using Silent Installer
Backend Setup must be done using Silent Installer. DDL Compilation, Object Compilation and Static Data load will be taken care as part of Backend Setup.
Run ODTDBCompileRun.bat in Windows (ODTDBCompileRun.sh in Linux).
DDL Compilation, Object Compilation and Static Data load will be done. Check for the Invalid Count and make sure that the Invalid count is 0.
Parent topic: Open Development Tool Installation