Implementation > SWIFTNet connectivity > Managing SWIFT tables > SWIFT tables in Integrator > Updating the SWIFT IBAN tables (BICplusIBAN and IBAN_IS)

Updating the SWIFT IBAN tables (BICplusIBAN and IBAN_IS)

Overview

General procedure

Running the script in the Composer database

Importing the add-on Integration-Process

Importing and registering the MBC on the Integrator Server

Creating the Composer objects

Updating the tables

Overview

This topic describes how to update the two IBAN-related tables:

The management of these tables requires an installed database with a valid schema and user. For database you can use Axway Database.

General procedure

The following procedure indicates the general steps you execute to install the IBAN tables. For details of each general step, refer to the following sections of this topic.

  1. Run the CreateDatabase.sql script in the database where you want to create the table.
  2. Import the add-on Integration-Process to Composer.
  3. Copy and register file_line1.x4 on the Integrator Server.
  4. Create the following set of Composer objects to support the country table update:
  5. Update the table.

Running the script in the database

  1. Create a database schema, a database user and grant the user rights to the schema.
  2. Connect to the database using the username and password.
  3. Execute the script CreateDatabaseTable[database_type].sql provided in the FEX installation package in the directory: \Software\CF_IBAN\DataBase
  4. Commit the changes.
  5. Disconnect from the database.

Importing the add-on Integration-Processes

  1. Unzip the FEX installation package to extract the files.
  2. Start Composer.
  3. In the Composer Integration-Services workbench, click to select a folder in the object tree structure.
  4. From the Composer Tools menu, execute the Import object command. Composer displays the Import Wizard.
  5. In the Import Wizard, navigate to the FEX installation package directory \Software\CF_IBAN\IntegrationProcess
  6. Select to import the file: ip_insert_bic_iban.xml into the current Composer folder.
  7. Click Finish.
  8. Composer imports the file and creates the IP_INSERT_BIC_IBAN Integration-Process in the Integration-Process folder of the Composer navigation pane.
  9. Repeat steps 4 to 7 , this time selecting the file ip_insert_iban.xml.
  10. Composer imports the file and creates the IP_INSERT_IBAN Integration-Process in the Integration-Process folder of the Composer navigation pane.

You can now open and display the IP_INSERT_BIC_IBAN Integration-Process and the IP_INSERT_IBAN Integration-Process in Composer.

Importing and registering the add-on MBC on the Integrator Server

About MBCs

A Message Builder Component (MBC) is a small Integrator program that extends the standard set of Integrator Server functions. FEX includes an add-on MBC that provides custom functionality required for IBAN table updating.

Procedure

  1. In the FEX installation package, navigate to the directory:
  2. \Software\CF_IBAN\MBC
  3. Copy the file file_line.x4 and then paste it to a directory on the machine that supports the Integrator Server.
  4. Open a Composer session, and then open a Copilot session for the Integrator Server. In Copilot, open the Component Registry tool.
  5. In the Component Registry Manager window, select the folder in the left pane where you want to add the registration
  6. Select File > New > Register Message Flow Component.
  7. Select the directory where you pasted placed file_line.x4, then select the file and click Open.
  8. Enter a name for the MBC and select Enabled.
  9. Return to the Copilot main page and from the toolbar select Dataset > Commit changes.

To use this MBC in the integrations that you build and manage in Composer, you must perform an Import Object-set command from Composer. For details of this procedure, see the Integrator Server creation section below.

Creating the Composer objects

After you import the Integration-Process, create the following objects in Composer:

These objects operate as a set with the IP_INSERT_BIC_IBAN Integration-Process you imported in the previous section.

Creating the Integrator Axway Server object

About Integrator Axway Server creation

In most cases, you will already have created an Axway Server object in Composer to represent the Integrator Server instance where the SWIFT tables reside. If this is the case, you reuse the same object for SWIFTNet Portal Table updating procedures.

If for any reason you need to create a new Integrator Axway Server object, refer to Axway Server creation procedure.

Importing the object set

  1. In the Composer topography workbench, right-click the Axway Server object that represents the Integrator Server instance.
  2. From the context menu, select Advanced Actions > Import Object-Set.
  3. Composer retrieves a set of references to objects and code on the server.

Adding the JDBC CommAdapter

If you have already created a JDBC CommAdapter that you want to use, this procedure is not necessary.

  1. In Composer, open the Topography workbench.
  2. In the Topography workbench open the Axway Server object that represents your Integrator Server instance.
  3. Composer displays the Axway Server properties window.
  4. In the Axway Server properties window select the Communication tab.
  5. In the Communication tab, add a TCP-type CommNetwork.
  6. Right-click the CommNetwork and from the context menu select Add a CommAdapter.
  7. Composer adds a CommAdapter node to the tree structure in the left pane, and displays the CommAdapter configuration fields in the right pane.
  8. In the right pane, complete the configuration fields:
  9. Field Description
    CommAdapter type Select JDBC from the drop-down list
    Template If you have created a template to configure this CommAdapter, you can optionally select the template from the drop-down box
  10. Check save and close the object.

