Edit the DP Server Start Script

You must add local values to cdr_apps_dpserver.sh (or cdr_apps_dpserver.cmd on Windows) before you can start the DP Server.

  1. Log in as the owner of the DP Server Home Directory.
  2. Go to the DP Server home directory.
  3. Edit cdr_apps_dpserver.sh (or cdr_apps_dpserver.cmd). Enter the actual value for each of the following:
    • $DPSERVER_HOME. Enter the full path for the DP Server home on this computer.

    • SVC. Enter the Service Location Name (not a Service name) that you defined or will define in the Service Location subtab for the Service Location that corresponds to this computer. (For more details, see Define Service Locations and Services.) The name is case-sensitive. For example:

      SVC=SERVICE_LOCATION_NAME
      

      Note:

      On Windows you must enter this value at runtime.

    • JDK Location (JDK_LOC). Enter the full path to the JDK 1.8 executable.

      For example:

      JDK_LOC=$ORACLE_HOME/jdk/bin
      
    • JVM Arguments. Add the following line immediately after the Java command (COMMANDLINE=java), which follows the RAC flag setting:

      -DFile.encoding=UTF8 -Duser.language=en -Duser.country=US
      

    You can accept the default values for all other variables. Some values must be set at runtime. See Start the DP Server for details.