[GIS] How load data into file geodatabase tables with relationship classes to non simple data

arcgis-desktopfile-geodatabasegeometric-networkrelationship-class

Further to my earlier question (Loading data into file geodatabase without rebuilding relationship classes manually?), is there any way to load data into GDB tables with relationship classes to composite data as geometric network without making them simple first ?

I have a file geodatabase with few M-N composite relationships classes that contain geometric network. Every few weeks or month I need to load new data into GDB tables; for this I need to delete the relationship classes delete the geometric network, and than load the data using The Simple Data Loader wizard and then rebuild the relationship classes and rebuild the geometric network. when I'm trying this without deleting first I keep getting error message:

Cannot load into non simple data

enter image description here

enter image description here

Best Answer

Try copy and paste. It should work better than the simple data loader. The simple data loader is only for "simple" data. Feature classes and tables.

Geometric networks are considered complex and most likely won't load with the simple data loader. That error is expected.

This article is from 9.3.1 but explains the problem. Use the object loader not the simple data loader.

http://webhelp.esri.com/arcgisserver/9.3/dotnet/index.htm#geodatabases/loadin-1923012175.htm

Related Question