GAUSS-03611 -- GAUSS-03620
GAUSS-03611: "cannot extract system attribute from minimal tuple"
SQLSTATE: XX000
Description: An internal error occurs. The system column cannot be extracted from the virtual tuple.
Solution: Runtime error. Contact technical support.
GAUSS-03612: "cannot extract attribute from empty tuple slot"
SQLSTATE: XX000
Description: An internal error occurs. The system column cannot be extracted from the empty tuple.
Solution: Runtime error. Contact technical support.
GAUSS-03613: "user-defined relation parameter types limit exceeded"
SQLSTATE: 54000
Description: The number of user-defined relation parameter types exceeds the upper limit.
Solution: Modify the SQL statements and ensure that the number of user-defined relation parameter types is within the bound.
GAUSS-03614: "unsupported option type"
SQLSTATE: XX000
Description: The table definition options contain unsupported data types. Supported data types include Boolean, integer, floating point, and string.
Solution: Specify valid data types.
GAUSS-03615: "RESET must not include values for parameters"
SQLSTATE: 42601
Description: The RESET command does not support a specified parameter value.
Solution: Check the RESET command and run this command to reset the default value.
GAUSS-03616: "unrecognized parameter namespace '%s'"
SQLSTATE: 22023
Description: The parameter namespace cannot be recognized.
Solution: Ensure that the parameter namespace exists and perform the operation again.
GAUSS-03617: "unrecognized parameter '%s'"
SQLSTATE: 22023
Description: The parameter cannot be recognized.
Solution: Ensure that the parameter exists and perform the operation again.
GAUSS-03618: "parameter '%s' specified more than once"
SQLSTATE: 22023
Description: More than one parameter values are specified for the same parameter.
Solution: Delete the unwanted parameter and parameter value and perform the operation again.
GAUSS-03619: "invalid value for boolean option '%s': %s"
SQLSTATE: XX000
Description: The Boolean type data is invalid.
Solution: Ensure that the Boolean type data is valid and perform the operation again.
GAUSS-03620: "invalid value for integer option '%s': %s"
SQLSTATE: XX000
Description: The INT type data is invalid.
Solution: Ensure that the INT type data is valid and perform the operation again.
Last Article: GAUSS-03601 -- GAUSS-03610
Next Article: GAUSS-03621 -- GAUSS-03630
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.