Element name |
Attribute name |
Description |
Remarks |
message_results |
- |
|
|
message_result |
- |
Appears for each sent message. |
|
md5_message_attributes |
Value of the message attribute encoded with MD5. |
- Value of “MD5OfMessageAttributes” element included in the response from Amazon SQS.
|
md5_message_body |
Value of the message body encoded with MD5. |
- Value of “MD5OfMessageBody” element included in the response from Amazon SQS.
|
message_id |
The ID assigned to the sent message.
|
- Value of “MessageId” element included in the response from Amazon SQS.
|
status |
The result of the sent message.
- SUCCESS: Success
- INVALID_MESSAGE: Failure (Invalid message)
- INVALID_PARAMETER: Failure (Invalid parameter)
|
|
Component variable name |
Description |
Remarks |
count |
The number of messages sent successfully is stored. |
|
error_count |
The number of messages failed to send is stored. |
|
message_category |
When an error occurs, the corresponding message code's category is stored. |
|
message_code |
When an error occurs, the corresponding message code is stored. |
|
message_level |
When an error occurs, the corresponding message code's severity is stored. |
|
error_type |
When an error occurs, the error type is stored. |
- Default value is null.
- The error type will be in the following format.
Example: “java.io.FileNotFoundException”
The contents that will be stored may vary depending on DataSpider Servista versions.
|
error_message |
When an error occurs, the error message is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions.
|
error_trace |
When an error occurs, the error's trace information is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions and client applications.
|
Exception name |
Cause |
Solution |
ResourceNotFoundException
Resource definition is not found. Name: [] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException
Resource definition is not found. Name: [<global resource name>] |
The resource definition selected in [Destination] is not found. |
Check the global resource specified in [Destination]. |
The specified queue does not exist for this wsdl version. (Service: AmazonSQS; Status Code: 400; Error Code: AWS.SimpleQueueService.NonExistentQueue; Request ID: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX) |
A queue which does not exist is specified in [Queue name]. |
Check [Queue name], or [Region] setting of the global resource specified in [Destination]. |
The security token included in the request is invalid. (Service: AmazonSQS; Status Code: 403; Error Code: InvalidClientTokenId; Request ID: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX) |
There is something wrong with [Access Key ID] of the global resource specified in [Destination]. |
Check the settings of the global resource specified in [Destination]. |
The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. |
There is something wrong with [Secret Access Key] of the specified global resource in [Destination]. |
Check the settings of the global resource specified in [Destination]. |