Set script parameters
Prepare to execute the update script by setting appropriate values for script parameters.
- Navigate to the
<TOPICS_OBIEE_INSTALL_DIR>directory. - Locate the
updateRpd.shscript and open the file for editing. - Verify the values for the following parameters in the script. If necessary,
make changes to match the values below and save the file.
Name Value DOMAIN_HOME
Full path to the Oracle Fusion Middleware Home, similar to
.../u01/app/oracle/Middleware/Oracle_Home/user_projects/biADMIN_USER
Oracle WebLogic Server administrator user name
DB_USER Oracle Database user for the Oracle Empirica Signal schema RPD_CONN_USER
User name for the RPD connection database user
RPD_PROXY_USER
Database proxy account for RPD_CONN_USER connection.Note:
This parameter must be added to the script.RPD_CONN_DATASOURCE
TNS-style connection string for the RPD, similar to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=T CP)(HOST=<DB host URL>) (PORT=<DB port>))(CONNECT_DATA=(SERVICE_NAME=<DBservicename>)))BI_PORT
Oracle Analytics admin port, such as 9502 - Search and replace the following line:
Original:
${JAVA_HOME}/bin/java -jar ${COMMON_COMPONENTS_HOME}/modules/thirdparty/jython-standalone- 2.7.1.0.1.jar ${CONFIG_HOME}/editListConn.py "${CONFIG_HOME}/listConn.json" "${CONFIG_HOME}/updateConn.json" "${RPD_CONN_USER}" "${RPD_CONN_PASS}" "${RPD_CONN_DATASOURCE}" >> updateRpd.logReplace with:
${JAVA_HOME}/bin/java -jar ${COMMON_COMPONENTS_HOME}/modules/thirdparty/jython-standalone- 2.7.*.jar ${CONFIG_HOME}/editListConn.py "${CONFIG_HOME}/listConn.json" "${CONFIG_HOME}/updateConn.json" “RPD_PROXY_USER” "${RPD_PROXY_USER}" "${RPD_CONN_PASS}" "OBIEE_SIGNAL_MGT" "${RPD_CONN_USER}" "${RPD_CONN_DATASOURCE}" >> updateRpd.log - Save the file.
Parent topic: Upload GVP Module IX data model and catalog