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

GAUSS-00631 -- GAUSS-00640

GAUSS-00631: "sha256-password encryption failed."

SQLSTATE: XX000

Description: SHA256 failed to be encrypted.

Solution: Contact technical support.

GAUSS-00632: "Password must contain at least %d characters."

SQLSTATE: 28P01

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00633: "Password must contain at least %d upper characters."

SQLSTATE: 28P01

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00634: "Password must contain at least %d lower characters."

SQLSTATE: 28P01

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00635: "Password must contain at least %d digital characters."

SQLSTATE: 28P01

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00636: "Password must contain at least %d special characters."

SQLSTATE: 28P01

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00637: "Password must contain at least three kinds of characters."

SQLSTATE: 28P01

Description: The character types contained in the password are less than three.

Solution: Ensure the password: 1. Contains at least eight characters. This is the default length. 2. Differs from the user name. 3. Contains at least three of the following four character types: uppercase letters, lowercase letters, digits, and special characters, including: ~!@#$%^&*()-_=+\|[{}];:,<.>/?. If you use characters other than the four types, a warning is displayed and you can modify the password.

GAUSS-00638: "The parameter roleID of CheckPasswordComplexity is NULL"

SQLSTATE: XX000

Description: roleid is null. Password complexity checking fails.

Solution: Ensure roleid is not null.

GAUSS-00639: "The parameter newPasswd of CheckPasswordComplexity is NULL"

SQLSTATE: XX000

Description: The new password is blank. Password complexity checking fails.

Solution: Enter the password again.

GAUSS-00640: "Password should not equal to the rolname."

SQLSTATE: XX000

Description: The new password is the same as the user name.

Solution: Ensure that the password is not the same as the user name. Reset the password.