HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Other Versions:

GAUSS-03401 - GAUSS-03500


GAUSS-03401 - GAUSS-03410


GAUSS-03402: "hash_redo: unimplemented"

SQLSTATE: XX000

Description: The hash index does not support the redo operation.

Solution: Do not perform this operation because the function is not supported.

GAUSS-03404: "index row size %lu exceeds hash maximum %lu"

SQLSTATE: 54000

Description: The size of the tuple exceeds the size of a page.

Solution: Internal system error. Check whether toast is used.

GAUSS-03405: "failed to add index item to '%s'"

SQLSTATE: XX000

Description: Failed to insert the tuple to the hash index page.

Solution: Internal system error. Contact technical support.

GAUSS-03407: "hash AM does not use P_NEW"

SQLSTATE: XX000

Description: The hash index does not support foreign page expansion.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03408: "access to noncontiguous page in hash index '%s'"

SQLSTATE: XX000

Description: The hash index pages to be expanded must be consecutive.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03409: "unexpected hash relation size: %u, should be %u"

SQLSTATE: XX000

Description: Failed to expand the hash index page.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03410: "cannot initialize non-empty hash index '%s'"

SQLSTATE: XX000

Description: Failed to initialize the not-NULL hash table.

Solution: A preventive error mechanism. Contact technical support.


GAUSS-03411 - GAUSS-03420


GAUSS-03411: "scan in progress on supposedly new bucket"

SQLSTATE: XX000

Description: The scan operation is performed on the new bucket.

Solution: After the scan operation is complete, perform this operation again.

GAUSS-03412: "could not get lock on supposedly new bucket"

SQLSTATE: XX000

Description: The lock on the new bucket is occupied.

Solution: Try again.

GAUSS-03413: "invalid overflow block number %u"

SQLSTATE: XX000

Description: The maximum internal page number of the hash table is exceeded.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03414: "firstfreebit found no free bit"

SQLSTATE: XX000

Description: No free bit is found.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03415: "invalid overflow bit number %u"

SQLSTATE: XX000

Description: The maximum number of bitmap pages is exceeded.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03416: "out of overflow pages in hash index '%s'"

SQLSTATE: 54000

Description: The number of hash index items exceeds the upper limit.

Solution: Re-create indexes.

GAUSS-03417: "missing support function %d(%u,%u) for index '%s'"

SQLSTATE: XX000

Description: This hash function is not supported.

Solution: Use another hash function.

GAUSS-03418: "index '%s' contains unexpected zero page at block %u"

SQLSTATE: XX002

Description: A blank page is detected by the index.

Solution: Re-create indexes.

GAUSS-03419: "index '%s' contains corrupted page at block %u"

SQLSTATE: XX002

Description: A corrupted page is detected by the index.

Solution: Re-create indexes.

GAUSS-03420: "index '%s' is not a hash index"

SQLSTATE: XX002

Description: The index does not belong to the hash index.

Solution: A preventive error mechanism. Contact technical support.


GAUSS-03421 - GAUSS-03430


GAUSS-03421: "index '%s' has wrong hash version"

SQLSTATE: XX002

Description: The version information is incorrect.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03423: "lost saved point in index"

SQLSTATE: XX000

Description: A page in the index is missing.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03424: "could not find additional pending pages for same heap tuple"

SQLSTATE: XX000

Description:Internal system error.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03425: "index row size %lu exceeds maximum %lu for index '%s'"

SQLSTATE: 54000

Description: The size of the tuple exceeds the size of a page.

Solution: A preventive error mechanism. Check whether the toast mechanism is used.

GAUSS-03426: "failed to add item to index page in '%s'"

SQLSTATE: XX000

Description: Failed to insert a tuple to the page.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03427: "failed to add item to index root page"

SQLSTATE: XX000

Description: Failed to insert the tuple to the root page.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03428: "Lost path"

SQLSTATE: XX000

Description:Internal system error.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03429: "ginmerge: unimplemented"

SQLSTATE: XX000

Description: The GIN index does not support merging.

Solution: Do not perform this operation because the function is not supported.

GAUSS-03430: "unexpected searchMode: %d"

SQLSTATE: XX000

Description: The search mode is incorrect.

Solution: Check the configured search mode.


GAUSS-03431 - GAUSS-03440


GAUSS-03431: "old GIN indexes do not support whole-index scans nor searches for nulls"

SQLSTATE: 0A000

Description: The GIN index of an earlier version does not support the whole-index scan or NULL search.

Solution: Create a GIN index of the new version.

GAUSS-03432: "GIN does not support mark/restore"

SQLSTATE: XX000

Description: The GIN index does not support recording or restoring the scan position.

Solution: Do not perform this operation because the function is not supported.

GAUSS-03433: "failed to add item to index page in %u/%u/%u"

