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

GAUSS-04671 -- GAUSS-04680

GAUSS-04671: "Failed to open the XDB file"

SQLSTATE: XX000

Description: The specified file cannot be opened.

Solution: Ensure the path and format of the dictionary file is correct

GAUSS-04672: "Invalid XDB file"

SQLSTATE: XX000

Description: The dictionary file is invalid.

Solution: Ensure the path and format of the dictionary file is correct.

GAUSS-04673: "Invalid XDB file format"

SQLSTATE: XX000

Description: The dictionary file is invalid.

Solution: Ensure the path and format of the dictionary file is correct.

GAUSS-04674: "Mmap() failed"

SQLSTATE: XX000

Description: Failed to load the dictionary.

Solution: Contact technical support.

GAUSS-04675: "Failed to open & create the db file"

SQLSTATE: XX000

Description: The specified dictionary file cannot be opened.

Solution: Ensure the path and format of the dictionary file is correct.

GAUSS-04676: "could not chmod xdb file : %m"

SQLSTATE: XX000

Description: Failed to change the permission on the dictionary file.

Solution: Check the path and format of the dictionary file and ensure that the user has the operation rights.

GAUSS-04677: "could not write xdb file : %m"

SQLSTATE: XX000

Description: Failed to read the dictionary file.

Solution: Check the path and format of the dictionary file and ensure that the user has the operation rights.

GAUSS-04678: "CUBE is limited to 12 elements"

SQLSTATE: 54011

Description: The number of CUBE parameters is less than or equal to 12.

Solution: Modify the SQL statement.

GAUSS-04679: "type %s is not yet supported."

SQLSTATE: 0A000

Description: The feature is not supported.

Solution: Modify the SQL statement.

GAUSS-04680: "REFERENCES constraint is not yet supported."

SQLSTATE: 0A000

Description: The feature is not supported.

Solution: Do not use this feature.