Component variable name |
Description |
Remarks |
count |
Returns the number of deleted files or containers. |
- The value defaults to null.
|
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: [] |
[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 resource specified in [Destination]. |
InvalidPropertyConfigurationException <Property name> is not specified. |
[<Property name>] is not specified. |
Specify [<Property Name>]. |
com.microsoft.windowsazure.services.core.storage.StorageException |
Cannot be connected due to the following causes.
- There's a mistake in [Account] or [Access key] in the global resource specified in [Destination].
- There are double-byte characters in [Account] in the global resource specified in [Destination].
|
Check the settings and connection status of the global resource specified in
[Destination] . |
java.security.InvalidKeyException Storage Key is not a valid base64 encoded string. |
[Access key] of the global resource specified in [Destination] is incorrect. |
Check the settings of the global resource specified in
[Destination] . |