HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Other Versions:

GAUSS-02601 - GAUSS-02700


GAUSS-02601 - GAUSS-02610


GAUSS-02601: "invalid source encoding ID: %d"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02602: "expected source encoding '%s', but got '%s'"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02603: "invalid destination encoding ID: %d"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02604: "expected destination encoding '%s', but got '%s'"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02605: "encoding conversion length must not be negative"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02606: "invalid byte sequence for encoding '%s': %s"

SQLSTATE: 22021

Description: Failed to recognize the character sequence.

Solution: Ensure that the data contains no unrecognizable character encoding by following the instructions provided in Character Set Support in PostgreSQL Documentation.

GAUSS-02607: "character with byte sequence %s in encoding '%s' has no equivalent in encoding '%s'"

SQLSTATE: 22P05

Description: Failed to find the related character encoding.

Solution: Run the select * from pg_conversion command to view the conname column. Ensure that the two types of character encoding can be converted to each other.

GAUSS-02608: "encoding name too long"

SQLSTATE: 42622

Description: The character encoding name is too long.

Solution: Shorten the character encoding name.

GAUSS-02609: "invalid encoding number: %d"

SQLSTATE: 22023

Description: Failed to recognize the local character set.

Solution: Check whether the local character set is supported.

GAUSS-02610: "conversion between %s and %s is not supported"

SQLSTATE: 0A000

Description: These two character encoding sets cannot be converted to each other.

Solution: Ensure that the source and target character sets are compatible.


GAUSS-02611 - GAUSS-02620


GAUSS-02611: "out of memory"

SQLSTATE: 54000

Description: Failed to allocate the memory.

Solution: Ensure that the system has sufficient memory.

GAUSS-02612: "invalid source encoding name '%s'"

SQLSTATE: 22023

Description: Failed to recognize the source character encoding set.

Solution: Internal system error. Contact technical support.

GAUSS-02613: "invalid destination encoding name '%s'"

SQLSTATE: 22023

Description: Failed to recognize the target character encoding set.

Solution: Internal system error. Contact technical support.

GAUSS-02614: "invalid encoding name '%s'"

SQLSTATE: 22023

Description: Failed to recognize the character encoding set.

Solution: Modify the SQL statement.

GAUSS-02615: "invalid byte value for encoding '%s': 0x%02x"

SQLSTATE: 22021

Description: Failed to recognize the character encoding.

Solution: Ensure that the data does not contain unrecognizable characters.

GAUSS-02616: "invalid database encoding: %d"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02617: "unexpected encoding ID %d for WIN character sets"

SQLSTATE: XX000

Description: Failed to recognize the character encoding by using the Windows character set.

Solution: Ensure that the data does not contain unrecognizable characters.

GAUSS-02618: "unexpected encoding ID %d for ISO 8859 character sets"

SQLSTATE: XX000

Description: Failed to recognize the character encoding by using the ISO 8859 character set.

Solution: Ensure that the data does not contain unrecognizable characters.

GAUSS-02619: "duplicate portal name"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02620: "cursor '%s' already exists"

SQLSTATE: 42P03

Description: A duplicate portal exists during the portal creation.

Solution:Contact technical support.


GAUSS-02621 - GAUSS-02630


GAUSS-02621: "portal already pinned"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02622: "portal not pinned"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02624: "cannot commit while a portal is pinned"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02625: "cannot PREPARE a transaction that has created a cursor WITH HOLD"

SQLSTATE: 0A000

Description: Failed to prepare a transaction that has created a cursor marked with the WITH HOLD keyword.

Solution: Ensure that the SQL script does not contain any cursor marked with the WITH HOLD keyword.

GAUSS-02627: "invalid memory alloc request size %lu"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02628: "unrecognized context type"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02629: "could not find block containing chunk %p"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02630: "inserted partition key does not map to any table partition"

SQLSTATE: 22003

Description: The partition key of the inserted tuple does not map to any existing partition.

Solution: Check whether the data inserted is out of the partition range of the partitioned table.


