| Component variable name |
Description |
Remarks |
| 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] or [Destination BLOB Storage] is not specified. |
Specify [Destination] and [Destination BLOB Storage]. |
ResourceNotFoundException
Resource definition is not found. Name: [<global resource name>] |
The resource definition selected in [Destination] or [Destination BLOB Storage] is not found. |
Check the global resource specified in [Destination] or [Destination BLOB Storage]. |
InvalidPropertyConfigurationException
<property name> is not specified. |
[<property name>] is not specified. |
Specify [<property name>]. |
AzureManagementRestException
status=<HTTP status>, code=SubscriptionNotFound, message=<error message>
|
The subscription is not found. |
Check [Subscription ID]. |
AzureManagementRestException
status=<HTTP status>, code=AuthorizationFailed, message=<error message>
|
The resource group may not exist, or the user of [Destination] cannot access that. |
- Check [Resource group name].
- Check whether user permissions for the resource group of [Destination] exist.
|
| AzureManagementRestException
|
Failed to create a cluster. |
- Check the contents of the error message.
- Check the error details in Azure portal.
|
AzureHdinsightException
cluster=<cluster name>, status=<HTTP status>, detail=The cluster already exists
|
Could not create the cluster as on with the same name exists. |
Check [Cluster name]. |
AzureHdinsightException
cluster=<cluster name>, provisioningState=<cluster state>
|
The cluster state is invalid. |
Check the error details in Azure portal. |