Stop Execution of a CCL Project

After a CCL project is successfully started on the Sybase CEP Server, it continues to execute until it is stopped by a client request.

The c8_client command to stop a running project is "stop".

This command should be on a single line. It is split across multiple lines for readability.

c8_client [--config=<config file>] --cmd=stop
    --server-uri=<server-uri>
    --workspace-name=<workspace-name>
    --application-name=<application-name>

This stops the CCL application <application-name> in Sybase CEP Server at <server-uri>. The parameters of this command are described in the following table:

Parameter

Description

server-uri

The URI of the server.

workspace-name

The name of the workspace.

application-name

The name of the project (query module). This is equivalent to the values specified with the name, program-name or load option when the module was compiled.