GAUSS-02631 - GAUSS-02640


GAUSS-02631: "NULL can not be compared with NULL"

SQLSTATE: 42804

Description: Two null pointers cannot be compared during partition key comparison.

Solution: Check whether the partition column or limit values of the inserted data are NULL.

GAUSS-02632: "null maxvalue for tuple %u"

SQLSTATE: XX000

Description: The maximum value of the range partition is NULL.

Solution: Check the partitioned table definition.

GAUSS-02633: "partition key column's number is not a 1-D smallint array"

SQLSTATE: XX000

Description: The column ID corresponding to the partition key is not a one-dimensional integer array.

Solution: Check the partitioned table definition and query statements.

GAUSS-02635: "Fail to build partitionmap for partitioned table '%s'"

SQLSTATE: XX000

Description: Failed to create the partition mapping because the partitioned table does not exist.

Solution: Do not create partition mapping for non-partitioned tables.

GAUSS-02636: "Fail to build partitionmap for partitioned table '%u'"

SQLSTATE: XX000

Description: Failed to create the partition mapping because the partition mode of the partitioned table is inconsistent with the specified partition mode.

Solution: Do not create partition mapping for non-partitioned tables.

GAUSS-02637: "rebuild partition map ERROR"

SQLSTATE: XX000

Description: Failed to create the partition. The partition mode of the new table is different from that of the old table.

Solution: Ensure that the partitioning mode of the recreated partitioned table is the same as that of the old table.

GAUSS-02638: "invalid partition sequence: %d of relation '%s'"

SQLSTATE: XX000

Description: Failed to obtain the range of the original partition when the partition is split.

Solution: Check the partitioned table definition.

GAUSS-02640: "CAN NOT get number of partition against NON-PARTITIONED relation"

SQLSTATE: XX000

Description: Obtaining the number of partitions in a non-partitioned table is not allowed.

Solution: Roll back the transaction.


GAUSS-02641 - GAUSS-02650


GAUSS-02642: "fail to get partition oid, because range partition index is overflow."

SQLSTATE: XX000

Description: Failed to obtain the partition OID. The partition subscript is out of range.

Solution: Check the partitioned table definition and query statements.

GAUSS-02643: "unsupported partition strategy"

SQLSTATE: XX000

Description: The specified partition method is not supported.

Solution: Check whether the specified partition method is in the supported list. For the supported list, see en-us_topic_0237122117.html.

GAUSS-02644: "fail to get partition strategy"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02645: "failed when making EQUAL expression state for constCompare"

SQLSTATE: XX000

Description: Failed to initialize the expression for constant comparison.

Solution:Contact technical support.

GAUSS-02646: "failed when making GREATE-THAN expression state for constCompare"

SQLSTATE: XX000

Description: Failed to initialize the expression for constant comparison.

Solution:Contact technical support.

GAUSS-02647: "null value can not be compared with null value."

SQLSTATE: XX000

Description: Two NULL values cannot be compared during partition key comparison.

Solution: Check whether the partition column or limit values of the inserted data are NULL.

GAUSS-02648: "unsupported partitioned strategy"

SQLSTATE: 42P17

Description: The partition method is invalid.

Solution: Check whether the specified partition method is in the supported list. For the supported list, see en-us_topic_0237122117.html.


GAUSS-02651 - GAUSS-02660


GAUSS-02651: "cache lookup failed for table partition %u"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02652: "unrecognized rbtree node state: %d"

SQLSTATE: RB001

Description: Failed to recognize the red-black tree node.

Solution:Contact technical support.

GAUSS-02653: "unrecognized rbtree iteration order: %d"

SQLSTATE: RB002

Description: Failed to recognize the iteration sequence of the red-black tree.

Solution:Contact technical support.

GAUSS-02654: "failed to initialize %s to %d"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02655: "failed to initialize %s to %g"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02656: "failed to initialize %s to '%s'"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02657: "could not find enum option %d for %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02658: "unrecognized configuration parameter '%s'"

