Skip to main content
Question

Start a FME Server engine as a user

  • June 11, 2019
  • 1 reply
  • 9 views

mferwerda3
Contributor
Forum|alt.badge.img+5

This is probably out there... FME Server engines run under a service account, we have Oracle database that use OS authentication, so users can authenticate into these databases. On FME desktop this works just fine, as FME desktop runs under the users credentials. It would be really nice to find a way to do this on FME Server. So, does any one see any kind of pathway to make a some sort of a call to FME Server to shutdown an engine, re-start it as the user, run a job, and then re-start it back as the service account ?

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • June 11, 2019

That sounds like a very unwieldy scenario.

 

 

In the ideal, you can set up a multitier authentication environment

 

https://docs.oracle.com/cd/B19306_01/network.102/b14266/authmeth.htm#i1007704

 

 

Alternatively,

 

Could you give the service account equivalent permissions to your users?

 

Could you change the oracle authentication to LDAP?