- CWWBQ0001E: Unknown query table name: ''{0}''.
- Explanation: The query string contains a reference to an unknown table.
- User Action: Check the spelling of the table name in the query.
- CWWBQ0002E: One or more attributes in the select list are invalid for query table ''{0}'': ''{1}''. Allowed values are: ''{2}''.
- Explanation: You tried to select one or more attributes of a query table that are not specified for this query table.
- User Action: Check the attributes in the select list for errors against the allowed values.
- CWWBQ0003E: The query condition ''{0}'' is invalid for query table ''{1}''. The following errors were reported: ''{2}''.
- Explanation: The query condition contains syntactic or semantic errors. The reported errors describe the errors in detail.
- User Action: Check the spelling of the attribute names, the types of literals, and the syntax of the query condition.
- CWWBQ0004E: One or attribute names in the query condition ''{0}'' are invalid for query table ''{1}'': ''{2}''. Allowed attribute names are: ''{3}''.
- Explanation: One or more attributes referenced by the query condition filter option are invalid.
- User Action: Check the referenced attribute names in the query condition for errors against the allowed values.
- CWWBQ0005E: An attribute ''{0}'' was not found in query table ''{1}''.
- Explanation: An attribute referenced by the list of selected attributes, by a condition, or by the sort attributes was not found in the query table definition.
- User Action: Check the referenced attribute names in the list of selected attributes, the query condition, and the sort attributes for errors such as spelling.
- CWWBQ0006E: The condition ''{0}'' is invalid for query table ''{1}''.
- Explanation: A condition specified for a query table is invalid.
- User Action: Check syntax, literals and referenced attributes of the condition for errors. Also, check nested exceptions for more details.
- CWWBQ0007E: A SQL exception occurred while preparing statement ''{0}'': ''{1}''.
- Explanation: A SQL exception occurred while creating a prepared statement.
- User Action: Check the statement and the error message.
- CWWBQ0008E: A SQL exception occurred while setting parameter ''{0}'' on prepared statement ''{1}'': ''{2}''.
- Explanation: A SQL exception occurred while setting a parameter derived from a literal on a prepared statement.
- User Action: Check the parameter for errors, such as type.
- CWWBQ0009E: A SQL exception occurred while running query ''{0}'': ''{1}''.
- Explanation: A SQL exception occurred while executing a prepared statement.
- User Action: Check the query and error message.
- CWWBQ0010E: A parameter with name ''{0}'' was not found in the list of user provided parameters: ''{1}''.
- Explanation: Replacement parameters where used in a condition of a query table. At runtime, this parameter was not found in the parameter list provided as input for the query table API.
- User Action: Check the list of parameters for errors, such as spelling.
- CWWBQ0011E: Parameter ''{0}'', with value ''{1}'' of type ''{2}'' is invalid for an attribute of type ''{3}''.
- Explanation: The Serializable provided as input parameter could not be converted into a valid parameter for the attribute type.
- User Action: Check the list of parameters passed to the API.
- CWWBQ0300E: SQL exception: {0}.
- Explanation: A SQL exception occurred while processing a query for a query table.
- User Action: Report the exception to your system administrator.
- CWWBQ0301E: Not supported: {0}.
- Explanation: The requested feature is not supported.
- User Action: The feature can not be used for query tables.
- CWWBQ0310E: No entity attributes selected.
- Explanation: A entity query was submitted, but no primary query table attribute was selected by the selected attributes filter option.
- User Action: Change selected attributes filter option in a way that primary query table attributes are selected.
- CWWBQ0320E: Condition provider internal error: {0}
- Explanation: An error occurred while generating a SQL condition from a condition parse tree.
- User Action: Check the condition for syntax and spelling errors.
- CWWBQ0321E: Error while parsing condition ''{0}'': {1}.
- Explanation: An error occurred while transforming a query table condition into a SQL condition.
- User Action: Check the condition for syntax and spelling errors.
- CWWBQ0322W: Warning(s) while parsing condition ''{0}'': {1}.
- Explanation: The condition parser reported one or more warnings while a condition was processed.
- User Action: Check the warnings and update the condition accordingly.
- CWWBQ0323E: Error while parsing the sort attributes ''{0}'': {1}.
- Explanation: An error occurred while generating SQL for the sort attributes.
- User Action: Check the sort attributes for syntax and spelling errors.
- CWWBQ0324W: Warning(s) while parsing the sort attributes ''{0}'': {1}.
- Explanation: The sort attributes parser reported one or more warnings while the sort attributes were processed.
- User Action: Check the warnings and update the sort attributes accordingly.
- CWWBQ0325E: Reference to authorization attributes not allowed: ''{0}''.
- Explanation: An attribute of the authorization table was referenced by a condition, the selected attributes, or the sorting specification, but authorization for the query table is diabled.
- User Action: If the query table is of kind 'predefined', authorization is not supported. For other kinds of query tables, you have to remove references to authorization attributes.
- CWWBQ0326E: The sort attributes specified for a entity query are invalid: ''{0}''.
- Explanation: For a entity query, sort attributes are specified, which are not specified as selected attributes.
- User Action: Add all sort attributes to the selected attributes.
- CWWBQ0327E: The source attribute filter specified for the meta data options is invalid: ''{0}''.
- Explanation: One or more source attributes in the filter do not match the specified syntax 'TABLE.COLUMN'.
- User Action: Check the source attribute filter for syntax errors.
- CWWBQ0330E: Query tables ''{0}'' and ''{1}'' can not be joined.
- Explanation: A join between two query tables could not be established because none of both query tables defines a join to the other.
- User Action: If both query tables are of kind 'predefined' a direct join is not supported. For other kinds of query tables you have to specify a join.
- CWWBQ0500I: The query table "{0}" is referenced by the table "{1}".
- Explanation: Query tables referenced by other query tables cannot be undeployed or updated.
- User Action: Before updating or deleting the query table you must delete the query tables which have a reference to this query table.
- CWWBQ0501E: Cannot update or delete the query table "{0}" because it is referenced by other tables.
- Explanation: Query tables referenced by other query tables cannot be undeployed or updated.
- User Action: Before updating or deleting the query table you must delete the query tables which have a reference to this query table.
- CWWBQ0502E: For the query table "{0}", the given query table type "{1}" is not valid. Allowed types are {2}.
- Explanation: This is part of the input parameter checking of query table deployment.
- User Action: Specify a valid query table type.
- CWWBQ0503E: For the query table "{0}", a tablespace is specified. In this case, the given query table type "{1}" is not allowed. Only types {2} are allowed.
- Explanation: This is part of the input parameter checking of query table deployment.
- User Action: Specify a valid query table type.
- CWWBQ0504E: For the query table "{0}", the update interval given as "{1}" is not valid. Expected is a non-negative integer value. If not specified, a default value of {2} is used.
- Explanation: This is part of the input parameter checking of query table deployment.
- User Action: Specify a valid query table type.
- CWWBQ0505E: For the query table "{0}", an update interval is specified. In this case, the given query table type "{1}" is not allowed. Only the type {2} is allowed.
- Explanation: This is part of the input parameter checking of query table deployment.
- User Action: Specify a valid query table type.
- CWWBQ0506E: The parameter "kind" is null. This is not valid.
- Explanation: The method queryQueryTableNames lists the deployed query tables of a given kind. Therefore, "kind" must not be null.
- User Action: Specify a valid query table kind.
- CWWBQ0507E: To list the deployed query tables the specified kind "{0}" is not valid. Allowed kinds are {1}.
- Explanation: The method queryQueryTableNames lists the deployed query tables of a given kind.
- User Action: Specify a valid query table kind.
- CWWBQ0508E: The query table "{0}" could not be found in the database. Therefore, undeployment was not successful.
- Explanation: The query table is identified here by its name.
- User Action: Specify a query table name which exists in the database.
- CWWBQ0509E: The query table "{0}" already exists in the database. Therefore, deployment of this query table was not successful.
- Explanation: The query table is identified here by its unique name.
- User Action: Specify a different query table name
- CWWBQ0510E: The query table "{0}" could not be found in the database. Therefore, the query table could not be updated.
- Explanation: The query table is identified here by its name.
- User Action: Update a table name which exists in the database.
- CWWBQ0511E: The query table "{0}" could not be found in the database. Therefore, the attribute requested could not be returned.
- Explanation: The query table is identified here by its name.
- User Action: Specify a query table name which exists in the database.
- CWWBQ0601E: Syntax error in column {0} while parsing condition ''{1}'':\nfound ''{2}'' but expected ''{3}''.
- Explanation: The query table condition listed in the error message could not be parsed as well-formed.\nPlease look for syntactical errors like unbalanced parentheses, invalid characters, etc.
- User Action: Correct the condition.
- CWWBQ0602E: Syntax error in column {0} while parsing condition ''{1}'':\nfound ''{2}'' but expected one of:\n{3}.
- Explanation: The query table condition listed in the error message could not be parsed as well-formed.\nPlease look for syntactical errors like unbalanced parentheses, invalid characters, etc.
- User Action: Correct the condition.
- CWWBQ0603E: Syntax error in line {0} column {1} while parsing a multi-line condition.\nfound ''{2}'' but expected ''{3}''.
- Explanation: A query table condition could not be parsed as well-formed.\nPlease look for syntactical errors like unbalanced parentheses, invalid characters, etc.
- User Action: Correct the condition.
- CWWBQ0604E: Syntax error in line {0} column {1} while parsing a multi-line condition.\nfound ''{2}'' but expected one of:\n{3}.
- Explanation: A query table condition could not be parsed as well-formed.\nPlease look for syntactical errors like unbalanced parentheses, invalid characters, etc.
- User Action: Correct the condition.
- CWWBQ0620E: Lexical error while parsing the following condition:\n{0}
- Explanation: A query table condition could not be parsed as well-formed due to a lexical error.\nPlease look for syntactical errors like unbalanced quotes, invalid special characters, etc.
- User Action: Correct the condition.
- CWWBQ0621E: Internal lexical error while parsing condition ''{0}''.\nError details: ''{1}''
- Explanation: A query table condition could not be parsed as well-formed due to an unexpected internal lexical error.\nPlease report this error and provide all details.
- User Action: Report error to your IBM representative.
- CWWBQ0651E: Syntax error in column {0} while parsing sort attributes ''{1}'':\nfound ''{2}'' but expected ''{3}''.
- Explanation: The query table sort attributes listed in the error message could not be parsed as well-formed.\nPlease look for syntactical errors like extra separators, invalid characters, etc.
- User Action: Correct the sort attributes.
- CWWBQ0652E: Syntax error in column {0} while parsing sort attributes ''{1}'':\nfound ''{2}'' but expected one of:\n{3}.
- Explanation: The query table sort attributes listed in the error message could not be parsed as well-formed.\nPlease look for syntactical errors like extra separators, invalid characters, etc.
- User Action: Correct the sort attributes.
- CWWBQ0653E: Syntax error in line {0} column {1} while parsing multi-line sort attributes.\nfound ''{2}'' but expected ''{3}''.
- Explanation: The query table sort attributes could not be parsed as well-formed.\nPlease look for syntactical errors like extra separators, invalid characters, etc.
- User Action: Correct the sort attributes.
- CWWBQ0654E: Syntax error in line {0} column {1} while parsing multi-line sort attributes.\nfound ''{2}'' but expected one of:\n{3}.
- Explanation: The query table sort attributes could not be parsed as well-formed.\nPlease look for syntactical errors like extra separators, invalid characters, etc.
- User Action: Correct the sort attributes.
- CWWBQ0670E: Lexical error while parsing the following sort attributes:\n{0}
- Explanation: Query table sort attributes could not be parsed as well-formed due to a lexical error.\nPlease look for syntactical errors like unbalanced quotes, invalid special characters, etc.
- User Action: Correct the sort attributes.
- CWWBQ0671E: Internal lexical error while parsing sort attributes ''{0}''.\nError details: ''{1}''
- Explanation: Query table sort attributes could not be parsed as well-formed due to an unexpected internal lexical error.\nPlease report this error and provide all details.
- User Action: Report error to your IBM representative.
- CWWBQ0701E: Validation error found in column {0} while validating condition ''{1}'' for query table ''{2}''.
- Explanation: The query table condition listed in the error message is invalid.\nPlease see the additional error message for details.
- User Action: See details in the error message immediately following this message and correct the condition.
- CWWBQ0702E: Validation error found in line {0} column {1} while validating a multi-line condition for query table ''{2}''.
- Explanation: A query table condition was found invalid.\nPlease see the additional error message for details.
- User Action: See details in the error message immediately following this message and correct the condition.
- CWWBQ0710E: Empty list of valid attribute names found for query table ''{0}''.
- Explanation: The specified query table does not contain any attributes.
- User Action: Correct the query table definition.
- CWWBQ0711E: Empty list of valid attribute names found for query table ''{0}''.
- Explanation: The specified query table does not contain any attributes.
- User Action: Report error to your IBM representative.
- CWWBQ0712E: Invalid attribute name ''{0}'' found for query table ''{1}''.\nValid attribute names for this query table are:\n{2}.
- Explanation: Attribute names must match the existing attributes in the specified query table.
- User Action: Correct the query table condition.
- CWWBQ0713E: Invalid attribute name ''{0}'' found for query table ''{1}''.\nValid attribute names for this query table are:\n{2}.
- Explanation: Attribute names must match the existing attributes in the specified query table.
- User Action: Correct the query table condition.
- CWWBQ0714E: Attribute name ''{0}'' for query table ''{1}'' was specified in invalid case.\nValid case for this attribute is ''{2}''.
- Explanation: Attribute names in query table conditions are case sensitive and must be specified in exact case.
- User Action: Correct the case in the query table condition.
- CWWBQ0715E: Attribute name ''{0}'' for query table ''{1}'' was specified in invalid case.\nValid case for this attribute is ''{2}''.
- Explanation: Attribute names in query table conditions are case sensitive and must be specified in exact case.
- User Action: Correct the case in the query table condition.
- CWWBQ0720E: Symbolic attribute values are not allowed for attribute ''{0}'' of query table ''{1}'' but found symbolic value ''{2}''.
- Explanation: For the specified query table attribute no variable names are allowed.
- User Action: Either use a constant value for the specified attribute or use a different attribute that allows to specify symbolic values.
- CWWBQ0721E: Symbolic attribute values are not allowed for attribute ''{0}'' of query table ''{1}'' but found symbolic value ''{2}''.
- Explanation: For the specified query table attribute no variable names are allowed.
- User Action: Either use a constant value for the specified attribute or use a different attribute that allows to specify symbolic values.
- CWWBQ0731E: Invalid value ''{0}'' found for attribute ''{1}'' of query table ''{2}''.\nValid values for this attribute are:\n{3}.
- Explanation: Symbolic values must match the predefined values in the specified attribute.
- User Action: Correct the query table condition.
- CWWBQ0732E: Invalid value ''{0}'' found for attribute ''{1}'' of query table ''{2}''.\nValid values for this attribute are:\n{3}.
- Explanation: Symbolic values must match the predefined values in the specified attribute.
- User Action: Correct the query table condition.
- CWWBQ0733E: Value ''{0}'' for attribute ''{1}'' of query table ''{2}'' was specified in invalid case.\nValid case for this value is: ''{3}''.
- Explanation: Symbolic values are case sensitive must match the case of the predefined values in the specified attribute.
- User Action: Correct the query table condition.
- CWWBQ0734E: Value ''{0}'' for attribute ''{1}'' of query table ''{2}'' was specified in invalid case.\nValid case for this value is: ''{3}''.
- Explanation: Symbolic values are case sensitive must match the case of the predefined values in the specified attribute.
- User Action: Correct the query table condition.
- CWWBQ0740E: Type mismatch: found operand ''{0}'' but expected ID value when comparing this operand against attribute ''{1}'' of query table ''{2}''.
- Explanation: Operand must be compatible with an ID when comparing this operand against the specified attribute which is of type ID.
- User Action: Correct the operand in the query table condition to be a valid ID value.
- CWWBQ0741E: Type mismatch: found operand ''{0}'' but expected string value when comparing this operand against attribute ''{1}'' of query table ''{2}''.
- Explanation: Operand must be compatible with a string when comparing this operand against the specified attribute which is of type string delimited by single quotes.
- User Action: Correct the operand in the query table condition to be a valid string value.
- CWWBQ0742E: Type mismatch: found operand ''{0}'' but expected numerical value when comparing this operand against attribute ''{1}'' of query table ''{2}''.
- Explanation: Operand must be compatible with a number when comparing this operand against the specified attribute which is of type float.
- User Action: Correct the operand in the query table condition to be a numeric value.
- CWWBQ0743E: Type mismatch: found operand ''{0}'' but expected timestamp value when comparing this operand against attribute ''{1}'' of query table ''{2}''.
- Explanation: Operand must be compatible with a timestamp when comparing this operand against the specified attribute which is of type timestamp.
- User Action: Correct the operand in the query table condition to be a valid timestamp value.
- CWWBQ0744E: Type mismatch: found operand ''{0}'' but expected binary value when comparing this operand against attribute ''{1}'' of query table ''{2}''.
- Explanation: Operand must be compatible with a binary value when comparing this operand against the specified attribute which is of type binary.
- User Action: Correct the operand in the query table condition to be a valid binary value.
- CWWBQ0745E: Type mismatch: found operand ''{0}'' but expected numerical value when comparing this operand against attribute ''{1}'' of query table ''{2}''.
- Explanation: Operand must be compatible with a numerical value when comparing this operand against the specified attribute which is of type integer.
- User Action: Correct the operand in the query table condition to be a numeric value.
- CWWBQ0746E: Type mismatch: found operand ''{0}'' but expected boolean value when comparing this operand against attribute ''{1}'' of query table ''{2}''.
- Explanation: Operand must be compatible with a boolean when comparing this operand against the specified attribute which is of type boolean.
- User Action: Correct the operand in the query table condition to be a boolean value.
- CWWBQ0747E: Type mismatch: found operand ''{0}'' but expected data value when comparing this operand against attribute ''{1}'' of query table ''{2}''.
- Explanation: Operand must be compatible with a data value when comparing this operand against the specified attribute which is of type data value.
- User Action: Correct the operand in the query table condition to be a valid data value.
- CWWBQ0749E: Error while comparing type of operand ''{0}'' and type of attribute ''{1}'' of query table ''{2}'' because the type of that attribute could not be determined.
- Explanation: Operand must be compatible with the specified attribute when comparing this operand against that attribute.
- User Action: Make sure the attribute type is specified correctly in the query table definition.
- CWWBQ0750E: Invalid timestamp value {0} found; timestamp must look like in this example:\nTS(''2008-07-31T17:43:29'').
- Explanation: The timestamp value consists of both date and time, separated by 'T'. It must be specified according to the pattern\nTS('YYYY-MM-DDThh:mm:ss').
- User Action: Correct the timestamp value in the query table condition.
- CWWBQ0751E: Special value {0} is not supported in the context of query tables.
- Explanation: The timestamp value must be specified according to the pattern\nTS('YYYY-MM-DDThh:mm:ss'), special values are not allowed.
- User Action: Correct the timestamp value in the query table condition.
- CWWBQ0899E: Unexpected condition validation error: ''{0}''.
- Explanation: During validation of attribute names and attribute values, some unexpected error occurred.
- User Action: See system error log file for a Java stack trace and report the error with all details to your IBM representative.
- CWWBQ0901E: Validation error found in column {0} while validating sort attributes ''{1}'' for query table ''{2}''.
- Explanation: The query table sort attributes listed in the error message is invalid.\nPlease see the additional error message for details.
- User Action: See details in the error message immediately following this message and correct the sort attributes.
- CWWBQ0902E: Validation error found in line {0} column {1} while validating multi-line sort attributes for query table ''{2}''.
- Explanation: Query table sort attributes was found invalid.\nPlease see the additional error message for details.
- User Action: See details in the error message immediately following this message and correct the sort attributes.
- CWWBQ0910E: Empty list of valid attribute names found for query table ''{0}''.
- Explanation: The specified query table does not contain any attributes.
- User Action: Correct the query table definition.
- CWWBQ0911E: Empty list of valid attribute names found for query table ''{0}''.
- Explanation: The specified query table does not contain any attributes.
- User Action: Report error to your IBM representative.
- CWWBQ0912E: Invalid attribute name ''{0}'' found for query table ''{1}''.\nValid attribute names for this query table are:\n{2}.
- Explanation: Attribute names must match the existing attributes in the specified query table.
- User Action: Correct the query table sort attributes.
- CWWBQ0913E: Invalid attribute name ''{0}'' found for query table ''{1}''.\nValid attribute names for this query table are:\n{2}.
- Explanation: Attribute names must match the existing attributes in the specified query table.
- User Action: Correct the query table sort attributes.
- CWWBQ0914E: Attribute name ''{0}'' for query table ''{1}'' was specified in invalid case.\nValid case for this attribute is ''{2}''.
- Explanation: Attribute names in sort attributes are case sensitive and must be specified in exact case.
- User Action: Correct the query table sort attributes.
- CWWBQ0915E: Attribute name ''{0}'' for query table ''{1}'' was specified in invalid case.\nValid case for this attribute is ''{2}''.
- Explanation: Attribute names in sort attributes are case sensitive and must be specified in exact case.
- User Action: Correct the query table sort attributes.
- CWWBQ0999E: Unexpected sort attributes validation error: ''{0}''.
- Explanation: During validation of the sort attributes, some unexpected error occurred.
- User Action: See system error log file for a Java stack trace and report the error with all details to your IBM representative.
- CWWBQ1001I: Validated query table model ''{0}'' successfully: {1} warnings, {2} information.
- Explanation: The validated query table model does not contain any validation errors. The deployment of the query table can be continued.
- User Action: Check any warnings or informational messages. These messages provide more information and any actions that you need to take.
- CWWBQ1002E: Validated query table model ''{0}'' with findings: {1} errors, {2} warnings, {3} information.
- Explanation: The validated query table model contains one or more validation errors. The deployment of the query table cannot be continued.
- User Action: Correct all of the reported errors and redeploy the query table. The messages provide more information about the error and any actions that you need to take. If the query table was created with the corresponding tool, ensure that the release levels of the tool and of the run time are compatible.
- CWWBQ1003E: Validated query table model ''{0}'' with findings: {1} errors, {2} warnings, {3} information: {4}
- Explanation: The validated query table model contains one or more validation errors. The deployment of the query table cannot be continued.
- User Action: Correct all of the reported errors and redeploy the query table. The messages provide more information about the error and any actions that you need to take. If the query table was created with the corresponding tool, ensure that the release levels of the tool and of the run time are compatible.
- CWWBQ1004E: A syntactical error was found (row: {0}, attribute: {1}): {2}
- Explanation: The query table file does not validate against the schema.
- User Action: Ensure that the query table file is syntactically correct.
- CWWBQ1005W: A syntactical warning was found (row: {0}, attribute: {1}): {2}
- Explanation: The query table file validates with warnings against the schema.
- User Action: Ensure that the query table file is syntactically correct.
- CWWBQ1006E: The query table name ''{0}'' is used already. Provide a unique name.
- Explanation: The name of the query table must be unique within the related environment.
- User Action: Ensure that the query table name is used only once.
- CWWBQ1007E: The composite query table ''{0}'' contains more than one primary query table references (references: ''{1}'')
- Explanation: A composite query table can have exactly one primary query table reference.
- User Action: Correct the query table so that it has exactly one primary query table reference.
- CWWBQ1008E: The composite query table ''{0}'' must have a primary query table reference.
- Explanation: The primary query table reference will be used as unique identifier for the composite query table. There must be exactly one primary query table reference defined.
- User Action: Define one query table reference as primary.
- CWWBQ1009E: The referenced query table ''{0}'' is not defined. (attribute ''{1}'').
- Explanation: A attribute must refer to a query table defined in the query table reference.
- User Action: Add a new query table reference with the appropriated id or use an existing query table reference.
- CWWBQ1010E: The referenced query table ''{0}'' was not found (query table reference ''{1}'' ).
- Explanation: Any referenced query table in a query table reference must exist.
- User Action: Check that the referenced query table exist.
- CWWBQ1011E: The primary query table reference ''{0}'' refers to the supplemental query table ''{1}''. This is not supported.
- Explanation: A primary query table reference must not refer to a supplemental query table.
- User Action: Choose a predefined primary query table as reference.
- CWWBQ1012E: The query table reference ''{0}'' refers to the composite query table ''{1}''. This is not supported.
- Explanation: A query table reference must not refer to an composite query table.
- User Action: Choose supplemental or predefined query table as reference.
- CWWBQ1013E: The attribute name ''{0}'' is not unique.
- Explanation: The name of a attribute must be unique in a query table.
- User Action: Ensure that all of the attribute names are unique.
- CWWBQ1014W: No query table references are defined.
- Explanation: A composite query table should define references to other query tables.
- User Action: Create a query table reference.
- CWWBQ1015W: No attributes are defined.
- Explanation: A query table should define attributes.
- User Action: Create an attribute.
- CWWBQ1016E: The query table reference ''{0}'' is not unique.
- Explanation: The id of a query table reference must be unique in a query table.
- User Action: Ensure that all of the query table reference ids are unique.
- CWWBQ1017E: Query table ''{0}'' is of the kind predefined. This is not supported. (supported kinds are composite query tables and supplemental query tables)
- Explanation: Predefined query tables must not be deployed.
- User Action: None.
- CWWBQ1018E: Joins cannot be used in composite query table ''{0}''. Joins are only allowed in supplemental query tables.
- Explanation: Composite query tables must not use joins.
- User Action: Remove the joins on the composite query table.
- CWWBQ1019W: Authorization element on supplemental query table ''{0}'' may result in unexpected behavior.
- Explanation: Supplemental query tables may not use authorization.
- User Action: Remove the authorization on the supplemental query table.
- CWWBQ1020E: The attribute ''{0}'' must not refer to an other attribute. (supplemental query table ''{1}'')
- Explanation: Attributes in supplemental query tables must not refer other attributes.
- User Action: Remove the reference in the attribute.
- CWWBQ1021E: The query table ''{0}'' defines a join between itself and query table ''{1}''. But the join on the referenced query table to the current query table is not on the same attribute.
- Explanation: Either the referenced query table may define no join between itself and the current query table or the referenced query table must define a join to the current query table on the same attribute.
- User Action: Correct the join on the current query table.
- CWWBQ1022E: The query table ''{0}'' does join to a none-predefined query table (referenced query table ''{1}'').
- Explanation: A query table must only join to predefined query tables.
- User Action: Either remove the join or join with a predefined query table.
- CWWBQ1023E: The attached referenced query table ''{0}'' does not specify a join to the primary referenced query table ''{1}''.
- Explanation: If a query table defines a primary query table and an attached query table, a join must exist such that the attached query table is joinable with the primary query table.
- User Action: Remove the attached query table.
- CWWBQ1024E: The attribute ''{0}'' references the WORK_ITEM query table reference. This is not supported.
- Explanation: An attribute must not reference the WORK_ITEM predefined query table.
- User Action: Remove the attribute.
- CWWBQ1025E: The referenced attribute ''{1}'' could not be found in the referenced query table ''{2}''.(attribute ''{0}'')
- Explanation: A attribute must reference an existing attribute on the referenced query table.
- User Action: Correct the attribute reference.
- CWWBQ1026E: The attached predefined query table ''{0}'' must not be used with the primary predefined query table ''{1}''.
- Explanation: Reference to infocenter.
- User Action: Reference to infocenter.
- CWWBQ1027E: A referenced attribute must not define a type (attribute ''{0}'').
- Explanation: Attribute types must not be specified on attributes of composite query tables. The attribute type of composite query tables is inherited from the referenced query table attribute.
- User Action: Correct the type in the attribute reference.
- CWWBQ1028E: The query table ''{0}'' defines a join which sets a condition. This is not supported.
- Explanation: The condition attribute on a join must not be set.
- User Action: Remove the condition attribute.
- CWWBQ1029E: The attribute ''{0}'' specify a constant reference. This is not allowed.
- Explanation: An attribute reference must not contain reference a to a constant. A referenced attribute inherits all constants.
- User Action: Remove the constant references.
- CWWBQ1030W: The supplemental query table ''{0}'' does not specify a schema.
- Explanation: A supplemental query table must specify a database schema.
- User Action: Specify a schema.
- CWWBQ1031W: The supplemental query table ''{0}'' uses the bpc schema: ''{1}''.
- Explanation: A supplemental query table must not specify the schema of the bpc database.
- User Action: Use another schema then the bpc schema.
- CWWBQ1032E: The query table name ''{0}'' is a reserved database keyword. This is not supported
- Explanation: A query table name must not be a reserved database keyword.
- User Action: Ensure that the query table name is not a reserved database keyword.
- CWWBQ1033E: The query table name ''{0}'' is not valid.
- Explanation: A query table name must contain a prefix separated by a dot from the query table name. It must only contain letter character.
- User Action: Ensure that the query table name is correct.
- CWWBQ1034E: The query table name ''{0}'' has ''{1}'' character. Querytable names should be limited to {2} characters.
- Explanation: Query table names and attribute names should be limited to the specified number of characters due to constraints on various database management systems.
- User Action: Ensure that the query table name length is correct.
- CWWBQ1035E: The attribute name ''{0}'' is a reserved database keyword. This is not supported
- Explanation: An attribute name must not be a reserved database keyword.
- User Action: Ensure that the attribute name is not a reserved database keyword.
- CWWBQ1036E: The attribute name ''{0}'' is not valid.
- Explanation: An attribute name must only contain letter.
- User Action: Ensure that the attribute name is correct.
- CWWBQ1037E: The attribute name ''{0}'' has ''{1}'' character. attribute names should be limited to {2} characters.
- Explanation: Query table names and attribute names should be limited to the specified number of characters due to constraints on various database management systems.
- User Action: Ensure that the attribute name length is correct.
- CWWBQ1038E: The query table name ''{0}'' is not upper case.
- Explanation: A query table name must be upper case.
- User Action: Ensure that the query table name is correct.
- CWWBQ1039E: The attribute name ''{0}'' is not upper case.
- Explanation: An attribute name must be upper case.
- User Action: Ensure that the attribute name is correct.
- CWWBQ1040E: The supplemental query table ''{0}'' does not specify a database table name.
- Explanation: A supplemental query table must specify a database table name. This must be the name of the database table.
- User Action: Specify a database name.
- CWWBQ1041E: The attribute ''{0}'' does not define a reference to a query table.
- Explanation: An attribute in a composite query table must reference a attribute.
- User Action: Reference to an existing query table defined in the query table reference.
- CWWBQ1042E: The referenced attribute ''{0}'' in the join could not be found.
- Explanation: The referenced attribute of a join must exist.
- User Action: Define an attribute for the join
- CWWBQ1043E: The join does not define an attribute (number of join {0}).
- Explanation: A Join must reference an existing attribute.
- User Action: Define an attribute for the join.
- CWWBQ1044E: The join does not define a target (number of join {0}).
- Explanation: A Join must reference an existing query table.
- User Action: Define an existing target query table for the join.
- CWWBQ1045E: The join does not define a target attribute (number of join {0}).
- Explanation: A Join must reference an existing attribute on the referenced query table.
- User Action: Define an existing attribute on the target query table for the join.
- CWWBQ1046E: The query table ''{0}'' requires bpc authorization. but none out of everybody, individual, group has been checked.
- Explanation: If a query table requires bpc authorization at least one of everybody, individual, group needs to be checked otherwise the querytable wont have any content.
- User Action: Either remove the bpc authorization or check one of everybody, individual, group.
- CWWBQ1047E: Another join to query table ''{0}'' already exist. This is not supported.
- Explanation: It may only exist one join to one predefined query table.
- User Action: Ensure that only one join exist to one predefined query table.
- CWWBQ1048E: The type of the attribute does not match whith the joined attribute. (type of the attribute ''{0}'', type of the joined attribute ''{1}'', number of join ''{2}'')
- Explanation: The attribute type must match the type of the attribute from the joined query table.
- User Action: Ensure that the type matches.