2 Replies Latest reply on Aug 22, 2008 12:26 PM by mike_ap

    File Gateway Listener problem - File

      I have the following fs-provider set up

       <fs-provider name="FSprovider1">
       <fs-bus busid="inputFileChannel">
       <fs-message-filter
       directory="c:/apps/files/input"
       input-suffix=".xml"
       work-suffix=".working"
       post-delete="false"
       post-rename="false"
       post-directory="c:/apps/files/process"
       post-suffix=".process"
       error-delete="false"
       error-directory="c:/apps/files/error"
       error-suffix=".IN_ERROR"
       />
       </fs-bus>
       </fs-provider>
      


      I drop a file in the input folder, the listener picks it up and the my service works fine and I get no errors. But the problem is that the file gets the work-suffix and never gets the post-suffix and never gets moved to the post-directory.

      When does the file get moved to the post-directory and renamed with the post-suffix?