Hi,
Have you batched the workbench? (File> Batch Deploy) after schedueling the .bat file that workbench should run as saved.
Itay
Hi,
another option is to copy/paste the command line from the FME workbench log window. When you run it manually, the top lines in the log window will contain the necessary parameters, e.g.
You can then define a scheduled task like this:
The add arguments need to contain the complete path to the workspace (.fmw) file as well as all the other parameters on the same line. In the above case, it should read:
d:\\temp\\test_workspace.fmw --SourceDataset_SHAPE D:\\Temp\\NewFeatureType.shp --DestDataset_FILEGDB D:\\Temp\\test.gdb
David
That was very helpful and it worked well. Thank you Italy and David.