Implementation > SWIFTNet connectivity > Managing SWIFT tables > SWIFT tables in Integrator > Updating the SWIFT Country table in Integrator

Updating the SWIFT Country table in Integrator

Country table update general procedure

Importing the add-on Integration-Process

Creating the Composer objects

Running the update

Country table update: General procedure

  1. Import the add-on Integration-Process for the Integrator Country table.
  2. Create the following set of Composer objects to support the Country table update:
  3. Update the table.

Importing the add-on Integration-Process for the Country table

  1. Unzip the FEX installation package to extract the files.
  2. Start Composer.
  3. In the Composer Integration-Services Workbench tab, click to select the user folder in which you want to work.
  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\integrator\composer
  6. Select to import the file ip_generate_country.xml
  7. Click Finish.
  8. Composer imports the file and creates the IP_GENERATE_COUNTRY Integration-Process in the Integration-Process folder of the Composer navigation pane.
  9. You can now open and display the IP_GENERATE_COUNTRY Integration-Process in Composer.

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_GENERATE_COUNTRY Integration-Process you imported in the previous section. Together these objects enable you to generate the SWCountry.txt file that you can use to import data to the Country table.

Creating the Integrator Axway Server object

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 the topic that describes the Axway Server creation procedure.

Creating the FTP Partner

About the FTP Partner object

A 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.
  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. From the File menu, select:

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. In the Receiver or Sender field select Receiver.
  6. Receive script field: Enter a receive script such as the following:
  7. Check, save and close the object.
  8. Send the Channel object to production.
  9. Composer sets the object status to committed.

Creating the Integrator FTP output 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 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.

In the Composer Integration-Services workbench, from the File menu, select New > Integration > Integration-Task.

  1. Composer displays the Integration-Task properties window.
  2. Complete the General tab:
  3. 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.
  4. Complete the Configuration tab:
  5. Check, save and close the object.
  6. Send the Integration-Task to the Integrator Server.

Updating the Country table with the CT.dat file

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

To use the CT.dat file to update the content of a Country Code table:

  1. Copy the CT.dat file from the file where you store your SWIFT-supplied data files to the input Channel folder specified in the IN Channel script.
  2. Integrator runs the Integration-Task processes and deposits the resulting SWCountry.txt file in the Channel out directory.
  3. Retrieve the SWCountry.txt file from the output Channel folder that is specified in the out Channel script. Copy the file to a storage folder on a local disk.
  4. In the left frame of Composer, select the Mapping Manager sub-tab of the Integration tab. In the Mapping Manager sub-tab, double-click the SWCountry table entry located in the subnode SWIFT_DATA.
  5. Composer displays the SWCountryCode Table properties window.
  6. Click the Import from CSV file icon and then select the SWCountry.txtfile that you retrieved in step 2 above.
  7. Composer populates the table with data from the selected file.

Related topics

Managing SWIFT tables in Integrator