T2 Directory task

The T2 Directory task loads T2 Direct Participants into FTM database.

After the T2 Directory task is complete, a tactical activation message is sent to the Business Rules Server to reload the data. For more information about tactical activation, see Tactical activation.

Register the task

Use the task registry page in the Services Framework user interface. For more information, see Registering a task. The following table shows the fields that are needed to register this task.
Table 1. Fields to register the T2 directory task
Field Description Value Example
Task classname Enter the Java class name for the task. com.ibm.fxh.t2.tasks.T2DirectoryTask  
Task name Enter a descriptive name for the task. Customer specified. T2 directory task.
Description Enter a detailed description about what the task does. Customer specified. Loads T2 Direct Participants.
The following table shows the runtime characteristics that this task supports.
Table 2. Runtime characteristics
Characteristic Setting Description
Manual Run Allowed This task can be run manually.
Scheduled Run Allowed This task be scheduled to run using the Services Framework timed interface.
Concurrent Run Not Allowed The task cannot run concurrently.

Configure the task

Services Framework tasks need to be configured before they can be used. The following list describes the configuration that the T2 directory tasks need.
  • Set the appropriate configuration parameters for the task. The parameters for this task are shown in the following tables.
  • The file is delivered to a configured target directory. This directory is normally configured as the source directory for an outbound Gateway.
Use the Services Framework task configuration page to provide the configuration parameters for the task. For more information, see Task Configuration page.
The following table shows the common parameters for the Services Framework tasks.
Table 3. Common parameters for Services Framework tasks
Parameter Description
Source directory The directory where the T2 file is to be delivered.
Error directory Store any T2 files that fail during processing.
Processed directory Store completed T2 files in this directory after you finish processing.

Information displayed during data loading

Depending on the various stages of the data loading processing, you can see the following information.
  • Whether the task execution is a manual run or a regular scheduled run.
  • Task execution messages that are appropriate for the stage of processing.
  • Task error messages.
  • The total number of records read from the source file.
  • The total number of records inserted into the database.
  • The total number of records updated in the database.
  • The total number of records bypassed in the database.
  • The total number of records deleted in the database.
  • The total time taken by the task.