GAUSS-50000 -- GAUSS-50099
GAUSS-50000:"Unrecognized parameter: %s."
SQLSTATE: None
Description: The parameter cannot be recognized.
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. The error is reported if the parameter is mandatory for script execution but is not specified by the user.
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. This error is reported if a user specifies a parameter that does not need to be specified during script execution.
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 invalid.
Solution: Check whether the parameter value is correct in the error information.
GAUSS-50005:"The parameter '-%s' and '-%s' cannot be used together."
SQLSTATE: None
Description: Parameter A and parameter B cannot be specified simultaneously.
Solution: Check the two parameters involved in the error information and the scenario to be executed. Only one of them can be specified.
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: Failed to set the GUC parameter.
Solution: Check whether the parameter settings in gs_guc meet the tool requirements.
GAUSS-50008:"Failed to reload parameter."
SQLSTATE: None
Description: The parameter fails to be loaded.
Solution: Check whether the 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: The kernel parameter fails to be checked.
Solution: Check whether the value of kernel parameter shared_buffers or max_connections is correct.
GAUSS-50011:"The parameter[%s] value[%s] is invalid."
SQLSTATE: None
Description: Incorrect parameter value.
Solution: Enter a correct value.
GAUSS-50012:"The parameter '%s' value can't be empty."
SQLSTATE: None
Description: The parameter cannot be empty.
Solution: Set the parameter to a valid value.
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 parameters.
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 cannot be performed.
Solution: Enter the same parameters as those in the last failed operation, or perform rollback before performing a new operation.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot