GAUSS-03111 -- GAUSS-03120
GAUSS-03111: "dimension array or low bound array cannot be null"
SQLSTATE: 22004
Description: The array dimension and filled subscript cannot be NULL.
Solution: Ensure that the input parameter is valid.
GAUSS-03112: "could not determine data type of input"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03113: "wrong range of array subscripts"
SQLSTATE: 2202E
Description: The lower bound of the array dimension must be one.
Solution: Ensure that the input parameter is valid.
GAUSS-03114: "dimension values cannot be null"
SQLSTATE: 22004
Description: Array dimension values cannot be NULL.
Solution: Ensure that the input parameter is valid.
GAUSS-03115: "unrecognized encoding: '%s'"
SQLSTATE: 22023
Description: The corresponding encoding cannot be found based on the current string.
Solution: Check the input string.
GAUSS-03116: "overflow - encode estimate too small"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03117: "overflow - decode estimate too small"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03118: "invalid hexadecimal digit: '%c'"
SQLSTATE: 22023
Description: Hexadecimal characters are invalid.
Solution: Ensure that the input parameter is valid.
GAUSS-03119: "invalid hexadecimal data: odd number of digits"
SQLSTATE: 22023
Description: The number of digits of the converted hexadecimal characters is an odd number, which is invalid.
Solution: Ensure that the input parameter is valid.
GAUSS-03120: "unexpected '='"
SQLSTATE: 22023
Description: The equal sign (=) exists.
Solution: Ensure that the input parameter is valid.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.