Map: LOAD Name, GeoReduceGeometry(LocationPolygon, 0.5) as [ReducedArea] resident MapSource Group By Name;
Cause
The error is triggered if the data being loaded is too detailed, causing at least one of the rows to be larger than 4MB which causes the Sense Engine to fail it. Engine limits the size of a reply from a Server Side Extension to 4MB and the smallest reply that geo-operations can send back is a single row.