GAUSS-04001 -- GAUSS-04010

GAUSS-04001: “invalid option '%s'”

SQLSTATE: HV00D

Description: The parameter option is invalid.

Solution: Check the input parameter and perform the operation again.

GAUSS-04002: “SHARED mode can only be used with TEXT format”

SQLSTATE: XX000

Description: The user attempts to use a format other than TEXT when using a GDS foreign table in SHARED mode.

Solution: Modify the file format in the import specifications. The GDS foreign table where the error occurred can only read the TEXT file flow.

GAUSS-04003: “can't find error record table '%s'”

SQLSTATE: XX000

Description: Failed to load the error record table because the system memory is insufficient.

Solution: Perform the operation again after the OS reclaims partial memory.

GAUSS-04005: “could not read from file: %m”

SQLSTATE: XX000

Description: The file does not exist or the relevant permission is incorrect.

Solution: Ensure that the file exists and the permission is correct. Perform the operation again.

GAUSS-04006: “unable to open URL '%s'”

SQLSTATE: XX000

Description: The file does not exist or the relevant permission is incorrect.

Solution: Ensure that the file exists and the permission is correct. Perform the operation again.

GAUSS-04007: “fill_missing_fields can't be set while '%s' is NOT NULL”

SQLSTATE: 42601

Description: The fill_missing_fields cannot be set for a non-null column.

Solution: Check the input parameter and perform the operation again.

GAUSS-04008: “unsupport BINARY format”

SQLSTATE: XX000

Description: Data in the BINARY format is not supported.

Solution: Check the data format and perform the operation again.

GAUSS-04009: “only both text && csv formats are supported for foreign table”

SQLSTATE: 0A000

Description: The foreign table supports only the data in TEXT and CSV formats.

Solution: Check the data format contained in the foreign table and perform the operation again.

GAUSS-04010: “%s doesn't exist, please create it first”

SQLSTATE: XX000

Description: The folder does not exist or the relevant permission is incorrect.

Solution: Ensure that the folder exists and the permission is correct. Perform the operation again.

Feedback
编组 3备份
    openGauss 2024-05-06 00:44:54
    cancel