Ignoring Database or RPC Server Errors

A description of the "IgnoreErrors" preference and its functionality.

By default, Sybase CEP Engine treats some errors returned by a database or remote procedure call as fatal errors, which halt the execution of the Sybase CEP Engine project. You may override this behavior by setting the "IgnoreErrors" preference to TRUE . Here is an example:

<Param Name="IgnoreErrors">true</Param>

This setting causes the Sybase CEP Server to treat all errors generated by the database or remote procedure call as warnings. Following the error, Sybase CEP Server drops the data triggering the query, but the project continues running.

Note: Use this setting with utmost caution, since it causes syntax errors returned by the database or remote call to be ignored by Sybase CEP Server. Sybase recommends that you check the Sybase CEP Server log for any errors or warnings generated by the database or RPC server.

The default setting for the "IgnoreErrors" preference is FALSE .