This operation cannot be used in Universal Connect/X 9.0 adapter.
For information about using variables, refer to "Variables".
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Name | Required | Not available | Enter the name to show on the script canvas. |
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Destination | Required | Not available | Select a global resource.
For more details on Global Resource settings, refer to "Global Resource Properties".
|
|
| JOB ID | Required | Available | Input JOB ID set in Universal Connect/X server. | Data file | Required | Available | Input data file path to send Universal Connect/X server.
By clicking [Browse] button, file chooser launches and enables to select file. |
|
| Data file format | Required | Not available | Select a data file format of file specified in [Data file].
|
|
| Item name | Description | Remarks |
|---|---|---|
| Preview | Launch previewer and display the file contents specified in [Data file]. |
|
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Data file encode | Required | Available | Select or input [Data file] encode.
|
|
| Remain data file upon successful completion | Optional | Not available | Select whether to delete file specified in [Data file] upon successful completion of report output operation.
|
|
| Remain data file upon unsuccessful completion | Optional | Not available | Select whether to delete file specified in [Data file] upon unsuccessful completion of report output operation.
|
|
| Compress data file | Optional | Not available | Select whether to compress data file upon sending data file to Universal Connect/X server. | |
| File compression format | Optional | Not available | Select the data file compression format upon sending data file to Universal Connect/X server.
|
|
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Image file | Optional | - | Specify image file to send to Universal Connect/X server.
Each image file can be operated with the following button.
|
|
| Image file/File name | Required | Available | Input file path of image file.
You can click "▼" button to launch file chooser and find the file. |
|
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Perform print location adjustment | Optional | Not available | Select whether to perform print location adjustment.
|
|
| Print location adjustment unit | Optional | Not available | Select a unit to adjust print location.
|
|
| x coordinate | Optional | Available | Set left and right adjustment value of print location. |
|
| y coordinate | Optional | Available | Set up and down adjustment value of print location. |
|
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Specify output destination | Optional | Not available | Select whether to receive output file generated by SVF product.
|
|
| Output result file name | Required | Available | Input file path of PDF file to receive as report output result.
By clicking [Browse] button, file chooser launches and enables to select file. |
|
| Receive total page number | Optional | Not available | Select whether or not receive total page number of output file generated by SVF products.
|
|
| Delete generated file | Optional | Not available | Select whether to delete output file generated by SVF products.
|
|
| Item name | Required/Optional | Use of variables | Description | Remarks |
|---|---|---|---|---|
| Log file encode | Required | Available | Select or input the encode of UCXSingle execution result log.
|
|
| Delete generated file | Optional | Not available | If output report is successfully completed, select whether to output UCXSingle execution result log.
UCXSingle execution result log will be output under $DATASPIDER_HOME/server/logs/<date directory>/execution. Log file name will be <GID(unique ID generated in DataSpiderServer)>.ucx.log. |
|
| 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. |
<?xml version="1.0" encoding="UTF-8" ?>
<fileNameList>
<file>
<path>Output file file name generated by SVF product</path>
</file>
:
</fileNameList>
| Element name | Attribute name | Description | Remarks |
|---|---|---|---|
| fileNameList | - | Element showing file name list of output file generated by SVF product. | |
| file | - | Element showing output file generated by SVF product. | |
| path | - | Element showing output file path generated by SVF product. |
For more detail, refer to "Edit schema".
| Component variable name | Description | Remarks |
|---|---|---|
| manage_num | Stores the document number allocated when spooled to RDE. |
|
| total_page_count | Stores the output file total page number generated by SVF product. |
|
| output_file_path | Stores the value input in [Output result file name]. |
|
| output_file_local_path | Path on server OS local file system of the value input to [Output result file name] will be output. |
|
| 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 |
|---|---|---|
| ResourceNotFoundException Resource definition is not found. Name:[] |
[Destination] is not specified. | Specify [Destination]. |
| ResourceNotFoundException Resource definition is not found. Name:[<Global resource name>] |
Resource definition selected in [Destination] is not found. | Check the global resource specified in [Destination]. |
| InvalidPropertyConfigurationException Resource required item is not set.:<Property name> |
Resource required item selected in [Destination] is not set. | Set resource required item. |
| InvalidPropertyConfigurationException <Property name> is not specified. |
[<Property name>] is not specified. | Specify [<Property name>]. |
| PathIsNotAbsoluteException | Designated path is relative path. | Input absolute path. |
| FileIsDirectoryException | Path entered is directory. | Input file path. |
| PrintFailureException ucxSingleResult:Error code uniConXResult:Error code |
Error occurred during report output. | Modify where applicable by checking error contents from error code. |
| java.io.FileNotFoundException | Specified file does not exist. | Specify the existing file. |
| java.io.FileNotFoundException
Other process is in use. |
Specified file is used by other process. | Check whether this is used in other process. |
| java.io.IOException No response file. |
Could not receive output result file of report form output. | If output destination of the job specified in [JOB ID] is printer or RDSpool, take out the check from [Specify output result file]. |