Question

FME suddenly not able to open file


Badge

Screenshot 2023-03-11 at 2.20.45 AM (1)Screenshot 2023-04-25 at 1.46.21 PMUsing FME workbench and fme.exe file. Both was working earlier. Suddenly both are not able to open any .fmw file. Only if run as Administrator it is working.

What could be issue.

FME version : 2016

Server : Window 2008


11 replies

Userlevel 4
Badge +26

any error messages?

Userlevel 4

If it works when running as local admin, it could be due to security policy changes for the user account. My first suggestion would be to reinstall FME and see what happens.

Also, please post any screenshots or error messages here.

Badge

any error messages?

"File Couldn't open "

Badge

If it works when running as local admin, it could be due to security policy changes for the user account. My first suggestion would be to reinstall FME and see what happens.

Also, please post any screenshots or error messages here.

Attached both screenshot one is FME workbench and one is FME command line using fme.exe

Userlevel 4

Attached both screenshot one is FME workbench and one is FME command line using fme.exe

Are you able to open the .fmw file in e.g. Notepad without running as local admin? If not, it's most probably the file permissions that needs adjusting.

Badge

Attached both screenshot one is FME workbench and one is FME command line using fme.exe

Yes I am able to open fmw file using notepad. something wrong with fme.exe file i tried giving all permission still same one.

Userlevel 4

Attached both screenshot one is FME workbench and one is FME command line using fme.exe

If you look at the exact error message on the command line, it looks like fme.exe is trying to open the folder rather than the file.

Try putting double quotes around the complete filename on the command line, e.g.

fme.exe "d:\path\to\my\workspace.fmw"

Can you try opening a different workspace file. Also try to first copy the workspace file to e.g. your desktop and open it there.

It could of course also be that the workspace file is corrupted, somehow. In that case you should consider sending it to Safe support.

Badge

Attached both screenshot one is FME workbench and one is FME command line using fme.exe

I tried opening any workspace in FME workbench also same issue. I tried with double quotes also same issue.

Userlevel 4
Badge +26

Could it be that for some reason the D: drive isn't mapped anymore? or there is something wrong with the mapping? is it a network drive or just a local drive?

Badge

Could it be that for some reason the D: drive isn't mapped anymore? or there is something wrong with the mapping? is it a network drive or just a local drive?

It is just local drive. but while running notepad.exe same file can be opened.

Userlevel 4
Badge +26

It is just local drive. but while running notepad.exe same file can be opened.

I definitely remember this issue from the past but I've competently forgotten what needed to happen to fix it. Might be a reinstall you have to try :-/

Reply