GAUSS-03581 -- GAUSS-03590
GAUSS-03581: "not enough shared memory for pg_lsnxlogflushchk share memory"
SQLSTATE: 53200
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03582: "transaction identifier '%s' is too long"
SQLSTATE: 22023
Description: The transaction identifier parameter is too long.
Solution: Check the input parameter and perform the PREPARE TRANSACTION operation again.
GAUSS-03583: "prepared transactions are disabled"
SQLSTATE: 55000
Description: The configuration item max_prepared_transactions is set to 0.
Solution: Set the configuration item max_prepared_transactions to a value other than 0.
GAUSS-03584: "transaction identifier '%s' is already in use"
SQLSTATE: 42710
Description: The transaction identifier parameter is in use.
Solution: Check the input parameter and perform the PREPARE TRANSACTION operation again.
GAUSS-03585: "maximum number of prepared transactions reached"
SQLSTATE: 53200
Description: The value of the configuration item max_prepared_transactions is small.
Solution: Set the configuration item max_prepared_transactions to a rational value or submit and roll back some transactions.
GAUSS-03586: "prepared transaction with identifier '%s' is busy"
SQLSTATE: 55000
Description: The transaction identifier parameter is in use.
Solution: Perform the operation again.
GAUSS-03587: "permission denied to finish prepared transaction"
SQLSTATE: 42501
Description: You do not have the permission to finish prepared translations.
Solution: Terminate the prepared transactions as a transaction initiator or an administrator.
GAUSS-03588: "prepared transaction belongs to another database"
SQLSTATE: 0A000
Description: The database to connect is incorrect.
Solution: Ensure that the database to connect is correct and connect to the database again.
GAUSS-03589: "prepared transaction with identifier '%s' does not exist"
SQLSTATE: 42704
Description: The transaction identifier parameter does not exist.
Solution: Ensure that the parameter input is correct. Then, perform the operation again.
GAUSS-03590: "failed to find %p in GlobalTransaction array"
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.