GAUSS-50000 -- GAUSS-50099
GAUSS-50000: “Unrecognized parameter: %s.”
SQLSTATE: None
Description: Failed to recognize the parameter.
Solution: Check the parameters involved in the error information. An error is reported if the parameters are not those specified in the script to be executed.
GAUSS-50001: “Incorrect parameter. Parameter '-%s' is required”
SQLSTATE: None
Description: The required parameters are missing.
Solution: Check the parameters involved in the error information. An error is reported if the user does not specify a parameter that must be specified in the script to be executed.
GAUSS-50002: “Incorrect parameter. Parameter '-%s' is not required”
SQLSTATE: None
Description: This parameter is unnecessary.
Solution: Check the parameters involved in the error information. An error is reported if the user specifies this parameter, which is not required in the script to be executed.
GAUSS-50003: “The parameter '-%s' type should be %s.”
SQLSTATE: None
Description: The parameter type is incorrect.
Solution: Check whether the parameter type in the error information is the specified type.
GAUSS-50004: “The parameter '-%s' value is incorrect.”
SQLSTATE: None
Description: The parameter value is incorrect.
Solution: Check whether the parameter value in the error information is correct.
GAUSS-50005: “The parameter '-%s' and '-%s' can not be used together.”
SQLSTATE: None
Description: Parameter A and parameter B cannot be specified simultaneously.
Solution: Check the two parameters involved and the script scenarios to be performed in the error information. Specify only one parameter in the scenarios.
GAUSS-50006: “Too many command-line arguments (first is \"%s\”)."
SQLSTATE: None
Description: The number of specified parameters exceeds the required quantity.
Solution: Check whether the number of parameters involved in the error information meets the requirements.
GAUSS-50007: “Failed to set %s parameter.”
SQLSTATE: None
Description: GUC parameter settings fail.
Solution: Check whether the parameter settings in gs_guc meet the tool requirements.
GAUSS-50008: “Failed to reload parameter.”
SQLSTATE: None
Description: Failed to load the parameter.
Solution: Check whether command for loading the parameter is correct.
GAUSS-50009: “Parameter format error.”
SQLSTATE: None
Description: The parameter format is incorrect.
Solution: Check whether the parameter format in the command is correct.
GAUSS-50010: “Failed to check %s parameter.”
SQLSTATE: None
Description: Failed to check the kernel parameter.
Solution: Check whether the value of the kernel parameter shared_buffers or max_connections is correct.
GAUSS-50011: “The parameter[%s] value[%s] is invalid.”
SQLSTATE: None
Description: The parameter value is invalid.
Solution: Enter the correct parameter.
GAUSS-50012: “The parameter '%s' value can't be empty.”
SQLSTATE: None
Description: The parameter cannot be empty.
Solution: Check whether the parameter is empty.
GAUSS-50013: “The parameter '%s' have not been initialized.”
SQLSTATE: None
Description: The parameters have not been initialized.
Solution: Check the code logic and initialize the specified parameters.
GAUSS-50014: “Parameters of '%s' can not be empty.”
SQLSTATE: None
Description:Internal system error.
Solution:Contact technical support.
GAUSS-50015: “The command line parser error: %s.”
SQLSTATE: None
Description: An error occurs when the command line parser is executed.
Solution: Correct the command line input parameters based on the error information.
GAUSS-50016: “The re-entrant parameter '-%s' is not same with the previous command.”
SQLSTATE: None
Description: The re-entrant parameters are different from the previous ones and the re-entry operation fails.
Solution: Enter the same parameters as those in the last failed operation, or perform rollback before performing a new operation.
GAUSS-50017: “Incorrect value '%s' specified by the parameter '-%s'.”
SQLSTATE: None
Description:Internal system error.
Solution:Contact technical support.
GAUSS-50018: “The·nodename·%s·upgrade·failed,·please·warm-standby·at·first·for·this·node.”
SQLSTATE: None
Description:Internal system error.
Solution:Contact technical support.