Tivoli Audio Version 3 Release 7 Portable Media Storage User Manual


  Open as PDF
of 1473
 
ANR2916E The SQL data types data type and data type are incompatible for operator
operator’.
Explanation: The data types of the operands are not compatible when used with
the specified operator. For example, the expression 3 + ’abc’ is not valid because
the operand data types INTEGER and CHAR(3) are not compatible for the addition
operator +.
System Action: The SQL query is terminated.
User Response: None.
ANR2917E The SQL data type of expression expression’isdata type; expecting an integer
expression.
Explanation: An SQL expression of data type SMALLINT, INTEGER, or
DECIMAL with scale zero is expected.
System Action: The SQL query is terminated.
User Response: None.
ANR2918E The SQL data type of expression expression’isdata type; expecting a Boolean
expression.
Explanation: An SQL expression of data type BOOLEAN is expected.
System Action: The SQL query is terminated.
User Response: None.
ANR2919E The SQL data type of expression expression’isdata type; expecting a numeric
expression.
Explanation: An SQL expression of numeric data type SMALLINT, INTEGER,
DECIMAL, NUMERIC, REAL, FLOAT, or DOUBLE_PRECISION is expected.
System Action: The SQL query is terminated.
User Response: None.
ANR2920E The SQL data type of expression expression’isdata type; expecting a numeric
or interval expression.
Explanation: An SQL expression of numeric data type (SMALLINT, INTEGER,
DECIMAL, NUMERIC, REAL, FLOAT, DOUBLE) or of interval data type
(INTERVAL) is expected.
System Action: The SQL query is terminated.
417
Tivoli Storage Manager Messages
3. Common and Platform
Specfic Messages