Component variable name |
Description |
Remarks |
count |
Returns the number of items which have been written to the target. |
- The value defaults to null.
|
error_code |
When AmazonServiceException is thrown, Amazon Web Services error code to which it corresponds is stored. |
- The value defaults to null.
|
status_code |
When AmazonService Exception is thrown, HTTP status code is stored. |
- The value defaults to null.
|
error_count |
Returns the number of items failed to write. |
- The value defaults to null.
- When [Output result data of items failed Put] is checked, it returns the number of items which has been skipped over.
|
message_category |
Stroes the category to which corresponding message code belongs to, when an error occurs. |
- The value defaults to null.
|
message_code |
Stores its corresponding message code of occured error. |
- The value defaults to null.
|
message_level |
Stores the severity of the corresponding message code of the occured error. |
- The value defaults to null.
|
error_type |
Stores the type of the occured error. |
- The value defaults to null.
- Error is represented in the format depicted below.
Example:java.io.FileNotFoundException
The message may vary depending on the DataSpider Servista version.
|
error_message |
Stores the error message for the occured error. |
- The value defaults to null.
The message may vary depending on the DataSpider Servista version.
|
error_trace |
Stores stack trace of the occurred error. |
- The value defaults to null.
The message may vary depending on the DataSpider Servista version or the client application used.
|
Exception name |
Causes |
Solution |
ResourceNotFoundException
Resource definition could not be found.Name: [] |
[Connection] is not specified. |
Please specify [Connection]. |
ResourceNotFoundException
Resource definition could not be found.Name: [<name of Global Resources>] |
Resource definition selected in [Connection] is not found. |
Please check the global resource specified in [Connection]. |
InvalidPropertyConfigurationException
<Property Name> is not specified. |
[<Property Name>] is not specified. |
Please specify [<Property Name>]. |
Status Code: 400, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: NoSuchDomain, AWS Error Message: The specified domain does not exist |
The domain specified in the [Domain name] does not exist. |
Make sure that the domain name specified in [Domain name] is valid. |
Status Code: 400, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: InvalidParameterValue, AWS Error Message: Value (<Attribute name>) for parameter Value is invalid. Value exceeds maximum length of 1024 |
The size of the attribute exceeds 1024 bytes. |
Check the column value of the input data. |
Status Code: 400, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: InvalidParameterValue, AWS Error Message: Value (<Attribute name>) for parameter Name is invalid. Value exceeds maximum length of 1024 |
The size of the string value specified in the [Attribute name] of the [Attribute list] exceeds 1024 bytes. |
Make sure that the string value specified in the [Attribute name] of [Attribute list] fits in this range. |
Status Code: 400, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: MissingParameter, AWS Error Message: The request must contain the parameter ItemName |
Item name is not specified. |
Make sure the value of the first column is not empty. |
Status Code: 400, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: InvalidParameterValue, AWS Error Message: Value (<Item name>) for parameter Item is invalid. Value exceeds max length of 1024 |
The size of the item name exceeds 1024 bytes. |
Make sure the value of the first column is not empty. |
Status Code: 409, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: NumberSubmittedAttributesExceeded, AWS Error Message: Too many attributes for item '<Item name>' in a single call. Up to 256 attributes per call allowed. |
The number of the attribute value exceeds 256. |
Make sure that the number of [Attribute name] of the [Attribute list] fits in this range. |
Status Code: 409, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: ConditionalCheckFailed, AWS Error Message: Conditional check failed. Attribute (<Attribute name>) value is (<Attribute value>) but was expected (<Expected name>) |
The expected value specified does not match the current value. |
Make sure that the expected value specified is valid.Make sure that the current value has not been overwritten counter-intuitively by other operations. |
Status Code: 404, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: AttributeDoesNotExist, AWS Error Message: Attribute (<Attribute name>) does not exist |
The attribute specified in the [Expected name] does not exist. |
Make sure that the attribute specified in the [Expected name] exist. |
Status Code: 400, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: InvalidParameterValue, AWS Error Message: Value () for parameter Name is invalid. The empty string is an illegal attribute name |
Attribute name is not specified. |
Either the [Attribute name] of [Attribute list] is empty or no value is specified in the [Expected name]. |
Status Code: 409, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: MultiValuedAttribute, AWS Error Message: Attribute (<Attribute name>) is multi valued. Conditional check can only be performed on a single-valued attribute |
Multiple values are assigned to the attribute specified in the [Expected name]. |
Make sure that there is only one value assigned to the attribute that is specified in the [Expected name]. |
Status Code: 400, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: MissingParameter, AWS Error Message: No attributes for item ='<Item name>' |
No [Attribute name] is specified in the [Attribute list]. |
Specify [Attribute name] in the [Attribute list]. |
Status Code: 400, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: TooLargeRequest, AWS Error Message: The request is larger than the maximum allowed size of 1048576 |
The size of the request exceeds 1MB. |
The input data needs to be split. |
Status Code: 403, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: InvalidClientTokenId, AWS Error Message: The AWS Access Key Id you provided does not exist in our records. |
[Access Key ID] specified in [Connection] is invalid. |
Check the settings of the global resource specified in [Connection]. |
Status Code: 403, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: SignatureDoesNotMatch, AWS Error Message: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details. |
[Secret Access Key] specified in [Connection] is invalid. |
Check the settings of the global resource specified in [Connection]. |
com.amazonaws.AmazonClientException
Unable to execute HTTP request: <Endpoint> |
[Endpoint] specified by [Connection] is not available. |
Make sure that all properties specified within the [Connection] for the specified Global Resource are provided with correct information. |