Select to view content in your preferred language

Missing Records in the B_EdgeConnectivity Table after Exporting to Asset Package

713
2
Jump to solution
03-01-2021 10:07 PM
DanielSimo
Esri Contributor

Hi All,

I have been noticing a reduction in the number of records within the B_EdgeConnectivity table when conducting the below workflow:

Step 1: Apply Asset Package to the Enterprise Geodatabase using the Apply Asset Package Tool (ArcGIS Pro 2.5.0 / UNTOOLS 2.5.0).

Step 2: Create an Asset Package from the Enterprise Geodatabase Utility Network using the Export Asset Package Tool (ArcGIS Pro 2.5.0 / UNTOOLS 2.5.0).

To illustrate what’s happening, please see below:

Record counts in the B_EdgeConnectivity table before applying the Asset Package to the Enterprise Geodatabase (Total of 39 records in the table)

DanielSimo_0-1614663772199.png

Record counts in the B_EdgeConnectivity table after Exporting the Utility Network to an Asset Package (Total of 18 records in the table)

DanielSimo_1-1614663772207.png

Does anyone know what could be the reason for that?

Thank you

0 Kudos
1 Solution

Accepted Solutions
MikeMillerGIS
Esri Frequent Contributor

The default value for a line is End Vertex.  On export, these are filtered out as the asset package does not need to maintain the value of the line if it is the default value.

View solution in original post

2 Replies
MikeMillerGIS
Esri Frequent Contributor

The default value for a line is End Vertex.  On export, these are filtered out as the asset package does not need to maintain the value of the line if it is the default value.

DanielSimo
Esri Contributor

Thanks @MikeMillerGIS for your clarification.

Regards

0 Kudos