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 to invoke the service through FilePolling

    Posted Tue December 05, 2006 04:49 PM

    Hi,
    I’m doing sample scenario on filepolling.I configured all the requirements like Package Name,Monitoring Directory,Processing Service,etc…
    In security i gave ‘Administrator’ in “Run service as user” tab.
    The service i have written is not invoked when i get the file in to this monitoring directory.
    I’m getting this following error…
    " Listener FilePollingListener:C:\FilePoll was denied access to service FilePoll:filePoll "
    " File polling processing service access denied. User Administrator not allowed to run service FilePoll:filePoll "

    Thanks in Advance,
    Shyam.


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


  • 2.  RE: Access denied to invoke the service through FilePolling

    Posted Tue December 05, 2006 04:54 PM

    Verify that the ACL on the service is set so that Administrator is allowed to execute the service.


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


  • 3.  RE: Access denied to invoke the service through FilePolling

    Posted Tue December 05, 2006 06:42 PM

    Thank you for ur response.
    I have set the permissions on the service as Administrator.Still i’m getting the same error.


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


  • 4.  RE: Access denied to invoke the service through FilePolling

    Posted Tue December 05, 2006 08:23 PM

    Hi,
    Edit the ‘Access Mode’ feature in the file polling service.
    Add the flow service you are invoking in the allowed list.

    Thanks
    Shantanu


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


  • 5.  RE: Access denied to invoke the service through FilePolling

    Posted Tue December 05, 2006 08:55 PM

    Hi,
    I have already edit the Access mode to deny by default.And I have added my service also.
    It is showing the same error.


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


  • 6.  RE: Access denied to invoke the service through FilePolling

    Posted Tue December 05, 2006 08:57 PM

    if you have the access level as “deny by default”, in that case you need to add your service to the allowed list.
    Otherwise you can set the access level to “allow by default”, which gives access to all the services.


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


  • 7.  RE: Access denied to invoke the service through FilePolling

    Posted Tue December 05, 2006 09:32 PM

    Thank you for ur reply…
    Now I’m getting the another error which is " Error processing service: [FPL.0002.0004] Server Error: [ISS.0086.9020] C:\FilePoll\sample.txt "


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


  • 8.  RE: Access denied to invoke the service through FilePolling

    Posted Thu December 07, 2006 02:43 PM