Skip to Content
Author's profile photo Nitin Deshpande

Auto Client – Tool from SWIFT for your Payment File Integration with Bank

Hello Everyone,

This blog is about the Auto-client a software/tool from SWIFT to connect to the Alliance Lite2 server and this tool will be installed on one of the servers present in the client premises for routing the payment transactions from the client’s SAP system to various Banks.

Auto-client is an optional tool used to connect to the SWIFT Alliance Lite2 server. Alliance Lite2 will in turn route the files to the Banks through the most secure SWIFTNet network.

Auto-client installation can be done on the C drive of any windows-based PC and the default folder for 64-bit based Windows PC is %Program Files (x86)%\SWIFT\Alliance Lite2. Inside the Alliance Lite2 folder, there will be one folder called files and this folder in turn consists of 4 sub-folders named Emission, Reception, Archive, Error.

In the emission folder the payment files like MT100, SEPA, MT103 etc generated by the SAP BCM/ECC system must be dropped. In SAP ECC/BCM system the files will be dropped under AL11 folder, files can be picked up using the NFS connection by SAP PI File Sender channel or SFTP connection can also be enabled for more secured way of communication. SFTP connection is highly recommended.  In SAP PI a normal pick and drop interface can be created. NFS connection needs to be enabled between SAP PI server and files folder of Auto-client.

Auto-client continuously polls for the emission folder (just like our good old file sender channel 😉 ) and as we can set the polling interval in our File sender channel, we can set the same for Auto-client too. This timer can be set by editing the AutoClient.Properties file present under the following path – %Program Files (x86)%\SWIFT\Alliance Lite2\config. EmissionTimerInMillis is the parameter for setting the polling interval time to send the files from Auto-client directories to Alliance Lite2.

Once the files are successfully uploaded on to the Alliance Lite2 server, the files will be archived to the Archive folder under files directory. What if the file was not uploaded successfully to Alliance Lite2 server, what would happen to the file? Does it stay in the Emission folder itself? If it stays in Emission folder, then how would i know what is happening, why it was not picked up? Good serious of questions 😛 The files which resulted in Error, will be moved to the present Error folder under main directory files.

Once the file reaches Alliance Lite2 server and from Alliance Lite2 if the file is sent on to SWIFTNet network successfully, you will receive a successful Acknowledgement from the Alliance Lite2 server. If there was any error in uploading the files on to the SWIFTNet network, there will be a Negative Acknowledgement, sent from Alliance Lite2. These messages are popularly known as ACK/NAK messages. These files will be dropped in the Reception folder present under main directory files. Similar to the polling interval we have for the Emission folder to upload the files to Alliance Lite2 server, we have parameter called ReceptionTimerInMillis which can be set to download the files from Alliance Lite2 server on to the Auto-client Reception folder.

ACK/NAK messages tell us the status about the payment sent on SWIFTNet Network to the Bank. But the actual status of the payment processed or not processed can be only given by the Bank. The payment response from the bank will be received from the Bank on the SWIFTNet Network by the Alliance Lite2 server and from the Alliance Lite2 Server, response files will be downloaded by Auto-client on to the Reception folder based on the timer set for the parameter, ReceptionTimerInMillis.

Have you made it successfully till here reading all the things mentioned above, congratulations and thank you 😉 All through the blog, you might be thinking, how the files dropped on the Emission folder of Auto-client will be sent to Alliance Lite2 server, Auto-client is like a normal software which is installed under the Program Files of the Windows PC. What is the magic it does and the files are sent to Alliance Lite2 server and from Alliance Lite2 to the Banks on SWIFTNet Network? What is it? How come? Please do not break your head 😉 😛 Answer is very simple.

Auto-client uses a secure USB token, which is shipped by SWIFT team to the Client who procures the license for SWIFT. This  USB-token must be plugged into one of the USB ports and unique password set for the same must be provided to get your Auto-client running. Unless the correct credentials are provided your Auto-client do not start and hence the exchange of files won’t happen. Please note, this password need to be provided only one-time to get the Auto-client running and not for each and every payment file to be sent to the Bank.

