|
POST
|
It looks like the problem is, as you noted, that the process is timing out. In the past when I've been in situations where I need to trace a large number of networks like this I will write a script that will iterate through the list of dirty subnetworks and update them one at a time.
... View more
08-04-2022
01:17 PM
|
0
|
0
|
1973
|
|
POST
|
Manually step through the vertices of each line using ArcGIS Pro. You may find that you have cutbacks, self intersecting lines, or vertices that are very close but not truly duplicate (within the xy tolerance but greater than the xy resolution).
... View more
08-04-2022
07:26 AM
|
0
|
0
|
5978
|
|
POST
|
For a detailed breakdown on more of the error codes and some of the other possible resolutions, check out the "Topology Error" blogs listed on this page: https://community.esri.com/t5/arcgis-utility-network-documents/utility-network-error-management-reference/ta-p/1189472
... View more
08-04-2022
06:12 AM
|
0
|
1
|
5223
|
|
POST
|
This is a current, known limitation of disabling the management of the "is dirty" flag. If the system you are integrating with supports other formats you may be able to use other tools to export your data (copy, features, features to json, etc).
... View more
08-01-2022
03:13 PM
|
0
|
1
|
1936
|
|
POST
|
Not sure how it ended up getting scrambled, but I fixed the link. Thanks!
... View more
07-29-2022
06:48 AM
|
0
|
0
|
957
|
|
IDEA
|
Before we talk about using views, let's discuss some alternatives: Arcade Popup Open your popup configuration Write an arcade expression in your to retrieves the contact information This value will appear in your field list Publish a Web Map You could take your existing layers from your feature service join them using the "Add Join" tool Share this web map There are current no plans to provide views for branch versioned data. So if you are going to take this approach you will need to be careful in how you construct your views. If you do go down this route you should consider the following: If the views will be used heavily, consider materializing your views and creating indices purpose built for your queries Instead of creating a single view for each use case, create a materialized view for each branch versioned object. You can then construct purpose built views views on top of these materialized views.
... View more
07-29-2022
06:41 AM
|
0
|
0
|
8148
|
|
POST
|
The tool is likely running correctly, but based off the results it sounds like some or all of your features do not belong to a subnetwork, you can learn more about the meaning of this attribute by reading the Is Connected Attribute topic in the online help. Have you created any subnetwork controllers for this area yet? If you follow the instructions in that page it will walk you through the process of how to create a new subnetwork (if you haven't already) and how you can update your subnetworks so those features will show as connected.
... View more
07-28-2022
12:21 PM
|
1
|
2
|
2098
|
|
POST
|
This definitely sounds abnormal, I would recommend you open a case with support.
... View more
07-28-2022
09:43 AM
|
0
|
0
|
3597
|
|
POST
|
They shouldn't be, under reasonable circumstances, but I've seen some unreasonable workflows cause this sort of behavior (like trying to use the database to union every parcel, tax boundary, state, and building in a state). The best case scenario is that your users may be performing a task that is inefficient for which you may be ale to suggest a more reasonable workflow. If it turns out that there are no unreasonable workflows, then you should log a case with support to help investigate the issue, but having the issue narrowed down to a specific service/workflow will make resolving the issue easier.
... View more
07-28-2022
09:22 AM
|
0
|
2
|
3605
|
|
POST
|
My guess is that one or more of their feature services / web maps are performing 2 or 4. If you have a staging environment you should be able isolate the issue to a specific service or map that is behaving badly. If you are unable to reproduce using just the feature services, then one or more of your users may be performing items 1, 3, and/or 5.
... View more
07-28-2022
09:02 AM
|
0
|
4
|
3625
|
|
POST
|
Good question, there are actually seven different "flavors" of mobile / sqlite geodatabases. You can find the full list of these types and their definitions in this blog post from Esri, about halfway down the article under the "Displaying the database type in the Database Properties dialog for mobile geodatabase and other SQLite data sources" section. You can also read more about mobile geodatabases in the online help for Mobile Geodatabases.
... View more
07-28-2022
08:49 AM
|
0
|
0
|
2376
|
|
POST
|
How are you currently representing your transformers? Are you using Geometric Network / ArcMap or Utility Network / ArcGIS Pro?
... View more
07-28-2022
08:45 AM
|
0
|
0
|
975
|
|
POST
|
edit:7/29 - fixed the link Have you tried looking at this technical article? It shows you how you can use python and arcpy to enumerate all objects in your database to look for domain assignments.
... View more
07-28-2022
08:41 AM
|
0
|
0
|
967
|
|
POST
|
Can you provide information about your workflow and what your customer is doing? Which of the operation(s) listed in the help are they performing when you are experiencing this behavior?
... View more
07-28-2022
08:38 AM
|
0
|
6
|
3646
|
|
IDEA
|
Back to the original question, what is the purpose of these views? I'm seeing several workflows listed in your post. Do you want to present data to your end users for viewing / reporting purposes? This is something that we can talk through some best practices on. If you're looking to edits views of your branch versioned data, this is not supported and quite dangerous. The reason why we don't allow this is because there are constraints and internal dependencies maintained by the feature services that we enforce as you edit the data. This is even more important if you have controller datasets like a utility network, trace network, or parcel fabric as you will likely end up placing your controlled datasets in an inconsistent or corrupt state.
... View more
07-28-2022
08:34 AM
|
0
|
0
|
8171
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 7 hours ago | |
| 2 | yesterday | |
| 1 | yesterday | |
| 2 | Monday | |
| 1 | Tuesday |
| Online Status |
Offline
|
| Date Last Visited |
28m ago
|