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: The GDS foreign table where the error occurred can only read the TEXT file flow. Modify the file format in the import specifications.
GAUSS-04003: "can't find error record table '%s'"
SQLSTATE: XX000
Description: The system memory is insufficient, which results in a failure in loading the error record table.
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 not obtained.
Solution: Ensure that the file exists and the permission is obtained. Perform the operation again.
GAUSS-04006: "unable to open URL '%s'"
SQLSTATE: XX000
Description: The file does not exist or the relevant permission is not obtained.
Solution: Ensure that the file exists and the permission is obtained. Perform the operation again.
GAUSS-04007: "fill_missing_fields can't be set while '%s' is NOT NULL"
SQLSTATE: 42601
Description: 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 BINARY format is not supported.
Solution: Ensure that the data format is valid 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: Ensure that the data format contained in the foreign table is valid 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 not obtained.
Solution: Ensure that the folder exists and the permission is obtained. Perform the operation again.
Last Article: GAUSS-04001 -- GAUSS-04100
Next Article: GAUSS-04011 -- GAUSS-04020
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.