Error Code
If an error occurs in API calling, no result is returned. Identify the error cause based on the error codes of each API. If an error occurs in API calling, HTTP status code 4xx or 5xx is returned. The response body contains the specific error code and information. If you are unable to identify the cause of an error, contact customer service and provide the error code so that we can help you solve the problem as soon as possible.
- Sample exception response
{ "errCode": "Cdm.0100", "externalMessage": "Job[jdbc2hive] doesn't exist." }
- Parameter description
Parameter
Mandatory
Type
Description
errCode
No
String
Error code
externalMessage
No
String
Error message
- Error code
In the following error message, %s is a variable. In the actual situation, the parameter name, table name, job name, and link name are replaced with the actual values.
If an error code starting with APIGW is returned after you call an API, rectify the fault by referring to the instructions provided in Error Codes.
Error Code
Status Code
Error
Description
Solution
Cdm.0000
400
System error.
A system error occurs.
Contact customer service or technical support.
Cdm.0001
400
The resource does not exist or is invalid.
The requested resource does not exist or you have no permission to access the resource.
Contact customer service or technical support.
Cdm.0004
400
Invalid parameter type.
The input parameter does not match the parameter type.
Change the parameter value based on the error message and try again.
Cdm.0009
400
%s is not an integer or is beyond the value range [0, 2147483647].
The input parameter is not an integer or is beyond the value range.
Change the parameter value based on the error message and try again.
Cdm.0010
400
The integer must be within the range of [%s].
The parameter is missing or its length is 0.
Change the parameter value based on the error message and try again.
Cdm.0011
400
The parameter value exceeds the value range.
The parameter format is incorrect or the parameter value exceeds the value range. As a result, the parsing failed.
Check whether the parameter value is valid based on the error message. If it is not, correct it and try again.
Cdm.0012
400
JDBC driver is not found.
JDBC driver is not found.
Contact customer service or technical support.
Cdm.0013
400
Agent connection failure.
The agent fails to be connected.
It is possible that the network is disconnected, or no security group or firewall rule is configured to allow access. If the fault persists, contact technical support.
Cdm.0014
400
Invalid parameter.
The parameter is invalid.
Change the parameter value and try again.
Cdm.0015
400
Failed to parse the file.
The file fails to be parsed.
Check whether the content or format of the uploaded file is correct. If it is not, correct it and try again.
Cdm.0016
400
The file to be uploaded cannot be empty.
The uploaded file is empty.
Ensure that the file you uploaded is not empty and try again.
Cdm.0017
400
Failed to save the input value.
The input value cannot be saved.
Contact customer service or technical support.
Cdm.0018
400
The content of jobs or links is invalid.
The content of jobs or links is invalid.
Contact customer service or technical support.
Cdm.0019
400
Failed to delete the link from the database.
The link in the database fails to be deleted.
Try again later or contact customer service or technical support.
Cdm.0020
400
The string must contain the following substring: %s.
The verified parameter is empty or does not contain the specified substring.
Change the parameter value based on the error message and try again.
Cdm.0021
400
Failed to connect to server %s.
The server fails to be connected.
Contact customer service or technical support.
Cdm.0024
400
[%s] must be within the range of [%s].
The verified parameter is not in the specified value range.
Change the parameter value based on the error message and try again.
Cdm.0031
400
Failed to create data to be submitted.
Failed to create data to be submitted.
Contact customer service or technical support.
Cdm.0037
400
Failed to submit the job.
The job fails to be submitted.
Contact customer service or technical support.
Cdm.0051
400
Invalid submission engine: %s.
Invalid job engine name.
Specify a correct job engine and try again.
Cdm.0052
400
Job %s is running.
The job is running.
The operation cannot be performed because the job is running. Try again after the job completes.
Cdm.0053
400
Job %s is not running.
The job is not running.
Run the job and try again.
Cdm.0054
400
Job %s does not exist.
The job does not exist.
Check whether the job exists.
Cdm.0055
400
Unsupported job type.
Unsupported job type.
Configure a supported job type.
Cdm.0056
400
Failed to submit the job. Cause: %s.
The job fails to be submitted.
Locate the cause based on the error message, rectify the fault, and try again.
Cdm.0057
400
Invalid job execution engine: %s.
The job engine is invalid.
Specify a correct job engine and try again.
Cdm.0058
400
Invalid combination of submission and execution engines.
The combination of submission and execution engines is invalid.
Specify a correct job engine and try again.
Cdm.0059
400
Job %s has been disabled and cannot be submitted.
The job has been disabled and cannot be submitted.
Create a job and try again. Alternatively, contact customer service or technical support.
Cdm.0060
400
Link %s for this job has been disabled. The job cannot be submitted.
The link for this job has been disabled.
Change the link and submit the job again.
Cdm.0061
400
Connector %s does not support the specified direction. The job cannot be submitted.
The connector cannot be used as the source or destination of a job.
The connector cannot be used as the source or destination of a job. Change the connector and submit the job again.
Cdm.0062
400
The binary file is applicable only to the SFTP, FTP, HDFS, or OBS connector.
The connector is invalid.
Specify a correct connector and try again.
Cdm.0063
400
An error occurred when creating the table. Cause: %s.
The table fails to be created.
Locate the cause based on the error message, rectify the fault, and try again.
Cdm.0064
400
Incorrect data format.
The data format is incorrect.
Check whether the data format is correct based on the error message. If it is not, correct it and try again.
Cdm.0065
400
Failed to start the timer. Cause: %s.
The timer fails to be started.
Contact customer service or technical support.
Cdm.0066
400
Failed to obtain the sample value. Cause: %s.
The sample value fails to be obtained.
Contact customer service or technical support.
Cdm.0067
400
Failed to obtain the schema. Cause: %s.
The schema field fails to be obtained.
Contact customer service or technical support.
Cdm.0085
400
%s exceeds the maximum value %s.
The parameter value exceeds the maximum value.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.0089
400
The configuration item [%s] does not exist.
The configuration item does not exist.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.0100
400
Job [%s] does not exist.
The job does not exist.
Specify a correct job and try again.
Cdm.0101
400
Link [%s] does not exist.
The link does not exist.
Specify a correct link and try again.
Cdm.0102
400
Connector [%s] does not exist.
The connector does not exist.
Specify a correct connector and try again.
Cdm.0104
400
The job name already exists.
The job name already exists.
Rename the job and try again.
Cdm.0201
400
Failed to obtain the instance.
The instance fails to be obtained.
Contact customer service or technical support.
Cdm.0202
400
Unknown status.
The job status is unknown.
Try again later or contact customer service or technical support.
Cdm.0204
400
No MRS link available.
No MRS link is created.
Go to the Links page to create an MRS link and try again.
Cdm.0230
400
Failed to load the specified class: %s.
The class fails to be loaded.
Contact customer service or technical support.
Cdm.0231
400
Failed to initialize the specified class: %s.
The class fails to be initialized.
Contact customer service or technical support.
Cdm.0232
400
Failed to write data. Cause: %s.
Data fails to be written.
Contact customer service or technical support.
Cdm.0233
400
Data extraction exception. Cause: %s.
An exception occurs during data extraction.
Contact customer service or technical support.
Cdm.0234
400
Data loading exception. Cause: %s.
An exception occurs during data loading.
Contact customer service or technical support.
Cdm.0235
400
All data has been used up. Cause: %s.
All data has been used up.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.0236
400
Invalid partitions have been retrieved from Partitioner.
Invalid partitions have been retrieved from Partitioner.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.0238
400
%s cannot be left blank.
The parameter is invalid.
Change the parameter value based on the error message and try again.
Cdm.0240
400
Failed to obtain the status of file %s.
The file status fails to be obtained.
Contact customer service or technical support.
Cdm.0241
400
Failed to obtain the type of file %s.
The file type fails to be obtained.
Contact customer service or technical support.
Cdm.0242
400
File check exception: %s.
An exception occurs during file check.
Contact customer service or technical support.
Cdm.0243
400
Failed to rename %s to %s.
Rename failed.
Rename the job and try again.
Cdm.0244
400
Failed to create file %s.
The file fails to be created.
Check whether you have the permissions or try again later. If the fault persists, contact customer service or technical support.
Cdm.0245
400
Failed to delete file %s.
The file fails to be deleted.
Check whether you have the permissions or try again later. If the fault persists, contact customer service or technical support.
Cdm.0246
400
Failed to create directory %s.
The directory fails to be created.
Check whether you have the permissions or try again later. If the fault persists, contact customer service or technical support.
Cdm.0247
400
HBase operation failure. Cause: %s.
HBase operation failed.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.0248
400
Failed to clear data %s. Cause: %s.
Data fails to be cleared.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.0249
400
Invalid file name %s.
The file name is invalid.
Change the file name and try again.
Cdm.0250
400
Failed to perform operations on path %s.
Operations on path %s are not allowed.
Check whether you have the permissions or try again later. If the fault persists, contact customer service or technical support.
Cdm.0251
400
Failed to load data to HBase. Cause: %s.
Data fails to be uploaded to HBase.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.0307
400
Failed to obtain the connection lease of the requested transaction. Cause: %s.
The connection lease for the requested transaction fails to be obtained.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.0315
400
Link name %s already exists.
The link already exists.
Specify another link name and try again.
Cdm.0316
400
Failed to update the link that does not exist.
The link that does not exist cannot be updated.
Specify a correct link and try again.
Cdm.0317
400
Invalid link %s.
The link is invalid.
Specify a correct link and try again.
Cdm.0318
400
The job already exists and cannot be created repeatedly.
The job already exists.
Specify another job name and try again.
Cdm.0319
400
Failed to update the job that does not exist.
The job that does not exist cannot be updated.
Check whether the job to be updated exists. If it does, change the job name and try again.
Cdm.0320
400
Invalid job %s.
The job is invalid.
Contact customer service or technical support.
Cdm.0321
400
Link %s has been used.
The link has been used.
Release the link and try again.
Cdm.0322
400
Job %s has been used.
The job has been used.
Contact customer service or technical support.
Cdm.0323
400
The submission already exists and cannot be created repeatedly.
The submission already exists.
Try again later.
Cdm.0327
400
Invalid link or job %s.
Link or job %s is invalid.
Specify a correct link or job and try again.
Cdm.0411
400
Failed to connect to the file server.
An error occurs when connecting to the file server.
Contact customer service or technical support.
Cdm.0413
400
Failed to transfer data to the file server.
An error occurs in data transfer to the file server.
Contact customer service or technical support.
Cdm.0415
400
Failed to download files from the server.
An error occurs when downloading files from the file server.
Contact customer service or technical support.
Cdm.0416
400
Data extraction failure.
An error occurs when extracting data.
Contact customer service or technical support.
Cdm.0420
400
Source file or source directory unavailable.
The source file or source directory does not exist.
Check whether the source file or source directory exists. If it does not, specify a correct source file or directory and try again.
Cdm.0423
400
Duplicate files exist in the destination path.
Duplicate files exist in the destination path.
Delete duplicate files from the destination path and try again.
Cdm.0501
400
Invalid URI [%s].
The URI is invalid.
Specify a correct URI and try again.
Cdm.0518
400
Failed to connect to HDFS. Cause: %s.
HDFS fails to be connected.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.0600
400
Failed to connect to the FTP server.
The FTP server fails to be connected.
It is possible that the network is disconnected, no security group or firewall rule is configured to allow access, the FTP host name cannot be parsed, or the FTP username or password is incorrect. If the fault persists, contact customer service or technical support.
Cdm.0700
400
Failed to connect to the SFTP server.
The SFTP server fails to be connected.
It is possible that the network is disconnected, no security group or firewall rule is configured to allow access, the SFTP host name cannot be parsed, or the SFTP username or password is incorrect. If the fault persists, contact customer service or technical support.
Cdm.0800
400
Failed to connect to the OBS server.
The OBS server fails to be connected.
It is possible that the OBS endpoint is inconsistent with the current region, the AK/SK pair is incorrect, the AK/SK pair is not the one of the current user, or no security group or firewall rule is configured to allow access. If the fault persists, contact customer service or technical support.
Cdm.0801
400
OBS bucket [%s] unavailable.
The OBS bucket does not exist.
The OBS bucket may not exist or is not in the current region. Specify a correct OBS bucket and try again.
Cdm.0831
400
Failed to connect to the KODO server. Cause: %s.
The KODO server fails to be connected.
Contact customer service or technical support.
Cdm.0900
400
Table [%s] unavailable.
The table does not exist.
Specify a correct table name and try again.
Cdm.0901
400
Failed to connect to the database server. Cause: %s.
The database server fails to be connected.
Contact customer service or technical support.
Cdm.0902
400
Failed to execute the SQL statement. Cause: %s.
The SQL statement fails to be executed.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.0903
400
Failed to obtain metadata. Cause: %s.
Metadata fails to be obtained.
Check whether the quote character is correct or whether the database table exists when you create the link. If the fault persists, contact customer service or technical support.
Cdm.0904
400
Failed to retrieve data from the result. Cause: %s.
An error occurs when retrieving data from the result.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.0913
400
Schema and SQL cannot be left blank at the same time.
Either Schema or SQL must be specified.
Specify one of them and try again.
Cdm.0916
400
In incremental reading mode, the previous value must be specified.
The previous value is not specified in incremental reading.
Specify the previous value and try again.
Cdm.0917
400
Previous value cannot be obtained without field check.
The field is missing.
Contact customer service or technical support.
Cdm.0921
400
Unsupported type %s.
The type is invalid.
Specify a correct type and try again.
Cdm.0925
400
The partition field contains unsupported values.
The partition field contains unsupported values.
Correct the values and try again.
Cdm.0926
400
Failed to obtain the schema field. Cause: %s.
The schema field fails to be obtained.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.0927
400
The relay table cannot be empty.
The relay table cannot be empty.
Specify an empty relay table and try again.
Cdm.0928
400
Failed to transfer data from the relay table to the destination table.
An error occurs when transferring data from the relay table to the destination table.
Contact customer service or technical support.
Cdm.0931
400
The value of the schema field [%s] does not match that of the field [%s] in the result set.
The value of the schema field [%s] does not match that of the field [%s] in the result set.
Change the schema value to be the same as that in the result set and try again.
Cdm.0932
400
Failed to find the maximum value of the field.
The maximum value of the field cannot be found.
Contact customer service or technical support.
Cdm.0934
400
Tables with the same name exist in different schemas/catalogs.
Tables with the same name exist in different schemas/catalogs.
Contact customer service or technical support.
Cdm.0936
400
The number of dirty data records reaches the upper limit.
The number of dirty data records reaches the upper limit.
Edit the job and increase the number of dirty data records.
Cdm.0940
400
Precise match of the table name failed.
Precise match of the table name failed.
Specify a correct table name and try again.
Cdm.0941
400
Failed to connect to the server. Cause: [%s].
The server fails to be connected.
Check whether the IP address, host name, and port number are correct, and whether the network security group and firewall are correctly configured. Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.0950
400
Failed to connect the authentication information to the database.
The authentication information cannot be connected to the database.
Correct the authentication information and try again.
Cdm.0962
400
The host IP address must be specified.
No host IP address is specified.
Specify the host IP address and try again.
Cdm.0963
400
The host port must be specified.
No host port is specified.
Specify the host port and try again.
Cdm.0964
400
The database must be specified.
No database is specified.
Specify a database and try again.
Cdm.1000
400
Hive table [%s] does not exist.
The Hive table does not exist.
Specify a correct Hive table name and try again.
Cdm.1010
400
Invalid URI %s. URI must be null or valid.
The URI is invalid.
Specify a correct URI and try again. Correct URI examples:
- hdfs://example.com:8020/
- hdfs://example.com/
- file:///
- file:///tmp
- file://localhost/tmp
Cdm.1011
400
Failed to connect to Hive. Cause: %s.
Hive fails to be connected.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1100
400
Table [%s] unavailable.
The table does not exist.
Enter a correct table name and try again.
Cdm.1101
400
Failed to obtain the link. Cause: %s.
The link fails to be obtained.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1102
400
Failed to create the table. Cause: %s.
The table fails to be created.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1103
400
No rowkey is set.
No rowkey is set.
Set the rowkey and try again.
Cdm.1104
400
Failed to open the table. Cause: %s.
The table fails to be opened.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1105
400
Failed to initialize the job. Cause: %s.
The job fails to be initialized.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1111
400
The table name cannot be empty.
The table name is not specified.
Specify a correct table name and try again.
Cdm.1114
400
Rowkey is empty. Set it in field mapping.
Rowkey is empty.
Fix the error based on the error message.
Cdm.1115
400
Columns is empty. Set it in field mapping.
Columns is empty.
Fix the error based on the error message.
Cdm.1116
400
Duplicate column name. Reset it in the field mapping step.
The column name already exists.
Fix the error based on the error message.
Cdm.1117
400
Failed to check whether the table exists. Cause: %s.
An error occurs when checking whether the table exists.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1118
400
Table %s does not contain the column family %s.
The table does not contain the specified column family.
Specify a column family and try again.
Cdm.1120
400
The table contains data. Clear the data or reset the parameter to determine whether to clear the table data before importing the table.
The table contains data. Clear the data or reset the parameter to determine whether to clear the table data before importing the table.
Fix the error based on the error message.
Cdm.1121
400
Failed to close the link. Cause: %s.
The link fails to be closed.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1201
400
Failed to connect to the Redis server. Cause: %s.
The Redis server fails to be connected.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1203
400
Failed to extract data from the Redis server. Cause: %s.
Data fails to be extracted from the Redis server.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1205
400
The prefix of the Redis value cannot be empty.
The prefix of the Redis value cannot be empty.
Delete the whitespace before the Redis prefix and try again.
Cdm.1206
400
The storage type of the Redis value must be string or hash.
The storage type of the Redis value must be string or hash.
Fix the error based on the error message.
Cdm.1207
400
When the value storage type is string, Value Delimiter must be specified.
The value storage type is string, but Value Delimiter is not specified.
Specify a value delimiter and try again.
Cdm.1208
400
columnList of Redis must be specified.
columnList of Redis must be specified.
Specify columnList and try again.
Cdm.1209
400
Redis Key Delimiter cannot be empty.
Redis Key Delimiter cannot be empty.
Specify a correct delimiter and try again.
Cdm.1210
400
primaryKeyList of Redis must be specified.
primaryKeyList of Redis is not specified.
Specify primaryKeyList and try again.
Cdm.1211
400
primaryKeyList of Redis must exist in columnList.
primaryKeyList of Redis does not exist in columnList.
Specify primaryKeyList and try again.
Cdm.1213
400
Redis Server Address must be specified.
Redis Server Address is not specified.
Specify Redis Server Address and try again.
Cdm.1301
400
Failed to connect to the MongoDB server. Cause: %s.
The MongoDB server fails to be connected.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1302
400
Failed to extract data from the MongoDB server. Cause: %s.
Data fails to be extracted from the MongoDB server.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1304
400
The MongoDB server set must be specified.
The MongoDB server set is not specified.
Specify the MongoDB server set and try again.
Cdm.1305
400
Server Address of MongoDB must be specified.
Server Address of MongoDB is not specified.
Specify Server Address and try again.
Cdm.1306
400
The database name of the MongoDB service must be specified.
The database name of the MongoDB service is not specified.
Specify a database and try again.
Cdm.1307
400
serverlist of MongoDB must be specified.
serverlist of MongoDB is not specified.
Specify serverlist and try again.
Cdm.1501
400
Failed to connect to the Elasticsearch server. Cause: %s.
The Elasticsearch server fails to be connected.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1502
400
Failed to write data to the Elasticsearch server. Cause: %s.
Data fails to be written to the Elasticsearch server.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1503
400
Failed to close the Elasticsearch link. Cause: %s.
The Elasticsearch link fails to be closed.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1504
400
Failed to obtain the Elasticsearch index. Cause: %s
An error occurs when obtaining the Elasticsearch index.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1505
400
Failed to obtain the Elasticsearch type. Cause: %s
An error occurs when obtaining the Elasticsearch type.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1506
400
Failed to obtain the Elasticsearch field. Cause: %s
An error occurs when obtaining the Elasticsearch file field.
Locate the cause based on the error message. If the fault persists, contact customer service or technical support.
Cdm.1508
400
The host name or IP address of the Elasticsearch server must be specified.
The host name or IP address of the Elasticsearch server is not specified.
Specify the host name or IP address and try again.
Cdm.1510
400
The Elasticsearch index must be specified.
The Elasticsearch index is not specified.
Specify an index and try again.
Cdm.1511
400
The Elasticsearch type must be specified.
The Elasticsearch type is not specified.
Specify a type and try again.
Cdm.1513
400
columnList must contain the field type definition.
columnList does not contain the field type definition.
Include the field type definition and try again.
Cdm.1514
400
columnList must contain primaryKey.
columnList does not contain primaryKey.
Specify primaryKey and try again.
Cdm.1516
400
Invalid column name %s.
The column name is invalid.
Enter a correct column name and try again.
Cdm.1517
400
Failed to obtain the number of documents.
An error occurs when obtaining the number of documents.
Contact customer service or technical support.
Cdm.1519
400
Data extraction exception.
An error occurs when extracting data.
Contact customer service or technical support.
Cdm.1601
400
Failed to connect to the server.
The server fails to be connected.
Contact customer service or technical support.
Cdm.1603
400
Failed to obtain the sample value of topic %s.
The sample value of topic %s fails to be obtained.
Contact customer service or technical support.
Cdm.1604
400
No data contained in topic%s.
No data exists in the topic.
Locate the cause. Alternatively, change the topic and try again.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.