Component variable name |
Description |
Remarks |
count |
The number of got containers 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]. |
InvalidPropertyConfigurationException <property name> is not specified. |
[<property name>] is not specified. |
Specify [<property name>]. |
com.microsoft.azure.storage.StorageException |
Status unavailable to connect due to the following causes.
- There is something wrong with [Account] or [Access key] of the global resource specified in [Destination].
- 2 byte characters are included in [Account] of the global resource specified in [Destination].
|
Check the settings of the global resource specified in [Destination] and the connection. |
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 settings of the global resource specified in [Destination]. |