Bulk copy failed on table 'gueterzettel.dmg24bodnkung_boflaeche' using delimiter ':'. Error was 'ERROR: Dimensions mismatch in lwcollection
The strange thing about it is that usually PostGIS comes up with a straight constraint violation message if geometries e.g. have only 2D but are defined to have 3D in PostGIS.
I do check the dimensions of the geometries to be written using DimensionsExtractor and convert them to be 3D using the 3D Forcer if they were effectively 2D.
Does anybody have a hint for me? I expecially wonder what this lwcollection might be?