Skip to main content
Solved

FME Server Number of Engines does not display

  • February 3, 2016
  • 5 replies
  • 44 views

helmoet
Forum|alt.badge.img+8

We are running FME Server (2015.1.0.2 - Build 15482 - win32).

Engines and licenses seem to work properly, jobs can be started and are processed by FME Server.

Since we want to downsize the number of engines used, we try to follow procedure as described under "FME Server Web User Interface > Using the Interface > Configuring the Number of FME Engines to Start" which states:

"Change the Engine Count field to the desired number of engines, and click Change Number of Engines"

However, when we log in using an account that has superuser privilege, the list of Available Engines is there and shows 2 engines, but there is no "Engine Count" field nor "Change Number of Engines" button.

Any ideas how to fix this?

Best answer by erik_jan

Hi Helmoet,

You should report this to Support@Safe.com

It might be a bug or an installation issue as nobody else has reported this.

Erik Jan

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.

5 replies

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • Best Answer
  • February 4, 2016

Hi Helmoet,

You should report this to Support@Safe.com

It might be a bug or an installation issue as nobody else has reported this.

Erik Jan


Forum|alt.badge.img+5
  • 40 replies
  • February 10, 2016

You have an issue between the core and the engine. You can fix this issue (Old method: change the number of engines in processMonitorConfigEngines)

# Start FME Engine 1
START_ENGINE_HOST_Engine1=!TEMPLATE_START_ENGINE!
# Start FME Engine 2
START_ENGINE_HOST_Engine2=!TEMPLATE_START_ENGINE!
....

You force the number of engines.


rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • 671 replies
  • August 1, 2017

While this issue was reported over a year ago, I recently had a support call where I observed this in FME Server 2015 (unsure what Build). After completely shutting down FME Server – an FMECleanup.exe, FMEConfiguration.exe, and FMERelayer.exe process were observed to still be running.

 

After terminating these three "rogue" processes, and starting FME Server again, the user could properly manage the FME Server Engines in the web interface.

 

 

It's not clear how FME Server (2015) got into this state but please note that there has been a lot of improvement with respect to rogue processes in newer versions of FME Server!

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • 671 replies
  • August 1, 2017

Hi Helmoet,

You should report this to Support@Safe.com

It might be a bug or an installation issue as nobody else has reported this.

Erik Jan

While this issue was reported over a year ago, I recently had a support call where I observed this in FME Server 2015 (unsure what Build). After completely shutting down FME Server, an FMECleanup.exe, FMEConfiguration.exe, and FMERelayer.exe process were observed to still be running.

 

After terminating these three "rogue" processes, and starting FME Server, the user could properly manage the FME Server Engines in the web interface.

 

 

It's not clear how FME Server (2015) got into this state but there has been a lot of improvement with respect to rogue processes in newer versions of FME Server!

helmoet
Forum|alt.badge.img+8
  • Author
  • 195 replies
  • August 3, 2017

Thanks @erik_jan, @julien, @RylanAtSafe we moved to 2016, and are even planning to upgrade to 2017, which should be quite an improvement. Finally we got rid of this problem by taking off the connection to Active Directory, fix the number of engines using the FME Superuser account and then switching back to Active Directory again.