HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Other Versions:

GAUSS-03001 - GAUSS-03100


GAUSS-03001 - GAUSS-03010


GAUSS-03001: "smalldatetime out of range"

SQLSTATE: 22008

Description: Data is out of range.

Solution: Check the input data.

GAUSS-03002: "smalldatetime cannot be NaN"

SQLSTATE: 22008

Description: The data of the smalldatetime type cannot be an infinite value.

Solution: Check the input data.

GAUSS-03003: "timestamp(%d) precision must be between %d and %d"

SQLSTATE: 22023

Description: The timestamp precision must range between 0 and 6.

Solution: Ensure that the input precision value is within the range.

GAUSS-03004: "unexpected dtype %d while parsing timestamptz '%s'"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03005: "interval out of range"

SQLSTATE: 22008

Description: The input interval value is out of range.

Solution: Check the input data.

GAUSS-03006: "unexpected dtype %d while parsing interval '%s'"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03007: "could not convert interval to tm"

SQLSTATE: XX000

Description: Internal system error.

Solution:Contact technical support.

GAUSS-03008: "invalid INTERVAL type modifier"

SQLSTATE: 22023

Description: The precision of the interval type is invalid.

Solution: Check the precision value.

GAUSS-03009: "INTERVAL(%d) precision must not be negative"

SQLSTATE: 22023

Description: The precision of the interval type cannot be negative.

Solution: Check the precision value.

GAUSS-03010: "invalid INTERVAL typmod: 0x%x"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.


GAUSS-03011 - GAUSS-03020


GAUSS-03013: "invalid argument for EncodeSpecialTimestamp"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03014: "cannot subtract infinite timestamps"

SQLSTATE: 22008

Description: Failed to subtract the infinite timestamp.

Solution: Check the input data.

GAUSS-03015: "expected 2-element interval array"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03016: "timestamp units '%s' not supported"

SQLSTATE: 0A000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03017: "timestamp units '%s' not recognized"

SQLSTATE: 22023

Description: The timestamp does not have a time unit.

Solution: Check the input parameter.

GAUSS-03018: "timestamp with time zone units '%s' not supported"

SQLSTATE: 0A000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03019: "timestamp with time zone units '%s' not recognized"

SQLSTATE: 22023

Description: The timestamp with a time zone does not have a time unit.

Solution: Check the input parameter.

GAUSS-03020: "interval units '%s' not supported"

SQLSTATE: 0A000

Description:Internal system error.

Solution:Contact technical support.


GAUSS-03021 - GAUSS-03030


GAUSS-03021: "interval units '%s' not recognized"

SQLSTATE: 22023

Description: The interval type does not have a time unit.

Solution: Check the input parameter.

GAUSS-03022: "could not convert to time zone '%s'"

SQLSTATE: 22023

Description: Failed to convert to a specified time zone.

Solution: Check the input parameter. For the data value range, see en-us_topic_0237121926.html.

GAUSS-03023: "time zone '%s' not recognized"

SQLSTATE: 22023

Description: Failed to recognize the time zone to be converted.

Solution: Check the input parameter.

GAUSS-03024: "interval time zone '%s' must not specify month"

SQLSTATE: 22023

Description: Failed to specify a month for the time zone of the interval type.

Solution: Check the input parameter. For the data value range, see en-us_topic_0237121926.html.

GAUSS-03027: "the format is not correct!"

SQLSTATE: 0A000

Description: The date format is incorrect.

Solution: Ensure that the format of the input data is correct. For the data value range, see en-us_topic_0237121926.html.

GAUSS-03028: "the year is invalid"

SQLSTATE: 0A000

Description: The year value is invalid.

Solution: Ensure that the input year value contains four digits.

GAUSS-03029: "the month is invalid!"

SQLSTATE: 0A000

Description: The month value is invalid.

Solution: Ensure that the input month value contains two digits.

GAUSS-03030: "the format is not correct\n"

