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 noneoption. - At least one cluster member must be running.
- Include the wsadmin
-userand-passwordoptions to specify a user ID that has administrator or deployer authority. - If you are not working with the default
profile, use the wsadmin
-profileName profileoption 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
Procedure
Example

Enter the following
command:
wsadmin.sh -f manageQueryTable.py -cluster myCluster -undeploy COMPANY.SAMPLE
Enter the following command:
wsadmin -f manageQueryTable.py -cluster myCluster -undeploy COMPANY.SAMPLE

