1.1 Policy Seeding
TEMP_PATH=Temparory Path
cp ${OBAPI INSTALLER}/installables/OBAPI/<Installation
type>/<version>/policies/Entitlement_log4j.properties to
TEMP_PATH/db/Entitlement_log4j.properties
cp ${OBAPI INSTALLER}/installables/OBAPI/<Installation type>/<version>
/policies /Task_log4j.properties to TEMP_PATH/db/Task_log4j.propertiescp ${OBAPI INSTALLER}/installables/OBAPI/
<Installation type>/<version>/policies /Dashboard_seed_log4j.properties to TEMP_PATH/db/Dashboard_seed_log4j.propertiesupdate
<logs_path> in the above file (TEMP_PATH) to desired location.
update <logs_path> in the above file (TEMP_PATH) to desired location.
Execute below command in sequence.
Were SCHEMA_NAME=OBAPI_${POST_FIX} and SCHEMA_PASS= Password of
OBAPI_${POST_FIX} .
# $JAVA_HOME/bin/java -Djava.util.logging.config.file=
TEMP_PATH/db/Task_log4j.properties -jar ${OBAPI INSTALLER}/OBAPI/<Installation
type>/<version>/policies/com.ofss.digx.utils.feed.data.task.jar /installables/policies/Task.csv
oracle.jdbc.OracleDriver SCHEMA_NAME SCHEMA_PASS
'jdbc:oracle:thin:@OBAPI_DATABASE_HOSTNAME:OBAPI_DATABASE_PORT/OBAPI_DATABASE_SID'
# $JAVA_HOME/bin/java -Djava.util.logging.config.file=
TEMP_PATH/db/Dashboard_seed_log4j.properties -jar ${OBAPI INSTALLER}/OBAPI/<Installation
type>/<version>/policies/com.ofss.digx.utils.dashboard.jar ${OBAPI
INSTALLER}/}/OBAPI/<Installation type>/<version>/policies/dashboard_json/
oracle.jdbc.OracleDriver SCHEMA_NAME SCHEMA_PASS
'jdbc:oracle:thin:@OBAPI_DATABASE_HOSTNAME:OBAPI_DATABASE_PORT/OBAPI_DATABASE_SID'
# $JAVA_HOME/bin/java -Djava.util.logging.config.file=
TEMP_PATH/db/Entitlement_log4j.properties -jar ${OBAPI INSTALLER}/}/OBAPI/<Installation
type>/<version>/policies/com.ofss.digx.utils.entitlement.feed.data.jar ${OBAPI INSTALLER}/}/OBAPI/<Installation
type>/<version>/policies/Resources.csv ${OBAPI INSTALLER}/}/OBAPI/<Installation
type>/<version>/policies/Entitlement.csv ${OBAPI INSTALLER}/}/OBAPI/<Installation
type>/<version>/policies/Day0Policy.csv KERNEL oracle.jdbc.OracleDriver SCHEMA_NAME SCHEMA_PASS
'jdbc:oracle:thin:@OBAPI_DATABASE_HOSTNAME:OBAPI_DATABASE_PORT/OBAPI_DATABASE_SID'