GAUSS-02611 -- GAUSS-02620
GAUSS-02611: "out of memory"
SQLSTATE: 54000
Description: Memory application fails.
Solution: Ensure that the system has sufficient memory.
GAUSS-02612: "invalid source encoding name '%s'"
SQLSTATE: 22023
Description: The source character encoding cannot be identified.
Solution: Internal system error. Contact technical support.
GAUSS-02613: "invalid destination encoding name '%s'"
SQLSTATE: 22023
Description: The source character encoding cannot be identified.
Solution: Internal system error. Contact technical support.
GAUSS-02614: "invalid encoding name '%s'"
SQLSTATE: 22023
Description: The source character encoding cannot be identified.
Solution: Modify the SQL statement.
GAUSS-02615: "invalid byte value for encoding '%s': 0x%02x"
SQLSTATE: 22021
Description: The source character encoding cannot be identified.
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: The character encoding ID cannot be identified by 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: The character encoding ID cannot be identified by 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 already exists during the portal creation.
Solution: Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.