180677: Invalid Data in the Floorplan Layer.

Description

The data in the floor plan layer cannot be imported to the Indoors dataset.

Solution

To troubleshoot the error, do any or all of the following:

  • Run the Extract BIM File Floorplan tool and use the output layers as input to this tool or uncheck the Load From Floorplan Layers parameter and rerun the tool.
  • Null geometry, short segments, self-intersections, and other geometry problems in a feature class may cause this error. Run Repair Geometry to fix any geometry problems.
  • If you are working with a large dataset, split the data into smaller chunks. Use the Clip Raster or Clip tool to make a smaller subset of the data, and rerun the tool using this subset. If this succeeds, create additional subsets of the original data and run the tool using all the subsets.
  • Run ArcGIS Pro in administrator mode. Right-click the application shortcut and select Run as administrator. Perform the task that was previously failing. If the error was caused by access permissions, running as an administrator may cause the operation to complete successfully.
  • Most geoprocessing tools can successfully use data attributes that are null, but occasionally null values may cause a problem. You can test this by making a copy of the data and using the Calculate Field tool to replace any null values with 0 or another specified value (some use -1 to indicate null). If you're working with raster data, use the Con tool to replace any null values with 0 or another specified value.