API error codes (ODPS-04CCCCX)

Updated at:

This topic describes API error codes, their triggers, and solutions.

Error codes of this type use the following format.
ODPS-04CCCCX:General description - Context-specific information
API errors include faults from various modules. The CCCC segment of the error code indicates the source module: Web (1000–1999), Worker (2000–2999), Scheduler (3000–3999), Executor (4000–4999), and Message Service (5000–5999). The following table lists the specific error codes.
Error codeModuleSeverity levelTrigger conditionMethod
ODPS-0410001:Missing authentication parametersWeb-Authentication1Authentication parameters are missing. The API returns a 400 error.Provide the missing authentication parameters.
ODPS-0410011:Invalid authentication parametersWeb-Authentication1The authentication parameters are invalid. The API returns a 400 error.Modify the authentication parameters.
ODPS-0410021:Invalid signature methodWeb-Authentication1The signature algorithm is not supported. The API returns a 400 error.Use a different signature algorithm.
ODPS-0410031:Authentication request expiredWeb-Authentication1The authentication request has expired. The API returns a 400 error.Authenticate again.
ODPS-0410042:Invalid signature valueWeb-Authentication2The authentication signature does not match. The API returns a 401 error.Correct the signature.
ODPS-0410051:Invalid credentialsWeb-Authentication1The user's authorization information is invalid. The API returns a 401 error.Correct the authorization information and authenticate again.
ODPS-0420031:Invalid xml in HTTP request bodyWorker-Request handler1A parameter is invalid. The API returns a 400 error.Correct the parameter.
ODPS-0420041:Missing parameter in HTTP requestWorker-Request handler1A parameter is missing. The API returns a 400 error.Provide the missing parameter.
ODPS-0420051:Missing parameter in HTTP requestWorker-Request handler1A parameter is missing. The API returns a 400 error.Provide the missing parameter.
ODPS-0420061:Invalid parameter in HTTP requestWorker-Request handler1A parameter is invalid. The API returns a 400 error.Use a valid parameter.
ODPS-0420061: Invalid parameter in HTTP request - Fetched data is larger than the rendering limitation. Please try to reduce your limit size or column numberWorker-Request handler1The error occurs because the number of rows to display exceeds 10,000.
  • Solution 1: If you do not need to view more than 10,000 rows of data, add the Limit keyword to the SELECT statement to limit the number of returned rows. For example: select * from sale_detail where region='china' order by total_price limit 3;.
  • Solution 2: Disable the display limit to view more than 10,000 rows of data. For more information, see Disable the display limit.
  • Solution 3: To view more than 10,000 rows of data, you can also use the Tunnel Download command to download the instance result of the SELECT statement to your local machine. For more information about downloading instance data, see Download instance data.
ODPS-0420071:Invalid header in HTTP requestWorker-Request handler1The message header is invalid. The API returns a 400 error.Use a valid message header.
ODPS-0420081:Method not allowedWorker-Reqeust handler1The method is not supported. The API returns a 405 error.Use a supported method.
ODPS-0420095:Access DeniedWorker-Request handler5The user does not have the required permission for the operation. The API returns a 403 error.Grant the user the required permission for the operation based on the error message. For example, if the error message is You have no privilege 'odps:CreateInstance' on {acs:odps:*:projects/maxcompute_dev}, the owner of the maxcompute_dev project must grant the user the CreateInstance permission for the project. For more information about authorization, see MaxCompute permissions.
ODPS-0420111:Not found the projectWorker1The project does not exist. The API returns a 404 error.Modified an existing project.
ODPS-0420121:The project has already existedWorker1The project already exists. The API returns a 409 error.Change the project name to one that is not in use.
ODPS-0420131:Invalid project nameWorker1The project name is invalid. The API returns a 400 error.Use a valid project name.
ODPS-0420141:Invalid group nameWorker1The group name is invalid. The API returns a 400 error.Use a valid group name.
ODPS-0421111:Not found the resourceWorker1The resource does not exist. The API returns a 404 error.Modify an existing resource.
ODPS-0421121:The resource has already existedWorker1The resource already exists. The API returns a 409 error.Change the resource name to one that is not in use.
ODPS-0421131:Invalid resource nameWorker1The resource name is invalid. The API returns a 400 error.Use a valid resource name.
ODPS-0421141:Invalid resource typeWorker1The resource type is invalid. The API returns a 400 error.Use a valid resource type.
ODPS-0421151:Delete resource conflictWorker1A conflict occurred when deleting the resource. The API returns a 409 error.Confirm that the resource can be deleted.
ODPS-0421161:Download resource deniedWorker1The request to download the resource was denied. The API returns a 403 error.Confirm that the required permission to download the resource is granted.
ODPS-0421173:Download resource errorWorker3The resource failed to download. The API returns a 404 or 500 error.Download the resource again.
ODPS-0421181:Invalid resource contentWorker1The resource directory is invalid. The API returns a 400 error.Use a valid resource directory.
ODPS-0421191:Invalid ContentDisposition in HTTP headerWorker1The Content-Disposition header is invalid. The API returns a 400 error.Use a valid Content-Disposition header.
ODPS-0421201:Add or update resource failedWorker1Failed to add or update the resource. The API returns a 400 or 500 error.Identify the cause of the failure and try again.
ODPS-0421213:Save resource errorWorker3Failed to save the resource. The API returns a 500 error.Identify the cause of the failure and try to save the resource again.
ODPS-0422111:Not found the tableWorker1The table does not exist. The API returns a 404 error.Modify an existing table.
ODPS-0422121:The table has already existedWorker1The table already exists. The API returns a 409 error.Change the table name to one that is not in use.
ODPS-0422131:Invalid table nameWorker1The table name is invalid. The API returns a 400 error.Use a valid table name.
ODPS-0422141:Not found the partitionWorker1The partition does not exist. The API returns a 404 error.Specify an existing partition.
ODPS-0422174:Invalid column typeWorker4The column type is invalid. The API returns a 400 error.Use a valid column type.
ODPS-0423111:Not found the functionWorker1The function does not exist. The API returns a 404 error.Specify an existing function.
ODPS-0423121:The function has already existedWorker1The function already exists. The API returns a 409 error.Change the function name to one that is not in use.
ODPS-0423131:Invalid function nameWorker1The function name is invalid. The API returns a 400 error.Use a valid function name.
ODPS-0424111:Not found the instanceWorker1The instance does not exist. The API returns a 404 error.Specify an existing instance.
ODPS-0424145:Delete instance conflictWorker1A conflict occurred when deleting the instance. The API returns a 409 error.Check if the instance is in use.
ODPS-0424151:Invalid state settingWorker1A parameter is invalid. The API returns a 400 error.Correct the parameter.
ODPS-0425111:Not found the jobWorker1The job does not exist. The API returns a 404 error.Switch to an existing job.
ODPS-0425121:The job has already existedWorker1The job already exists. The API returns a 409 error.Change the job to one that does not cause a conflict.
ODPS-0425131:Invalid job nameWorker1The job name is invalid. The API returns a 400 error.Use a valid job name.
ODPS-0426111:Invalid event parameterWorker1The event parameter is invalid. The API returns a 400 error.Use a valid parameter.
ODPS-0426123:The event has already existedWorker3The event already exists. The API returns a 409 error.Change the event to one that does not cause a conflict.
ODPS-0426133:Not found the eventWorker3The event does not exist. The API returns a 404 error.Modify an existing event.
ODPS-0426145:Invalid event operationWorker5The event operation is invalid. The API returns a 400 error.Make sure the operation is valid.