Deploy Discrepancies Export and Data Flow Diagram Modules

  1. Copy the services/dmw-dfd-app.ear and services/dmw-export-app.ear files to the tmp directory and delete the software directory.
    The tmp directory now contains dmw-dfd-app.ear and dmw-export-app.ear files.
  2. Open a shell window and set up the environment:
    source WL_HOME/server/bin/setWLSEnv.sh
    For example:
    source app/oracle/middleware/Oracle_Home/wlserver/server/bin/setWLSEnv.sh
  3. Change the directory to the tmp directory.
  4. Deploy dmw-dfd-app.ear and dmw-export-app.ear by entering the following command. If you stored the username and password in a configuration file, omit the username and password parameters.

    Note:

    Deploy both the ear files on the same target where you have targeted the lswdbDfdDS and lswdbExportDS data sources.

    In the following command, replace the variable DMW_NEW_SERVER_NAME with the recommened new server name DMWServicesServer.

    java weblogic.Deployer -adminurl t3://host_name.your_company_domain.com:port_number -username WLS_USER -password WLS_PASSWORD -targets DMW_NEW_SERVER_NAME -deploy dmw-dfd-app.ear -name dmw-dfd-app
    java weblogic.Deployer -adminurl t3://host_name.your_company_domain.com:port_number -username WLS_USER -password WLS_PASSWORD -targets DMW_NEW_SERVER_NAME -deploy dmw-export-app.ear -name dmw-export-app
    

    If you had not created the DMW_NEW_SERVER_NAME (DMWServicesServer) due to any constraint, then deploy dmw-dfd-app.ear and dmw-export-app.ear by entering the following command:

    Note:

    In the following command, replace the variable DMW_SERVER_NAME with the recommened server name DMWServer.
    java weblogic.Deployer -adminurl t3://host_name.your_company_domain.com:port_number -username WLS_USER -password WLS_PASSWORD -targets DMW_SERVER_NAME -deploy dmw-dfd-app.ear -name dmw-dfd-app
    java weblogic.Deployer -adminurl t3://host_name.your_company_domain.com:port_number -username WLS_USER -password WLS_PASSWORD -targets DMW_SERVER_NAME -deploy dmw-export-app.ear -name dmw-export-app
    
  5. Exit the shell by entering:
    exit
  6. Go to the WebLogic console screen to check that the deployments are successful.