Use this task to remove the business process container configuration.
Before you begin
This task uses a script to remove the whole business process container configuration except for the non-WebSphere resources: the database and queue manager. If you want to reuse parts of the existing configuration, perform Using the administrative console to remove part or all of the business process container configuration.Why and when to perform this task
Before you can uninstall the business process container, you must stop all process templates, delete all process instances, then stop and uninstall all enterprise applications that contain business processes.Steps for this task
Note: To see if any instances are running, you can log on to the Web client as administrator, and view the processes that are "Administered By Me". If the list is empty, no instances exist.
cd install_root\ProcessChoreographer\sample
On UNIX, enter:
cd install_root/ProcessChoreographer/sample
install_root\bin\wsadmin -f bpeunconfig.jacl -server Server -node Node -userid userID -password passwordWhen removing the configuration for a single server on Windows with WebSphere security disabled, enter the command:
install_root\bin\wsadmin -f bpeunconfig.jacl -server Server -node Node
When removing the configuration for a single server on UNIX with WebSphere security enabled, enter the command:
install_root/bin/wsadmin.sh -f bpeunconfig.jacl -server Server -node Node -userid userID -password password
When removing the configuration for a single server on UNIX with WebSphere security disabled, enter the command:
install_root/bin/wsadmin.sh -f bpeunconfig.jacl -server Server -node Node
When removing the configuration for a cluster on Windows with WebSphere security enabled, enter the command:
install_root\bin\wsadmin -f bpeunconfig.jacl -cluster Cluster -userid userID -password password
When removing the configuration for a cluster on Windows with WebSphere security disabled, enter the command:
install_root\bin\wsadmin -f bpeunconfig.jacl -cluster Cluster
When removing the configuration for a cluster on UNIX with WebSphere security enabled, enter the command:
install_root/bin/wsadmin.sh -f bpeunconfig.jacl -cluster Cluster -userid userID -password password
When removing the configuration for a cluster on UNIX with WebSphere security disabled, enter the command:
install_root/bin/wsadmin.sh -f bpeunconfig.jacl -cluster ClusterWhere:
Results
The business process container has been uninstalled, but the process choreographer database and queue manager have not been removed. If you used the script, all resources related to the business process container (such as scheduler, data sources, listener ports, connection factories, and queue destinations) have been removed. If you uninstalled manually, the resources remain, and can either be uninstalled separately, or reused.