Install on Windows
To install FME Engine in a Windows environment
-
Run the FME installer on any computers that are running FME Engines that you want to upgrade.
Be sure to leave the existing FME Engine in place as a backup:
<FMEServerDir>\Server\fme
and create a new directory for the upgraded FME:
<FMEServerDir>\Server\FMEEngineUpgrade
-
You must license your new FME Engines
For licensing instructions, see Request and Install a License.
- Open Windows Explorer.
- Make a copy of the file
<FMEServerDir>\Server\FMEEngineUpgrade\fme.exe
, place that copy in the same<FMEServerDir>\Server\FMEEngineUpgrade
directory, and rename itFMEEngine.exe
. -
Edit the
<FMEServerDir>\Server\processMonitorConfigEngines.txt
file.Look for lines that start FME Engines, such as the following:
TEMPLATE_START_ENGINE="C:/apps/FMEServer/Server/fme/FMEEngine.exe"
and change the path to the new FME, for example:
TEMPLATE_START_ENGINE="C:/apps/FMEServer/Server/FMEEngineUpgrade/FMEEngine.exe"
- Restart FME Server.
-
To confirm that you are using the upgraded FME Engine from the new path and that you are using the FME build that you require, check the process monitor engine log (fmeprocessmonitorengine.log) on any computer running an FME Engine.
In the log, you should see your new FME Engine path and build number reflected in the FME Start-up sections.