Error 21027

Message

Possible error messages:

Without Resource Bundle (default)
  • No such column: {NAME}
With Resource Bundle
  • no such column: {NAME}
Domain Persistence.PersistenceException
Number 21027
Label NO_SUCH_COLUMN
Applicable Platform(s) iOS, Android, BlackBerry, Windows Mobile

Cause

Cannot find an attribute with the specified name when trying to get the value from a query result set.

Action

In QueryResultSet.get${Type}ByBName(attributeName), verify whether attributeName is set correctly. It is a case-sensitive value.