Common errors (ODPS-00CCCCX)
This topic describes common errors, their trigger conditions, and solutions.
MaxCompute error messages follow this format:
ODPS-00CCCCX: General description - Context-related informationThe CCCC segment encodes the error category:
CCCC prefix | Error category |
Starts with | System errors |
Starts with | Invalid user request errors |
Starts with | Permission errors |
Use the sub-message after the dash to identify the specific error, because multiple errors share the same base code.
System errors
All system errors share the base code ODPS-0010000. The sub-message after the dash identifies the specific error.
Error code | Severity | Trigger | Solution | |
| 0 | Resources are insufficient. | Add resources. | |
| 0 | Resources in the quota group are insufficient. | Adjust the resource allocation in the quota group. | |
| 0 | Job Scheduler is abnormal. | Run the job again. | |
| 0 | Job Scheduler is abnormal. | Run the job again. | |
| 0 | Fuxi JobMaster does not respond. | Run the job again. | |
| 0 | Internal error. | Run the job again. | |
| 0 | A standard I/O error occurred. This may be caused by an insufficient resource quota of Apsara Distributed File System. | Contact the project owner to increase the quota or delete unnecessary data. | |
| 0 | Internal error. | Contact MaxCompute technical support. | |
| 0 | The SQL statement writes data to too many dynamic partitions. | Optimize the SQL statement. | |
| 0 | Internal error. | Contact MaxCompute technical support. | Submit a ticket to contact MaxCompute technical support. |
| 0 | Internal error. | Contact MaxCompute technical support. | |
| 0 | Read/write operations conflict. | Avoid submitting jobs where read/write operations conflict. | |
| 0 | I/O threads of Apsara Distributed File System are busy, or a chunkserver of Apsara Distributed File System is abnormal. | Run the job again, or adjust the parameter values. | |
| 0 | The code logic of a user-defined function (UDF) is abnormal, or a parameter value exceeds the upper limit. | Modify the UDF code or adjust the parameter value. | |
| 0 | The regular expression is invalid. | Modify the code. | |
| 0 | The system rolled back to the JobConf1 job configuration due to a sandbox exception. The SQL statement contains a Python UDF, but JobConf1 does not support Python 3.7. | Use Python 2 to write the UDFs, or add the |
Permission errors
Error code | Severity | Trigger | Solution |
| 1 | The current user is not authorized to perform this operation. | Complete authorization. |