Tivoli Audio Version 3 Release 7 Portable Media Storage User Manual


  Open as PDF
of 1473
 
User Response: None.
ANR2948E The value value can not be assigned or converted to SQL data type data type.
Explanation: A value could not assigned or converted to a value in the specified
SQL data type because either 1) the data type of the value can not be legally cast to
the target data type (for example, data type TIME can not be converted to data type
INTEGER); 2) the assignment of the value results in overflow in the target data
type (for example, the decimal value 12345678.34 can not be assigned to data type
DECIMAL(3,2) because the precision of the target type is exceeded); or 3) the
syntax of a character string value is not appropriate for the target data type (for
example, the string ’abc’ can not be converted to data type DATE).
System Action: The SQL query is terminated.
User Response: None.
ANR2949E Arithmetic overflow occurred for SQL operator operator’.
Explanation: An arithmetic overflow occurred for the specified operator.
Examples of this include: 1) the application of the unary negation operator to the
smallest INTEGER value (-2147483648) causes overflow because the result can not
be represented in 2’s complement; 2) the sum of the set of INTEGER column
values applied to the SUM aggregate function can not be represented within the
precision of INTEGER type.
System Action: The SQL query is terminated.
User Response: None.
ANR2950E Arithmetic or date-time overflow occurred for SQL operator operator for
values value (data type data type) and value (data type data type).
Explanation: An arithmetic or date-time overflow occurred for the specified
operator. The values that caused the overflow (and their SQL data types) are
displayed.
System Action: The SQL query is terminated.
User Response: None.
ANR2951E The value value (data type data type) is not a valid argument for operator
operator’.
Explanation: An invalid value was specified as an argument to an SQL operator.
For example, the expression SQRT(-1) is not valid because the argument to the
SQRT function is negative.
System Action: The SQL query is terminated.
424
Version 3 Release 7