webMethods

webMethods

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.  FilePolling in mounting folder issue

    Posted Wed December 21, 2016 04:11 AM

    Hi all,

    I need your help.
    I’am trying to monitor folder which is mounting from windows share folder in my Linux server .
    In my UAT server run well, but not in my production server with the same windows share folder.

    I tried to move file file using mv command in prod server, and it’s work. But not using filepolling.
    I’ve tried to change log level in to trace level, but there is no detail error found,

    thanks in advance


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


  • 2.  RE: FilePolling in mounting folder issue

    Posted Wed December 21, 2016 06:58 PM

    Can you check if the file polling params are correctly set as in UAT. Make sure the input is “ffdata” for your file polling processing service.


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


  • 3.  RE: FilePolling in mounting folder issue

    Posted Wed December 21, 2016 11:11 PM

    hi M@he$h ,

    Thanks for your reply.
    my services and configuration between UAT and prod are same.
    I have no input in my file polling processing service.
    I got the file using pub.flow:transportInfo document in my service and process the file there,

    I tried to monitor internal server folder in my file polling (not mounting folder), and it works well.
    Are there any security setting for moving dfile in IS server ?
    I’m not sure it caused of my server security. I’ve tried “mv” command and it works.

    thank you.


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


  • 4.  RE: FilePolling in mounting folder issue

    Posted Fri December 30, 2016 03:37 PM

    Hi,

    Please correct if my understanding about the issue is correct.

    I believe you are using internal wM services to move the file in file polling service and its failing but manually using commands you are able to do it.
    Please cross verify if you have write Access to the working directory also please provide write access path in fileAccessControl.cnf file in the following path of webMethods server.
    C:\SoftwareAG\IntegrationServer\instances[Instance Name]\packages\WmPublic\config\fileAccessControl.cnf[i]

    Note: To change the access for a directory you can use “chmod command”
    ex: chmod 777 (this will give read, write & Execute access)

    Regards,
    Syed Faraz Ahmed


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