Uninstalling the Integration
Note: It is recommended to take a back up of PRODUCT_HOME before uninstalling.
To uninstall the integration:
1. Restart the WebLogic Admin server and the SOA server.
3. The uninstallation process is divided into three steps. Execute the commands in each of those steps.
a. Execute the following commands at the command prompt:
• Undeploy all the composites from the Enterprise Manager partition.
• Delete the partition.
• Undeploy the MDS artifacts.
Linux
cd $PRODUCT_HOME/bin
ant -f UnInstallBuild.xml uninstallSOA -DInstallProperties=$PRODUCT_HOME/config/InstallProperties.xml -l uninstallSOA.log
Windows
cd %PRODUCT_HOME%\bin
ant -f UnInstallBuild.xml uninstallSOA -DInstallProperties=%PRODUCT_HOME%\
config\InstallProperties.xml-l uninstallSOA.log
b. Execute the following commands at the command prompt:
• Undeploy the database outbound connection pool.
• Delete the JDBC data source for the Error Handling module.
• Delete the JDBC data source for the NMS application.
• Remove the work flow notification that is created.
• Delete the JMS artifacts.
Linux
cd $PRODUCT_HOME/bin
ant -f UnInstallBuild.xml uninstallWL - DInstallProperties=
$PRODUCT_HOME/config/InstallProperties.xml l uninstallWL.log
Windows
cd %PRODUCT_HOME%\bin
ant -f UnInstallBuild.xml uninstallWL -DInstallProperties=%PRODUCT_HOME%\
config\InstallProperties.xml -l uninstallWL.log
After executing the commands mentioned above, bounce the managed server and admin server manually.
c. Execute the following commands at the command prompt:
Linux
cd $PRODUCT_HOME/bin
ant -f UnInstallBuild.xml uninstallDB -DInstallProperties=$PRODUCT_HOME/config/InstallProperties.xml -l uninstallDB.log
Windows
cd %PRODUCT_HOME%\bin
ant -f UnInstallBuild.xml uninstallDB -DInstallProperties=%PRODUCT_HOME%\
config\InstallProperties.xml -l uninstallDB.log
These commands drop the database objects created for the Error Handling module and the artifacts created for the integration.
After a successful uninstall, all JDBC resources and the CCB-NMS partition created during installation are deleted.