Skip to main content

Hi

 

We are currently on FME Server 2021.2.2. There's a need to capture the login user ID for a server app and then insert into our database for logging purpose:

imageBelieve that's the FME_LOGGEDIN_USER parameter. Please advise whether it is possible to do so. Thanks.

It's FME_SECURITY_USER, and yeah, you can capture that into an attribute with an AttributeCreator and then write it to a database.


I have also used 'FME_SERVER_RUNTIME_USER' in the past for getting the logged in user.


It's FME_SECURITY_USER, and yeah, you can capture that into an attribute with an AttributeCreator and then write it to a database.

Thanks @Hans van der Maarel​ . That makes sense. Is FME_SECURITY_USER available in FME Server version 2021.2.2 or we need to upgrade to latest version? Also where can i locate FME_SECURITY_USER?


It's FME_SECURITY_USER, and yeah, you can capture that into an attribute with an AttributeCreator and then write it to a database.

NVM found it:

security usere 

Thanks!


Reply