I have been trying to set up the command line in the SystemCaller to:
"C:\Program Files\FMEDesktop\fme.exe" "\\<UNC path the workspace>\UpdateData.fmw"
But this doesn't work.
I have also tried using Task Scheduler for that workspace but it doesn't work either. The workspace never runs.
Command lines in the batch file:
"C:\Program Files\FMEDesktop\fme.exe" \\<UNC path>\FME\UpdateData.fmw^
--SourceDataset_XLSXR_7 "\\<UNC path>\DataUpdates.xlsx"
Actions were set as:
Start a program
Program/Script: UpdateData.bat
Start in: \\<UNC path where the batch file is stored>
Any ideas would be greatly appreciated!