How to determine which user launched the process from the web-application?

User: "kershov"
New Altair Community Member
Updated by Jocelyn

Hello!

How to determine which user launched the process from the application?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Edin_Klapic"
    New Altair Community Member
    Accepted Answer

    Hi kershov,

     

    ok, so you are referring to the Web Apps.

    So let's say there is a user who changes a value in a settings component which then leads to a execution of a process. And you want to capture this user, right?

    In this case Scotts proposal is the best way to go.

     

    For testing you could use the Operator Print to Console and enter the macro %{_ra_user}. When this process is executed the user who executes this process is printed to the log file (i.e. server.log).

     

    Best,

    Edin