Creating the FTP Partner

About the FTP Partner object

This Partner object specifies the machine, protocols and access mechanisms that enable a Integrator to communicate with an FTP server application.

Prerequisites

Before you create the Partner object, you must create:

Procedure

  1. In the Composer Integration-Services workbench Transport tab, double-click a HostGroup to display a list of Hosts.
  2. Right-click the Host where you want to define the Partner. From the context menu, select Partner.
  3. Composer opens the Partner properties window.
  4. In the General tab, enter a name for the Partner object. For example, you might name the object FTP_BIC_IBAN.
  5. In the Communication tab:
  6. Complete the Configuration sub-tab.
  7. Right-click the CommAdapter node in the left pane, and from the context menu, select Add a CommPoint.
  8. Composer adds a CommPoint node as a child node of the CommAdapter node in the left pane, and opens the CommPoint properties window in the right pane.
  9. Complete the Configuration sub-tab.
  10. Check, save and close the object

Creating the Integrator FTP input Channel

  1. In the Composer Integration-Services workbench, Transport tab /Hierarchy sub-tab, right-click the Axway Server object that represents Integrator and then select Channel from the context menu.
  2. Composer displays the Channel properties window.
  3. Complete the General tab:
  4. In the Connection point 2 tab:
  5. Check, save and close the object.
  6. Send the Channel object to production.
  7. Composer sets the object status to committed.

Creating the JDBC Channel

  1. In the Composer Integration-Services workbench, Transport tab /Hierarchy sub-tab, right-click the Axway Server object that represents Integrator and then select Channel from the context menu.
  2. Composer displays the Channel properties window.
  3. Complete the General tab:
  4. Check, save and close the object.
  5. Send the Channel object to production.
  6. Composer sets the object status to committed.

Creating the Integration-Task

About the Integration-Task

The Integration-Task object contains the technical information that is necessary to execute your Integration-Process on an Integrator Server.

For SWIFT table integration you use the Integration-Task to link the Receive and Send Activities to the appropriate Channels.

Procedure

  1. In the Composer Integration-Services workbench, from the File menu, select New > Integration > Integration-Task.
  2. Composer displays the Integration-Task properties window.
  3. Complete the General tab:
  4. When you associate an Integration-Process with the Integration-Task and specify the Integrator Server that runs the task, Composer automatically adds a Configuration tab to the Integration-Task definition screen.
  5. Complete the Configuration tab:
  6. Complete the Configuration tab:
  7. Check, save and close the object.
  8. Send the Integration-Task to the Integrator Server.

Updating the tables

Updating the BICplusIBAN table with the BI.dat file

If you are a subscriber to the appropriate SWIFT services, SWIFT periodically supplies you with a data file that you can use to update the content of the BIC_PLUS table: BI.dat

To use the BI.dat file to update the content of a BIC_IBAN table:

  1. Copy the BI.dat file from the file where you store your SWIFT-supplied data files to the input Channel folder specified in the FTP Channel script.
  2. If it is not already started, start the Task CORE process in the Copilot Task Monitor. You need to start the task if you started the Integrator Server with the option core_servers –S.
  3. Check the database to confirm that the BIC_IBAN table has been updated.

Updating the IBAN_IS table with the IS.dat file

If you are a subscriber to the appropriate SWIFT services, SWIFT periodically supplies you with a data file that you can use to update the content of the IBAN_IS table: IS.dat

To use the IS.dat file to update the content of an IBAN_IS Table:

  1. Copy the IS.dat (or IS.txt) file from the file where you store your SWIFT-supplied data files to the input Channel folder specified in the FTP Channel script.
  2. If it is not already started, start the Task CORE process in the Copilot Task Monitor. You need to start the task if you started the Integrator Server with the option core_servers –S.
  3. Check the database to confirm that the IBAN_IS table has been updated.

Updating a table on Integrator in disconnected mode (MySQL database)

In disconnected mode (without Composer), certain JAR files are not automatically downloaded from Composer to the Integrator Server. Consequently, no MySQL library is available and Integration-Tasks fail. To correct this problem, manually copy the following JARs from an Integrator Server in connected mode, to the directory $CORE_ROOT/java/lib/ext of the Integrator Server in disconnected mode:

Related topics

Managing SWIFT tables in Integrator

Custom-Function for BIC to IBAN conversion