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.  Issue in flat file gateway service

    Posted 01/27/05 02:23 PM

    I wrote a flat file gateway service that sets the TN_parms and calls the routeFlatFile. I had two issues here. One is that some times only 0 bytes of the flat file are getting persisted to TN. Now lately a new error of type stream indexoutofbounds exception is occuring during the recognition stage.

    Any inputs would be appreciated.


    #edi
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Issue in flat file gateway service

    Posted 01/27/05 10:36 PM

    Have you tried invoking:

    StreamToBytes
    BytesToString
    Log the data

    From within your gateway service to “sanity check” what’s being passed in before it gets delivered to TN?

    This should help you determine whether the problem is created before TN is even involved.

    Regards


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 3.  RE: Issue in flat file gateway service

    Posted 01/28/05 11:54 AM

    Bala,

    Make sure in the routeFlatFile you have to map stream object (flatfile data)using bytesToStream ,along with TN_Params this will persist in TN and accomplish the work.

    HTH,
    RMG.


    #webMethods
    #edi
    #Integration-Server-and-ESB