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.
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
 
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:
a. Undeploys all the composites from the Enterprise Manager partition.
b. Deletes the partition.
c. Undeploys the 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
 
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:
a. Undeploy the database outbound connection pool.
b. Delete the JDBC data source for the CCBDS, EBSDS, SOADS modules.
c. Remove the work flow notification that is created.
d. 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 JDBC resources, and the CCB-EBS partition created during installation are deleted.