Updated on 2023-12-22 GMT+08:00

GAUSS-02621 -- GAUSS-02630

GAUSS-02621: "portal already pinned"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02622: "portal not pinned"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02623: "cannot drop active portal '%s'"

SQLSTATE: 24000

Description: Failed to delete an active portal.

Solution: Contact technical support.

GAUSS-02624: "cannot commit while a portal is pinned"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02625: "cannot PREPARE a transaction that has created a cursor WITH HOLD"

SQLSTATE: 0A000

Description: The preparation operation cannot be performed on transactions where the cursors marked with the keyword WITH HOLD have been created.

Solution: Ensure that the SQL script does not contain any cursor marked with the keyword WITH HOLD.

GAUSS-02626: "Error happen when execute memcpy_s"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02627: "invalid memory alloc request size %lu"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02628: "unrecognized context type"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02629: "could not find block containing chunk %p"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02630: "inserted partition key does not map to any table partition"

SQLSTATE: 22003

Description: The partition key of the inserted tuple does not map to any existing partition.

Solution: Ensure that the data inserted is within the partition range of the partitioned table.