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
Expand all | Collapse all

URGENT HELP NEEDEDRMG

webMethods Community Member

webMethods Community Member04/11/05 07:37 PM

  • 1.  URGENT HELP NEEDEDRMG

    Posted 04/08/05 05:29 PM

    Hi experts,
    If we are sending multiple EDI document samples at once to TN it is recognizing each document seperately and processing it.Is this the same with flat files ?For example if i test sending a 850 edi documents “ISA…IEA ISA…IEA ISA…IEA” Trading networks recognizes it as three 850 documents and processing them.is this case same for Flat files also?.Thanks

    Saritha


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: URGENT HELP NEEDEDRMG

    Posted 04/08/05 08:21 PM

    Its not case with FlatFiles.

    Actually EDI files will be shown in TN Analysis based on if EDI docs arrives multiple ISA then you will see multiple X12Envelope,if multiple GS then you will see multiple X12Group,if multiple ST then you will see multiple X12 transaction sets.

    HTH,
    RMG.


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: URGENT HELP NEEDEDRMG

    Posted 04/08/05 08:41 PM

    If thats the case how do i solve the problem.i.e where should i seperate the different flat files and how.Thanks in advance

    saritha


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 4.  RE: URGENT HELP NEEDEDRMG

    Posted 04/08/05 09:56 PM

    FlatFiles not behaves like EDI.So ignore the above if you are routing FlatFiles to TN.


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: URGENT HELP NEEDEDRMG

    Posted 04/08/05 10:42 PM

    The reason EDI files get split is because the EDI module is integrated into TN. The EDI module recognizes multiple interchange envelopes and processes them according to configuration.

    For flat files, there is no such facility–how would the facility know where to split the file? If you need this type of functionality you can:

    • Submit the FF to TN
    • Have a rule for the original file to invoke a “splitFile” service
    • This service would split the file as desired and submit each chunk to TN–these individual parts need to be identifiable as different document types or else the service needs to know how to handle both composite and simple files.

    Hope this helps.


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 6.  RE: URGENT HELP NEEDEDRMG

    Posted 04/08/05 11:22 PM

    Saritha,

    Hope the above clarifies you.

    Have a nice weekend.


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 7.  RE: URGENT HELP NEEDEDRMG

    Posted 04/11/05 05:14 PM


  • 8.  RE: URGENT HELP NEEDEDRMG

    Posted 04/11/05 05:18 PM

    RMG and Rob,
    Please tell me generally how multiple flat files are handled.Thnaks

    saritha


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 9.  RE: URGENT HELP NEEDEDRMG

    Posted 04/11/05 05:46 PM

    In general you have to split the flatfiles based on the roottag and route to TN seperately.There is no automatic way of splitting like EDI Envelopes,Groups,transactionsets.

    “multiple flat files”,Elaborate more on your requirement and what you are trying to do and did as of now.

    HTH,
    RMG


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 10.  RE: URGENT HELP NEEDEDRMG

    Posted 04/11/05 06:55 PM

    i have a mapping service that will take a flat file as a input.what if multiple flatfiles comes as input? the mapping service will be invoked from TN. Do i need to change my FF Schema? plz help

    saritha


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 11.  RE: URGENT HELP NEEDEDRMG

    Posted 04/11/05 07:01 PM

    In the FFSchema set the RecordDefinition in the properies panel set maxRepeat to "unlimited"and create a doctype from it which will show the document as docList and use the same doclist as the input of the service.So once the TN process flatfile(has multiple recorddefinitions) to a service (bizdoc)parse the content and convertToValues ffValues will create multiple doclists(per each flatfile).

    HTH,
    RMG.


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 12.  RE: URGENT HELP NEEDEDRMG