Okay, the most curious question about Auto-client and Alliance Lite2 question was finally answered 😀 But now the question arises regarding the security  of the payment files exchanged between Auto-client and Alliance Lite2. How the communication between Auto-client and Alliance Lite2 is secure? Again the answer is very simpledAuto-client USB token is a tamper-proof hardware security module. This module digitally signs and authenticates every communication with the Alliance Lite2 server using a strong 2048-bit PKI certificate that resides on the token.

Auto-client offers 2-system landscape, Live and Test system. It is highly recommended to keep 2 separate servers, one for Live system and another for Test system. For both the systems you will have 2 different USB tokens. Test system can be used to send the files to Bank Test system.

I hope you have made the reading till the end of this boring blog and liked the provided information 🙂

Regards,

Nitin Deshpande

Assigned Tags

      7 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hi Nitin,

      Very good blog!! We are also implementing  the same solution and facing a issue where the PI/SIPS( SAP Int package with SWIFT)  is developing a PAR file. This file is going to Auto client but  Auto client is not able to open it.

      The issue is discussed in this blog and looks like you have provided the solution.

      https://archive.sap.com/discussions/thread/3850249

       

      PAR FILE looks like below

       

      000246ikcp79y35nP7v98FXPwZWA==<?xml version="1.0" encoding="UTF-8" standalone="no"?>
      <Parameters xmlns="urn:swift:sag:xsd:fta.param.1.0">
      <Signature>
      <Algorithm>HMAC_SHA256</Algorithm>
      <Value>bu0LHykmYrEHH9AycZIV4w==</Value>
      </Signature>
      </Parameters>

      Can you please advice what is the solution for this issue. It looks to me that this is encrypted but i might be wrong..

      Thanks a lot for your help..!!

      Author's profile photo Nitin Deshpande
      Nitin Deshpande
      Blog Post Author

      Hello,

      Can you send the screenshot of your Receiver Channel Module Configuration?

      Regards,

      Nitin Deshpande

       

      Author's profile photo Bruno Costa
      Bruno Costa

      Hello,

      We are facing a similar problem that I will try to explain beneath hoping that someone have face the same situation and provides us the solution :).

      We are using the PI/SIPS 622 adapter and we can generate either FIN and Fileact files with the following issues:

      • FIN - the tag Revision in XMLV2 file is missing . We tried to add it in BCM, we create a specific mapping in PI but some how the standard module of PI/SIPS ignores it or delete it;
      • FileAct - The Par File has the following namespace<Parameters xmlns="urn:swift:sag:xsd:fta.param.1.0">

        and Autoclient, only accept<Parameters xmlns="urn:swift:autoclient:xsd:autoclient.param.1.0">

        and we cannot change it 🙁 .

      Thanks in advance.

      Best Regards.

      Bruno Costa.

       

      Author's profile photo Nitin Deshpande
      Nitin Deshpande
      Blog Post Author

      Hello Bruno,

       

      You need to modify the standard Interface and Mapping to accommodate this. Please copy the packages to your own SWCV and edit it accordingly.

       

      Let me know if you are still facing difficulties.

       

      Regards,

      Nitin Deshpande

       

      Author's profile photo Sebastian Herzog
      Sebastian Herzog

      Hello Nitin,

      we are facing same problem with format of .par files which are created from PI/Swift Adapter:

      FileAct – The Par File has the following namespace<Parameters xmlns=”urn:swift:sag:xsd:fta.param.1.0″>

      and Autoclient, only accept<Parameters xmlns=”urn:swift:autoclient:xsd:autoclient.param.1.0″>

       

      Can you tell me which are the names of the standard interface and mappings to accommodate this and where we have to do changes ?

       

      Thank you and regards

      Sebastian

       

      Author's profile photo Marcelo M Bovo
      Marcelo M Bovo

      Hello,

       

      SIPS on PI is needed or I can just transfer files from SAP do Autoclient(without LAU) with a regular file channel?

       

      thanks

      Author's profile photo Imran Tamboli
      Imran Tamboli

      Hi Nitin / Karthik

       

      I have a very basic question.

      the main xml file is created (payment file) and will be dropped in the emission folder, files will be then picked up using the NFS connection by SAP PI –

      My question is – once the main file is droped here will the auto client create the companion file on automatically or how should it be generated.

      I have configured the details for the main file however I dont know how does the companion file gets generated.

      Can you help me here....if there is a document please can you send it to me...it will be a great help

      My email:     imran.tamboli@outlook.com

       

      regards

      IT