Item name |
Required/Optional |
Use of Variables |
Description |
Remarks |
Destination |
Required |
Not available |
Select a global resource.
For details about how to configure global resource, refer to "Global Resource Properties".
- [Add]:
Add a new global resource.
- [Edit list]:
Global resource settings can be edited in "Edit resource list" screen.
|
|
Image file |
Required |
Available |
Specify the file path of the image (jpg or png format) available in DataSpider file system. You can click [Browse] button to launch file chooser and find the file. |
- Wild cards ("*" and "?") can be used in image file name.
Specify the absolute path of the DataSpider file system as the file path.
Except for the path separator "/" and wild cards ("*"/"?"), Constrained characters of DataSpider File System cannot be used.
|
Template |
Required |
Available |
Specify the file path of the template available in DataSpider file system. You can click [Browse] button to launch file chooser and find the file. |
|
Field list |
Required |
- |
Displays the field list of the file specified in [Template]. |
-
Only the fields supported for reading are displayed. For more details, refer to "Specification limits".
|
Field list/Field name |
Required |
Not available |
The field name of the file specified in [Template] will be set by default. |
|
Field list/Format |
Required |
Not available |
Specify the format for each [Field name].
- [None]: (default)
Does not convert.
- [Get only numbers]:
Removes all non-numeric characters and converts the numbers to half-width numbers.
- [Convert to half-width alphanumeric characters]:
When alphanumeric characters are available, converts those characters to half-width alphanumeric characters.
|
- Only "0 to 9" are get by [Get only numbers]. Applicable only for Arabic numbers.
|
Component variable name |
Description |
Remarks |
count |
The number of reading completed files is stored. |
|
message_category |
When an error occurs, the corresponding message code's category is stored. |
|
message_code |
When an error occurs, the corresponding message code is stored. |
|
message_level |
When an error occurs, the corresponding message code's severity is stored. |
|
error_type |
When an error occurs, the error type is stored. |
- Default value is null.
- The error type will 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, the error's trace information 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 specified 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>]. |
InvalidPropertyConfigurationException <property Name> is not entered. |
[<property name>] is not entered. |
Enter [<property name>]. |
InvalidPropertyConfigurationException Specified <property name> does not exist. |
Selected [<property name>] is not found. |
Specify an existing [<property name>]. |
org.apache.http.HttpException
|
An error occurred during Tegaki processing. |
Check the settings and the input value according to the error message. |
java.net.SocketTimeoutException |
Timeout occurred while connecting Tegaki |
Check the status of network and Tegaki. Or, check [Timeout] of the global resource specified in [Destination]. |