SQLSTATE: XX000

Description: Failed to recognize the configuration parameter.

Solution: Check whether invalid configuration parameters exist in the configuration file.

GAUSS-02659: "unrecognized configuration parameter '%s'"

SQLSTATE: 42704

Description: Failed to recognize the configuration parameter.

Solution: Check whether invalid configuration parameters exist in the configuration file.


GAUSS-02661 - GAUSS-02670


GAUSS-02661: "SET %s takes only one argument"

SQLSTATE: 22023

Description: Failed to specify multiple parameter values for the current GUC variable.

Solution: Check the SET command to ensure that only one parameter value is specified each time.

GAUSS-02663: "unexpected SET TRANSACTION element: %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02664: "unexpected SET SESSION element: %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02665: "SET LOCAL TRANSACTION SNAPSHOT is not implemented"

SQLSTATE: 0A000

Description: The SET LOCAL TRANSACTION SNAPSHOT command is not supported.

Solution: Do not use this feature.

GAUSS-02666: "unexpected SET MULTI element: %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02667: "unexpected SET name: %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02668: "role name in the set command is empty."

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02669: "verify set session_authorization and passwd failed."

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02670: "verify set role and passwd failed."

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.


GAUSS-02671 - GAUSS-02680


GAUSS-02671: "SET requires parameter name"

SQLSTATE: 22004

Description: No variable name is specified in the SET command.

Solution: Specify a variable name and run the SET command again.

GAUSS-02672: "Postgres-XC: ERROR SET query"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02673: "cannot create PGC_POSTMASTER variables after startup"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02674: "attempt to redefine parameter '%s'"

SQLSTATE: XX000

Description: Duplicate user variables exist.

Solution: Delete duplicate variables.

GAUSS-02675: "invalid format of exec config params file"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02676: "could not read from file '%s': %m"

SQLSTATE: XX000

Description: Failed to read the configuration file.

Solution: Check whether the configuration file specified in the error message exists or whether you have the access permission.

GAUSS-02677: "failed to locate variable '%s' in exec config params file"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02678: "permission denied to set parameter '%s'"

SQLSTATE: 42501

Description: You do not have the permission to modify the GUC variable.

Solution: Modify the GUC parameter as the initial user.

GAUSS-02679: "Invalid username/password,set role denied."

SQLSTATE: 42704

Description: The user name or password set in the SET ROLE statement is invalid.

Solution:Contact technical support.

GAUSS-02680: "Invalid username/password,set session_authorization denied."

SQLSTATE: 42704

Description:Internal system error.

Solution:Contact technical support.


GAUSS-02681 - GAUSS-02690


GAUSS-02684: "md5-password encryption failed"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02686: "Invalid username/password,set role denied."

SQLSTATE: XX000

Description: The user name or password set in the SET ROLE statement is invalid.

Solution:Contact technical support.

GAUSS-02687: "Invalid username/password,set session_authorization denied."

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02688: "configuration file '%s' contains errors"

SQLSTATE: F0000

Description: Incorrect configuration items exist in the configuration file.

Solution: Check whether invalid configuration parameters exist in the configuration file.

GAUSS-02689: "could not initialize cache %u (%d)"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02690: "invalid cache ID: %d"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.


GAUSS-02691 - GAUSS-02700


GAUSS-02691: "type %u not supported as catcache key"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02692: "wrong number of hash keys: %d"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02693: "only sys attr supported in caches is OID"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02694: "operator %u is not a member of opfamily %u"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02695: "operator %u does not exist"

SQLSTATE: XX000

Description: An expression is invalid.

Solution: Check whether the expression in the query is valid. If not, modify the query.

GAUSS-02696: "binary I/O not supported during bootstrap"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02697: "invalid syntax for type: '%s'"

SQLSTATE: 22023

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02698: "cache lookup failed for node %u"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02699: "cache lookup failed for group %u"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-02700: "cache lookup failed on distribution relation %u"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

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