Working with a road segment feature class. Did a select by attribute to find roads that intersect parcels. Attempted to export the selection to the same fgdb being used for all the data, but got the message "error exporting data". Two other message follow: Warning: Some records may not have been exported correctly, and There was an error exporting the layer.
Assuming the issue is file size (selection is 40k records, original file is over 110k records), and, it's my understanding that selection files may still have all the records in the original file until the export is complete, I'll ran a test clipping the road segment file and then trying the select and export again. Now it works.
Is there a file size limit for layer export.