S03040

Error Code

S03040

Error Message

Failed to deserialize events due to incompatible event schema. Expected: <xxx>. Actual: <xxx>. RefId: S03040

Probable Causes

The CEP engine deserializes byte streams based on a defined eventSchema. This error occurs when the eventSchema used in serialization does not match the eventSchema defined in the CEP engine.

Solutions

Ensure the event type used matches the eventSchema defined in the CEP engine.