File Mover Blog

  • 07 May

    Q&A 9: copy file into Azure storage container folder in LimagitoX File Mover

    Q: We are setting up a new rule and need to copy/move a file into a Azure BLOB storage container but into a folder in that container.  How can we do that?

    A: Please add your ‘Container Name’ in the Azure Destination setup:

    LimagitoX-Azure-Container-Setup

    Please add your folder as in the following screenshot:

    • Screenshot shows folder setup with creation of subfolders (%SFS) found in Source:

    LimagitoX-Azure-Container-Folder-Setup

    • Screenshot shows folder setup without creation of subfolders found in Source:

    If you need help, please let us know.

    Regards,

    Limagito Team

    By Limagito-Team Azure Q&A , ,
  • 07 May

    Q&A 8: Delete old files without deleting folders in Limagitox File Mover

    Q: I’m setting up a new rule to delete old files in a folder tree.  Easy to filter for files of a certain age (10 days old), but I’m concerned that folders would end up being deleted too.  Don’t see a way to tell the program not to touch the folders.

    A: As default we do not not delete folders. Only when you tell us to delete empty folders so be sure to disable the red marked option.

    Dir Filter Setup: be sure ‘Delete Empty Subdirectories’ is unchecked.

    LimagitoX-Delete-Empty-Folders

     

    If you need help, please let us know.

    Regards,

    Limagito Team

    By Limagito-Team Q&A ,
  • 05 May

    Q&A 7: Can we test a rule before it actually runs in LimagitoX File Mover

    Q: Is it possible to test a rule before it actually runs? To make sure filename, pattern match works and destination is accessible?
    A: Let us explain you how we mostly test a rule. We have two methods.

    First method:

    Disable the Scan Timers in the schedule setup:

    LimagitoX-Disable-Scan-Timers

    Set the ‘Max. Files processed in One Scan’ to 1 during tests:

    This way only a single file is processed when you start the rule manually.

     

    Second method:

    Setup Source and Scan Timers as you normally do and add the following Pascal Script as Destination:

    Begin
      psExitCode:= 1;
      // ... add your code here
      psLogWrite(1, '', psFilePath + psFileName);
    End.
    

    LimagitoX-Add-Pascal-Script

    Be sure to set function to ‘Copy’ because we don’t want to delete any files from the Source:

    LimagitoX-Copy-Function

    Open Logging Setup of this moving rule:

    LimagitoX-Logging-Menu

    Enable history logging to save the received information from the Pascal Script in a log file. Let the rule run and check the content of this log file.

    LimagitoX-Logging-Setup

    If you need help, please let us know.

    Regards,

    Limagito Team

    By Limagito-Team Q&A ,
1 83 84 85 86 87 88 89 136
SEARCH