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

GAUSS-02941 -- GAUSS-02950

GAUSS-02941: "conppeqop is not a 1-D Oid array"

SQLSTATE: 42804

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02942: "null conffeqop for constraint %u"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02943: "conffeqop is not a 1-D Oid array"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02944: "referential integrity query on '%s' from constraint '%s' on '%s' gave unexpected result"

SQLSTATE: XX000

Description: An error occurred when checking the primary and foreign key constraints of the two tables.

Solution: Check whether the data in the tables related to the primary and foreign key constraints is correct.

GAUSS-02945: "update or delete on table '%s' violates foreign key constraint '%s' on table '%s'"

SQLSTATE: 23503

Description: Update or delete operations violate the foreign key constraint.

Solution: Check whether the updated or deleted foreign-key values are recorded in the primary key.

GAUSS-02946: "no conversion function from %s to %s"

SQLSTATE: 42883

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02947: "invalid input syntax for type bytea"

SQLSTATE: 22P02

Description: The entered bytea character string is invalid.

Solution: Check whether the input character string is a proper bytea string.

GAUSS-02948: "unrecognized bytea_output setting: %d"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02949: "Node id out of range"

SQLSTATE: XX001

Description: The node ID is out of range.

Solution: A maximum of 4096 DNs is supported. If the input node ID is greater than 4096 or smaller than 0, the node ID is out of range. Check the node ID that is out of range and correct it.

GAUSS-02950: "Node id is too long"

SQLSTATE: XX001

Description: The length of the node ID exceeds the maximum length.

Solution: A node ID can contain a maximum of 5 characters, because there can be 4096 DNs at most. If the input node ID length is greater than or equal to 5 digits, the node ID is too long. Check the node ID whose length exceeds 5 digits and correct it.