IBM i Access Client Solutions

 View Only
  • 1.  Possible to record a macro without reflecting the changes instantly?

    Posted Wed January 24, 2024 05:22 PM

    Hello, 

    We are about to change a lot of passwords for our handheld devices within IBM ACS and instead of doing it manually for each device, I thought it'd be a huge timesaver to create a macro for this. The problem is that the macro, while recording the steps, is instantly reflecting these changes, whereas I'd like to only reflect these changes when actually running the macro, not recording it. Is it possible to change or achieve this in a different way?

    PS: The password will be the same for every device, so that is not a problem. 



    ------------------------------
    Oliver Kiel
    ------------------------------


  • 2.  RE: Possible to record a macro without reflecting the changes instantly?

    Posted Thu January 25, 2024 02:28 AM

    Hello,

    If there is a command available for your password change, you can also use a script file with RMTCMD: https://www.ibm.com/support/pages/ibm-i-access-acs-getting-started#9.1

    Also, you can enable Macro Manager from View menu in 5250 emulation window: this will allow to edit, edit as code, clone (Save as), export, import, ...



    ------------------------------
    Sylvain Manceau
    ------------------------------



  • 3.  RE: Possible to record a macro without reflecting the changes instantly?

    IBM Champion
    Posted Thu January 25, 2024 02:32 AM
    Edited by Satid Singkorapoom Thu January 25, 2024 02:35 AM

    Dear Oliver

    I figure you should be able to record the macro on one device and be finished with it even when you will receive password error message on that device because the password is not yet really changed. I figure the macro recording would not care about the error message after the new password is entered at the time of recording. 

    If somehow the method above is not possible/allowed, I would record the macho until the new password is typed in and stop the recording at that point without pressing enter or click OK.  Then when the time comes in which the password is actually changed, I would play the macro and press enter or click OK to finish off the change. 



    ------------------------------
    Chance favors only the prepared mind.
    -- Louis Pasteur
    ------------------------------
    Satid S.
    ------------------------------



  • 4.  RE: Possible to record a macro without reflecting the changes instantly?

    IBM Champion
    Posted Thu January 25, 2024 07:23 AM

    You could try coding the macro by hand and distributing it to all the devices.

    Do these handheld devices also do barcode scanning?  I've found that the people with those quickly discovered how to print a barcode with their password and paste it to their workstation, forklift, etc.



    ------------------------------
    Robert Berendt IBMChampion
    ------------------------------



  • 5.  RE: Possible to record a macro without reflecting the changes instantly?

    Posted Thu January 25, 2024 08:19 AM

    Additionally, the very useful macro language reference is here: The macro language - IBM Documentation.



    ------------------------------
    Sylvain Manceau
    ------------------------------