JD Edwards EnterpriseOne Connector > Mappings and Mapping tasks with JD Edwards EnterpriseOne > JD Edwards EnterpriseOne Targets in Mappings
  

JD Edwards EnterpriseOne Targets in Mappings

In a mapping, you can configure a Target transformation to represent a single JD Edwards EnterpriseOne target. You can also create a JD Edwards EnterpriseOne target at run-time based on the input fields.
When you use a JD Edwards EnterpriseOne target object, select a JD Edwards EnterpriseOne object as the target.
The following table describes the JD Edwards EnterpriseOne target properties that you can configure in a Target transformation:
Target Property
Description
Connection
Name of the target connection or create a connection parameter.
Target Type
Type of target object. Select Single Object or Parameter.
Object
The target object for the task. Select the target object.
Parameter
The parameter for the target object. Create or select the parameter for the target object.
Note: The parameter field appears only if you select parameter as the target type.
Operation
The target operation. Select the target operation. You can only insert, update, or delete data in a JD Edwards EnterpriseOne target.
The following table describes the JD Edwards EnterpriseOne target advanced properties that you can configure in a Target transformation:
Advanced Target Property
Description
Operation Type
The operation type to write data to JD Edwards EnterpriseOne. You can choose one of the following operation types to write data to JD Edwards EnterpriseOne:
  • - Write. Writes data to the JD Edwards EnterpriseOne table or view.
  • - InterfaceTableWrite. Writes data in bulk to the JD Edwards EnterpriseOne interface table.
Table Prefix
The database and the schema name of the interface table in JD Edwards EnterpriseOne where you want to write the data. You can use a parameter for this attribute.
Specify the table name prefix in the following format:
database_name.owner
Truncate Table
Truncates the target interface table before loading the data. Default is disabled.
You must select Truncate Table so that the Secure Agent truncates the interface table before loading data into the interface table.
Invoke Business Function
Runs the business function that invokes the batch process. The batch process extracts data from interface tables and writes the data to base tables. Select this option if you want to write the data from the interface tables to the base tables.
Input Parameter File Path
The path of the input parameter file on the machine where the Secure Agent runs. The Secure Agent reads the contents of the input parameter file to determine which base table to write the data to.
Job Status File Path
The file path on the Secure Agent machine where the status code of the invoked business function is logged.
Success File Directory
Directory for the success file. Specify a directory path that is available on each Secure Agent machine in the run-time environment. By default, Data Integration writes the success file to the following directory: <Secure Agent installation directory>/apps/Data_Integration_Server/data/success
Error File Directory
Directory for the error rows file. Specify a directory path that is available on each Secure Agent machine in the run-time environment. By default, Data Integration writes the error rows file to the following directory: <Secure Agent installation directory>/apps/Data_Integration_Server/data/error