Element name |
Attribute name |
Description |
Remarks |
results |
- |
|
|
client_request_id |
The ID published by client side of Azure Queue Storage. |
|
result |
- |
Appears for each message which is subject to delete. |
1 DeleteMessage request is sent per element. |
service_request_id |
The deletion request ID published by server side of Azure Queue Storage. |
This is a value of "x-ms-request-id" header included in response from Azure Queue Storage. |
status_code |
The result of message deletion.
|
This is a value of status code included in response from Azure Queue Storage. |
status_message |
The result of message deletion.
|
This is a message of status code included in response from Azure Queue Storage. |
request_date |
The date of deletion request. |
This is a value of "Date" header included in response from Azure Queue Storage. |
target_location |
The target storage.
- PRIMARY: Primary storage
- SECONDARY: Secondary storage
|
|
Component variable name |
Description |
Remarks |
count |
Stores the number of messages deleted successfully. |
|
error_count |
Stores the number of messages which failed to delete. |
|
message_category |
Stores the category of message code corresponding to the occurred error. |
|
message_code |
Stores the code of message code corresponding to the occurred error. |
|
message_level |
Stores the severity of message code corresponding to the occurred error. |
- Default value is null./li>
|
error_type |
Stores the error type of occurred error. |
- Default value is null.
- Error is represented in the format depicted below.
Example:java.io.FileNotFoundException
The value may vary depending on the DataSpider Servista version.
|
error_message |
Stores the error message of occurred error. |
- Default value is null.
The value may vary depending on the DataSpider Servista version.
|
error_trace |
Stores the trace information of occurred error. |
- Default value is null.
The value may vary depending on the DataSpider Servista version or the client application used.
|
Exception name |
Cause |
Solution |
ResourceNotFoundException
Resource definition could not be found.Name: [] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException
Resource definition could not be found. Name: [<Global Resource Name>] |
Resource definition selected in [Destination] is not found. |
Check the global resources 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] setting 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] setting 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 settings of [Account] and [Access key] of the global resource specified in [Destination]. |
com.microsoft.azure.storage.StorageException
The server encountered an unknown failure:
| Failed to request message deletion. |
Check the settings of [Queue name] or [Account] and [Access key] of the global resouce specified in [Destination]. |