Cleaning up for Uninstalling on Windows
To uninstall Emptoris applications from a Windows setup, you must complete certain steps.
Procedure
To clean up for uninstalling Emptoris applications on Windows, complete the following steps:
- Stop the following Emptoris application services by using the sc stop service
<service name> command.
- echosagent
- EmptorisHttpProxyHtcacheclean
- EmptorisHttpProxy
- EmptorisPws
- IBMWAS85Service - gateway
- IBMWAS85Service - SSMIndexServer
- IBMWAS85Service - primary
- IBMWAS85Service - batch1
- IBMWAS85Service - proxy
- IBMWAS85Service - batch2 (for cluster)
- IBMWAS85Service - event1 (for cluster)
- IBMWAS85Service - event2 (for cluster)
- IBMWAS85Service - ecm1
- IBMWAS85Service - ecm2
- IBMWAS85Service - ecm3
- IBMWAS85Service - ecm4
- IBMWAS85Service - ecm5
- IBM CM Document Server
- solr1
- solr2
- solr3
- solr4
- solr5
- solr6
- solr7
- zookeeper-1
- zookeeper-2
- zookeeper-3
- zookeeper-4
- zookeeper-5
- zookeeper-6
- zookeeper-7
- IBMWAS85Service - spendPrimary
- IBMWAS85Service - plinthosnode1
- IBMWAS85Service - plinthosnode2
- IBMWAS85Service - plinthosnode3
- IBMWAS85Service - plinthosdbCopyNode
- IBMWAS85Service - cognos1
- IBMWAS85Service - slm
Note: The services are seen based on the number of servers, nodes, and the applications that you installed.Example:sc stop echosagent sc stop "IBMWAS85Service - gateway" sc stop "IBMWAS85Service - spendPrimary" sc stop "IBMWAS85Service - plinthosnode1" sc stop EmptorisHttpProxy sc stop EmptorisPws sc stop "IBMWAS85Service - cognos1" - Delete the services by using the sc delete <service_name> command.
- List the profiles that are available on each system by using the
C:\IBM\WebSphere\AppServer\bin > manageprofiles -listProfiles command.
C:\IBM\WebSphere\AppServer\bin>manageprofiles -listProfiles
- Delete the profiles that are available on each system by using the
C:\IBM\WebSphere\AppServer\bin>manageprofiles -delete -profileName
<profile_name> command. Example:
C:\IBM\WebSphere\AppServer\bin>manageprofiles -delete -profileName gateway C:\IBM\WebSphere\AppServer\bin>manageprofiles -delete -profileName spend C:\IBM\WebSphere\AppServer\bin>manageprofiles -delete profileName analyticsNote: Stop the Java processes if the services are not getting deleted. - Delete the contents of the following directories.
Table 1. Content of the directories to be deleted Product Directories For each Emptoris product - \opt\emptoris\apps
- \opt\emptoris\echos-agent\tasks
- \opt\emptoris\repository\Packages
For Emptoris® Strategic Supply Management Platform \opt\ssm_home For Emptoris Contract Management \opt\FileRepository For Emptoris Supplier Lifecycle Management Directories that contain the following files must be deleted. - Document Data Path
- Log File Path
The following directories are present in the setup only if you have enabled that functionality in your earlier setup.
- Business Rule Configuration File
- Files to import
- HTML help for internal and external users
- ActiveMQ file
- List of rules for follow-up objects
Parent topic: Uninstalling Emptoris Applications