I deployed a UN v7 in an enterprise geodatabase 11.3 in the production system, and the data have no topology errors.
Now I need to transfer new utility network data (just data with attachment and association) stored in an AP or UN file geodatabase to update the enterprise geodatabase 11.3 that is in production. This UN contains data for a new municipality that is not included in the enterprise geodatabase. The two UNs have same schema.
The UN file geodatabase also includes attachments for UN classes and associations.
Which tool would be most useful to accomplish this? I am aware of the "Transfer Utility Network Data" tool (from Utility-Data-Management-Support-Tools) , but it does not migrate attachments, for example, and I am not sure whether it can be used with an enterprise geodatabase.
@gpgisandsky - There is an option in the Transfer Utility Network Data tool.
Does this not move the attachments over?
If that doesn't work then you could try the append tool.
I am certain I have managed to move attachments when using the append tool.
If the asset package contains utility network features and attachments, and you just want to migrate the attachments, you will need to append the attachments directly. Be very careful to ensure that you don't double-load your network features. It is possible to load the same features with the same global ids multiple times, and it is painful to recover from this mistake. This can happen when you choose to preserve global ids during data loading.
I posted a pre-release of version of the UDMS for 3.5 that supports maintaining attachments in the Transfer UN Data tool - https://github.com/Esri/Utility-Data-Management-Support-Tools/issues/64