Select to view content in your preferred language

How do I migrate non-UN layers into ArcGIS Utility Network using Data Loading tools?

784
5
Jump to solution
04-01-2026 12:34 AM
CuriousDaus
Occasional Contributor

I'm currently learning how to load data into ArcGIS Utility Network using Esri data loading tools, Utility Network Foundations, and Utility Network Package Tools as per this tutorial . So far I've successfully migrated the Utility Network layers like pipeline, pump, valve etc. What about standalone non-UN layers/feature classes from the source database? For example: dam, spot height, water bodies & district boundaries. 

One method that I can think of is using Append to migrate these non-UN layers/feature classes.

0 Kudos
2 Solutions

Accepted Solutions
BogdanHristozov
Regular Contributor

ESRI Data Loading Tools are designed to handle any feature classes, not just UN data. By doing so you can use the same pipeline: one workflow to migrate all your data. Apply data transformations, expressions, conversions, validate, etc. 

Target feature classes must be created in the asset package prior of running the data migration.

View solution in original post

CuriousDaus
Occasional Contributor

You're right. The tools can be used to handle any feature classes. We can just ignore the data validation error in the excel file and run the tools. For non-UN feature classes, I just assign the same name (source class) to the target class as per screenshot that I showed in previous reply.

View solution in original post

5 Replies
MikeMillerGIS
Esri Frequent Contributor

You can just copy those classes as is.  No need to migrate them.  

CuriousDaus
Occasional Contributor

The migration is an iterative process where records from non-UN Layers will be migrated from time to time. I suppose ModelBuilder with task scheduler will suffice?

0 Kudos
BogdanHristozov
Regular Contributor

ESRI Data Loading Tools are designed to handle any feature classes, not just UN data. By doing so you can use the same pipeline: one workflow to migrate all your data. Apply data transformations, expressions, conversions, validate, etc. 

Target feature classes must be created in the asset package prior of running the data migration.

CuriousDaus
Occasional Contributor

The migration is an iterative process where records from non-UN Layers will be migrated from time to time. In the DataMapping excel file, I tried to assign the name of target class similar to the source class. But there was a data validation error because the names weren't in the Target Class dropdown list. I've provided a screenshot to show how I mapped the non-UN layers in the DataMapping excel file. The feature classes are in the asset package.

 

Screenshot 2026-04-02 082903.pngScreenshot 2026-04-02 082903.png

0 Kudos
CuriousDaus
Occasional Contributor

You're right. The tools can be used to handle any feature classes. We can just ignore the data validation error in the excel file and run the tools. For non-UN feature classes, I just assign the same name (source class) to the target class as per screenshot that I showed in previous reply.