Deploy Discrepancies Export and Data Flow Diagram Modules
- Copy the
services/dmw-dfd-app.ear
andservices/dmw-export-app.ear
files to the tmp directory and delete the software directory.The tmp directory now containsdmw-dfd-app.ear
anddmw-export-app.ear
files. - 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
- Change the directory to the tmp directory.
- Deploy
dmw-dfd-app.ear
anddmw-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
anddmw-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
- Exit the shell by entering:
exit
- Go to the WebLogic console screen to check that the deployments are successful.
Parent topic: Upgrade to Oracle DMW 3.4.2