GAUSS-02671 -- GAUSS-02680
GAUSS-02671: "SET requires parameter name"
SQLSTATE: 22004
Description: No variable name is specified in the SET command.
Solution: Specify a variable name and run the SET command again.
GAUSS-02672: "Postgres-XC: ERROR SET query"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02673: "cannot create PGC_POSTMASTER variables after startup"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02674: "attempt to redefine parameter '%s'"
SQLSTATE: XX000
Description: Duplicate user variables exist.
Solution: Delete duplicate variables.
GAUSS-02675: "invalid format of exec config params file"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02676: "could not read from file '%s': %m"
SQLSTATE: XX000
Description: Failed to read the configuration file.
Solution: Check whether the configuration file specified in the error message exists or whether you have the access rights.
GAUSS-02677: "failed to locate variable '%s' in exec config params file"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-02678: "permission denied to set parameter '%s'"
SQLSTATE: 42501
Description: You do not have the permission to modify the GUC variable.
Solution: Modify the GUC parameter as the initial user.
GAUSS-02679: "Invalid username/password,set role denied."
SQLSTATE: 42704
Description: The user name or password set in the SET ROLE statement is invalid.
Solution: Contact technical support.
GAUSS-02680: "Invalid username/password,set session_authorization denied."
SQLSTATE: 42704
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.