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

GAUSS-03331 -- GAUSS-03340

GAUSS-03331: "xml_errorHandler called with invalid PgXmlErrorContext"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03332: "invalid query"

SQLSTATE: 22000

Description: The query is invalid.

Solution: Modify the querying statements.

GAUSS-03333: "xpath expression result type %d is unsupported"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03334: "invalid array for XML namespace mapping"

SQLSTATE: 22000

Description: An internal error occurs. The array for XML namespace mapping is invalid. The array must be a two-dimensional array.

Solution: Contact technical support.

GAUSS-03335: "empty XPath expression"

SQLSTATE: 22000

Description: The Xpath expression is empty.

Solution: Ensure that a valid Xpath expression is provided when the XML function is called.

GAUSS-03336: "neither namespace name nor URI may be null"

SQLSTATE: 22004

Description: Either the XML namespace or the corresponding URL is null.

Solution: Ensure that neither the XML namespace nor URL is null.

GAUSS-03337: "could not register XML namespace with name '%s' and URI '%s'"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03338: "LIKE pattern must not end with escape character"

SQLSTATE: 22025

Description: The Like pattern should not be ended with an escape character.

Solution: Modify the Like pattern and ensure that it is not ended with an escape character.

GAUSS-03339: "invalid format specification for an interval value"

SQLSTATE: 22007

Description: The input parameter is the interval type when the date/time field is converted to char.

Solution: Ensure that the input parameter is in the correct time format.

GAUSS-03340: "'EEEE' must be the last pattern used"

SQLSTATE: 42601

Description: The value format is incorrect. EEEE should appear at the last part.

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