GAUSS-02211 -- GAUSS-02220
GAUSS-02211: "cannot run transaction to remote nodes during recovery"
SQLSTATE: XX000
Description: A transaction cannot be performed on the remote node during cluster restoration.
Solution: Submit the transaction after the restoration is complete.
GAUSS-02212: "Failed to get next transaction ID"
SQLSTATE: XX000
Description: An internal error occurs. The next transaction ID cannot be obtained.
Solution: Internal system error. Contact technical support.
GAUSS-02213: "Could not begin transaction on primary Datanode %u."
SQLSTATE: XX000
Description: The transaction cannot be started on the primary node.
Solution: Correct the current cluster connection status.
GAUSS-02214: "Failed to send command to Datanodes"
SQLSTATE: XX000
Description: The command cannot be delivered to the DN.
Solution: Correct the current cluster connection status.
GAUSS-02215: "Unexpected response from Datanode %u"
SQLSTATE: XX000
Description: An internal system error occurs. An unexpected response comes from the DN.
Solution: Internal system error. Contact technical support.
GAUSS-02216: "Could not begin transaction on Datanodes %u."
SQLSTATE: XX000
Description: The transaction cannot be started on the primary node.
Solution: Correct the current cluster connection status.
GAUSS-02217: "Failed to read response from Datanodes when ending query"
SQLSTATE: XX000
Description: An internal error occurs. The response information cannot be read from the DN when the query ends.
Solution: Internal system error. Contact technical support.
GAUSS-02218: "Failed to close Datanode cursor"
SQLSTATE: XX000
Description: An internal error occurs. The cursor on the DN cannot be closed.
Solution: Correct the current cluster connection status.
GAUSS-02219: "Number of user-supplied parameters do not match the number of remote parameters"
SQLSTATE: XX000
Description: An internal error occurs. The number of parameters provided by the user does not match that of parameters required for the query.
Solution: Internal system error. Contact technical support.
GAUSS-02220: "cannot run EXECUTE DIRECT with utility inside a transaction block"
SQLSTATE: 25001
Description: The EXECUTE DIRECT statement cannot be run in a transaction.
Solution: Run the EXECUTE DIRECT statement outside the transaction.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.