|
POST
|
I must be missing something very basic. How do you set the number of significant digits displayed for coordinates in ArcGIS Pro? In ArcMap I'm showing 3 significant digits to the right of the decimal when I edit vertices in a line. In Pro, with the same projection defined, I only see two significant digits. In ArcMap the X values are *slightly* different -- varying only in the thousandths place. In ArcGIS Pro, truncating values to the hundredths place, the values are the same.
... View more
11-03-2025
05:41 AM
|
0
|
4
|
890
|
|
POST
|
Susan - Right. I'm thinking I can discover vertices that are "close" (but not problems) in the source GN data and weed out those that will (likely) present problems in the UN. It *is* reassuring that others have found this problem. Thanks, Ed
... View more
10-28-2025
10:01 AM
|
0
|
0
|
2466
|
|
POST
|
Hi @SusanONeill1 - I'm finding the same problem. No invalid line geometries in my source data (of over 240,000 lines) and about 240 features with "Duplicate Vertex" errors when enabling topology in the UN. Kind of frustrating to find that the UN seems to be creating errors where they did not exist in the source data. Any chance you found a better explanation for why this is happening or how to avoid it? Thx, Ed
... View more
10-26-2025
11:31 AM
|
0
|
3
|
2483
|
|
POST
|
Hi Mike - This looks promising. Thanks. But I also need to ask a background question, We're early in our design process and trying to decide to keep abandoned equipment in separate, non-networked classes (as they are in our current 10.8 implementation) or include them in the UN class with a lifecyclestatus of 'Abandoned'. In 10.8 it was just safer to keep abandoned assets completely outside the network so that there would be no way they could be inadvertently included in operations intended to be performed on 'In Service' assets. Is this pretty much the same rationale behind the tools you built? Ed
... View more
10-05-2025
08:56 AM
|
0
|
2
|
1383
|
|
POST
|
Hi - I'm looking for tips/direction for tools provided with the Utility Network to help support the process of abandoning underground assets. Working in gas distribution at the moment, but tools for water distribution would probably be similar. Any suggestions would be much appreciated. Thx, Ed
... View more
10-01-2025
04:15 PM
|
0
|
5
|
1481
|
|
POST
|
Thanks much for the reply! And for the great level of detail here. Our immediate though for introducing a substation tier was as a means to extract substation internals to our ADMS. Oracle NMS considers substations a distinct "partition" that we export substation internals (currently from an ArcGIS 10.x extractor process) using a query that returns features with a common "Sub FacilityID" field. Going forward we thought we might replace this with a subnetwork trace from the "injection points" on the high side of the station. Given the complexities described for substation tiers we may stick with our current logic of querying with a "Sub FacilityID" field. Thanks again!
... View more
07-31-2025
10:50 AM
|
1
|
0
|
3507
|
|
POST
|
Nathan - Thanks much for the feedback. I knew about the dirty areas and the need to validate them, which I probably should have been more clear about. I suppose I should have phrased my question as, "does the validate topology" do everything we need? I've also discovered since I posted my question that there is a U/N GP tool for re-building topology that apparently is used to resolve issues that prevent "Validate Topology" from completing. This seems to be the rough equivalent of the ArcMap "Rebuild Connectivity" tool. Ed
... View more
07-30-2025
08:36 AM
|
2
|
1
|
823
|
|
POST
|
All - Like everyone maintaining a geometric network (at least everyone I know of) we occasionally find "corrupt network features" -- that is, features which, for whatever reason, have become disassociated with their logical network representation. When we find these we use the ArcMap "Rebuild Connectivity" to repair them. Since these occur seemingly at random in different parts of the database we created a process that runs weekly over different parts of the service territory and detects them, writing out a log which a GIS technician subsequently uses to seek out and repair. There are usually only a handful and sometimes none at all. But since they can cause unwanted behavior we feel its best to actively seek them rather than lie undetected. As we are starting to plan what functionality we need as we move to the U/N, the question has come up, so we still need to worry about network features becoming corrupt? And if so, do we need to continue to proactively seek these out and fix them. Any experience or insight would be much appreciated, Ed
... View more
07-29-2025
02:07 PM
|
0
|
3
|
892
|
|
POST
|
This helps a bunch! Thank you very much. Seemed odd that this would be considered a problem. Thanks for confirming it is not. Ed
... View more
07-20-2025
02:54 PM
|
1
|
0
|
2119
|
|
POST
|
All - Working with a vendor we were told that the Utility Network would consider it invalid to have a structure network junction coincident with a utility domain device or junction. This seems illogical and I'm looking for a reality check. In our GN implementation we have separate underground structure and electric networks and many cases where an electric feature (i.e., a fuse) is coincident with an underground structure junction (i.e., a conduit end point). Any clarification here would be much appreciated. Thx, Ed
... View more
07-19-2025
11:36 AM
|
1
|
2
|
2166
|
|
POST
|
Hi - We are starting discussion on out Utility Network model and are considering adding tiers for sub-transmission and substations. The sub-transmission tier would hold equipment energized at 34.5kV, 25 kV and 23kV - which are distinct from both transmission and distribution tiers. So we feel pretty safe there. But (we *think*) we also want a substation tier that encompasses equipment within the substation - with a subnetwork controller being one or more "injection points" on the high side of the sub. Of course the substation has equipment energized at transmission, distribution and sub-transmission voltage levels. So this would prevent the tiers from being in a consistent hierarchy -- for example sometimes sub-transmission will be on the "load" side of the sub and sometimes sub-transmission will be on the "feed" side of the sub. Will we run into problems with this tier definition? Has anyone configured tiers this way? Any pointers would be much appreciated. Thx, Ed
... View more
06-25-2025
07:19 PM
|
1
|
7
|
3766
|
|
POST
|
So... as far as I can tell, this is a bug. However, I did find that another way to accomplish what I want to do is insert into the _EVW. Below is SQL that worked for me. Interestingly, the procedure "sde.next_globalid" works, while "sde.next_rowid" fails. And, apparently, when inserting into the _EVW the OBJECTID is generated as part of the "insert" operation. DECLARE @GID uniqueidentifier EXEC sde.next_globalid @GID OUTPUT INSERT INTO ASSEMBLY_EVW (GLOBALID,PARENTOBJECTID,UNIT,SUBTYPECD,QUANTITY,DATECREATED) VALUES (@gid,1408321,'UTSLV',5,1,GETDATE());
... View more
06-06-2025
11:26 AM
|
0
|
0
|
1347
|
|
POST
|
I looked for bugs related to this problem and Gemini told me this: SQL Server Version: Problems with sde.next_rowid have been reported when using SQL statements to import data into an SQL Server SDE database, specifically with GeoDatabase version 10.8 and SQL Server version 2019. Now, I'm using ArcGIS 10.8.1 with SQL*Server version 2022, and I have more than once had Gemini lead me on a wild goose chase, but... any chance anyone knows what "problems" might be referring to? Thx, Ed
... View more
06-05-2025
06:23 PM
|
0
|
0
|
1361
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 07:31 AM | |
| 1 | 05-11-2026 02:55 PM | |
| 1 | 01-07-2026 12:34 PM | |
| 1 | 01-04-2026 05:14 PM | |
| 1 | 12-17-2025 07:45 AM |
| Online Status |
Offline
|
| Date Last Visited |
Saturday
|