I am trying to add data to a brand new FileGDB with UPDM 2020.
I thought that using the AppendRoutes Tool would help me to....you know...append routes. I went in the following process:
1. Create a UPDM 2020 using "Gas and Pipeline Data Management for ArcGIS Enterprise", I made the deployment of the version 1.2 (it includes a UPDM deployment solution for the version 2020).
2. I create in other FGDB a feature Class to hold my initial routes: I define the fields required (According to the documentation of the tool AppendRoutes😞 Route Name and RouteId
3. Then the tool start complaining because it does not has the other fields.
4. Create and fill the additional Fields
I keep receiving information like this:
5. Create Line related fields in the source FC, and now I receive this:
I wonder what I am missing.
Why the documentation says that those fields are optional, but they aren't?
How add routes to a UPDM 2020 FGDB?
I just found this post:
thanks to @AyanPalit and an old colleague @JelmerAkkerman for their discussion, I think that they described the workaround.
But as soon as I start implemented the workaround , one of my fears became reality:
In the latest version of ArcGIS Pro APR tables cannot be modified so easily, First using the Append Tool i was able to add a Feature class to the EngineeringNetwork, then I made the same to create a centerline (Weird, isn't it?, I should gone first for the centerline, but anyway, I am in Everything can be done mode), but when I try to modify the CenterlineSequence Table....Booom:
Here I am again......How to fill those FC?
@Cristian_Galindo A good place to start is the LRS Network definition and requirements. The Gas and Pipeline Data Management for ArcGIS Enterprise includes two LRS networks:
The implementation patterns may be:
Another major consideration is, whether you are configuring APR only or APR with a Utility Network. The referenced post and workaround only applies to the APR with Utility Network. For APR only implementation, the Centerline layer in the data model should be used for LRS configuration. The Pipeline Line, Device and Junctions may be configured as LRS events and managed as such.
The implementation pattern of managing Pipeline Referencing and a Utility Network together has different data requirements and configuration process as in the reference link.
#ArcGIS Pipeline Referencing #electric and gas utilities #gas and pipeline enterprise data management #oil and gas
Hello @AyanPalit , thanks for your answer.
I had already stumble with the information that you are providing me. But maybe, you can helpe me to understand the issue here:
I followed the tasks in the Gas and Pipeline Datamanagement v1.2 to create a File Geodatabase with Schema . Is that File Geodatabase one with APR only or APR with Utility Network?
If I have the File Geodatabase, How should I start populating the data for the creation of centerlines and routes having into account the procedure that I describe above or in my other post?