SQLSTATE: XX000

Description: Failed to insert a tuple to the page.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03434: "failed to add item to index page"

SQLSTATE: XX000

Description: Failed to insert a tuple to the page.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03438: "ginarrayextract requires three arguments"

SQLSTATE: XX000

Description: This function requires three parameters.

Solution: Check the usage of the ginarrayextract_2args function.

GAUSS-03439: "ginqueryarrayextract: unknown strategy number: %d"

SQLSTATE: XX000

Description: The strategy is incorrect.

Solution: Check the usage of the ginqueryarrayextract function and the third parameter.


GAUSS-03441 - GAUSS-03450


GAUSS-03441: "column is not in index"

SQLSTATE: XX000

Description: The index does not contain the attribute column.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03442: "system catalog scans with lossy index conditions are not implemented"

SQLSTATE: XX000

Description: The internal function is not supported.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03443: "cannot do ordered scan on index '%s', because it is being reindexed"

SQLSTATE: XX000

Description: The order scan cannot be performed during reindexing.

Solution: A preventive error mechanism. Contact technical support.

GAUSS-03444: "invalid %s regproc"

SQLSTATE: XX000

Description:regproc is invalid.

Solution: Internal system error. Check the regproc.

GAUSS-03445: "multixact_redo: unknown op code %u"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.


GAUSS-03451 - GAUSS-03460


GAUSS-03453: "Xid is invalid."

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03454: "current transaction with handle: (%d:%u) have a valid xid: %lu already"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03456: "cannot commit a transaction that deleted files but has no xid"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03457: "cannot commit transaction %lu, it was already aborted"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03458: "maximum number of committed subtransactions (%d) exceeded"

SQLSTATE: 54000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03459: "cannot abort transaction %lu, it was already committed"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.


GAUSS-03461 - GAUSS-03470


GAUSS-03461: "cannot PREPARE a transaction that has exported snapshots"

SQLSTATE: 0A000

Description: A two-phase transaction cannot work on snapshots.

Solution: Close the two-phase transaction.

GAUSS-03462: "CleanupTransaction: unexpected state %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03463: "StartTransactionCommand: unexpected state %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03464: "CommitTransactionCommand: unexpected state %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03465: "%s cannot run inside a transaction block"

SQLSTATE: 25001

Description: Failed to execute the CREATE TABLESPACE and COMMIT PREPARED SQL statements inside a transaction block.

Solution: Do not execute the CREATE TABLESPACE and COMMIT PREPARED SQL statements inside a transaction block.

GAUSS-03466: "%s cannot run inside a subtransaction"

SQLSTATE: 25001

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03467: "%s cannot be executed from a function or multi-command string"

SQLSTATE: 25001

Description: Failed to execute the CREATE TABLESPACE and COMMIT PREPARED SQL statements inside a function.

Solution: Do not execute the CREATE TABLESPACE and COMMIT PREPARED SQL statements inside a function.

GAUSS-03468: "cannot prevent transaction chain"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03469: "%s can only be used in transaction blocks"

SQLSTATE: 25005

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03470: "BeginTransactionBlock: unexpected state %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.


GAUSS-03471 - GAUSS-03480


GAUSS-03471: "EndTransactionBlock: unexpected state %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03472: "UserAbortTransactionBlock: unexpected state %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03473: "DefineSavepoint: unexpected state %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03474: "no such savepoint"

SQLSTATE: 3B001

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03475: "ReleaseSavepoint: unexpected state %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03476: "RollbackToSavepoint: unexpected state %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03477: "BeginInternalSubTransaction: unexpected state %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03478: "ReleaseCurrentSubTransaction: unexpected state %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03479: "RollbackAndReleaseCurrentSubTransaction: unexpected state %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03480: "invalid transaction block state: %s"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.


GAUSS-03481 - GAUSS-03490


GAUSS-03481: "cannot have more than 2^32-1 subtransactions in a transaction"

SQLSTATE: 54000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03482: "PopTransaction with no parent"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03483: "xact_redo: unknown op code %u"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03485: "cannot assign TransactionIds during recovery"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03487: "Falling back to local Xid. Was = %lu, now is = %lu"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.


GAUSS-03491 - GAUSS-03500


GAUSS-03492: "cannot assign OIDs during recovery"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03493: "Open file %s failed. %s\n"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03494: "Close file %s failed. %s\n"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03495: "seek file %s failed. %s\n"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03496: "clog_redo: unknown op code %u"

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-03498: "recovery is in progress"

SQLSTATE: 55000

Description: Failed to execute the WAL control function because the system recovery is ongoing.

Solution: After the system recovery is complete, execute the WAL control function again.

GAUSS-03500: "WAL level not sufficient for creating a restore point"

SQLSTATE: 55000

Description:Internal system error.

Solution:Contact technical support.

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