This topic applies only to the IBM Business Process Manager Advanced configuration.

Undeploying composite and supplemental query tables

Use the manageQueryTable.py administrative script to remove composite and supplemental query tables in Business Process Choreographer.

Before you begin

The following conditions must be met:
  • Run the script in connected mode, that is, do not use the wsadmin -conntype none option.
  • At least one cluster member must be running.
  • If your user ID does not have administrator or deployer authority, include the wsadmin -user and -password options to specify a user ID that has administrator or deployer authority.
  • If you are not working with the default profile, use the wsadmin -profileName profile option to specify the profile.
  • Ensure that no applications are running that reference a query table that is to be undeployed. If a supplemental query table is undeployed, it must not be referenced, as attached query table, by any composite query table.

About this task

Complete the following steps to undeploy composite and supplemental query tables in Business Process Choreographer.

Procedure

  1. Change to the Business Process Choreographer subdirectory where the administrative script is located.
    • For Linux operating systemFor UNIX operating systeminstall_root/ProcessChoreographer/admin
    • For Windows operating systeminstall_root\ProcessChoreographer\admin
  2. Undeploy the query table:
    install_root/bin/wsadmin.sh -f manageQueryTable.py
           -cluster clusterName
           -undeploy queryTableName

    For Linux operating systemFor UNIX operating systemEnter the following command:

    install_root/bin/wsadmin.sh -f manageQueryTable.py
           -cluster clusterName
           -undeploy queryTableName

    For Windows operating systemEnter the following command:

    install_root\bin\wsadmin -f manageQueryTable.py
           -cluster clusterName) ]
           -undeploy queryTableName
    Where:
    -cluster clusterName
    The name of the cluster where Business Process Choreographer is configured. In a multicluster setup, you must specify the application cluster because that is where Business Process Choreographer is configured.
    -undeploy queryTableName
    The name of the query table. Use this option to undeploy a query table.

Example

wsadmin.sh -f manageQueryTable.py -cluster myCluster -undeploy COMPANY.SAMPLE

For Linux operating systemFor UNIX operating systemEnter the following command:

wsadmin.sh -f manageQueryTable.py -cluster myCluster -undeploy COMPANY.SAMPLE

For Windows operating systemEnter the following command:

wsadmin -f manageQueryTable.py -cluster myCluster -undeploy COMPANY.SAMPLE