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. 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 a copy option cannot be recognized.
Solution: Ensure that the value is correct.
GAUSS-00497: “%d is not a valid encoding code”
SQLSTATE: 42704
Description: When a character string is converted into ASCII code, the specified code identifier is not used.
Solution: 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 a character string is converted to ASCII code, an invalid character encoding name is used.
Solution: Ensure that the code identifier name is valid.
GAUSS-00500: “permission denied to create database”
SQLSTATE: 42501
Description: You do 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 you have permission to create a database.