GAUSS-05151 -- GAUSS-05160
GAUSS-05157: "'%s' is not a valid EOL string, EOL string must not be empty"
SQLSTATE: None
Description: The custom line break cannot be empty.
Solution: Set a custom line break.
GAUSS-05158: "'%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-05159: "COPY delimiter cannot contain user-define EOL string"
SQLSTATE: None
Description: The delimiter cannot contain the custom line break.
Solution: Ensure that the delimiter does not contain the custom line break.
GAUSS-05160: "COPY null representation cannot contain user-define EOL string"
SQLSTATE: None
Description: The NULL value cannot contain the custom line break.
Solution: Ensure that the NULL value does not contain the custom line break.
GAUSS-05161: "EOL string '%s' cannot contain any characters in'%s'"
SQLSTATE: None
Description: The custom line break cannot contain specified characters.
Solution: Ensure that the custom line break does not contain specified characters.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.