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

GAUSS-00651 -- GAUSS-00660

GAUSS-00651: "The tuple of pg_user_status not found"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00652: "TryUnlockAccount(): roleid is not valid."

SQLSTATE: XX000

Description: roleid is invalid.

Solution: Ensure that roleid is valid.

GAUSS-00653: "IsAccountLocked(): roleid is not valid."

SQLSTATE: XX000

Description: roleid is invalid.

Solution: Ensure that roleid is valid.

GAUSS-00654: "getAccountLockedStyle: roleid is not valid."

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00655: "DropUserStatus(): roleid is not valid."

SQLSTATE: XX000

Description: roleid is invalid.

Solution: Ensure that roleid is valid.

GAUSS-00656: "Invalid username/password,login denied."

SQLSTATE: 42704

Description: The user name or password is invalid and the login fails.

Solution: Ensure that the user name and password for login are valid.

GAUSS-00657: "User's passwordtime in pg_auth_history is 0."

SQLSTATE: 28P01

Description: passwordtime of the corresponding user in pg_auth_history is empty.

Solution: Theoretically, this column is not empty. Contact technical support.

GAUSS-00658: "aggregate stype must be specified"

SQLSTATE: 42P13

Description: When an aggregate function is defined, stype is not specified for the function.

Solution: Specify stype when defining the aggregate function.

GAUSS-00659: "aggregate sfunc must be specified"

SQLSTATE: 42P13

Description: When an aggregate function is defined, sfunc is not specified for the function.

Solution: Specify sfunc when defining the aggregate function.

GAUSS-00660: "aggregate input type must be specified"

SQLSTATE: 42P13

Description: When an aggregate function is defined, input type is not specified for the function.

Solution: Specify input type when defining the aggregate function.