Parameters

  • 06 Jul

    Variable for Rule ID in Limagito File Mover

    Variable for Rule ID in Limagito File Mover
    Q: We are running a ‘On Event’ command  to log to our database: sqlcmd -S gp-db4 -d  etc….
    I see there is a variable for Rule name, %RRN but can not see one for the Rule ID.
    limagito file mover Variable for Rule ID
    Why this is important is the Rule name will change and need to use the RuleID as a key. Is this possible?

    A: In version v2025.6.20.0 we added a new Variable:

    Parameters, Added %RRI = Rule, Rule ID

    Customer: That was the ticket!

    CMD /C sqlcmd -S gp-db4.??????.com -d xyzman -U LIMAGITO_STATUS -P <PWD> -Q “EXEC [dbo].[Limagito_OnSuccess] @Server=’%COMPUTERNAME%’, @RuleId=’%RRI'”

    If you need any help with this question, please let us know.

    Best Regards,

    Limagito Team

    #managedfiletransfer #filetransfer #filemanagement

    By Limagito-Team Parameters ,
  • 08 Jun

    New subdirectory parameter option added to limagito file mover

    New subdirectory parameter option added

    We recently added a new directory parameter option :?=?: > :BeginIndex=EndIndex:

    It will split any var which contains a backslash and can be used for example with our %SFS Var = Source File Subfolder(s).

    For example if %SFS would contain “Bak\BakSub\UNIT_1_4.1.2025”. The result of the split would be:

    • Index 1: Bak
    • Index 2: BakSub
    • Index 3: UNIT_1_4.1.2025

    When you set the BeginIndex to 0 (zero) then we’ll start at the highest Index. Some examples:

    • %SFS:0=1:
      • 0 > start at the highest index
      • 1 > use the last subfolder part only
      • Result would be: UNIT_1_4.1.2025
    • %SFS:2=3:
      • 2 > start at index 2
      • 3 > End at index 3
      • Result would be: BakSub\UNIT_1_4.1.2025

    Many combinations are possible. Please check the following blog article where we used this new parameter option.

    – File renaming setup when you have multiple levels of subfolders and you only need the parent subfolder name:

    • %SFS:0=1:
      • 0 > start at the end of the subfolders(s) Var %SFS > %SFS = Source File Subfolder(s)
      • 1 > use the last subfolder part only
    RegEx:  (.*)\.(.*)
    Replacement:  %SFS:0=1:.\2

    limagito file mover file renaming setup

    If you need any help with this ‘subdirectory parameter option’ option, please let us know.

    Best Regards,

    Limagito Team

    #managedfiletransfer #filetransfer #filemanagement

  • 07 Jan

    Replacement Parameter File Created Date for Source File

    Replacement Parameter File Created Date for Source File

    Q: I see options in the Replacement Parameters for the Source, File Modified Date but I would also like the option for the Source, File Created Date. Is that something that can be added?

    limagito file mover parameters

    A: We added this option in version v2024.1.7.0

    • Parameters, Added %SFA Source File last Acces time
    • Parameters, Added %SFB Source File Birth (= creation) time

    As a test we added the new parameters in our WIN as Destination setup. These new parameters will be used to create a subdirectory:

    Reminder: What are the Date & Time parameters that we can use?

    limagito file mover Replacement Parameter File Created Date

    • RunTime Log Result:

    limagito file mover runtime log result

    • Output Result:

    limagito file mover Replacement Parameter File Created Date output

    • We also added some extra Pascal Script DateTime var linked to Source File Last Access, Creation and Modified Times:
      • psFileADateTime variable = Last Access Time
      • psFileCDateTime variable = Creation Time
      • psFileMDateTime variable = Modfied Time

    An example of using these new Var in our Pascal Script as Destination option:

    limagito file mover pascal script as destination

    #managedfiletransfer #filetransfer #filemanagement

    If you need any help with this ‘Replacement Parameter File Created Date’ question, please let us know.

    Best Regards,

    Limagito Team

1 2 3 4 5
SEARCH