Deploying composite and supplemental query tables
Use the manageQueryTable.py administrative
script to deploy supplemental and composite query tables before using
them in Business Process Choreographer. Before query tables can be
used with the query table API they must be deployed on the related
Business Process Choreographer container. Query tables do not need
to be started, and the server or cluster does not need to be restarted
for them to be available after deployment.
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.
About this task
Procedure
Example

Enter the following
command:
wsadmin.sh -f manageQueryTable.py -cluster myCluster -deploy sample.qtd
Enter the following command:
wsadmin -f manageQueryTable.py -cluster myCluster -deploy sample.qtd


