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.
The default setting for the "IgnoreErrors" preference is FALSE .