IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  MFT synchronous processing of files

    Posted 08/26/20 11:22 AM

    I have a requirement where in the customer will place the files on a mounted directory around the same time with in few seconds of each other. The first arrived file will be of processed and then the cancelled file in few seconds. Using MFT how will i ensure i pick the first in and first out processing of these files?

    PS: MFT event will pick and execute a flow service for processing.


    #B2B-Integration
    #Managed-File-Transfer
    #webMethods


  • 2.  RE: MFT synchronous processing of files

    Posted 08/26/20 01:06 PM

    Hi Naveen,

    As the source system places the file one after the other, I guess when you use the Post Processing event should take care of picking the first file and process it, and it will pick another file the moment it is available.

    Please confirm what kind of event you are using. Also, you should be able to check other properties for each of these event configurations which can take care of sequencing.

    Regards,
    Firoz N


    #Managed-File-Transfer
    #B2B-Integration
    #webMethods


  • 3.  RE: MFT synchronous processing of files

    Posted 08/28/20 03:31 PM

    Yes and can you try setup the WmMFT event (flow service) based on the file timestamp and pickup (serially-FIFO) as there should be one of the configuration in the MWS UI for Active Transfer VFS administration screens (sorry I don’t have the MFT setup up and running to give the exact setting details)

    HTH,
    RMG


    #B2B-Integration
    #Managed-File-Transfer
    #webMethods


  • 4.  RE: MFT synchronous processing of files

    Posted 09/21/20 09:40 AM

    MFT component has a built-in feature in either scheduled or post processing to pick the files in first in first out manner. Tested and it works fine. Thanks all for your valuable suggestions.


    #Managed-File-Transfer
    #webMethods
    #B2B-Integration