Identifiers task
The Identifiers task loads Identifiers data (Bank Directory Plus) from Swift.
Identifiers data records all entities involved in a financial transaction, whether through the
Swift network, a domestic clearing system, or a high-value real-time gross
settlement (RTGS) system. It also includes detailed attributes of these entities, such as names,
postal addresses, and their cross-references. There are two types of source files consumed by the
identifiers task:
Full: Contains all the data known by Swift, usually a large file.Delta: Contains only the data that has changed since the last released delta file. This file is used to keep the data in FTM updated.
After the identifiers 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 Register a task. The following table
shows the fields that are needed to register this task.
The following table lists the runtime characteristics that Identifiers task
supports.
This task can be run manually but no manual run configuration is available.
| Field | Description | Value | Example |
|---|---|---|---|
Task classname |
Enter the Java class name for the task. | com.ibm.fxh.swiftref.tasks.IdentifiersTask |
|
Task name |
Enter a descriptive name for the task. | Customer specified. | Identifiers task. |
Description |
Enter a detailed description about what the task does. | Customer specified. | Loads Identifiers data (Bank Directory Plus) from Swift. |
| 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 identifiers 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.
| Parameter | Description | Example |
|---|---|---|
Source directory |
Place either the full or delta identifiers file in this directory before running the task. Ensure that only one file is present during each run. |
|
Error directory |
Store any identifier files that fail during processing. | |
Processed directory |
Store completed identifier files in this directory after you finish processing. | |
File format |
Choose the format of the file to process. You can use one of the following:
|
The default value is XML. |
Mode |
Select the mode for loading records:
|
The default value is BICS_ONLY. |
Information displayed during data loading
During various stages of data loading processing, the task displays 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 mode that the task is using
BICS_ONLYorALL_RECORDS. - File attributes that indicate product type, file type (delta or full), and file date.
- The total number of records read from the source file.
- The total number of records that are inserted into the database.
- The total number of records that are updated in the database.
- The total number of records that are bypassed in the database.
- The total number of records that are deleted in the database.
- The total time taken by the task.