Setting Maximum Call Execution Time

The MaxCallExecutionTime preference defines the maximum amount of time that Sybase CEP Engine allows for the database or remote procedure to execute a call.

You can set a "MaxCallExecutionTime" preference for remote services and database services (except database services that establish a connection to a kdb+ database).

The following example sets the maximum call execution time to five minutes.

<Param Name="MaxCallExecutionTime">5 MINUTES</Param>

Use "MaxCallExecutionTime" only in conjunction with direct CCL connection to a database or remote server (using the CCL Database Statement, database subquery, Remote Procedure Statement, or remote subquery). This preference cannot be set for adapters.