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

Error while doing HTTP Post to Client's SAP system from webMethods 6.01 IS

  • 1.  Error while doing HTTP Post to Client's SAP system from webMethods 6.01 IS

    Posted Mon April 10, 2006 06:26 AM

    Hi,

    We have webMethods 6.01. We are doing an HTTP post to our client’s SAP system and we get the following error:
    “com.wm.net.NetException: [ISC.0064.9314] Authorization Required: Invalid Session ID or Session Expired”

    Later we disabled cookies on our Integration Server by adding the parameter watt.net.useCookies=false to the extended settings.

    Still the HTTP posts fails sometimes and sometimes the post happens successfully.

    We get this error when the post is done automatically. When we later restore the pipeline and try to repost it manually, it works fine.

    Can anybody help me out with the solution to this?


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


  • 2.  RE: Error while doing HTTP Post to Client's SAP system from webMethods 6.01 IS

    Posted Mon April 10, 2006 06:53 PM

    How are you posting documents using thru TN delivery or IS http service or SAP Adapter XML transport?

    Please elaborate on your process information,doctype etc…

    HTH,
    RMG


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


  • 3.  RE: Error while doing HTTP Post to Client's SAP system from webMethods 6.01 IS

    Posted Mon April 10, 2006 08:53 PM

    I am doing IS HTTP post from wM Developer. And this scenario arises only when simultaneously few documents are tried to post. For eg, In our backend SAP generates Invoices and sends to wM. From wM we post it to our client’s system. So whenever SAP sends several invoices at a time(at very less interval), all the posting fails except the last one. The last post happens successfully. We are posting to a URL using credentials. Will setting the cookie expiry date to an earlier date in the header of HTTP post solve the issue? What I feel is, several posts together tries to reuse the cookies. Please help.


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


  • 4.  RE: Error while doing HTTP Post to Client's SAP system from webMethods 6.01 IS

    Posted Wed April 12, 2006 06:04 PM

    Place the pub.client:http statement inside a REPEAT loop with a repeat on failure and some reasonable number of seconds for the repeat interval.

    Mark


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