I'm using SchemaMapper in a dynamic ETL and am receiving the following errors associated with 2D features:
A 2D feature was encountered in the feature class 'sMeterPoint', which is defined as containing 3D features. The feature, and any other applicable features in the same feature class, will be modified so that it has the same dimension as the feature class
IFMEPoint was given a measure name that does not exist
A 2D feature was encountered in the feature class 'sUtilityArea', which is defined as containing 3D features. The feature, and any other applicable features in the same feature class, will be modified so that it has the same dimension as the feature class
IFMEPoint was given a measure name that does not exist
IFMEArc was given a measure name that does not exist
Can someone explain what's happening?
Thanks