Output Forms

Operation Name

Output Forms

Function Overview

Generates form based on the contents of input data.

Data Model

XML type.

Properties

For information about using variables, refer to "variables".
Basic settings
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.  
Required settings
Item name Required/Optional Use of Variables Description Remarks
Destination Required Not available Select Global Resources.
For more details about how to set global resources, refer to "Global resources".
  • [Add]:
    Adds a new global resource.
  • [Edit list]:
    Enables to edit the global resource settings in the "Edit resource list".
 
JOB ID Required Available Enter JOB ID set in Universal Connect/X server.  
Output setting
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.
  • Available value is 0 to 65534.
  • If 0 is set, then the timeout will be limitless.
  • If omitted, the timeout will be 30 seconds.
Temporary Directory Optional Available Enter temporary directory to save XML documents.

Directory can be selected by pressing [Refer] button and start directory chooser.
  • Specify the absolute pass for server OS local file system.
  • Specify a directory which Universal Connect/X server can refer. If omitted, creates XML file at $DATASPIDER_HOME/server/tmp.
Encode Required Available Enter or select encode of XML document that will be output to [Temporary Directory].
  • [Windows-31J]:
  • [Shift_JIS]:
  • [ISO-2022-JP]:
  • [EUC-JP]:
  • [US-ASCII]:
  • [ISO-8859-1]:
  • [UTF-8]:(Default)
  • [UTF-16BE]:
  • [UTF-16LE]:
  • [UTF-16]:
  • Must match with the encode set at Universal Connect/X
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 [Refer] button.
  • Specify the absolute path at server OS local file system.
  • If omitted, outputs to file path set at UCX server.
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.
  • [Check]:(Default)
    Do not delete temporary file.
  • [Not Checked]:
    Deletes temporary file.
 
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.
  • [Check]:(Default)
    Do not delete temporary file.
  • [Not Checked]:
    Deletes temporary file.
 
Comment
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.
 

Schema

Input Schema

Depends on the form set at Universal Connect/X.

Output Schema

None.

Loading Schema on Mapper

Schema must be loaded manually.
Specify schema with the form structure which is set in the Universal Connect/X.
For more details, refer to "Edit Schema".

Transaction

Transactionis supported.

PSP Usage

PSP is not supported.

Available Component Variables

Component variable name Description Remarks
message_category Stores the category of message code corresponding to the occurred error.
  • Default value is null.
message_code Stores the code of message code corresponding to the occurred error.
  • Default value is null.
message_level Stores the severity of message code corresponding to the occurred error.
  • Default value is null.
error_type Stores the error type of occurred error.
  • Default value is null.
  • Error is represented in the format depicted below.
    Example:java.io.FileNotFoundException
  • The value may vary depending on DataSpider Servista version.
error_message Stores the error message of occurred error.
  • Default value is null.
  • The value may vary depending on DataSpider Servista version.
error_trace Stores the trace information of occurred error.
  • Default value is null.
  • The value may vary depending on the DataSpider Servista version or the client application used.

Specification Limits

Main Exceptions

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].