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.

 View Only
  • 1.  Inbound FTP pub.io.streamToBytes stream not present

    Posted Wed October 23, 2013 04:38 PM

    We have a service on our DMZ instance for handling inbound FTP. After upgrading to 8.2 the service no longer has the inbound stream and we get the error Error:

    [ISS.0086.9167] stream is a required field
    Error Type com.wm.app.b2b.server.ServiceException
    Service pub.io:streamToBytes

    The service is fairly straight forward but for whatever reason the ffdata stream does not appear to be there. Was there some change in the 8.2 version in the way that the data stream is passed to the service?

    See attachment for flow service steps.

    ID


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport


  • 2.  RE: Inbound FTP pub.io.streamToBytes stream not present

    Posted Tue November 05, 2013 07:28 AM

    Hi,
    The input stream available in pipeline differs based on content handler. If content type is “application/x-wmflatfile”, stream will be available with the key ‘ffdata’. If it is ‘text/plain’, stream will be in ‘contentStream’. As a work around, you could add a map step in the very first step which can map to a stream object with input either from ffdata or contentStream whichever is not null.

    -Senthil


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Inbound FTP pub.io.streamToBytes stream not present

    Posted Wed September 28, 2016 09:41 AM

    Hi Experts,
    If content type is text/xml what should I use pipeline variable name.
    please guide me.


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport


  • 4.  RE: Inbound FTP pub.io.streamToBytes stream not present

    Posted Wed September 28, 2016 11:15 AM

    Hi Ramanjaneyulu,

    please set the Audit properties for your service to Always, "Error, Success and Start", Always.

    Then trigger your service again,

    After that go MWS under Monitoring → Integration → Services.

    Look for your service and click on the Details Icon. Have a look at the pipeline and you will find the correct variable name there.

    Regards,
    Holger


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB