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

GAUSS-04281 -- GAUSS-04290

GAUSS-04281: "Execute command %s fail: %m"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-04282: "Execute command %s fail : %m"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-04283: "pg_largeobject entry for OID %u, page %d has invalid data field size %d"

SQLSTATE: XX001

Description: The length of the fragment of a large object is invalid and the data is damaged.

Solution: Contact technical support. Alternatively, try using backup data to restore the data.

GAUSS-04284: "exceeded maxAllocatedDescs (%d) while trying to open file '%s:%d'"

SQLSTATE: 53000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-04285: "exceeded maxAllocatedDescs (%d) while trying to open file '%s'"

SQLSTATE: 53000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-04286: "exceeded maxAllocatedDescs (%d) while trying to open directory '%s'"

SQLSTATE: 53000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-04287: "must have at least one column"

SQLSTATE: 0A000

Description: The CREATE TABLE syntax does not specify the column information of the table.

Solution: Ensure that at least one column is specified in the CREATE TABLE table_name (column_name data_type) syntax.

GAUSS-04288: "partition index '%s' does not exist"

SQLSTATE: 42710

Description: The partition index specified in the ALTER INDEX..RENAME PARTITION..TO syntax does not exist.

Solution: Ensure that the partition index specified in the ALTER INDEX [ IF EXISTS ] index_name RENAME PARTITION partition_name TO new_partition_name syntax exists.

GAUSS-04290: "length of field '%s' longer than limit of \'%d\'"

SQLSTATE: 22P04

Description: The length of the column in a GDS foreign table exported in Fixed format is greater than the declared table length.

Solution: Modify the foreign table definition based on the error message.