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.  Access denied

    Posted Wed August 06, 2008 06:32 PM

    Hi,

    IS:6.5
    JVM:1.4.2
    TN:6.5

    I’m getting the following error when tried to accept some message from some external system.

    “[ISS.0053.0002C] Access denied for user Administrator/manage on port 7777 → ‘invoke/wm.tn/receive’ from 10.101.76.66.”

    This is happening only for this perticular external system(10.101.76.66), when tried from some other external system to the same Port(7777) with the same credentials, it’s working as expected.

    Able to ping the box, tried telnet from that box to IS box with 7777 port, that too working fine.

    Any suggestions please, if I missed to provide any more info. please let me know. Thank you.


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


  • 2.  RE: Access denied

    Posted Thu August 07, 2008 12:45 AM

    Hi VenGinj,

    In the Service -permission properties, change the ‘Execute ACL’ to anonymous.
    Otherwise give the group name which can execute that service…

    Regards,
    Rookie4webM


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


  • 3.  RE: Access denied

    Posted Fri August 08, 2008 08:50 PM

    Thanks for your quick response.

    Issue was solved. The issue was with that perticular external system(ColdFusion server), while making the HTTP call from their end. The configuration properties in there system, instead of using Administrator:manage, they are using Administrator/manage.

    Problem solved after replacing ‘/’ with ‘:’

    Thanks.


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