| Component variable name |
Description |
Remarks |
| count |
Returns the number of members that was installed as leader/member. |
|
| failure_count |
Returns the number of members that failed to install as leader/member. |
|
| 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. |
|
| error_type |
When an error occurs, the class of error will be stored. |
- Default value is null.
- Class of error are in following format.
Example: "java.io.FileNotFoundException"
Depending on version for the DataSpider Servista, stored contents may alter.
|
| error_message |
When an error occurs, the message of error will be stored. |
- Default value is null.
Depending on version for the DataSpider Servista, stored contents may alter.
|
| error_trace |
When an error occurs, the trace information of error will be stored. |
- Default value is null.
Depending on version for the DataSpider Servista or executing client application, stored contents may alter.
|
| Exception name |
Cause |
Measure |
| InputDataNotFoundException |
[Input data] is not specified. |
Specify [Input data] or draw a data flow. |
ResourceNotFoundException
Resource definition cannot be found. Name:[] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException
Resource definition cannot be found. Name:[<Global resource name>] |
Selected resource definition in [Destination] cannot be found. |
Confirm the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>] is not specified. |
Specify [<Property name>]. |
| AuthenticationException |
[Email] or [Password] for the global resource is false. |
Confirm the global resource setting. |
| GroupNotFoundException |
Organization specified in [Organization] does not exist. |
Confirm the setting for [Organization]. |