Administrative commands provide an alternative to the administrative
console for stopping and starting process templates.
Before you begin
If global security is enabled, verify that your user ID has operator
authorization.
Why and when to perform this task
You must stop a business template, for example, before you can uninstall
the business process application to which it belongs. The following steps
describe how to use the administrative commands to stop and start process
templates.
Steps for this task
- Change to the Business Process Choreographer subdirectory that
contains the administration scripts.
On Windows® systems,
enter:
cd install_root\ProcessChoreographer\admin
On UNIX® and Linux® systems,
enter:
cd install_root/ProcessChoreographer/admin
- Stop the process template.
On Windows systems,
enter:
install_root\bin\wsadmin -f bpcTemplates.jacl
-stop application_name
On UNIX and Linux systems, enter:
install_root/bin/wsadmin -f bpcTemplates.jacl
-stop application_name
Where application_name is
the name of the application to which the template belongs.
Existing
instances of the process templates continue to run until they end normally.
When the application stops, you cannot create process instances from the stopped
templates.
- Start the process template.
On Windows systems,
enter:
install_root\bin\wsadmin -f bpcTemplates.jacl
-start application_name
On UNIX and Linux systems, enter:
install_root/bin/wsadmin -f bpcTemplates.jacl
-start application_name
The process template starts. You can use Business
Process Choreographer Explorer to start process instances from the process
template.