Select to view content in your preferred language

Insert record to a Utility Network feature class from PostgreSQL

263
1
Jump to solution
08-29-2024 09:34 AM
rohanrajan_hms
Occasional Contributor

I have a working Utility Network. I want to add features / Assets / records to the UN feature classes directly from postgresql. Is it possible? If Yes, does it work similar to the append operation in the ArcGIS environment?

Any insight on this would be much appreciated.

 

Thank You

0 Kudos
1 Solution

Accepted Solutions
RobertKrisher
Esri Regular Contributor

This is not supported and doing so will corrupt your data because you will be bypassing the utility network which manages system-maintained fields and tracks edits made to the topology.

For a discussion of approved methods for loading/manipulating data (Python, Rest, etc) read this series of articles: Journey to the Utility Network: Integrations Overview (esri.com)

View solution in original post

1 Reply
RobertKrisher
Esri Regular Contributor

This is not supported and doing so will corrupt your data because you will be bypassing the utility network which manages system-maintained fields and tracks edits made to the topology.

For a discussion of approved methods for loading/manipulating data (Python, Rest, etc) read this series of articles: Journey to the Utility Network: Integrations Overview (esri.com)