SQLSTATE: 0A000

Description: More than two separators are found in time strings, which is invalid.

Solution: Ensure that the input data is valid. For the data value range, see en-us_topic_0237121926.html.


GAUSS-03031 - GAUSS-03040


GAUSS-03031: "the time is not correct!"

SQLSTATE: 0A000

Description: The length of the time string exceeds the limit.

Solution: Ensure that the range of input data meets the requirement.

GAUSS-03032: "the hour is invalid!"

SQLSTATE: 0A000

Description: The hour value is invalid.

Solution: Ensure that the input hour value contains two digits.

GAUSS-03033: "the minute is invalid!"

SQLSTATE: 0A000

Description: The minute value is invalid.

Solution: Ensure that the input minute value contains two digits.

GAUSS-03034: "the year = %d is illegal"

SQLSTATE: 0A000

Description: The year value is invalid.

Solution: Ensure that the year value ranges from 0 to 9999.

GAUSS-03035: "the day = %d for february in leap year is illegal"

SQLSTATE: 0A000

Description: A date in February in a leap year is invalid.

Solution: Ensure that the date value is valid.

GAUSS-03036: "the day = %d for big month is illegal"

SQLSTATE: 0A000

Description: The date of a solar month of 31 days is invalid.

Solution: Ensure that the date value is valid.

GAUSS-03037: "the day = %d for small month is illegal"

SQLSTATE: 0A000

Description: The date of a solar month of 30 days is invalid.

Solution: Ensure that the date value is valid.

GAUSS-03038: "the day = %d for February in commen year is illegal"

SQLSTATE: 0A000

Description: A date in February in a non-leap year is invalid.

Solution: Ensure that the date value is valid.

GAUSS-03039: "the month = %d is illegal"

SQLSTATE: 0A000

Description: The month value is invalid.

Solution: Ensure that the month value ranges from 1 to 12.

GAUSS-03040: "the hour = %d is illegal"

SQLSTATE: 0A000

Description: The hour value is invalid.

Solution: Ensure that the hour value ranges from 0 to 24.


GAUSS-03041 - GAUSS-03050


GAUSS-03041: "the minute = %d is illegal"

SQLSTATE: 0A000

Description: The minute value is invalid.

Solution: Ensure that the minute value ranges from 0 to 59.

GAUSS-03042: "the second = %d is illegal"

SQLSTATE: 0A000

Description: The second value is invalid.

Solution: Ensure that the second value ranges from 0 to 59.

GAUSS-03043: "encoding conversion from %s to ASCII not supported"

SQLSTATE: 0A000

Description: Converting the current encoding format to ASCII is not supported.

Solution: Ensure that the encoding format of the input string is valid.

GAUSS-03044: "too many points requested"

SQLSTATE: 54000

Description: Too many points need to be obtained.

Solution: Check the input parameter.

GAUSS-03045: "could not format 'path' value"

SQLSTATE: 22023

Description: Failed to obtain the path information.

Solution: Check the input parameter.

GAUSS-03046: "invalid input syntax for type box: '%s'"

SQLSTATE: 22P02

Description: The value of the box type is invalid.

Solution: Check the input parameter.

GAUSS-03047: "invalid input syntax for type line: '%s'"

SQLSTATE: 22P02

Description: The value of the line type is invalid.

Solution: Check the input parameter.

GAUSS-03048: "type 'line' not yet implemented"

SQLSTATE: 0A000

Description: The line type cannot be used.

Solution: Check whether the version supports the line type.

GAUSS-03049: "invalid input syntax for type path: '%s'"

SQLSTATE: 22P02

Description: The value of the path type is invalid.

Solution: Check the input parameter.

GAUSS-03050: "invalid number of points in external 'path' value"

SQLSTATE: 22P03

Description: The number of points in the path is invalid.

Solution: Check the input parameter.


GAUSS-03051 - GAUSS-03060


GAUSS-03051: "invalid input syntax for type point: '%s'"

