Hello,
I implemented a workflow that read a shp file, does some basic elaboration and writes the result in an Oracle table.
I call the input file using a variable.
Now, if I modify the input (more record but with the same structure), I receive this message in a window in FME Desktop:
"Unexpected Input: During translation, some feature were read that did not match a reader feature type in the workspace. This can happen if the reader dataset if changed, or a reader feature type removed or renamed."
If I execute the same workflow in FME Server, I don't receive any error message, but zero feature are written in oracle.
Any idea about this strange behaviour? What can I do to better investigate?
Thanks.