GAUSS-04191 -- GAUSS-04200
GAUSS-04191: "pendingOpsTable corrupted"
SQLSTATE: XX000
Description: The hash table is damaged.
Solution: Restart the node.
GAUSS-04192: "could not open file '%s' (target block %u): %m"
SQLSTATE: XX000
Description: Failed to open the file. An I/O error occurred.
Solution: Check whether the file handle resources are insufficient.
GAUSS-04193: "could not seek to end of file '%s': %m"
SQLSTATE: XX000
Description: Failed to locate content in the file. An I/O error occurred.
Solution: Check whether the disk is damaged.
GAUSS-04194: "unrecognized storage manager name '%s'"
SQLSTATE: XX000
Description: Internal system error. Unsupported storage management is used.
Solution: Contact technical support.
GAUSS-04195: "invalid storage manager ID: %d"
SQLSTATE: XX000
Description: Internal system error. Unsupported storage management is used.
Solution: Contact technical support.
GAUSS-04196: "invalid string enlargement request size: %d"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-04197: "bind message has %d result formats but query has %d columns"
SQLSTATE: 08P01
Description: The exported number of columns is inconsistent with the required number of columns.
Solution: Check the query.
GAUSS-04198: "unrecognized portal strategy: %d"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-04199: "cursor can only scan forward"
SQLSTATE: 55000
Description: The NO SCROLL option is explicitly specified or the current execution plan does not support backward scan.
Solution: If NO SCROLL is explicitly specified, delete it. If the current execution plan is not supported, adjust the execution plan.
GAUSS-04200: "unsupported portal strategy: %d"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.