• 22 May

    The network path was not found error

    Q: I’m getting the network path was not found error. We have a few rules that are constantly throwing the error below.  The rule does appear to be working ocne a file is present in the source but I was wondering how I can stop the rules from showing the error.  Thanks.

    A: There can be many reasons for this error message. Google returns 4.330.000.000 results if you search for this message.

    One of them could be too long file (path) names. Please check:  https://limagito.com/filenames-longer-256-characters/

     

    network path was not found error

     

    #Filetransfer

    If you need any info about this ‘network path was not found’ error, please let us know.

    Best regards,

    Limagito Team

  • 22 May

    Move to second destination but only if first destination fails

    Q: Move to second destination but only if first destination fails.

    I was wondering is it possible to set up Limagito with 2 destinations where it defaults to destination 1 and only moves to destination 2 when destination 1 fails.

    A: Yes this is possible. Please open our ‘Function’ setup and select ‘Preference Order’ as Destination Option.

    Limagito File Mover function preference order

    #Filetransfer

    If you need any info about this ‘Check pdf pagewidth’ option, please let us know.

    Best regards,

    Limagito Team

  • 22 May

    Manage the rule status change with the help of Pascal Script

    Q: We would like to manage the rule status change : turn HOLD, turn Release, etc. I didn’t find any “ps” command related to this need. Could you help us to stop/hold/enable status rules? Just missing this PS command to change rule status 😉

    Hope it exists…. based on type “psRuleChangeStatus( RuleID : Integer, newStatus : String/Integer… )” or something like that…
    A: In our latest version v2022.5.22.0 we added two new functions that will help you.
    ===============================================
    – Use psRuleSetHoldStatus to set the status of moving rule to HOLD. The RuleId can be found in the statusbar information.Function psRuleSetHoldStatus(_RuleId: Integer): Boolean;

    i.e. psRuleSetHoldStatus(1);
    ===============================================
    – Use psRuleSetReleaseStatus to set the status of moving rule to RELEASE. The RuleId can be found in the statusbar information.

    Function psRuleSetReleaseStatus(_RuleId: Integer): Boolean;

    i.e. psRuleSetReleaseStatus(1);
    ===============================================

    FYI: In this version we also added some new Pascal Script var that can be used for example in the ‘On Destination’ and ‘On Destinations’ Pascal Script options.
    • psFileDir
    • psFileSubDir
    • psFileSubDirFirst
    • psFileSubDirLast
    • psFilePath
    • psFileSubPath
    • psFileSubPathFirst
    • psFileSubPathLast
    Example:
    • WIN as Source, Root Path is C:\Scan\
    • During scan the following file was found: C:\Scan\Sub1\Sub2\Intro.pdf
    Result when using the new Pascal Script var will be:
    • psFileDir > C:\Scan\Sub1\Sub2
    • psFileSubDir > Sub1\Sub2
    • psFileSubDirFirst > Sub1
    • psFileSubDirLast > Sub2
    • psFilePath  > C:\Scan\Sub1\Sub2\
    • psFileSubPath > Sub1\Sub2\
    • psFileSubPathFirst > Sub1\
    • psFileSubPathLast > Sub2\

    #Filetransfer #PascalScript

    If you need any info about this ‘Manage the rule status change’ request, please let us know.

    Best regards,

    Limagito Team

1 2 3 4
SEARCH