Q&A

  • 05 May

    Q&A 7: Can we test a rule before it actually runs in LimagitoX File Mover

    Q: Is it possible to test a rule before it actually runs? To make sure filename, pattern match works and destination is accessible?
    A: Let us explain you how we mostly test a rule. We have two methods.

    First method:

    Disable the Scan Timers in the schedule setup:

    LimagitoX-Disable-Scan-Timers

    Set the ‘Max. Files processed in One Scan’ to 1 during tests:

    This way only a single file is processed when you start the rule manually.

     

    Second method:

    Setup Source and Scan Timers as you normally do and add the following Pascal Script as Destination:

    Begin
      psExitCode:= 1;
      // ... add your code here
      psLogWrite(1, '', psFilePath + psFileName);
    End.

    LimagitoX-Add-Pascal-Script

    Be sure to set function to ‘Copy’ because we don’t want to delete any files from the Source:

    LimagitoX-Copy-Function

    Open Logging Setup of this moving rule:

    LimagitoX-Logging-Menu

    Enable history logging to save the received information from the Pascal Script in a log file. Let the rule run and check the content of this log file.

    LimagitoX-Logging-Setup

    If you need help, please let us know.

    Regards,

    Limagito Team

    By Limagito-Team Q&A ,
  • 05 May

    Q&A 6: I want to use user accounts in LimagitoX File Mover

    Q: I’ve been using Limagito for several years and it works great. I just started experimenting with the web remove client, and I’m not seeing much in the way of security (user accounts) there. Is there any ways to set up an access list or usernames/passwords for people who can access the web remote client? It seems like anyone who has access to get to the URL on port 8077 can make changes. Please let me know what I’m missing.

    A: Yes this is possible. You’ll need to enable our User ‘Accounts’ option.

    LimagitoX.Menu.Accounts

    Some FAQ:
    – administrator user is always available (you can not delete this account)
    – When you change a setting of a user, don’t forget to click <Save User> (before switching to another user).
    – You can also use Domain User accounts. In this case no Password is required because the password is managed by the Domain.
    – Select the rules the user account is allowed to access, you need to select at least on rule.
    – Many options under Options 1 and 2 tab

    LimagitoX.Accounts.Setup

    If you need help, please let us know.

    Regards,
    Limagito Team

    By Limagito-Team Q&A
  • 01 May

    Q&A 5: Would it be possible to monitor and send alert when file mover failed?

    Q: I was wondering if it would be possible to monitor and send alert when file mover failed?

    A: Yes this is possible using our Rule Events option

    Please open the Rule Events Setup:

    In this example we’ll only enable email for the ‘On Error’ event. Important, if you want to use other events then you’ll need to do a seperate setup for them.

    • Enable ‘On Error’
    • Enable ‘Enable Mail’
    • Use Common SMTP (we will use the Common SMTP setup in this example)

    Click the button next to the SMTP Setup selector and setup your SMTP. We are using gmail smtp in this example but you are free to choose.

    Click the button left from the ‘Enable Mail’ checkbox and setup the email event message.

    Finally click the test button (red marked button) and check the result in the log window.

    Please remember:

    • The email setup has to be done for each Event seperately (On Succes, On Error, ..).
    • You can use a Common SMTP setup so you only need to setup this once.
    • Each Moving Rule will use their own Event settings.

    If you need help, please let us know.

    Regards,

    Limagito Team

    By Limagito-Team Q&A , ,
1 10 11 12 13 14 15 16 17
SEARCH