GAUSS-02611 -- GAUSS-02620
GAUSS-02611: “out of memory”
SQLSTATE: 54000
Description: Failed to allocate the memory.
Solution: Ensure that the system has sufficient memory.
GAUSS-02612: “invalid source encoding name '%s'”
SQLSTATE: 22023
Description: Failed to recognize the source character encoding set.
Solution: Internal system error. Contact technical support.
GAUSS-02613: “invalid destination encoding name '%s'”
SQLSTATE: 22023
Description: Failed to recognize the target character encoding set.
Solution: Internal system error. Contact technical support.
GAUSS-02614: “invalid encoding name '%s'”
SQLSTATE: 22023
Description: Failed to recognize the character encoding set.
Solution: Modify the SQL statement.
GAUSS-02615: “invalid byte value for encoding '%s': 0x%02x”
SQLSTATE: 22021
Description: Failed to recognize the character encoding.
Solution: Ensure that the data does not contain unrecognizable characters.
GAUSS-02616: “invalid database encoding: %d”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-02617: “unexpected encoding ID %d for WIN character sets”
SQLSTATE: XX000
Description: Failed to recognize the character encoding by using the Windows character set.
Solution: Ensure that the data does not contain unrecognizable characters.
GAUSS-02618: “unexpected encoding ID %d for ISO 8859 character sets”
SQLSTATE: XX000
Description: Failed to recognize the character encoding by using the ISO 8859 character set.
Solution: Ensure that the data does not contain unrecognizable characters.
GAUSS-02619: “duplicate portal name”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-02620: “cursor '%s' already exists”
SQLSTATE: 42P03
Description: A duplicate portal exists during the portal creation.
Solution:Contact technical support.