RunTime

  • 31 Jul

    Rule runtime log doesn’t go back far enough

    Q: We had an issue with the system receiving the file Limagito moves, I want to check the Limagito logs but the rule runtime log doesn’t go back far enough. Are the runtime logs written out to a permanent log somewhere? Do we have to enable logging in anyway?

    A: The RunTime log was not created for this. It is just a ‘short’ visual log about what the File Mover is doing at the moment you use the Remote Tool.

    What you need is our ‘Logging to File’ option (History logging). Please check:
    limagito file mover logging
    – Rule File Log (aka History Log):
    limagito file mover logging setup - Rule runtime log
    Feedback user: Thank You, this is just what I was looking for.

    #mft #filetransfer #filemanagement

    If you need any info about this ‘Rule runtime log’ question, please let us know.

    Best regards,

    Limagito Team

    By Limagito-Team Logging ,
  • 15 Nov

    Q&A 30: I only want to email the latest run time log

    Q: I only want to have email the latest run time. We are trying to come up with a standard email notification format, and we just could not figure out to set up email body as we want. What I would like to want is to have email only to show the result of the latest action.

    A: We are going to use a small Pascal Script to achieve this. Please have a look at the following screenshots.

    Open the Pascal Script Setup of this Rule:

    • Enable ‘On Rule Begin’
    • Add the following ‘On Rule Begin’ Script. Function psRTLog will clear the RunTime Log.
    Begin
      psExitCode:= 1;
      // ... add your code here
      psResetRTLog;
    End.

    Limagito File Mover Reset RunTime Log

    In your email setup you can use  %LRT  (%LRT = Log RunTime) to show the RunTime Log content:

    Limagito File Mover Email Setup

    We decided to make it even easier in our latest version and added an alternative to using Pascal Script. This new build will be available soon.

    Limagito File Mover Clear Log at Rule Begin

    If you need any help with our ‘Clear Log at Rule Begin’ option, please let us know.

    Best Regards,

    Limagito Team

    By Limagito-Team Logging Q&A , , ,
SEARCH