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.  PIP resubmit

    Posted Fri January 16, 2004 11:43 PM

    Hi

    Platform: Wm 6.0.1, Package : WmRosettaNet.

    In case a PIP fails, I cannot resumbit PIP from TN.
    So I delete the PIP from TN and wrote a custom code to pick RNO from pub/archive and http to TN.
    URL = http://tech.forums.softwareag.com:port/invoke/wm.ip.rn:receive
    content-type = Application/x-Rosettanet-agent

    PIP is posted to TN as Unknown Document Type

    Error is “RNO Format Error: Content length is 18,347. Data length is 1,701,737,517.”

    Can anyone help me, on resubmitting PIP to TN ?

    thanks
    saujanya


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


  • 2.  RE: PIP resubmit

    Posted Wed January 21, 2004 11:08 PM

    I’m getting this same issue. I am also posting a document to my own server. I’ve used this exact process many times in the past and have never had a problem. Did you find out what was causing this?

    James


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


  • 3.  RE: PIP resubmit

    Posted Thu January 22, 2004 01:07 AM


  • 4.  RE: PIP resubmit

    Posted Thu January 29, 2004 04:16 PM

    Just to clarify terms - a PIP is what you download from the www.rosettanet.org site and contains information about the conversation and records involved. What you are trying to repost is an RNO (RN Object).

    The second 4 bytes of an RNIF 1.1 RNO contain the content length of the document (first 4 bytes contain the RNIF version). If they do not match the actual content length of the document, the RN adapter will throw the error you’re seeing.

    Since the two numbers are off by so much the first 8 bytes are probably missing and it has read in “Mess” (from “MessageID”) in as the content length.


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


  • 5.  RE: PIP resubmit

    Posted Fri January 30, 2004 01:29 AM

    yes

    The RNIF version is 2.0
    If the contents mis-match, then how can we resumbit the RNO

    saujanya


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