Uninstall CLM ver 5.0.1
Using the instructions in this link http://www.ibm.com/support/knowledgecenter/SSJJ9R_5.0.1/com.ibm.jazz.install.doc/topics/t_uninstall_product_jts.html
We have CLM installed on single windows server using WAS and DB2.
When we follow this via Installation Manger to remove JTS and CLM does this also clean up and remove the tables on the DB server or is a separate clean up of that needed using DB2 commands as opposed to Rational Commands?
We have CLM installed on single windows server using WAS and DB2.
When we follow this via Installation Manger to remove JTS and CLM does this also clean up and remove the tables on the DB server or is a separate clean up of that needed using DB2 commands as opposed to Rational Commands?
One answer
The uninstallation only refers to removing binary bits from the file system - basically it reverts what the installer does. The tables (and the data contained within) are considered as "data", and will not be removed by the uninstaller.
Comments
Thanks, so for the data, how should this be removed?
If you simply want to discard everything related to CLM, the easiest way is probably to drop the entire database.
http://www.ibm.com/support/knowledgecenter/SSEPGG_10.1.0/com.ibm.db2.luw.admin.dbobj.doc/doc/t0005092.html