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.  Intermittent HTTP 403 SAP BC to webMethods601

    Posted Thu June 24, 2004 12:16 PM

    Hi,
    Our client is using SAP BC to send files to our webMethods6.0.1 server. Some of the documents get HTTP403 error while others go through. They connect to us over SSL with userID/password. We use Firewall & SSL accelerator in our environment.

    We could not find where the problem is. Anyone with information, please give some lead to solve our problem.

    Thanks in advance.
    Krishnan


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


  • 2.  RE: Intermittent HTTP 403 SAP BC to webMethods601

    Posted Thu June 24, 2004 02:31 PM

    Generally HTTP403 error is caused by resource Access error.Check the ACL access of the invoking flowservice and also make sure they are using correct Content-Type.
    ex:for handling xml documents set Content-Type=“text/xml”.

    HTH,


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


  • 3.  RE: Intermittent HTTP 403 SAP BC to webMethods601

    Posted Thu June 24, 2004 02:54 PM

    In this case, the SAP BC send the header as Content-Type=“text/html” for all the documents they send to us. However, many documents get through without problems. Only in few documents, SAP BC log shows HTTP 403.
    Is there any way, we can check whether the document reach our server, like from any of the webMethods server logs.

    Thanks.


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


  • 4.  RE: Intermittent HTTP 403 SAP BC to webMethods601

    Posted Thu June 24, 2004 03:13 PM

    use the pub.flow:getTransportInfo and savepipeline or set some debuglog in the invoking service to see the traces…

    Anyway what is the actual exchanging messages?IDOC or FlatFile or XML etc…?

    HTH,


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


  • 5.  RE: Intermittent HTTP 403 SAP BC to webMethods601

    Posted Wed July 21, 2004 02:37 PM

    Muthu,

    The error reason might be due to invalid content handler sent to the receiving service (receiveDoc) and it is failing in invokation.

    So try setting the Content-Type=“text/plain” and stimulate posting the IDOC’s to your WM server.

    Meanwhile i will investigate more on this error and let u know.

    HTH,


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


  • 6.  RE: Intermittent HTTP 403 SAP BC to webMethods601

    Posted Wed July 21, 2004 03:53 PM

    Hi RMG,

    As the problem happen occassionally (once in about 50 such documents, approximately), we need to know why this exception occurs, to fix it.

    Yet, as I dont have any other pointers, I could ask our client to change the content-type and monitor over the period.

    Thanks,
    Krishnan


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