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

GAUSS-04701 -- GAUSS-04710

GAUSS-04701: "Fail to init scws engine for zhparser"

SQLSTATE: XX000

Description: The SCWS engine fails to be initialized.

Solution: Internal system error. Contact technical support.

GAUSS-04702: "zhparser parser only support UTF8/GBK encoding"

SQLSTATE: XX000

Description: The Zhparser segmentation algorithm supports only the UTF8 or GBK database encoding format.

Solution: Zhparser is a segmentation algorithm to support Chinese full text retrieval. Ensure that the database coding is UTF8 or GBK format when Zhparser is used.

GAUSS-04703: "The parameter can not smaller than -1."

SQLSTATE: XX000

Description: The value of the prevbit parameter must be greater than or equal to -1 when the parameter is verified.

Solution: Contact technical support.

GAUSS-04704: "Error occurs while creating an orc reader, detail can be found in dn log of %s."

SQLSTATE: 08000

Description: The reader object in the ORC file fails to be created.

Solution: Contact technical support.

GAUSS-04705: "Column count in table definition does not match with ORC file %s."

SQLSTATE: 22000

Description: The column definition of the table is inconsistent with that of the ORC file.

Solution: Contact technical support.

GAUSS-04706: "Error occurs while opening hdfs file, detail can be found in dn log of %s."

SQLSTATE: 08000

Description: An error occurs when the HDFS file is opened.

Solution: Contact technical support.

GAUSS-04707: "Unsupported orc type : %u."

SQLSTATE: 0A000

Description: The DFS table does not support this data type.

Solution: Contact technical support.

GAUSS-04708: "Error occurred while reading column %d: ORC and PSQLtypes do not match, ORC type is %s and mpp type is %s."

SQLSTATE: 22000

Description: When the column in the ORC file is read, the MPP type used to map this column is inconsistent with the column type in the ORC file.

Solution: Contact technical support.

GAUSS-04709: "Error occurs while read row index of orc file, detail can be found in dn log of %s."

SQLSTATE: 22000

Description: An error occurs when the index data in the ORC file on the DFS is read.

Solution: Contact technical support.

GAUSS-04710: "Error occurs while reading orc file, detail can be found in dn log of %s."

SQLSTATE: 22000

Description: An error occurs when data in the ORC file on the DFS is read.

Solution: Contact technical support.