GAUSS-03461 -- GAUSS-03470
GAUSS-03461: "cannot PREPARE a transaction that has exported snapshots"
SQLSTATE: 0A000
Description: Two-phase transaction cannot work on snapshots.
Solution: Run the command to roll back 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: The SQL statements (such as VACUUM, CREATE TABLESPACE, and COMMIT PREPARED) cannot be executed inside a transaction block.
Solution: Do not run the SQL statements (such as VACUUM, CREATE TABLESPACE, and COMMIT PREPARED) 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: The SQL statements (such as CREATE TABLESPACE and COMMIT PREPARED) cannot be executed in a function.
Solution: Do not execute run SQL statements (such as CREATE TABLESPACE and COMMIT PREPARED) in 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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.