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

GAUSS-00491 -- GAUSS-00500

GAUSS-00491: "return type must be a row type"

SQLSTATE: XX000

Description: The tuple descriptor constructed is not a row result message.

Solution: Query again. Check whether this error persists. If yes, Contact technical support.

GAUSS-00492: "attribute count of the return row type not matched"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00493: "permission denied to query audit"

SQLSTATE: 42501

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00494: "permission denied to delete audit"

SQLSTATE: 42501

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00495: "conflicting or redundant options"

SQLSTATE: 42601

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00496: "option '%s' not recognized"

SQLSTATE: XX000

Description: The value of an option for COPY cannot be recognized.

Solution: Ensure that the value of this option for COPY is correct.

GAUSS-00497: "%d is not a valid encoding code"

SQLSTATE: 42704

Description: When you convert a character string into ASCII code, you did not use the specified code identifier.

Solution: When you convert a character string into ASCII code, ensure that the No. of the specified code identifier is smaller than 42.

GAUSS-00498: "%s is not a valid encoding name"

SQLSTATE: 42704

Description: When you convert a character string to ASCII code, an invalid character encoding name is used.

Solution: When you convert a character string into ASCII code, ensure that the code identifier is valid.

GAUSS-00499: "invalid connection limit: %d"

SQLSTATE: 22023

Description: In the CREATE DATABASE...CONNECTION LIMIT syntax, when the specified minimum number of concurrent connections is less than –1, the value is invalid.

Solution: In the CREATE DATABASE...CONNECTION LIMIT syntax, ensure that the number of concurrent connections acceptable to the database is greater than or equal to –1.

GAUSS-00500: "permission denied to create database"

SQLSTATE: 42501

Description: This user does not have permission to create a database.

Solution: Only the user having the CREATEDB permission or the system administrator has permission to create a database. Ensure that this user has this permission.