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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  [ISS.0084.9004] Access Denied

    Posted 07/27/07 11:24 PM

    I am getting the following exception when I tried to call wM flow services from oracle pl/sql.
    wM IS is in a cluster and when I talked to individual servers, I am getting the correct response,
    but when I talked to virtual , I am getting the following error:
    webM:classNamecom.wm.app.b2b.server.AccessException</webM:className>
    <webM:message xml:lang=“”>[ISS.0084.9004] Access Denied</webM:message>
    </webM:exception>
    I have the save and restore pipe lines. Whenever you see this error, request is not even reaching the flow service.
    When I open the restore pipe line, file does not exist.
    But when I query wMError table, I see 2 errors.

    1. Access Denied
    2. Exception occurred while processing the body of the message
      Do anybody has any clue?

    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: [ISS.0084.9004] Access Denied

    Posted 07/31/07 04:15 PM

    The problem is with accessing the service outside of wm. Change the execute ACL for the service to anonymous and the Oracle service should be able to run it.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods