I recently upgraded from FME Server 2022.1.3 to 2022.2.7. Since the upgrade, the JobHistoryStatisticsGathering.fmw workspace (which runs on a daily schedule as part of the built-in FME Server Dashboards) is failing. The error message is:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Feature Type: `JobHistoryReader_LoopHere'
Attribute(32 bit integer) : `Loop to JobHistoryReader_LoopHere1691186519 Input Splitter.BranchingFactory.Count' has value `1'
Attribute(string: UTF-8) : `_min_job_age' has value `20230803000000'
Attribute(64 bit integer) : `_offset' has value `0'
Attribute(string: windows-1252): `fme_feature_type' has value `Creator'
Attribute(string: windows-1252): `fme_geometry' has value `fme_undefined'
Attribute(string: windows-1252): `fme_type' has value `fme_no_geom'
Coordinate System: `'
Geometry Type: IFMENull
Coordinate Dimension: 2
===========================================================================
Loop to JobHistoryReader_LoopHere1691186519 Input Splitter (BranchingFactory): Transformer/Factory JobHistoryReader_HTTPCaller is blocking and cannot be used in a loop, but was found between 'Loop to JobHistoryReader_LoopHere1691186519 Input Splitter' and 'JobHistoryReader_LoopHere1691186519 Input Splitter'
An error has occurred. Check the logfile above for details
This workspace came from a previous version of FME Server and was restored following the recent upgrade. I retrieved a "clean" version of this workspace from a brand-new FME Server 2022.2.7 installation, but it manifests the same issue.
The workspace had been running fine in previous versions of FME Server. Why is this now a problem?