Question

"FME" not recognized at command prompt


Hello,

I've just installed FME on several workstations successfully, however, on one machine, I am unable to run FME from the command line. It just says FME is not recognized and an internal or external command... It seems part of the installation maybe did not complete correctly. How can I get windows to recognize FME as a program from the command line? Thanks!


6 replies

Userlevel 2
Badge +12

Have you tried supplying the complete path to the FME.exe?

Maybe on that machine FME was not added to the PATH environment setting and therefor can not be found.

Userlevel 4

I agree with @erik_jan about the PATH. If you don't know how, have a look here:

https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/

I can give that a try. There is definitely no FME entry in the environmental variables on the machine that is not working, however, I wasn't sure that was the issue, as there is no entry on my machine either, and it works fine. I will manually add an entry though, and see if that catches it.

Userlevel 4

If you type "path" and press enter on the command line, there should be a reference to the FME installation directory. If it isn't you'll have to add that directory to the path manually.

You may sometimes have to reboot your pc after for everything to pick up the path changes.

I've manually added the path to FME to the environmental variables on the machine with issues, and everything is now working. Thanks for your help.

Badge +1

I agree with @erik_jan about the PATH. If you don't know how, have a look here:

https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/

Thanks this article was very useful

Reply