I am trying to apply asset package to the water and the sewer utility network, first i applied to the water utility network and it worked fine, but when it goes to the sewer utility network i am getting error saying that service territory conflict occurs, so my basic question 1) is it possible to have two different domains in the same file geodatabase without any conflicts in the applying asset package 2)can i have the water and sewer utility network in the same file geodatabase?
Solved! Go to Solution.
Exactly what John is saying... if you want to combine Domains, their Service Territory mut be the same.
Let us think about it... The Service Territory, or whatever you want to call this polygon, is simply an artifact with two simple jobs:
Let me explain... once you create an E-GDB to host your UN, I do recommend, like most folks, that you use the Esri Foundations to get going. Therefore, you use Esri Solutions' Utility Network Package Tools to:
And that is all good, but... If you want to understand what is involved in a UN implementation, I encourage you do everything from scratch... just as an exercise.
Once the E-GDB is created, and using Data Management Tools, execute
It is at this point that you, from the Utility Network Tools, you would run
As a result, a UN is created containing all the UN internals plus its single Structure Network (SJ, SE, SJO, SJO).
At this point you run
Since the input parameter is THE UN just created, your domains inherit the UN's Spatial Reference as well as the validation extent defined by the polygon.
And that is why, if you were to apply different APs to the same target E-GDB UN... the APs must have the exact same polygon under the exact same Spatial Reference.
You should be able to use the Water and the Sewer domain networks in the same utility network. You should use the same service area feature in both asset packages, that should eliminate the error you are seeing. If you get additional errors, please include the detailed error message. This will help understand what the problem is.
Exactly what John is saying... if you want to combine Domains, their Service Territory mut be the same.
Let us think about it... The Service Territory, or whatever you want to call this polygon, is simply an artifact with two simple jobs:
Let me explain... once you create an E-GDB to host your UN, I do recommend, like most folks, that you use the Esri Foundations to get going. Therefore, you use Esri Solutions' Utility Network Package Tools to:
And that is all good, but... If you want to understand what is involved in a UN implementation, I encourage you do everything from scratch... just as an exercise.
Once the E-GDB is created, and using Data Management Tools, execute
It is at this point that you, from the Utility Network Tools, you would run
As a result, a UN is created containing all the UN internals plus its single Structure Network (SJ, SE, SJO, SJO).
At this point you run
Since the input parameter is THE UN just created, your domains inherit the UN's Spatial Reference as well as the validation extent defined by the polygon.
And that is why, if you were to apply different APs to the same target E-GDB UN... the APs must have the exact same polygon under the exact same Spatial Reference.
Greetings! I would like to have water and sewer in the same gdb. My steps so far: I have Water Utility Network Essentials Foundation, for which I have disabled network topology and via Add Domain Network have added new domain that is hierarchical and sink. So now I have my newly made domain classes. that are empty. Am I doing it right? What is your suggestion / experience with this. I am not expert on UN, just trying to be helpful when the time comes.. Its hard.