Solved

FME_LOGGEDIN_USER parameter Capture

  • 24 January 2023
  • 4 replies
  • 5 views

Badge +1

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.

icon

Best answer by redgeographics 24 January 2023, 07:39

View original

4 replies

Userlevel 5
Badge +25

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

Userlevel 3
Badge +26

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

Badge +1

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?

Badge +1

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