Is there a change in
I'm re-creating a Workspace in 64-bit Desktop 2017.1.1.0 (17650). The Workspace takes a ShapeFile of line data and process it in varies ways, including Aggregating on 3 fields - Geometry - Assemble One Level, Drop Incoming Attributes, Homogenous Collection (If Possible) - and writing to a File Geodatabase.
The old Workspace included an Aggregator transformer version 11 and works in FME 2016.1. However in 2017.1.1 with Aggregator version 14 I get 35 fewer features in the File Geodatabase. The rejected features are logged like this:
2017-10-16 12:39:14| 92.3| 0.1|WARN |FileGDB Writer: Failed to write Geometry to feature class 'roads_classnumber' with geometry type 'esriGeometryPolyline'. Dropping containing feature
2017-10-16 12:39:14| 92.3| 0.0|STATS |Storing feature(s) to FME feature store file `X:\\x_log.ffs'
2017-10-16 12:39:14| 92.3| 0.0|WARN |+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2017-10-16 12:39:14| 92.3| 0.0|WARN |Feature Type: `roads_classnumber'
2017-10-16 12:39:14| 92.3| 0.0|WARN |Attribute(encoded: utf-16): `class_number' has value `B365'
2017-10-16 12:39:14| 92.3| 0.0|WARN |Attribute(string) : `filegdb_type' has value `geodb_polyline'
2017-10-16 12:39:14| 92.3| 0.0|WARN |Attribute(string) : `fme_geometry' has value `fme_aggregate'
2017-10-16 12:39:14| 92.3| 0.0|WARN |Attribute(string) : `fme_type' has value `fme_line'
2017-10-16 12:39:14| 92.3| 0.0|WARN |Attribute(string) : `multi_writer_id' has value `0'
2017-10-16 12:39:14| 92.3| 0.0|WARN |Attribute(encoded: utf-16): `posttown' has value `WALTON-ON-THAMES'
2017-10-16 12:39:14| 92.3| 0.0|WARN |Attribute(encoded: utf-16): `village' has value `'
2017-10-16 12:39:14| 92.3| 0.0|WARN |Coordinate System: `_OSGB-GPS-2015_0'
2017-10-16 12:39:14| 92.3| 0.0|WARN |Geometry Type: IFMEAggregate
2017-10-16 12:39:14| 92.3| 0.0|WARN |Front Appearance Reference: `<inherited_or_default_appearance>'
2017-10-16 12:39:14| 92.3| 0.0|WARN |Back Appearance Reference: `<inherited_or_default_appearance>'
2017-10-16 12:39:14| 92.3| 0.0|WARN |Number of Geometries: 42
2017-10-16 12:39:14| 92.3| 0.0|WARN |--------------------------------------
2017-10-16 12:39:14| 92.3| 0.0|WARN |Geometry Number: 0
2017-10-16 12:39:14| 92.3| 0.0|WARN | Geometry Type: IFMELine
2017-10-16 12:39:14| 92.3| 0.0|WARN | Number of Coordinates: 3 -- Coordinate Dimension: 2
2017-10-16 12:39:14| 92.3| 0.0|WARN | (510242,166083)(510232,166072)(510222,166059)
2017-10-16 12:39:14| 92.3| 0.0|WARN |--------------------------------------
2017-10-16 12:39:14| 92.3| 0.0|WARN |Geometry Number: 1
2017-10-16 12:39:14| 92.3| 0.0|WARN | Geometry Type: IFMELine
2017-10-16 12:39:14| 92.3| 0.0|WARN | Number of Coordinates: 2 -- Coordinate Dimension: 2
2017-10-16 12:39:14| 92.3| 0.0|WARN | (510222,166059)(510221,166092)
2017-10-16 12:39:14| 92.3| 0.0|WARN |--------------------------------------
2017-10-16 12:39:14| 92.3| 0.0|WARN |Geometry Number: 2
2017-10-16 12:39:14| 92.3| 0.0|WARN | Geometry Type: IFMELine
2017-10-16 12:39:14| 92.3| 0.0|WARN | Number of Coordinates: 8 -- Coordinate Dimension: 2
2017-10-16 12:39:14| 92.3| 0.0|WARN | (510106,165657)(510100,165634)(510083,165572)(510063,165500)(510041,165412)
2017-10-16 12:39:14| 92.3| 0.0|WARN | (510039,165405)(510026,165355)(510025,165354)
2017-10-16 12:39:14| 92.3| 0.0|WARN |--------------------------------------
2017-10-16 12:39:14| 92.3| 0.0|WARN |Geometry Number: 3
2017-10-16 12:39:14| 92.3| 0.0|WARN | Geometry Type: IFMELine
2017-10-16 12:39:14| 92.3| 0.0|WARN | Number of Coordinates: 4 -- Coordinate Dimension: 2
2017-10-16 12:39:14| 92.3| 0.0|WARN | (510176,165937)(510169,165912)(510161,165883)(510157,165865)
2017-10-16 12:39:14| 92.3| 0.0|WARN |--------------------------------------
2017-10-16 12:39:14| 92.3| 0.0|WARN |Geometry Number: 4
2017-10-16 12:39:14| 92.3| 0.0|WARN | Geometry Type: IFMELine
2017-10-16 12:39:14| 92.3| 0.0|WARN | Number of Coordinates: 6 -- Coordinate Dimension: 2
2017-10-16 12:39:14| 92.3| 0.0|WARN | ...Skipping coordinates...
2017-10-16 12:39:14| 92.3| 0.0|WARN | (510123,165713)
2017-10-16 12:39:14| 92.3| 0.0|WARN |--------------------------------------
2017-10-16 12:39:14| 92.3| 0.0|WARN |Skipping parts...
2017-10-16 12:39:14| 92.3| 0.0|WARN |===========================================================================