Sending the query module to the server

This section describes the command-line procedure and parameters required to send a query module to a server.

Once you compile the .ccx version of the query module, you can send it to the server and start it using the command:


c8_client --cmd=start --server-uri=<server-uri> 
  --workspace-name=<workspace-name> --program-file=<program-file>

The parameters available with this command are:

Parameter

Description

server-uri

The URI of the Server.

workspace-name

The name of the workspace in which the query module should be run.

program-file

The full path and file name of the compiled query module (the .ccx file).

This command loads the query module on the server and starts it at the same time. There are additional SOAP commands that allow you to load and start the query module with separate requests, if desired.