GAUSS-50100 -- GAUSS-50199
GAUSS-50100:"The %s is not readable for %s."
SQLSTATE: None
Description: The user has no write permission on this file.
Solution: Check whether the user name is correct or whether the user is granted a matching read permission.
GAUSS-50101:"The %s is not executable for %s."
SQLSTATE: None
Description: The user has no execution permission on this file.
Solution: Check whether the user is correct or whether the user is granted a matching execution permission.
GAUSS-50102:"The %s is not writable for %s."
SQLSTATE: None
Description: The user has no write permission on this file.
Solution: Check whether the user name is correct or whether the user is granted a matching read permission.
GAUSS-50104:"Only a user with the root permission can run this script."
SQLSTATE: None
Description: Only the root user can run this script.
Solution: Execute the script as a root user.
GAUSS-50105:"Cannot run this script as a user with the root permission."
SQLSTATE: None
Description: Only the root user can run this script.
Solution: Execute the script as a root user.
GAUSS-50106:"Failed to change the owner of %s."
SQLSTATE: None
Description: Failed to change the owner of the file or directory.
Solution: Check whether the permissions on the file or directory of the user, or the group are correctly granted.
GAUSS-50107:"Failed to change the permission of %s."
SQLSTATE: None
Description: Failed to change the owner of the file or directory.
Solution: Check whether the user who modifies the directory or file is the root user, or check whether the right value granted to the directory or file is correct.
GAUSS-50109:"Only a user with the root permission can check SSD information."
SQLSTATE: None
Description: Only the root user can check the SSD information.
Solution: Check whether the current user has the root permission.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.