Hi all,
I'm working on an ETL procedure to migrate data in an Utility Network model. The ETL procedure takes some data from a geometric network feature dataset as input and migrate them in a new gdb based on the asset package gdb of Water Model Foundation (reprojected): before doing that I've applied the Change Asset Package Spatial Reference tool to the asset package gdb of Water Model Foundation in order to have all my UN data in the same spatial reference of the input data.
The procedure works well, but some data in the output gdb have all the GLOBALID equal to {00000000-0000-0000-0000-000000000000}.
The strange thing is that in the same output gdb I've both data with invalid GID (all the data in UtilityNetwork feature dateset) and data with valid GID (all the data in an another feature dataset: data coming from the same geometric network input feature dataset but temporarly parked in a "other_data" feature dataset in the output gdb). See the following schema:
output GDB
feature dataset: other data
data with one field GID (valid)
feature dataset: UtilityNetwork
data with one field GID (invalid)
I've also tried to set GlobalID in the Feature Dataset properties of the Asset Package but in this case the result is:
output GDB
feature dataset: other data
data with one field GID (valid) in the attribute table
feature dataset: UtilityNetwork
data with one field GID (invalid) and one field GID_1 (valid) in the attribute table
The original input data (with the geometric network) contained no GID.
Hope everything is clear. Any idea about what it's happening?
Thanks in advance
ArcGIS Pro 2.9.2