log

  • 06 Mar

    Log Report Summary parameter added in Limagito File Mover

    In version v2022.3.6. we added a Log Report Summary parameter: %LRS

    Some screenshots will help you to understand how you can use this parameter to send you a summary email after the Rule has finished.

    Please select ‘Rule Events’ menu item.

    Limagito File Mover Rule Events menu item

    We are going to use the ‘On Success’ Event to trigger an email so enable ‘On Success’ and ‘Enable Mail’.

    Limagito File Mover Rule Events Setup

    We added the new Summary parameter %LRS into the body of the email message.

    Limagito File Mover Rule Events setup

    Important, do not forget to enable ‘Trigger mail event after scan’ because the %LRS parameter is only available after scanning source files. You can find this option under the ‘Options’ tab of the ‘Rule Events’ setup.

    Limagito File Mover Rule Events Setup

    RunTime Log Result:

    Limagito File Mover RunTime Log

    Email we received:

    Limagito File Mover Report Summary email

    #Filetransfer

    If you need any info about this ‘Log Report Summary’ option, please let us know.

    Best regards,

    Limagito Team

    By Limagito-Team Logging , ,
  • 25 Mar

    Log File keeps increasing although the maximum size is set

    Log File keeps increasing although the maximum size is set

    Dear users,

    We recently installed our file mover at a new customer. From the first moment on we had issues with our History Log option (= logging to file). The log file kept on growing although the maximum logsize and log count were set. We tried many (many) different settings, we even installed our file mover on a second system but the result was always the same. Sometimes the filesize even stayed at zero bytes (using the Windows File Explorer) but when we opened the file it contained log data.  We had never experienced this in all those years. After a lot of tests we found a workaround and changed our logging code. Now we count the bytes we write to the log file so we no longer depend on what the Windows Filesize API tells us. We changed this in version v2021.3.20.0.

    Limagito File Mover History Logging

    We really appreciate all the help we got from Jason and Jay.

    If you need any help with this ‘Log File keeps increasing’ issue, 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 , , ,
1 2 3
SEARCH