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

GAUSS-01151 -- GAUSS-01160

GAUSS-01151: "COPY_FILE_SEGMENT does not implement in CopySendEndOfRow"

SQLSTATE: XX000

Description: The target data source specified by COPY TO is not supported.

Solution: Change the target data source specified by COPY TO.

GAUSS-01152: "COPY_GDS does not implement in CopySendEndOfRow"

SQLSTATE: XX000

Description: The target data source specified by COPY TO is not supported.

Solution: Change the target data source specified by COPY TO.

GAUSS-01153: "could not read from COPY file: %m"

SQLSTATE: XX000

Description: Failed to read data from the specified copy file.

Solution: Check whether the specified file is damaged or the permission is sufficient.

GAUSS-01154: "unexpected EOF on client connection with an open transaction"

SQLSTATE: 08006

Description: The connection fails when the data is copied to the standard input.

Solution: Ensure that the network communication between the client and the server is normal.

GAUSS-01155: "COPY from stdin failed: %s"

SQLSTATE: 57014

Description: Failed to copy data from the standard input.

Solution: Ensure that the network communication between the client and the server is normal.

GAUSS-01156: "unexpected message type 0x%02X during COPY from stdin"

SQLSTATE: 08P01

Description: The data type copied from the standard input is incorrect.

Solution: Check whether the data type in the standard input is in correct format.

GAUSS-01157: "COPY_BUFFER not allowed in this context"

SQLSTATE: XX000

Description: The target data source specified by COPY TO is not supported.

Solution: Change the target data source specified by COPY TO.

GAUSS-01158: "unimplemented CopyDest mode"

SQLSTATE: XX000

Description: The target data source specified by COPY TO is not supported.

Solution: Change the target data source specified by COPY TO.

GAUSS-01159: "must be system admin to COPY to or from a file"

SQLSTATE: 42501

Description: A non-administrator user performs the copy operation.

Solution: Perform the copy operation as a system administrator.

GAUSS-01160: "position of field '%s' can not be less then 0"

SQLSTATE: 42601

Description: Internal system error.

Solution: Contact technical support.