GAUSS-06131 -- GAUSS-06140
GAUSS-06131: “Cannot use OS-reserved file as COPY destination.”
SQLSTATE: 42602
Description:Internal system error.
Solution:Contact technical support.
GAUSS-06132: “COPY to or from a file is prohibited for security concerns”
SQLSTATE: 42501
Description:Internal system error.
Solution:Contact technical support.
GAUSS-06133: “could not open header file '%s': %m”
SQLSTATE: None
Description:Internal system error.
Solution:Contact technical support.
GAUSS-06134: “'%s' is not a valid EOL string, EOL string must not be empty”
SQLSTATE: 22023
Description:Internal system error.
Solution:Contact technical support.
GAUSS-06134: “'%s' is not a valid EOL string, EOL string must not be empty”
SQLSTATE: None
Description: A custom line break cannot be empty.
Solution: Ensure that the custom line break is not empty.
GAUSS-06135: “'%s' is not a valid EOL string, EOL string must not exceed the maximum length (10 bytes)”
SQLSTATE: None
Description: The custom line break exceeds the maximum length (10 bytes).
Solution: Shorten the custom line break.
GAUSS-06136: “COPY delimiter cannot contain user-define EOL string”
SQLSTATE: None
Description: A delimiter cannot contain custom line breaks.
Solution: Ensure that the delimiter does not contain custom line breaks.
GAUSS-06137: “COPY null representation cannot contain user-define EOL string”
SQLSTATE: None
Description: The NULL value cannot contain custom line breaks.
Solution: Ensure that the NULL value does not contain custom line breaks.
GAUSS-06138: “EOL string '%s' cannot contain any characters in'%s'”
SQLSTATE: None
Description: A custom line break cannot contain specified characters.
Solution: Ensure that the custom line break does not contain specified characters.
GAUSS-06139: “EOL specification can not be used with non-text format using COPY FROM or READ ONLY foreign table”
SQLSTATE: None
Description: Custom line breaks cannot be used for non-TEXT data import using COPY or for read-only non-TEXT foreign tables.
Solution: Ensure that the data to be imported using COPY and the read-only table are in TEXT format.
GAUSS-06140: “EOL specification can not be used with non-text format using COPY TO or WRITE ONLY foreign table except 0x0D0A and 0x0A”
SQLSTATE: None
Description: Custom line breaks (excluding 0x0D0A and 0x0A) cannot be used for non-TEXT export using COPY or for write-only foreign tables.
Solution: Ensure that the data to be exported using COPY and the write-only table are in TEXT format.