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.