Error

  • 25 May

    Treatment Error in PGP Decryption

    Q: Treatment Error in PGP Decryption. I am writing a rule to decipher pgp files. Sometimes, I may have some error (ie. bad pgp key). In this case, I have the following error:

    Limagito File Mover Treatment Error

    I would like in this case to move the file in an other directory (ie. FILE IN ERROR). Is it possible ?

    A: Yes this is possible. We’ll use our Rule Events ‘On Error’ option. This event is triggered when an error occurs, in this case with the decryption in the Destination. We added some screenshots to get you started.

    • Please open the ‘Rule Events’ setup:

    Limagito File Mover Rule Events

    • Enable ‘On Error’ and add and enable the following ‘Pascal Script’ (be sure ‘On Error’ is selected). Don’t forget to adjust the ctErrorPath const.
    Const
      ctErrorPath = 'C:\Temp\'; // path must end with /
    Begin
      psExitCode:= 1;
      // ... add your code here
      psMoveFile(psFilePath + psFileName, ctErrorPath + psFileName);
    End.

    Limagito File Mover Rule Events Pascal Script

    Feedback customer:

    In the meanwhile, I had found another solution using command on the event After Move Error. But I switched back to your solution.

     

    #Filetransfer #Filemanagement

    If you need any info about this ‘Treatment Error in PGP Decryption’ question, please let us know.

    Best regards,

    Limagito Team

  • 22 May

    Why does one rule turn orange after it triggers

    Q: Why does one rule turn orange after it triggers. It copies the files as it should. All others remain blue. Thanks, José

    A: Because there was an error (it is our ‘Info Status’ option). It is just to show you that an error occurred during the last time you checked the Remote tool. You can reset or disable this behaviour.

    Limagito File Mover rule turn orange

    #Filetransfer #Filemanagement

    If you need any info about this ‘rule turn orange’ error, please let us know.

    Best regards,

    Limagito Team

    By Limagito-Team Error
  • 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

1 2 3 4 5 9
SEARCH