SQLSTATE: 22P02

Description: The value of the point type is invalid.

Solution: Check the input parameter.

GAUSS-03052: "invalid input syntax for type lseg: '%s'"

SQLSTATE: 22P02

Description: The value of the lseg type is invalid.

Solution: Check the input parameter.

GAUSS-03053: "function 'dist_lb' not implemented"

SQLSTATE: 0A000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03054: "function 'close_lb' not implemented"

SQLSTATE: 0A000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03056: "invalid input syntax for type polygon: '%s'"

SQLSTATE: 22P02

Description: Failed to parse the input value of the polygon type.

Solution: Check the input parameter. The input parameter must be a string separated by commas (,) in the format of (a,b).

GAUSS-03057: "invalid number of points in external 'polygon' value"

SQLSTATE: 22P03

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03058: "function 'poly_distance' not implemented"

SQLSTATE: 0A000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03059: "function 'path_center' not implemented"

SQLSTATE: 0A000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03060: "open path cannot be converted to polygon"

SQLSTATE: 22023

Description: A non-returned path cannot be converted to a polygon.

Solution: Ensure that the input path is a returned path.


GAUSS-03061 - GAUSS-03070


GAUSS-03061: "invalid input syntax for type circle: '%s'"

SQLSTATE: 22P02

Description: The value of the circle type is invalid.

Solution: Check the input parameter.

GAUSS-03062: "could not format 'circle' value"

SQLSTATE: 22023

Description: The input value of the circle type cannot construct the circle type data.

Solution: No solution is provided (This error does not occur).

GAUSS-03063: "invalid radius in external 'circle' value"

SQLSTATE: 22P03

Description: The input circle radius is smaller than 0.

Solution: Ensure that the input circle value is valid.

GAUSS-03064: "cannot convert circle with radius zero to polygon"

SQLSTATE: 0A000

Description: The circle whose radius is 0 cannot be converted to a polygon.

Solution: Ensure that the input circle value is valid.

GAUSS-03065: "must request at least 2 points"

SQLSTATE: 22023

Description: The number of output points must be at least 2.

Solution: Check the input number of points.

GAUSS-03066: "cannot convert empty polygon to circle"

SQLSTATE: 22023

Description: A polygon without point sets cannot be converted to a circle type value.

Solution: Ensure that the input polygon value is valid.

GAUSS-03067: "NULL pointer"

SQLSTATE: XX005

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03068: "value '%s' is out of range for type integer"

SQLSTATE: 22003

Description: The parameter value is out of the range of the integer type value.

Solution: Check the input parameter. For the data value range, see en-us_topic_0237121926.html.

GAUSS-03069: "value '%s' is out of range for type smallint"

SQLSTATE: 22003

Description: The parameter value is out of the range of the smallint type value.

Solution: Check the input parameter. For the data value range, see en-us_topic_0237121926.html.

GAUSS-03070: "value '%s' is out of range for 8-bit integer"

SQLSTATE: 22003

Description: The parameter value is out of the range of the eight-digit integer type value.

Solution: Check the input parameter. For the data value range, see en-us_topic_0237121926.html.


GAUSS-03071 - GAUSS-03080


GAUSS-03071: "unsupported result size: %d"

SQLSTATE: 0A000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03072: "invalid regular expression: %s"

SQLSTATE: 2201B

Description: The input expression is invalid.

Solution: Check the database encoding.

GAUSS-03073: "invalid regexp option: '%c'"

SQLSTATE: 22023

Description: The regexp conversion type is invalid.

Solution: Check the input parameter.

GAUSS-03074: "invalid escape string"

SQLSTATE: 22025

Description: The escape character is invalid.

Solution: Check the input parameter.

GAUSS-03075: "regexp_split does not support the global option"

SQLSTATE: 22023

Description:regexp_split currently does not support the global option.

Solution: Modify the split option.

