Uninstalling the Integration
To uninstall the integration, complete the following steps:
1. Restart the WebLogic Admin server and the SOA server.
2. Set the environment variables as mentioned above in the installation steps.
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:
Linux
cd $PRODUCT_HOME/bin
ant -f UnInstallBuild.xml uninstallSOA -DInstallProperties=$PRODUCT_HOME/config/InstallProperties.xml -l uninstallSOA.log
Use “-DinstallJMSWrappers=true” for the JMS Wrapper functionality.
Windows
cd %PRODUCT_HOME%\bin
ant -f UnInstallBuild.xml uninstallSOA -DInstallProperties=%PRODUCT_HOME%\
config\InstallProperties.xml –l uninstallSOA.log
These commands perform the following tasks:
• Undeploys all the composites from the Enterprise Manager partition.
• Deletes the partition.
• Undeploys MDS artifacts.
b. Execute the following commands at the command prompt:
Linux
cd $PRODUCT_HOME/bin
ant -f UnInstallBuild.xml uninstallWL -DInstallProperties=$PRODUCT_HOME/config/InstallProperties.xml -l uninstallWL.log
Use “-DinstallJMSWrappers=true” for the JMS Wrapper functionality.
Windows
cd %PRODUCT_HOME%\bin
ant -f UnInstallBuild.xml uninstallWL -DInstallProperties=%PRODUCT_HOME%\
config\InstallProperties.xml -l uninstallWL.log
These commands perform the following tasks:
• Delete the JMS resources (JMS module/ JMS persistent store/ JMS server).
• Undeploy the JMS outbound connection pool.
• Undeploy the database outbound connection pool.
• Delete the JDBC data source for the Error Handling module.
• Remove the work flow notification that is created.
• Delete the csf-keys generated.
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 created for the integration.
After a successful uninstall, all JMS, JDBC resources, and the CCB2-MDM2 partition created during installation are deleted.