Hi All,
I've loaded a heap of electric data into an Oracle geodatabase. When I try to build a network from this data, it fails with the following error:
Build Geometric Network failed.
DBMS table not found [ ORA-00942: table or view does not exist] [GISMIG1.T_1_PolyErrors] [STATE_ID = 7]
DBMS table not found [ ORA-00942: table or view does not exist] [GISMIG1.T_1_LineErrors] [STATE_ID = 7]
DBMS table not found [ ORA-00942: table or view does not exist] [GISMIG1.T_1_PointErrors] [STATE_ID = 7]
DBMS table not found [ ORA-00942: table or view does not exist] [GISMIG1.T_1_DirtyAreas] [STATE_ID = 7]
2 other relevant facts I have found:
1) I can load this same data into a File Geodatabase and the Geometric Network builds just fine.
2) These 4 T_* tables that it is looking for do in fact briefly exist, shortly after I begin the Geometric Network build process. Then they are gone again, and the build process blows up complaining it cannot find them. It is as if ArcGIS is creating these tables for temporary use, but deleting them before it is done with them.
Has anyone seen this behavior? Any advice how to solve it?
Cheers,
Dave