2111

Description: Invalid Set operation

Cause: The types use in the IN operator are incompatible – that is, MYBool IN (12,13,14), assuming MYBool is a boolean attribute.

Resolution: Ensure types are valid.