|
POST
|
Esri uses partitioned tiers when the model allows each subnetwork to operate independently of the subnetworks above and below it. This means that each feature belongs to a single subnetwork with no persisted dependency or knowledge of any higher or lower-rank networks, it is only discoverable via outside of upstream/downstream tracing. Hierarchical networks are used when subnetworks are considered nested. That is to say that one subnetwork will act as a form of "ultimate source" that supplies/receives all the resources in an area (wastewater treatment plant, water wells, gas custody transfer meters). The lower-rank subnetworks then subdivide this higher-level system into smaller and smaller zones based on different criteria (pressure reducers, pumps, compressors, lift stations). The following diagram below shows how water tiers are nested in each other with water sources creating a Water System, pumps/pressure valves providing Water Pressure zones, and system valves allowing a utility to further refine their territory into Water Isolation zones. In a hierarchical network each feature belongs to multiple subnetworks, and as such has multiple subnetwork fields (SystemSubnetworkName, PressuresubnetworkName, IsolationSubnetworkName).
... View more
12-27-2022
06:41 AM
|
0
|
4
|
2406
|
|
POST
|
If you're using ArcGIS Pro you can also use the data engineering tools to analyze the contents of your table. On of the statistics they could for fields is how many null values there are: https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/data-engineering/view-statistics.htm.
... View more
12-08-2022
06:29 AM
|
1
|
0
|
3404
|
|
POST
|
It sounds like it should work, but because this is beta software you may have found an issue with the beta. Please use the forums associated with the beta for this application to see if other users involved with the beta are experiencing the same problem and to let the team organizing the beta you are having an issue.
... View more
11-08-2022
06:48 AM
|
0
|
0
|
1821
|
|
DOC
|
The AWS RDS engine are you using will determine the syntax you should use. If you're using one of the engines listed above then it should work (although we didn't test against AWS RDS) as long as you use the exact SQL provided. If you're using Amazon Aurora or one of the engines we didn't provide a syntax for then that would explain the syntax error.
... View more
09-29-2022
12:28 PM
|
0
|
0
|
17587
|
|
DOC
|
Make sure you've copied the entire procedure statement into your query editor. I just tested the expression in this article against a local PostgreSQL 13 database. If you read the accompanying blog post you'll see that I recommend that you keep your materialized views simple and only maintain a single materialized view for each of your branch versioned tables. Any filtering, combining, or translating of data should be done with a reporting layer on top of the materialized views. This can be done by creating regular views against the materialized views, or by using some sort of reporting/business intelligence tool.
... View more
09-29-2022
12:08 PM
|
0
|
0
|
17609
|
|
POST
|
Based on the drawing provided it would seem like you would want to have approved and in-service be included in the networks (in your description you said you wanted to have approved be not traceable). Is there a reason why you wouldn't just modify the existing condition barrier to reference these different states? The only reason I could think of is that you are also considering using it to manage other situations / multiple fields, which is what Mike has alluded to in his comments.
... View more
09-15-2022
05:14 PM
|
0
|
0
|
1744
|
|
POST
|
There are no web hooks for any of these operations, but the version infos method of the version management service will allow you to see the last reconcile date of a version.
... View more
09-01-2022
09:00 AM
|
0
|
0
|
1473
|
|
POST
|
There are a few ways to achieve this. If you're looking for a manual / quality assurance type approach you can have your users perform their edits in versions and then your QA personnel can use the differences view to review changes before versions are posted. You can learn more about this approach in this page in the online help . Using the same workflow you can also programmatically inspect the edits in a version using either c#, python, or direct rest API calls to the differences endpoint of the version management service.
... View more
09-01-2022
07:54 AM
|
1
|
1
|
2242
|
|
POST
|
Check the parameters in your tool. I've found that if i open the dialog with something that doesn't auto-populate those parameters (like a subnetwork trace) then switch over to something that does require those parameters (like an upstream trace) that the tool doesn't automatically pick up the starting locations / barriers from my map. You can run into the same issue if you're building a python script or a model to automate tracing tasks.
... View more
08-25-2022
02:23 PM
|
0
|
0
|
4469
|
|
POST
|
Glad to hear it worked! Strategies for keeping dirty areas in check is a good topic for a different thread 🙂
... View more
08-25-2022
02:15 PM
|
0
|
0
|
4124
|
|
POST
|
If you haven't already, I'd recommend logging a case with support on this.
... View more
08-24-2022
05:41 PM
|
0
|
0
|
830
|
|
POST
|
To my knowledge there isn't a way to configure which terminal appears first.
... View more
08-24-2022
05:40 PM
|
0
|
0
|
947
|
|
POST
|
@Luca_Schikowski I don't see anything wrong with the code, as its written, but it is dependent on your schema and data. Things I'd be on the look out for: If the main provided field populated in your source data? Do they all have the same value? Is the main provider field on the current feature null? The filter may fail if the current feature has a null provider.
... View more
08-24-2022
05:38 PM
|
1
|
0
|
843
|
|
POST
|
If you are still experiencing the issue I would recommend logging a case with support. This issue will likely walking through on a call with your code + data. Based off that error message my guess is there is an invalid character in your subnetwork controller name or subnetwork name. If you try to enable the controller manually you should be able to see a more specific error.
... View more
08-24-2022
05:31 PM
|
0
|
0
|
1457
|
|
POST
|
@Anonymous User If you want to include these features in your network as energized features you could add a new set of asset groups / types to your device layer. This can be a bit of a heavy lift, so if you're just doing this for asset management / work management purposes and don't need to trace / export these features you could consider adding several standalone feature classes / tables to track these assets, registering them as branch versioned, and including them in your utility network service.
... View more
08-24-2022
05:29 PM
|
1
|
0
|
3111
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 hours ago | |
| 1 | Thursday | |
| 1 | Wednesday | |
| 1 | 3 weeks ago | |
| 1 | Tuesday |
| Online Status |
Online
|
| Date Last Visited |
4 hours ago
|