Hi all,
I would like to run FME Desktop automatically. After seeing some posts, the only method that I have found is using FME Server, however, I have not understood how it exactly works. Could anyone please help? Is there any other way?
Many Thanks
Hi all,
I would like to run FME Desktop automatically. After seeing some posts, the only method that I have found is using FME Server, however, I have not understood how it exactly works. Could anyone please help? Is there any other way?
Many Thanks
Best answer by f.kemminje
for desktop ,
use bat file(normal text file)
batch file looks like this
c:\\fme\\fme.exe c:\\temp\\abc.fmw --publishedparameter1 --publishedparameter12
c:\\fme\\fme.exe c:\\temp\\abq.fmw --publishedparameter1 --publishedparameter12
--------------------------------------------------------------------------------------------------
fme.exe where your fme software is installed
fmw name : path and filename of your fmww file
--parameter names
then run this batch file from windows scheduler
And for fme server
upload your existing fmw to fme server
click on schedules
add new
type all the field like
name
fmw name
start run date
time
interval etc...
thats it . very easy
fme server will take care your job
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.