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.  IS sporadic access denied response

    Posted Mon April 12, 2010 09:28 AM

    Hi all,

    I have strange issue with IS. I have a flow service which will be invoked through an external application via Http. I get 3 different responses. Sometimes I get access denied, sometimes it runs successfully without throwing any error(after running for many hours, 19 hrs) and sometimes it says read error connection reset by peer.

    I don’t even see access denied message in the serverlogs. But the error code I see in the external application is [ISS.0084.9004] acess denied. The IS version is 7.1

    It response it not consisten. PLzz…Help me out

    thanks.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive


  • 2.  RE: IS sporadic access denied response

    Posted Mon April 12, 2010 09:16 PM

    Increase in the logging utility the HTTP headers, and verify if the credentials been passed are correct when failing. If they are correct I would raise a support request as that would indicate an ACL anomalous issue.


    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods


  • 3.  RE: IS sporadic access denied response

    Posted Thu April 15, 2010 07:56 AM

    Hi DevNull43,

    Thanks for quick input. Actually I did not completly understand your statement. Are you asking me to increase logging utility in HTTP headers If so How would I do it? The only thing I know about increasing logging is increase in log level in IS admin page. Can you please explain?

    Thanks.


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB


  • 4.  RE: IS sporadic access denied response

    Posted Fri April 16, 2010 07:40 AM

    Yes you need to change it from IS Admin page ->setting ->logging then edit logging for integeration server increase logging level for 0038, 0039, 0040, 0041 to trace…

    PS: I am guessing you are on wm 7.X version.

    cheers!
    nD


    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods


  • 5.  RE: IS sporadic access denied response

    Posted Wed May 12, 2010 10:33 AM

    Change the property of your service to Stateless = true and it will be good.


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB


  • 6.  RE: IS sporadic access denied response

    Posted Thu May 13, 2010 04:56 PM

    I guess you client code is reusing the session.
    If it’s new session, ok.
    If after period of time, session expire on the server side but the client is still trying to use it, it will get connection disconnected or access denied.

    If you can control the client code, check if the session is still active before send request. Otherwise, reopen new session.
    HTH,


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Archive