The upgrade to FME Desktop 2021.0.3 Build 21326 was carried out yesterday morning (Desktop / Server)
Issue 1
I have a workspace which used to work until the upgrade.
Simply put, a downloaded CSV file is read then written into a truncated Postgis table.
This table is responsible for the functioning of this site including its contents as FME generated. (https://molevalley.cloudmappin.com/mmv/)
The scheduled workflow reported that it was successful through an e-mail notification. However when I checked the site this morning, the address lookup failed to work therefore no one could use the site.
During investigation I realised that the table was empty. (Truncated but no data)
Took a closer look and saw the following:
Features were read as line geom whereby the original CSV is read as point data.
PS: The reason why the Vertex transformer is used is to ensure the correct X/Y (Easting/Northing) fields are used
Data detected as point geom when bypassing the Vertex transformer
The "fix" was to use the "Geometry Remover"
This issue affected quite a lot of tables
Issue 2 (Same workspace)
Since FME was passing through the line geom features, the transaction log displayed the following as Warnings:
Upon job completion I get a successful translation instead of a failed one with zero Output .
Issue 3:
Different workspace but same behaviour, meaning a failed workspace completed as successful.
Errors
Zero features written
Thanks
Sameer