Comments and answers for "get FME server user information from REST end point?" https://knowledge.亚搏在线safe.com/questions/27349/get-fme-server-user-information-from-rest-end-poin.html The latest comments and answers for the question "get FME server user information from REST end point?" Comment by wgsl2005 on wgsl2005's answer https://knowledge.亚搏在线safe.com/comments/27594/view.html

Thanks David.This is very useful info.I was able to connect to the instance and see how the info gets stored at behind.Good to know.Appreciate your response.

Sun,17 Apr 2016 15:10:45 GMT wgsl2005
Comment by david_r on david_r's comment https://knowledge.亚搏在线safe.com/comments/27430/view.html

Look at the service called "FME Server Database",it is actually Postgresql in disguise,running on port 7082.You can connect e.g.using PgAdmin.

Both username and password = "fmeserver".

Be aware that unless you re-configure the instance you can only connect over localhost.

Tue,12 Apr 2016 15:37:00 GMT david_r
Comment by wgsl2005 on wgsl2005's answer https://knowledge.亚搏在线safe.com/comments/27395/view.html

Just want to extend my original question.how can I get custom info such as user activities (username,role type,no.of jobs run,etc)?

Mon,11 Apr 2016 18:30:20 GMT wgsl2005
Comment by wgsl2005 on wgsl2005's answer https://knowledge.亚搏在线safe.com/comments/27394/view.html

Thank David for the info.You are right.I couldn't find the security information from the server repository.I have installed a trial version of FME server,but didn't see a Postgresql instance is running.any ideas why?

Mon,11 Apr 2016 18:14:38 GMT wgsl2005
Answer by david_r https://knowledge.亚搏在线safe.com/answers/27360/view.html

Just to supplement Mark's excellent reply: the security information isn't stored in the FME Server repository,but in the "fmeserver" database instance (Postgresql by default) notably in the tables fme_useraccount,fme_role,etc.

The REST API is definitely the best way to access it,however.

David

Mon,11 Apr 2016 07:28:35 GMT david_r
Comment by wgsl2005 on wgsl2005's answer https://knowledge.亚搏在线safe.com/comments/27351/view.html

Mark,thanks for your quick response.Fantastic!I was able to retrieve account and role info from the links you provided.Thanks for your help.Alex

Sun,10 Apr 2016 21:30:01 GMT wgsl2005
Answer by mark_1spatial https://knowledge.亚搏在线safe.com/answers/27350/view.html

Admin guide here:

http://docs.亚搏在线safe.com/fme/html/FME_Server_Documentation/Content/AdminGuide/Securing_FME_Server.htm

Have a look at the Security section under API

http://docs.亚搏在线safe.com/fme/html/FME_REST/v2/apidoc/index.html#

Sun,10 Apr 2016 20:52:04 GMT mark_1spatial