Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Destination |
Required |
Not available |
Select a global resource.
- [Add]:
Adds a new global resource.
- [Edit list]:
Global resource settings can be edited in “Edit resource list” screen.
|
|
Authentication |
Required |
Not available |
Select a global resource.
- [Add]:
Adds a new global resource.
- [Edit list]:
Global resource settings can be edited in “Edit resource list” screen.
|
|
Resource path |
Required |
Available |
Select or enter the resource path. |
|
Get field display name |
Optional |
Not available |
Select whether or not to get field display name when updating Field definition.
- [Checked]:
Gets the field display names.
- [Not checked]: (default)
Does not get the field display names.
|
- When getting field display names, [Update field definition] may take longer time.
|
Field definition |
Required |
- |
Displays the field definition of the entity specified in [Resource path]. |
|
Field definition/Key |
Required |
Not available |
Displays whether [Field name] is a key.
- [Checked]:
Uses as a key.
- [Not Checked]: (default)
Does not use as a key.
|
|
Field definition/Field name |
Required |
Not available |
Displays the field name of the entity specified in[Resource path]. |
|
Field definition/Field display name |
Optional |
Not available |
Displays the field display name of the entity specified in [Resource path]. |
|
Field definition/Type |
Required |
Not available |
Displays the type of [Field name]. |
|
Component variable name |
Description |
Remarks |
count |
The number of read data will be stored. |
|
delete_count |
The number of deleted data will be stored. |
|
message_category |
When an error occurs, the category of the message code corresponding to the occurred error will be stored. |
|
message_code |
When an error occurs, the message code corresponding to the occurred error will be stored. |
|
message_level |
When an error occurs, the severity of the message code corresponding to the occurred error will be stored. |
|
error_type |
When an error occurs, the type of the occurred error will be stored. |
- Default value is null.
- The error type will be in the below 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 message of the occurred error will be stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions.
|
error_trace |
When an error occurs, the corresponding error trace information will be stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions or the client applications to be executed.
|
Exception name |
Cause |
Solution |
ResourceNotFoundException Resource definition is not found. Name: [] |
[Destination] or [Authentication] is not specified. |
Specify [Destination] or [Authentication]. |
ResourceNotFoundException Resource definition is not found. Name: [<Global resource name>] |
The resource definition selected in [Destination] or [Authentication] is not found. |
Check the global resource specified in [Destination] or [Authentication]. |
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>] is not specified. |
Specify [<Property name>]. |
InvalidResourcePathException
Invalid resource path: <Resource path> |
The format of the resource path is invalid. |
Check [Resource path]. |
InvalidKeySegmentException
The key must not be null or empty |
Key is not specified. |
Check whether the key is included. |
IllegalArgumentException Invalid UUID string: <Key value> |
Failed to convert the type. |
Check whether the number that can be converted to search type (GUID) is set in the field of search type (GUID). |