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

GAUSS-50200 -- GAUSS-50299

GAUSS-50200: "The %s already exists."

SQLSTATE: None

Description: The file or directory already exists.

Solution: Delete the file or directory.

GAUSS-50201: "The %s does not exist."

SQLSTATE: None

Description: The file or directory already exists.

Solution: Check that why the file or the directory does not exit, create a directory or file, or execute the script that creates this file or script.

GAUSS-50202: "The %s must be empty."

SQLSTATE: None

Description: The directory is not empty.

Solution: Check the directory and leave it empty after backing it up.

GAUSS-50203: "The %s cannot be empty."

SQLSTATE: None

Description: The directory or file cannot be empty.

Solution: Check why the file or the directory is empty, create a directory or file, or execute the script that creates this directory.

GAUSS-50204: "Failed to read %s."

SQLSTATE: None

Description: Failed to read the file.

Solution: Check and modify the file and user permissions.

GAUSS-50205: "Failed to write %s."

SQLSTATE: None

Description: Failed to read the file.

Solution: Check and modify the file and user permissions.

GAUSS-50206: "Failed to create %s."

SQLSTATE: None

Description: The file fails to be created.

Solution: Check and modify the user permissions on this directory.

GAUSS-50207: "Failed to delete %s."

SQLSTATE: None

Description: Failed to delete the file.

Solution: Check and modify the user permissions on this directory.

GAUSS-50208: "Failed to create the %s directory."

SQLSTATE: None

Description: The file fails to be created.

Solution: Check and modify the user permissions on this directory.

GAUSS-50209: "Failed to delete the %s directory."

SQLSTATE: None

Description: Failed to delete the file.

Solution: Check and modify the user permissions on this directory.

GAUSS-50210: "The %s must be a file."

SQLSTATE: None

Description: The value of a variable is not a file type.

Solution: Verify that the value of a variable must be a file type.

GAUSS-50211: "The %s must be a directory."

SQLSTATE: None

Description: The value of a variable is not a directory type.

Solution: Verify that the value of a variable must be a directory type.

GAUSS-50212: "The suffix of the '%s' file should be '%s'."

SQLSTATE: None

Description: The file name extension is not a specified type.

Solution: Change the file name extension to the specified type.

GAUSS-50213: "The %s path must be an absolute path."

SQLSTATE: None

Description: The path is not an absolute path.

Solution: Change the path to a relative path.

GAUSS-50214: "Failed to copy %s."

SQLSTATE: None

Description: Failed to copy the file.

Solution: Check whether the file to be copied exists, whether the target path exists, and whether the network is normal.

GAUSS-50216: "Failed to remote copy %s."

SQLSTATE: None

Description: Failed to copy the file or directory remotely.

Solution: Check whether the file to be copied exists, whether the target path exists, and whether the network is normal.

GAUSS-50217: "Failed to decompress %s."

SQLSTATE: None

Description: Failed to decompress the package.

Solution: Check whether the compressed package to be decompressed exists, whether the format is correct, and whether the package is broken.

GAUSS-50218: "Failed to rename %s."

SQLSTATE: None

Description: The file cannot be renamed.

Solution: Check whether the file to be renamed exists and whether the file name and file name extension are correct.

GAUSS-50219: "Failed to obtain %s."

SQLSTATE: None

Description: Failed to obtain the directory, file, or path.

Solution: Check whether the directory, file, or path exist.

GAUSS-50220: "Failed to restore %s."

SQLSTATE: None

Description: Failed to obtain the directory, file, or path.

Solution: Check whether the directory, file, or path exist.

GAUSS-50221: "Failed to obtain file type."

SQLSTATE: None

Description: The file status fails to be obtained.

Solution: 1. Check whether the command is correct. 2. Check whether the specified file or path exists.

GAUSS-50222: "The content of file %s is not correct."

SQLSTATE: None

Description: The file permission is incorrect.

Solution: Modify the file content.

GAUSS-50223: "Failed to update %s files."

SQLSTATE: None

Description: Failed to update (write) the file.

Solution: Check whether the file to be updated (written) exists and whether the content of the file is correct.

GAUSS-50224: "The file name is incorrect."

SQLSTATE: None

Description: The file name is incorrect.

Solution: Check whether multiple suffixes (".") exist in the file.

GAUSS-50227: "Failed to compress %s."

SQLSTATE: None

Description: Failed to back up the file or directory.

Solution: Check whether the file or directory to be decompressed exists or whether the target path exists.

GAUSS-50228: "The %s does not exist or is empty."

SQLSTATE: None

Description: The file or directory does not exist or is empty.

Solution: Check whether the file or directory exists.

GAUSS-50229: "Cannot specify the file [%s] to the cluster path %s."

SQLSTATE: None

Description: A file cannot be specified to a path in a cluster.

Solution: Replace the specified path for storing the file.

GAUSS-50230: "Failed to read/write %s."

SQLSTATE: None

Description: Failed to read the file.

Solution: Check whether the file exists and whether you have the read/write permission on the file.

GAUSS-50231: Failed to generate %s file.

SQLSTATE: None

Description: Failed to generate the file.

Solution: Identify the cause of the file generation failure and try again.