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

GAUSS-01371 -- GAUSS-01380

GAUSS-01371: "invalid parameter list format: '%s'"

SQLSTATE: 42601

Description: During the deserialization of the values in Dictionary, the format of list is invalid, and a space is missing after the equal sign (=).

Solution: Add a space after the equal sign (=) in list.

GAUSS-01372: "unrecognized deserialize_deflist state: %d"

SQLSTATE: XX000

Description: The deserialization process state machine of the full text retrieval directory cannot be identified.

Solution: Internal system error. Contact technical support.

GAUSS-01373: "Unexpected EOF on GDS connection '%s' : %m"

SQLSTATE: XX000

Description: Internal system error. An error occurs during the listening of GDS reading the FDS.

Solution: Contact technical support.

GAUSS-01374: "Unexpected EOF on GDS connection."

SQLSTATE: XX000

Description: Internal system error. An error occurs during the reading of the GDS connection.

Solution: Contact technical support.

GAUSS-01375: "Bad socket."

SQLSTATE: XX000

Description: Internal system error. Socket reading is invalid.

Solution: Ensure that the network connection between GDS and DNs, network environment, and the system ports of nodes are normal.

GAUSS-01376: "Unexpected EOF on GDS connection '%s': %m"

SQLSTATE: XX000

Description: Internal system error. An error occurs while the database exchanges data with GDS.

Solution: Ensure that the network connection between GDS and DNs, network environment, and the system ports of nodes are normal. Check the GDS WARNING and ERROR logs to identify the cause.

GAUSS-01377: "Unexpected connection EOF from '%s':%m"

SQLSTATE: XX000

Description: Internal system error. An error occurs while the database exchanges data with GDS.

Solution: Ensure that the network connection between GDS and DNs, network environment, and the system ports of nodes are normal. Check the GDS WARNING and ERROR logs to identify the cause.

GAUSS-01378: "invalid URI '%s'"

SQLSTATE: XX000

Description: The URI of the GDS foreign table is invalid.

Solution: Check and correct the location settings of the GDS foreign table.

GAUSS-01380: "'%s' is a table"

SQLSTATE: 42809

Description: The INSTEAD OF trigger is defined on the table.

Solution: Do not define the INSTEAD OF trigger on the table. Define only a BEFORE or AFTER trigger.