Updated on 2025-03-26 GMT+08:00

GAUSS-03351 -- GAUSS-03360

GAUSS-03351: "cannot use 'EEEE' twice"

SQLSTATE: 42601

Description: The value format is incorrect. "EEEE" cannot be used twice.

Solution: Modify the value format and perform the operation again.

GAUSS-03352: "'EEEE' is incompatible with other formats"

SQLSTATE: 42601

Description: The value format is incorrect. "EEEE" is incompatible with other formats.

Solution: Modify the value format and perform the operation again.

GAUSS-03353: "invalid data for match in format string"

SQLSTATE: 22007

Description: When the data is converted to the timestamp format, the parameter value for the format is incorrect, which does not comply with the timestamp format.

Solution: Modify the format character string to ensure that it can correctly represent the timestamp format and perform the operation again.

GAUSS-03354: "'%s' is not a number"

SQLSTATE: 22P02

Description: A numeric string should not contain non-number characters.

Solution: Modify the numeric string and perform the operation again.

GAUSS-03355: "could not determine which collation to use for lower() function"

SQLSTATE: 42P22

Description: The collation used for lower function cannot be determined.

Solution: Use the COLLATE clause to set the collation.

GAUSS-03356: "could not determine which collation to use for upper() function"

SQLSTATE: 42P22

Description: The collation cannot be determined when the upper function is called.

Solution: Use the COLLATE clause to set the collation explicitly.

GAUSS-03357: "could not determine which collation to use for initcap() function"

SQLSTATE: 42P22

Description: The collation cannot be determined when the initcap function is called.

Solution: Use the COLLATE clause to set the collation explicitly.

GAUSS-03358: " RR/RRRR should be between 0 - 9999"

SQLSTATE: 22008

Description: The date is incorrect. The year value should be between 0 to 9999.

Solution: Change the year value and ensure that the value is within the valid range.

GAUSS-03359: "invalid combination of date conventions"

SQLSTATE: 22007

Description: The date format is incorrect. Do not use both the Gregorian calendar and ISO week date formats.

Solution: Modify the date format. Use the Gregorian calendar date or ISO week date.

GAUSS-03360: "conflicting values for '%s' field in formatting string"

SQLSTATE: 22007

Description: The date format is incorrect. The same field is assigned different values.

Solution: Do not set conflicting values. Cancel the second value assignment.