Hi,
I'm using FME to check the log files of previous runs, testing for errors.
I'm now getting notifications of errors in a set of log files, that has been generated by running a workspace via "WorkspaceRunner". The error is bogus, however, so it messes up my overview by cluttering it with false positives.
The dependent workspace is called with two parameters: the path of the (xml) file to check, and a path to the desired log file. This log file path contains a dash, so I get this error:
BADNEWS: String value `WorkspaceRunner_DanDas: Running FME Workspace xxxxx.fmw with command line:' contains invalid characters and could not be converted into an integer (stfutil.cpp:802)
A typical log file name may be: CONTROL ARWOS XML - TV-Inspektioner.log
How can I avoid having FME attempt to do a bogus subtraction in my string value ??
Cheers