Error 21052

Message

Possible error messages:

Without Resource Bundle (default)
  • When using IN or NOT IN, the value must be Sybase.Collections.ObjectList or Sybase.Persistence.Query
  • When using IN or NOT IN, the value must be SUPQuery* or SUPObjectList*
With Resource Bundle
  • when using IN or NOT IN, the value must be Sybase.Collections.ObjectList or Sybase.Persistence.Query
Domain Persistence.PersistenceException
Number 21052
Label VALUE_MUST_BE_OBJECTLIST_OR_QUERY
Applicable Platform(s) iOS, Windows Mobile

Cause

Using AttributeTest.IN or NOT_IN as an AttributeTest.Operator, AttributeTest.Value is not an ObjectList or Query object.

Action

When using AttributeTest.IN or NOT_IN as AttributeTest.Operator, use ObjectList or Query object as AttributeTest.Value.