CWXQY1255E
WRONGTERMFORGP=CWXQY1255E: The field {0} appears in a SELECT or HAVING clause without an aggregate function but is not specified in the GROUP BY clause.
CWXQY1256E
NONESTEDAGGFUNC=CWXQY1256E: Nested aggregate functions are not allowed.
CWXQY1257E
AGGHASMOREDISTIN=CWXQY1257E: DISTINCT is specified more than once in aggregate functions.
CWXQY1258E
INVALIDNEXTSTATE=CWXQY1258E: Internal error. Invalid state on call to next.
CWXQY1259E
ARITHMETICOPFAIL=CWXQY1259E: An exception occurred while evaluating the arithmetic expression {0}.
CWXQY1260E
ARITHMETICOVERFLOW=CWXQY1260E: Underflow or overflow occurred while evaluating the arithmetic expression {0}.
CWXQY1261E
ARITYMETICDIVBYZERO=CWXQY1261E: An Arithmetic exception occurred due to division by zero.
CWXQY1262E
NOTFOUNDINMAP=CWXQY1262E: ObjectMap {0} not found.
CWXQY1263E
NOTFOUNDINDEX=CWXQY1263E: An [{0}] occurred because the ObjectMap [{1}] does not have index [{2}].
CWXQY1264E
NOOBJECTININDEX=CWXQY1264E: An [{0}] occurred because the index [{1}] does not contain the object [{2}].
CWXQY1265E
EVALINTERNALERROR=CWXQY1265E: An internal error found in [{0}].
CWXQY1266E
INTROSPMETHOD=CWXQY1266E: [{0}] occurred while introspecting method [{1}] of class [{2}].
CWXQY1267E
FIELDGETOBJECTFAILED=CWXQY1267E: [{0}] occurred because the specified object [{1}] is not an instance of the class or interface declaring the underlying field [{2}]
CWXQY1268E
INVOKMETHODFAIL=CWXQY1268E: [{0}] occurred while invoking method [{1}] on object [{2}].
CWXQY1269E
FIELDACCESSFAILED=CWXQY1269E: [{0}] occurred because the field [{1}] is inaccessible.
CWXQY1270E
DATEWRONGJDBCESCAPE=CWXQY1270E: Date given [{0}] is not in the JDBC date escape format[yyyy-mm-dd].
CWXQY1271E
TIMEWRONGJDBCESCAPE=CWXQY1271E: Time given [{0}] is not in the JDBC time escape format[hh:mm:ss].
CWXQY1272E
TIMESTAMPWRONGJDBCESCAPE=CWXQY1272E: Timestamp given [{0}] is not in the JDBC timestamp escape format[yyyy-mm-dd hh:mm:ss.fffffffff].
CWXQY1282E
SUBSTRWRONGRANGE=CWXQY1282E: The second or third argument of the SUBSTR function is out of range.
CWXQY1283E
NOTNEEDEDPARAMETER=CWXQY1283E: Parameter {0} is not used in the query.
CWXQY1287E
TOOMANYPROJTIONITEMS=CWXQY1287E: Exceeds the maximum number of elements [{0}] allowed in Tuple object fail to add the element [{1}].
CWXQY1288E
FEWPARAMETER=CWXQY1288E: The query uses {1} parameters but only {0} were passed.
CWXQY1289E
NOPARAMETER=CWXQY1289E: No parameters were passed to a query that required parameters.
CWXQY1290E
NOTDEFINEDPARAMETER=CWXQY1290E: Parameter {0} is not defined.
CWXQY1291E
INVALIDPARAMETERTYPE=CWXQY1291E: Parameter {0} passed in is a type of {1} which is not the expected type {2}.
CWXQY1292E
SCALARSUBQNODATE=CWXQY1292E: Scalar subquery returned no data.
CWXQY1293E
SCALARSUBQMORECOL=CWXQY1293E: Scalar subquery returns more than one column.
CWXQY1294E
SCALARSUBQMOREROW=CWXQY1294E: Scalar subquery returned more than one row.
CWXQY1296E
INVALIDINDEXTYPE=CWXQY1296E: Internal Error. Undefined type [{0}] for index field.
CWXQY1297E
ONECHARACTERONLY=CWXQY1297E: Character can only be compared to Character or String of length 1. {0} has more than one character.
CWXQY1298E
CONFLICTNAME=CWXQY1298E: Duplicate name {0} in select expressions.
CWXQY1299E
INVALIDTOKEN=CWXQY1299E: Invalid token is found in query. {0} in ''{1}''.
CWXQY1300E
PARSEERROR=CWXQY1300E: Query parser encountered an error. {0}.
CWXQY1301E
INVALIDAS=CWXQY1301E: {0} of an aggregate function is not valid in the context where it it used.
CWXQY1302E
INVALIDMEMBEROFMISPK=CWXQY1302E: Member operation failed either because a primary key is not contained in the object or the primary key is not identified in the object''s metadata.
CWXQY1304E
INVALIDEQMISPK=CWXQY1304E: Equal operation failed either because a primary key is not contained in the object or the primary key is not identified in the object''s metadata.