Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name to show on the script campas. | |
Input data | Required | Not available | Select component on the script cannas. |
Item name | Required/Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select Global Resources.
![]()
|
|
JOB ID | Required | Available | Enter JOB ID set in Universal Connect/X server. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Timeout | Optional | Available | Enter stand by timeout for process of Universal Connect/X server to end. |
|
Temporary Directory | Optional | Available | Enter temporary directory to save XML documents.
Directory can be selected by pressing [Browse] button and start directory chooser. |
|
Encode | Required | Available | Enter or select encode of XML document that will be output to [Temporary Directory].
|
|
PDF File Path | Optional | Available | Enter the file path of PDF file which is to recieve as a result.
To select file, start file chooser by pressing [Browse] button. |
|
Do Not Delete Temporaty File | Optional | Not Available | Select whether to delete temporary file at the directory specified in [Temporary Directory], when the process succeeds.
|
|
Do Not Delete Temporary File When an Error Occurs | Optional | Not Available | Select whether to delete temporary file at the directory specified in [Temporary Directory] when process fails.
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Comment | Optional | Not Available | You can write a short description of this adapter. The description will be reflected in the specifications. |
Component variable name | Description | Remarks |
---|---|---|
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 | Stores the error type of occurred error. |
|
error_message | Stores the error message of occurred error. |
|
error_trace | Stores the trace information of occurred error. |
|
Exception name | Cause | Solution |
---|---|---|
InputDataNotFoundException | [Input Data]is not specified. | Specify [Input Data] or draw a data flow. |
ResourceNotFoundException Resource statement was not found. Name:[] |
[Destination] is not specified. | Specify [Destination]. |
ResourceNotFoundException Resource statement was not found. Name:[<Global Resource Name>] |
Resource statement selected at [Destination] was not found. | Confirm the global resource specified at [Destination]. |
InvalidPropertyConfigurationException Required items of resource is not specified. :<Property Name> |
Required items of resource selected at [Destination] is not specified. | Specify required items of resource. |
InvalidPropertyConfigurationException Required items are not set. :JOB ID |
[JOB ID] is not input. | Input [JOB ID]. |
PrintFailureException ucxSingleResult:Error Code uniConXResult:Error Code |
An error occurred during the form output process. | Correct the relevant sections by checking error contents from the error code. |
java.io.IOException No response file. |
Result files of form output process was not processed correctly. | A path might be input at [PDF File Path], if output destination of the job specified at [JOB ID] is print. In that case, delete the path input at [PDF File Path]. |