GAUSS-04201 -- GAUSS-04210
GAUSS-04201: “unsupported portal strategy”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-04202: “bogus direction”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-04203: “invalid argument size %d in function call message”
SQLSTATE: 08P01
Description: An invalid parameter value (argsize is less than -1) is entered when the function is called.
Solution: Check the number of parameters called by the function.
GAUSS-04204: “function %s has more than %d arguments”
SQLSTATE: XX000
Description: The SQL parameter is incorrect.
Solution: Modify the SQL statement.
GAUSS-04205: “current transaction is aborted, commands ignored until end of transaction block”
SQLSTATE: 25P02
Description: Non-commit and rollback commands are run when the transaction is rolled back.
Solution: Ensure that the previous transaction has been submitted or rolled back when the SQL statement is executed.
GAUSS-04206: “function call message contains %d arguments but function requires %d”
SQLSTATE: 08P01
Description: When the function is called, the number of parameters entered is inconsistent with that defined by the function.
Solution: Check the number of parameters called by the function.
GAUSS-04207: “function call message contains %d argument formats but %d arguments”
SQLSTATE: 08P01
Description: When the function is called, the number of formatted parameters entered is inconsistent with that defined by the function.
Solution: Check the number of parameters called by the function.
GAUSS-04208: “incorrect binary data format in function argument %d”
SQLSTATE: 22P03
Description: Incorrect binary data format is found in the parameters of the function.
Solution: Check the format of parameters called by the function.
GAUSS-04209: “invalid frontend message type %d”
SQLSTATE: 08P01
Description: The message type is invalid.
Solution: Ensure that the input message type is valid.
GAUSS-04210: “could not set timer for session timeout”
SQLSTATE: 58000
Description:Internal system error.
Solution:Contact technical support.