log

  • 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 , , ,
  • 16 May

    Q&A 11: Remove info from the RunTime log in LimagitoX File Mover

    Q: For every folder in the source We have a line in the RunTime log at every run saying “adjusting destination path to ” the same folder in one of the 2 destinations, can I remove it?

    A: Yes, this is possible using the ‘Log Exclude Filter’ option.

    1.- Open Logging Setup

    LimagitoX-Logging-Setup

    Please use the ‘Log Exclude Filter’. You can add multiple exclude filter using a semicolon ;

    The Log Exclude Filter is availabe for all other logging options like ‘History Log’, ‘Database Log’, ..

    LimagitoX-Logging-RunTime-LogExclude

    If you need help with the ‘Log Exclude Filter’ please let us know.

    Regards,

    Limagito Team

    By Limagito-Team Q&A , ,
  • 29 Apr

    Q&A 4: Is there audit trail on the rules of LimagitoX File Mover

    Q: Is there audit trail on the rules.  I see only a (RunTime) log, but not sure if that keeps all the events the rule does. If we have to go back and see if the file was copied or moved is there an audit trail to be able to check that.  For example if a file is moved 04Apr2020, and we wanted to confirm.  Is there a audit trail that we can go back to 04Apr2020 and confirm.

    A: What you see in the Remote Tool is the RunTime log. The RunTime log is a limited log window within the Remote Tool. What you want is History Logging which is logging to one or more log files. Each Rule will use its individual log settings.

    Please open our ‘Logging’ option:

    LimagitoX-Menu-Logging

    Select the ‘History Log’ Tab and ‘Enable History Log’. You can adjust the Log Level but normally ‘Informational’ should be enough. We’ve adjusted the Logsize to 5 MByte and the amount of rotating log files to 10. The name of the Logfile can be adjusted. When using our File Mover as a Service a prefix will be added ( in this case Srv ).

    LimagitoX-History-Trail-Setup

    If you need help, please let us know.

    Best Regards,

    Limagito Team

    By Limagito-Team Q&A ,
SEARCH