GAUSS-03076: "invalid match ending position"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03077: "invalid match starting position"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03078: "unexpected dtype %d while parsing abstime '%s'"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03079: "cannot convert abstime 'invalid' to timestamp"

SQLSTATE: 0A000

Description: The value of absolute time is invalid and cannot be converted to the timestamp type.

Solution: Check the input parameter. For the data value range, see en-us_topic_0237121926.html.

GAUSS-03080: "unexpected dtype %d while parsing reltime '%s'"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.


GAUSS-03081 - GAUSS-03090


GAUSS-03081: "invalid status in external 'tinterval' value"

SQLSTATE: 22P03

Description: The interval error status obtained in the entered string is inconsistent with the data status.

Solution: Check the input strings.

GAUSS-03082: "cannot convert reltime 'invalid' to interval"

SQLSTATE: 0A000

Description: The value of the reltime type is invalid and cannot be converted to the interval type.

Solution: Check the input parameter.

GAUSS-03083: "invalid input syntax for type tinterval: '%s'"

SQLSTATE: 22007

Description: A syntax error occurs when the input string is converted to the tinterval type.

Solution: Check the input strings.

GAUSS-03084: "invalid input syntax for type boolean: '%s'"

SQLSTATE: 22P02

Description: A syntax error occurs when the input string is converted to the Boolean type.

Solution: Check the input strings.

GAUSS-03085: "missing dimension value"

SQLSTATE: 22P02

Description: The array dimension is not specified.

Solution: Check the input strings.

GAUSS-03086: "missing ']' in array dimensions"

SQLSTATE: 22P02

Description: A right bracket (]) is missing when the array dimension is specified.

Solution: Check the input strings.

GAUSS-03087: "upper bound cannot be less than lower bound"

SQLSTATE: 2202E

Description: The upper limit of the array cannot be less than the lower limit.

Solution: Check the input strings.

GAUSS-03088: "array value must start with '{' or dimension information"

SQLSTATE: 22P02

Description: The array string must start with a left brace ({) or dimension information.

Solution: Check the input strings.

GAUSS-03089: "missing assignment operator"

SQLSTATE: 22P02

Description: If the array dimension information is specified, the = operator must be provided.

Solution: Check the input strings.

GAUSS-03090: "array dimensions incompatible with array literal"

SQLSTATE: 22P02

Description: The array dimension is inconsistent with the array data.

Solution: Check the input strings.


GAUSS-03091 - GAUSS-03100


GAUSS-03091: "malformed array literal: '%s'"

SQLSTATE: 22P02

Description: The data format of the input array is incorrect.

Solution: Check whether the input string can be converted to an array constant.

GAUSS-03092: "multidimensional arrays must have array expressions with matching dimensions"

SQLSTATE: 22P02

Description: Multi-dimensional arrays must be provided with dimension-matching expressions.

Solution: Check the input strings.

GAUSS-03093: "array size exceeds the maximum allowed (%d)"

SQLSTATE: 54000

Description: The array length exceeds the maximum.

Solution: Ensure that the number of array elements in the input string does not exceed the value specified in the error information.

GAUSS-03095: "invalid number of dimensions: %d"

SQLSTATE: 22P03

Description: The array dimension is less than zero.

Solution: Check the input parameter.

GAUSS-03096: "invalid array flags"

SQLSTATE: 22P03

Description: The array flag is invalid. The value can only be 0 or 1.

Solution: Check the input parameter.

GAUSS-03097: "wrong element type"

SQLSTATE: 42804

Description: Types of the array elements are inconsistent.

Solution: Check the input parameter.

GAUSS-03098: "insufficient data left in message"

SQLSTATE: 22P03

Description: The remaining length of the message is smaller than the length obtained from the message.

Solution: Check the current string.

GAUSS-03099: "improper binary format in array element %d"

SQLSTATE: 22P03

Description: When the array is read, there is still data in the buffer.

Solution: Check the input data.

Copyright © 2011-2024 www.enmotech.com All rights reserved.