I'm using FME Workbench 2022.2.4. I have a couple of workspaces that I run daily (via a batch files) to generate public facing data (a dashboard and a downloadable csv file). When I open and run one of these workspaces in FME Form 2301.0, it had 123 errors.
I noticed that Upgradeable Transformers did not appear in the Navigator Pane, and discovered that this is a know issue. The notice says that the issue is fixed in 2023.1.0.1 but, I don't think that version is available.
https://community.safe.com/s/article/Known-Issues-in-FME-2023-x
In the 2023.1 log file, the first error I see is:
2023-09-22 12:15:35| 118.0| 0.1|ERROR |DateTimeConverter_2_1 (TeeFactory): DateTimeConverter_2_1: @Tcl2 -- failed to evaluate expression `DateTimeConverter_2_2ec7b318_cca9_46ee_ac8d_5fa555c5bb630_DateTimeConverter {DateTime_FME}' -- FME_GetAttribute procedure requires a feature
When I run the workspace in FME Workbench 2022.2.4, there are no errors but there are 2,067 warnings. Many of the warnings are related to low memory.
Translation was SUCCESSFUL with 2067 warning(s)
Should I make an effort to eliminate many of those warnings? It seems like some of them may be related to the new errors I'm getting 2023.1. Here are some warnings possibly related to the errors.
2023-09-22 12:14:16| 38.4| 0.0|WARN |AttributeManager_1: The input datetime '20201101015400' falls inside a daylight savings transition and is ambiguous in the local timezone
2023-09-22 12:14:16| 38.4| 0.0|WARN |Failed to evaluate expression '@TimeZoneSet(20201101015400,local)'. Result is set to null
2023-09-22 12:15:29| 111.6| 0.0|WARN |Failed to evaluate expression '@DateTimeParse(08/30/2023 ,%m/%d/%Y %H:%M,repair)'. Result is set to null
I can see that the error occurs when I attempt to sort date time attributes.
Thanks,
Chuck