Get the featureclass name from Net Build Error Table ClassID

Get the featureclass name from Net Build Error Table ClassID

Connect the sql prompt in cmd prompt

Sqlplus/Nolog

conn sde/sde@databasename

Select Table_Name from users_tables;   */It displays the all the tables name in User*/


desc GDB_OBJECTCLASSES;  */GDB_OBJECTCLASSES table having all the fatureclass name with ID's*/

select name from GDB_OBJECTCLASSES where ID = 347; */then it will give the feature class name*/

Busbar   (you will get the featureclass name)

From ArcMAP... Below info from http://resources.arcgis.com/en/help/main/10.1/index.html#/Identifying_geometric_network_build_errors/002r0000000z000000/



Identifying geometric network build errors

This topic applies to ArcGIS for Desktop Standard and ArcGIS for Desktop Advanced only.
LicenseLicense:
Although geometric networks can be both created and edited in ArcGIS for Desktop Advanced and Standard, they are read-only in Basic.
When building a geometric network, the feature classes that are selected to participate in the network may contain features whose geometries are invalid within the context of a geometric network. These geometries include the following:
  • Features that have empty geometry
  • Edge features that contain multiple parts
  • Edge features that form a closed loop or have the same from and to junction
  • Edge features that have zero length
  • Junctions coincident with an edge-feature vertex having a different z-value
  • Standalone junctions; which are junctions not connected to any edges
  • Edge features prevented from collapsing on themselves because their length is near the snapping tolerance
Features with invalid geometries are identified during the network building process and recorded in the network build errors table. The table is identified as the geometric network's name appended with _BUILDERR, for example, the network MyNetwork will have a network build errors table called MyNetwork _BUILDERR. The table is located at the workspace level and lists the Object ID, Class ID, and Errortype for each error. The Errortype value corresponds to the esriNetworkErrorType enumeration, which lists the possible reason why a feature's geometry is invalid with a geometric network. At the end of the geometric network build process, a message box indicating that there are build errors which need to be examined are displayed.
The network build errors table is a user-managed table. As such, it does not get updated when the features listed within it are edited. It is up to the end user to update the table's contents as soon as possible after creation so that the table will correctly reflect the state of the features. The table is used by the Network Build Errors command within ArcMap to identify the features with invalid geometries.
The methodology for repairing a network build error is dependent on the type of invalid geometry.
Steps:
  1. Click Customize > Toolbars > Geometric Network Editing.
    The Geometric Network Editing toolbar is added to ArcMap.
  2. Add your network feature classes to ArcMap.
  3. On the Editor toolbar, click Editor > Start Editing.
  4. In the ArcMap table of contents, select a layer that participates in the geometric network.
  5. Click the Network Build Errors command.
  6. A dialog box indicating the number of errors is displayed, and the features with illegal geometries are selected



Comments

Popular posts from this blog

ORA-00001;unique constraint error

ARC2EARTH Installation Problem in ArcGIS 10

Food Masala Items