Hello,
I have the following command
""\\folder\python.exe" "\\filepath\test.py""
that run perfectly with FME desktop.
When I try to run that ETL on FME server, I have the following error
SystemCaller: Failed to Execute `""\\folder_path\python.exe" "\\folder_path\test.py""'
I check and FME Server has the read/write permission on the folder folder_path.
How should I proceed to fix this?