I am having trouble creating a log file after each fme process. I have a simple windows bat file that loops through a folder of gml.gz files and no log file is being created. It is definitely set in the project file to create log files.
Everthing translates successfully - just no log file.
SCRIPT:
:: Run the FME Project for %%f in (%1\\*.gz ) do ( fme %project% --SourceDataset "%%f" --DestDataset "%1\\%%~nf.dwg" --LOG_FILE "C:\\log\\%%~nf.log" )
I am taking the example from here: http://fmepedia.safe.com/articles/How_To/Batch-Processing-Method-1-Command-Line-or-Batch-File
Any ideas?
Thanks,
Mike