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

GAUSS-04211 -- GAUSS-04220

GAUSS-04211: "could not disable timer for session timeout"

SQLSTATE: 58000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-04212: "workload manager reserving memory [%d MB] unsuccessful for query: '%s'. reason: Memory is not enough."

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-04213: "workload manager reserving memory [%d MB] unsuccessful for query: '%s'. reason: Reserve Memory Timeout."

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-04214: "bind message has %d parameter formats but %d parameters"

SQLSTATE: 08P01

Description: The number of bound parameters is inconsistent with the number of accepted parameters when the interface is used.

Solution: Ensure that the number of accepted parameters is consistent with the number of predicted parameters.

GAUSS-04215: "cannot insert multiple commands into a prepared statement"

SQLSTATE: 42601

Description: Multiple commands are inserted in the prepared statement.

Solution: Insert only one command.

GAUSS-04216: "unnamed prepared statement does not exist"

SQLSTATE: 26000

Description: The space for storing the cache of unnamed statement is not created.

Solution: Create the space for storing the unnamed statement.

GAUSS-04217: "bind message supplies %d parameters, but prepared statement '%s' requires %d"

SQLSTATE: 08P01

Description: The number of parameters provided by the bind message is incorrect.

Solution: Provide the correct parameter.

GAUSS-04218: "incorrect binary data format in bind parameter %d"

SQLSTATE: 22P03

Description: Incorrect binary data is found in the bind parameter.

Solution: Provide the correct parameter.

GAUSS-04219: "portal '%s' does not exist"

SQLSTATE: 34000

Description: The portal does not exist.

Solution: Specify a correct portal name.

GAUSS-04220: "floating-point exception"

SQLSTATE: 22P01

Description: The floating point number is incorrect. For example, the value is out of range, or the value 0 is used as the denominator.

Solution: Enter a valid floating point number.