Importing the add-on Integration-Processes to Composer
About the add-on Integration-Processes
Two Integration-Processes are provided: one for the Banque de France Situation file format and one for the Banque de France Mouvements file format. You need to import these Integration-Processes to Composer to populate the tables in the Banque de France repository.
ip_bdf_insert_situation.xml
This Integration-Process is used to update the Etablissement and Guichet tables using the Situation file format.
The table to be updated depends on the code enregistrement:
- Code enregistrement = 1 – Update Etablissement table
- Code enregistrement = 3 – Update Guichet table
The Integration-Process first deletes the content of the table and then inserts all new records.
ip_bdf_insert_mouvements.xml
This Integration-Process is used to update the Etablissement and Guichet tables using the Mouvements file format.
The table to be updated depends on the code enregistrement:
- Code enregistrement = 1 – Update Etablissement table
- Code enregistrement = 3 – Update Guichet table
Depending on the code mouvement, this Integration-Process performs one of the following operations:
- Code mouvement = 1 – Insert data in the table
- Code mouvement = 2 – Update data in the table
- Code mouvement = 3 – Delete data from the table
Importing the add-on Integration-Processes
- Start Composer.
- In the Composer Integration-Services workbench, click to select a folder in the object tree structure.
- From the Composer Tools menu, execute the Import object command to display the Import Wizard.
- In the Import Wizard, navigate to the FEX installation package directory \Software\BDF\IntegrationProcess
- Select the file: ip_bdf_insert_situation.xml and/or ip_bdf_insert_mouvements.xml to import it into the current Composer folder. You are advised to use the Update folder hierarchy option.
- Click Finish.
- Composer imports the file(s) and creates the IP_BDF_INSERT_SITUATION and/or IP_BDF_INSERT_MOUVEMENTS Integration-Process in the Integration-Process folder of the Composer navigation pane. You can now open and display the Integration-Process(es) in Composer.
What next?
Create Composer objects for the Banque de France repository