• 01 Jun

    The system cannot find the path specified

    Q: The system cannot find the path specified question. Filemover is doing a great job for us with SharePoint, I just have a few questions. I notice that the log is showing errors and it seems to be related to files/folders that fall outside the date range we want.
    I understand why it is not coping them, but I don’t understand why it is throwing errors.

    Example:
    5/14/2025 12:12:59 PM Search Files Error at Path E:\ALG-SHARE\Public\General_FACILITIES\Corporate Documents\XXXXXXX XX XXXXXX XXXX, XXX XXX XXXXXX XXXX XXXXXXXXXX XXXXXXXX XXXXXXXXX XXXX\FYI 12-31-17\Other\XXXXXX XXXX – Closing Documents XXXXXX\XXXXXX XXXX – Purchase Documents – Closing XXXXXX\Closing Documents – XX XXXX – XXXXXXX XXXXXXXXXX\: The system cannot find the path specified

    The path is actually there and filemover sees it, it just writes that error to the log and skips over the path. Please let us know if you need to do a zoom call. Thank you as always.

    A: Could you please prefix your current Source path with \\?\

    So instead of E:\YourCurrentPath >> \\?\E:\YourCurrentPath

    Some other examples:

    • Local Drive folder
      • C:\PathThatIsVeryLong\ => \\?\C:\PathThatIsVeryLong\
    • Network Drive Folder:
      • \\ServerName\PathThatIsVeryLong\ => \\?\UNC\ServerName\PathThatIsVeryLong\
      • For a share folder (\\ServerName\PathThatIsVeryLong\), we could use \\?\UNC\ServerName\PathThatIsVeryLong\ where “ServerName” is the name of the computer and “PathThatIsVeryLong” is the name of the shared folder.

    Please have a look at: filenames-longer-256-characters

    If you need any help with this option, please let us know.

    Best Regards,

    Limagito Team

    #managedfiletransfer #filetransfer #filemanagement

    By Limagito-Team Error ,
  • 04 May

    How to use our LDAP client with the user accounts option

    In version v2025.5.4.0 we added a LDAP Client option to our User Accounts setup. This new option is available for Site+ and Coporate+ license holders.

    • Open the Accounts option under the Tools menu item:

    limagito file mover user accounts option

    • In our example the administrators group of the limagito domain was added. We used the administrators group in our test, but this can be any group.
      • Check ‘Enable User’
      • Check ‘Domain User or Group’
      • Add Username (or Groupname) with the domain as prefix ( domain\username or domain\groupname )

    limagito file mover user accounts setup

    • Switch to the LDAP Client Tab
      • Check ‘Enable Client’
      • Add the Client(s) you need
        • You can add multiple domains
      • For each domain you add, you need to add:
        • LDAP Host, our LDAP test server is using the IP 192.168.2.202
        • LDAP Port, our LDAP test server is listening on Port 636
        • LDAP Use TLS
          • When enabled TLS will be used to encrypt the LDAP packets

    limagito file mover ldap client

    • Login screen using the administrator user of the limagito domain ( limagito\administrator ). In our example the administrator user of the limagito domain is a member of the limagito domain administrators group so the logon will be successful.

    limagito file mover login screen

    If you need any help with this option, please let us know.

    Best Regards,

    Limagito Team

    #ldap #managedfiletransfer #filetransfer #filemanagement

    By Limagito-Team How-to LDAP ,
  • 14 Apr

    How to include pdf page count next to the filename after moving

    Q: Could you assist, can I include a PDF page count next to the filename after moving PDFS in my Rule Events email notification. Also a total number of files. Thank you for your time.

    A: Yes this is posible using some Pascal Script.

    • We used a Windows folder as Source

    limagito file mover windows folder as source

    • File Filter Setup:
      • We only want to move pdf files ( *.pdf )

    limagito file mover file name include filter

    • Pascal Script Setup:

    limagito file mover pascal script

      • Enable and add the following ‘On Rule Begin’ script:  link
        • psVIA := 0; will set the Integer parameter %VIA to zero
        • psVSA := ”; will clear the String parameter %VSA

    limagito file mover include pdf page count

    • Rule Events Setup:

    limagito file mover rule events

      • Enable ‘On Success’ event and enable ‘Enable Mail’
      • In the Mail setup we’ll use the parameters %VSA and %VIA
        • %VSA will contact the filename and page count
        • %VIA will contain the total number of files

    limagito file mover rule events email setup

      • Don’t forget to enable ‘Trigger mail event after scan’ because we want a single email ofter the move is done:

    limagito file mover rule events options

    • Function Setup:
      • Enable ‘Exit Cyclus on Error’ because the second Destination (Pascal Script) should not be executed when the move of a source file is not successful.

    limagito file mover function setup

    • Destination Setup:
      • First Destination must be the actual Desination of the Source Files, in our case a Windows folder
      • Second Destination is a Pascal Script which will count the total number of files successfully moved and will keep track of the pages of each pdf file.
        • This info is used in the Rule email event.

    limagito file mover destination setup

    limagito file mover windows folder as destination

      • Add the following ‘Destination’ Pascal Script:  link

    limagito file mover pascal script as destination

    • RunTime Log Result:

    limagito file mover runtime log result

    • Email Result:

    limagito file mover include pdf page count email result

    If you need any help with this ‘include pdf page count’ request, please let us know.

    Best Regards,

    Limagito Team

    #managedfiletransfer #filetransfer #filemanagement

    By Limagito-Team PDF ,
1 2 3 4 5 6
SEARCH