ANR2906E Unexpected SQLliteral token - ’token’.
Explanation: Asyntax error occurred because an SQL literal token was found that
can not legally be used at the specified position within the SQL statement.
Examples of SQL literal tokens are ’abc’, 1.567, and DATE’1/1/96’.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2907E Unexpected SQLoperator token - ’token’.
Explanation: Asyntax error occurred because an SQL operator token was found
that can not legally be used at the specified position within the SQL statement.
Examples of SQL operator tokens are +, *, <, and =.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2908E Unexpected SQLpunctuation token - ’token’.
Explanation: Asyntax error occurred because an SQL punctuation token was
found that can not legally be used at the specified position within the SQL
statement. Examples of SQL punctuation tokens are the period, the comma, and the
parenthesis.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2909E The SQLstatement is incomplete; additional tokens are required.
Explanation: Asyntax error occurred because, although the syntax of the SQL
query expression was correct up to the end of the string, the parser expected
additional tokens in order to form a syntactically-correct SQL statement.
SystemAction: The SQL query is terminated.
User Response: None.
ANR2910E Invalid SQLtoken - ’token’.
Explanation: An invalid SQL token was found. For example, the token formed by
the character sequence ::!is not a valid SQL token.
SystemAction: The SQL query is terminated.
User Response: None.
415
Tivoli Storage Manager Messages
3. Common and Platform
Specfic Messages