|
POST
|
@PierreloupDucroix Deleting an association, through rest or the user interface, only logically deletes the association. Once you validate the edit, updating the system tables, the association will be physically deleted from the version. 33 = 32 + 1 = The "To feature" in the association is dirty and the association is deleted. This means when the association was logically deleted we placed a dirty area on the "to object" so it could be validated using the map.
... View more
11-07-2024
05:35 AM
|
0
|
1
|
2683
|
|
POST
|
Try using the applyEdits method on the service and pass in the layer id and global id of the feature you want to delete.
... View more
11-06-2024
11:10 AM
|
0
|
0
|
2701
|
|
POST
|
I'll test this out on my end, here are my initial observations:
Please double-check that the credentials used to create the service connection either have the built-in role of Administrator or have a custom role that includes Version Management capabilities.
The feature layer you are editing exists prior to you establishing the connection to the connection to the service. I recommend you get a reference to the layer from the layers object on the version management object to ensure you are using the same connection and version you connected to.
Another thing you could consider is using the delete_features method instead of edit_features.
... View more
11-06-2024
08:09 AM
|
0
|
0
|
2711
|
|
POST
|
It should work, and when it fails I would expect something a bit more meaningful than a 500 errors. This implies something deeper is going wrong. What version/patch of enterprise are you on, and is there a crash dump that corresponds to this?
Can you post the script you're using for Python? I'm assuming that you're doing this against default and that you're starting a read then edit operation, but a script will be more informative. Having access to your script also lets me test it out on my server 😁
... View more
11-05-2024
03:53 PM
|
0
|
1
|
2759
|
|
POST
|
The attribute substitution category is assigned to a device or junction that can substitute or "swap" the phasing of a downstream line, it must also have a network attribute that is configured for attribute substitution defined for it, and any features that are substituting phases must have that attribute populated. If you have a double dead-end pole top assembly where the B and C phases are swapped, you'd use attribute substitution.
A subnetwork tap is a network category assigned to a feature that allows the feature to not restrict phasing on the downstream tap line. If you have a B-phase line tapped off a 3-phase overhead line, you would place a B-phase overhead tap (which has the subnetwork tap network category assigned to it at the intersection of the two lines. Because it is a subnetwork tap it would allow the B-phase line to be energized without restricting the phasing of the mainline to also be 3-phase. If you were to place a 3-phase dead end on the mainline, it would restrict all the downstream lines to be B-phase.
... View more
11-05-2024
02:00 PM
|
1
|
0
|
1394
|
|
POST
|
Ooooh coded value domains / range domains. That's fine. You will create your own lookups to do translate from your freeform text/number fields into the expected coded value domains/data types required by the target models.
When we talk about a Domain in the utility network, we can either be referring to a geodatabase domain (coded value/range) or a Domain Network, which refers to a collection of rules and definitions used to model the network information model for a specific industry.
... View more
11-05-2024
07:17 AM
|
1
|
0
|
2437
|
|
POST
|
Try creating your lateral template using the junction layer and referencing the fitting in your edge-junction-edge rule. You'll end up with a group template with your fitting + the lateral you want.
The snapping framework uses the rules and asset type of the features to determine whether they're allowed to snap.
Main to Main is allowed because they are the same asset type.
Junction to main is allowed, if there is a junction-edge or edge-junction-edge rule that allows it
Lateral to main is not allowed since this will always produce an edge-edge connectivity error.
By creating and using a template from the junction layer you will use the snapping behavior associated with that feature.
... View more
11-05-2024
06:40 AM
|
0
|
0
|
1707
|
|
POST
|
Migration
I recommend you read the articles in this learning series to answer your questions: Migrating to the Utility Network. The first tutorial in the series shows you how to create a data migration starting with the simple data mappings tool. The simple data mappings tool helps create a migration workspace that does all the transformations for you, append with transformation requires you to create your own mappings with translations (a very tedious process!). If done properly they both can achieve the same results, but creating your own migration and transformations can take months, but using the simple data mappings tools processes takes hours.
Field Maps
Field maps is still working on supporting the utility network. Until it does you will need to select the option to deploy a v6 utility network when you deploy your utility network.
No Domain
If you deploy a utility network without a domain, you will only have structural features. This means you won't be able to represent any utility features for tracing or analysis.
... View more
11-05-2024
06:05 AM
|
0
|
1
|
2486
|
|
POST
|
It looks like you are using custom fonts in your ArcGIS Pro map, for the server to render those symbols you will need to install the fonts on each server as well.
You should avoid publishing feature services that contain subtype group layers because they have many limitations and known issues. Instead you should follow the best practices outlined in this article for how to manage services/maps in an ArcGIS Enterprise deployment: https://community.esri.com/t5/arcgis-utility-network-blog/best-practices-for-working-with-utility-network/ba-p/1339979
... View more
11-05-2024
05:59 AM
|
3
|
2
|
1565
|
|
POST
|
Any latency between you and the file geodatabase, such as the latency of accessing a network share or through a VPN, will adversely impact performance.
If you were to put that file geodatabase locally, or if the data were stored in a mobile geodatabase, the operation would be much faster.
A file geodatabase represents data using a file structure, which means that any time the data is accessed your client must interrogate a number of different files. This can result in hundreds and thousands of requests for even a simple operation like panning a map. The latency of your connection to that file geodatabase is added to every request, even a 100ms latency can add minutes or hours of processing time to a simple operation.
... View more
11-04-2024
06:15 AM
|
0
|
0
|
2315
|
|
POST
|
The utility network doesn't restrict you from connecting multiple lines to the same terminal. While there are some situations where this is not considered valid (like a valve), it's not a constraint we could apply to all termianls in all models.
The most common example is how customers model manholes (sewer/storm) and transformers (electric), where the upstream terminal is connected to two lines on its upstream side. Imposing this new constraint would break existing models and require those customers implementing the utility network to redraw all the manholes and transformers in their database.
... View more
11-04-2024
05:56 AM
|
0
|
0
|
953
|
|
POST
|
@MohamedIsmael can you be more specific? The feature class itself is read-only, but you can add fields to it (assuming you don't have any schema locks). The field is then populated when update subnetwork is run using the summary functions you have defined in your subnetwork definition.
... View more
11-02-2024
10:44 AM
|
1
|
0
|
2316
|
|
POST
|
Add a field like you would on any other table/class (using one of the GP tools or the Field view), then use the Set Subnetwork Definition tool to configure summaries on your subnetwork definition that reference those fields. This is what the online help means when it says this:
... View more
11-02-2024
03:21 AM
|
1
|
1
|
2348
|
|
POST
|
It is required because of branch versioning.
When working with a utility network in an enterprise geodatabase you must enable branch versioning on the utility network dataset. When you enable branch versioning, we automatically enable archiving because the tables that are registered as branch versioned are storing all the historical edits in the tables themselves. You cannot disable archiving on branch versioned data.
In addition to the online help, it is also discussed in this article: To Branch or Not to Branch - An Introduction to Branch Versioning
... View more
11-01-2024
07:56 AM
|
0
|
0
|
1287
|
|
POST
|
The Export Attachments tool honors your selection set. Use the select by attributes/location tool to select all the features in that area then pass that layer into the export attachments tool.
... View more
11-01-2024
06:25 AM
|
1
|
0
|
920
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | 03-30-2026 07:24 AM | |
| 1 | yesterday | |
| 1 | Thursday | |
| 1 | Thursday |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|