GAUSS-00601 -- GAUSS-00610
GAUSS-00601: "Permission denied."
SQLSTATE: 42501
Description: You do not have permission to perform CREATE/ALTER/DROP ROLE.
Solution: Ensure that you have the permission to perform such an operation.
GAUSS-00602: "Separation of privileges is used,user can't be altered because of too many privileges."
SQLSTATE: 42501
Description: The permissions assigned to users exceed the defined limit set by the policy of separation of permissions.
Solution: Ensure that the permissions specified for users do not exceed the defined limit set by the policy of separation of permissions.
GAUSS-00603: "The account has been locked."
SQLSTATE: 28000
Description: A user account is locked due to invalid operations.
Solution: Contact the system administrator to unlock the user account. The user account will be unlocked after the system administrator confirms no invalid operations. You can unlock an account only after confirming that no unauthorized operations are performed.
GAUSS-00604: "The replace password can not be NULL."
SQLSTATE: XX000
Description: The new password is empty.
Solution: Ensure the password contains at least eight characters and is different from the username. Ensure the password contains at least three of the following four character types: uppercase letters, lowercase letters, digits, and special characters ~!@#$%^&*()-_=+\|[{}];:,<.>/? If you use characters other than the four types, a warning is displayed and you can modify the password.
GAUSS-00605: "The replace password is not equal to the role's password."
SQLSTATE: XX000
Description: The new password is the same as the old password.
Solution: Reset the new password.
GAUSS-00606: "The role's password is null in pg_authid, REPLACE should not be specified."
SQLSTATE: XX000
Description: The password change failed because the user password is not specified and REPLACE cannot be specified.
Solution: Specify the user password.
GAUSS-00607: "password sha256 encryption failed."
SQLSTATE: XX000
Description: Internal system error.
Solution:contact technical support
GAUSS-00608: "The password can not be NULL."
SQLSTATE: XX000
Description: The new password is empty.
Solution: Ensure the password contains at least eight characters and is different from the username. Ensure the password contains at least three of the following four character types: uppercase letters, lowercase letters, digits, and special characters ~!@#$%^&*()-_=+\|[{}];:,<.>/? If you use characters other than the four types, a warning is displayed and you can modify the password.
GAUSS-00609: "Must be system admin to alter sysdba."
SQLSTATE: 42501
Description: You have no permission to delete system administrators.
Solution: Delete system administrators as a system administrator.
GAUSS-00610: "Permission denied to drop role."
SQLSTATE: 42501
Description: You have no permission to perform DROP ROLE.
Solution: Ensure that you have the permission to perform such an operation.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot