Updated on 2023-12-22 GMT+08:00

GAUSS-03381 -- GAUSS-03390

GAUSS-03381: "long_int_add inner error, addend or summand is null pointer"

SQLSTATE: XX000

Description: Internal system error. A null pointer is found when the long integer and the integer are added.

Solution: Contact technical support.

GAUSS-03382: "long_int_add inner error, length of long_int not support."

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03383: "'EEEE' not supported for input"

SQLSTATE: 0A000

Description: The input for a string converted to a value does not support the "EEEE" format.

Solution: Do not use "EEEE" as the format of a string to be converted to a value.

GAUSS-03384: "'RN' not supported for input"

SQLSTATE: 0A000

Description: The input for a string converted to a value does not support the "RN" format.

Solution: Do not use "RN" as the format of a string to be converted to a value.

GAUSS-03385: "'%c' not supported"

SQLSTATE: 0A000

Description: The character cannot be converted to a number.

Solution: Ensure that valid characters are used when a string is converted to a value.

GAUSS-03386: "to_number only support 16 bytes hex to decimal conversion or plen less than 0."

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03387: "invalid number format model"

SQLSTATE: 22023

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03388: "invalid number"

SQLSTATE: 22023

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03389: "ts_rewrite query must return two tsquery columns"

SQLSTATE: 22023

Description: A system error occurs. Two tsquery columns must be returned when a text search overwrite query is performed.

Solution: Ensure that the query statement calling the ts_rewrite function returns only two columns.