Item name |
Required/Optional |
Use of Variables |
Description |
Remarks |
HULFT Environment Settings |
Required |
Not available |
Select a global resource.
For details on setting a global resource, refer to "Global Resource Properties".
- [Add]:
Adds a new global resource.
- [Edit list]:
Opens the Edit Resource List screen on which you can edit the settings of a global resource.
|
- When you select a global resource, the application automatically acquires a list of the File ID, the Transfer Group ID, and the Host Information that have been registered in HULFT, and you can view those values as options for each field.
|
File ID |
Required |
Available |
Enter or select a value for the File ID to be received. |
- Specify in alphanumeric characters up to 8 bytes in size, if HULFT7 is selected in [HULFT Environment Settings].
- Specify in alphanumeric characters up to 50 bytes in size, if HULFT7 is not selected in [HULFT Environment Settings].
|
Synchronization Preference |
Required |
Not available |
Enable or disable the Synchronous Transfer Request.
- [Synchronous Transfer]: (Default)
- [Asynchronous Transfer]:
|
|
Synchronous Transfer Timeout |
Required |
Not available |
Select the preference of the Synchronous Transfer Timeout.
- [Use HULFT Settings]: (Default)
HULFT setting value is used.
- [Set Timeout Value]:
The time that you specify for the Timeout (Sec.) is used.
|
- This field is enabled when you select 'Synchronous Transfer' for the Synchronization Preference.
|
Timeout (Sec.) |
Optional |
Available |
Enter a timeout value. |
- Specify a number in the range of '10' to '259200.'
- This field is enabled when you select 'Set Timeout Value' for the Synchronous Transfer Timeout.
|
Component variable name |
Description |
Remarks |
exit_status |
Stores the termination status of the Send Request command (utlrecv) after the command runs. |
- The default value is null.
|
message_category |
Stores the category of the error message code when an error occurs. |
- The default value is null.
|
message_code |
Stores the error message code when an error occurs. |
- The default value is null.
|
message_level |
Stores the severity level of the error message code when an error occurs. |
- The default value is null.
|
error_type |
Stores the error type when an error occurs. |
- The default value is null.
- The format of the error type is as follows.
Example: java.io.FileNotFoundException
The stored content may vary depending on the version of HULFT.
|
error_message |
Stores the error message when an error occurs. |
- The default value is null.
The stored content may vary depending on the version of HULFT.
|
error_trace |
Stores the trace information when an error occurs. |
- The default value is null.
The stored content may vary depending on the version of HULFT.
|
Exception name |
Cause |
Solution |
HulftResourceNotFoundException |
The [HULFT Environment Settings] is not specified. |
Specify the [HULFT Environment Settings]. |
java.io.IOException |
Process creation failed. |
The path to bin for HULFT may not be set properly due to incorrect resource settings. |
HulftRuntimeExecutionException |
The Status Code is not 0 after a command runs. |
For details, check the message that is output in a log and also refer to manuals for HULFT. |
InvalidPropertyConfigurationException |
The property configuration is incorrect. |
Check each property setting for the presence of any of the following states:
- The number of characters exceeds the upper limit.
- An invalid character is used.
- A required field is not set.
|