Element name |
Attribute name |
Description |
Remarks |
results |
- |
|
|
client_request_id |
The ID issued in the client side of Azure Queue Storage. |
|
result |
- |
Appears for each sent message. |
|
service_request_id |
The send request ID issued in the server side of Azure Queue Storage. |
The value of "x-ms-request-id" header included in a response from Azure Queue Storage. |
status_code |
The result of sending message.
|
The status code value included in a response from Azure Queue Storage. |
status_message |
The result of sending message.
|
The status code message included in a response from Azure Queue Storage. |
request_date |
The date and time when the send request was made. |
The "Date" header value included in a response from Azure Queue Storage. |
target_location |
The target of storage.
- PRIMARY: Primary storage
- SECONDARY: Secondary storage
|
|
message_content |
The same value as the one specified in message_content column in the input schema is stored. |
|
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, category of the corresponding message code is stored. |
|
message_code |
When an error occurs, code of the corresponding message code is stored. |
|
message_level |
When an error occurs, severity of the corresponding message code is stored. |
|
error_type |
When an error occurs, the error type is stored. |
- Default value is null.
- The error type would 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, trace information of the error 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]. |
java.security.InvalidKeyException
Storage Key is not a valid base64 encoded string.
|
There is something wrong with [Access key] of the global resource specified in [Destination]. |
Check the [Access key] settings of the global resource specified in [Destination]. |
com.microsoft.azure.storage.StorageException
Empty key
|
There is something wrong with [Access key] of the global resource specified in [Destination]. |
Check the [Access key] settings of the global resource specified in [Destination]. |
com.microsoft.azure.storage.StorageException
Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
|
There is something wrong with [Account] or [Access key] of the global resource specified in [Destination]. |
Check the [Account] or [Access key] settings of the global resource specified in [Destination]. |
com.microsoft.azure.storage.StorageException
The server encountered an unknown failure:
| Failed to request send message. |
Check [Queue name] or the [Account] and [Access key] settings of the global resource specified in [Destination]. |