|
POST
|
@rpepato_bizpoke Glad it was able to help you move forward. If you can reproduce the issue, or if you have a copy of the database where you can reproduce the issue, I encourage you to log an issue with support so we can determine what caused this and get it fixed.
... View more
09-20-2023
10:47 AM
|
2
|
0
|
2941
|
|
POST
|
Are you able to run the Add Spatial Index tool on this system table? It may not be listed in the database connection, but if you enter the path into the tool it should be able to run.
... View more
09-20-2023
09:10 AM
|
1
|
2
|
2961
|
|
POST
|
I've been out this week so haven't had a chance to test this on my end, but are you saying if you run a standalone python script that does the following: Create Layer (using feature service URL and giving it some unique layer name) Change version (on layer) Validate topology (on layer) You are seeing that it is still only validating default? If you're performing this test in ArcGIS Pro you should make sure that the layer name you are using is unique. I can tell you that the ArcGIS API for Python does support all this.
... View more
09-20-2023
08:41 AM
|
0
|
0
|
5410
|
|
POST
|
Everything Richard said is true, and I especially want to highlight his last statement "working through such questions will help you pick the best path". Because the UN has the flexibility to support all of these approaches (and other approaches) you should design a solution that will be best for your editors and your organizations then implement THAT solution. You can migrate all your data to conform to the new standard, train all your editors to maintain that standard going forward, and put quality assurance controls in place to make sure the standard is maintained.
... View more
09-20-2023
08:25 AM
|
2
|
0
|
3490
|
|
POST
|
I agree that the majority of the junction objects may seem redundant but will try to explain how this model is typically implemented. This sort of bank/unit type modeling is a byproduct of an electrical system that can have anywhere from 1-3 different devices (or wires) at any given location. As an example, a location serving three phases of electricity could have a single three-phase transformer (junction object), three single-phase transformers (three junction objects), or even two single-phase transformers that are wired in a particular way (two junction objects). Each of these objects has its own unique serial number and attributes, so we need to model them in the GIS, but because they are all connected at a single location it is easiest to place a device there and create the equipment as junction objects. An alternative would be to draw each piece of equipment as its own device, contain them in an assembly, and attach them to the lines using junctions (spatial junctions). You can find examples of all of these approaches in Naperville if you look close enough. Placing a device at the physical location, then creating non-spatial objects that corresponds to the actual installed equipment gives you a degree of freedom to handle this. There can also be some benefits to this approach when it comes to integrating with certain asset management systems that require all equipment to exist at a location (device) but also have information about the individual assets (junction objects).
... View more
09-18-2023
08:23 AM
|
1
|
1
|
3402
|
|
POST
|
You should be able to pass in the URL to the feature service and layer id of the utility network to get this information. However, for creating standalone Python scripts doing fine-grained operations against ArcGIS Enterprise my recommendation is to use the ArcGIS API for Python (read this article about pros/cons of different apis for more details). One other important item to take into consideration, that the ArcGIS API for Python will give you but ArcPy won't, is that when you connect to a version and start making edits (or validating, reconciling, etc) you are potentially going to be competing with other users for locks. If another user is editing that version, your process will fail. If your process is running on a version than other users won't be able to edit it.
... View more
09-18-2023
08:08 AM
|
1
|
1
|
5434
|
|
POST
|
What version of ArcGIS Pro (and/or ArcGIS Enterprise) is this? The traversability barrier should be working correctly with non-spatial objects in the current release of the software, as long as the attribute you're using for network analysis is correct (e.g. the measured length of the strand is accurate). Where there is currently a known issue is that the aggregated geometry currently returns the entire parent geometry instead of the partial edge when the otdr trace is performed on a non-spatial object.
... View more
09-14-2023
02:39 PM
|
0
|
1
|
1765
|
|
POST
|
There is an online learning series specifically about Migrating to the Utility Network learning series that will help you understand the process and tools. You should also consider taking the full Getting Started with the Utility Network learning series since it covers the core concepts of the product, along with some important aspects of how to manage the topology and subnetworks. If this is your first utility network, and it sounds like it is, I recommend you use a mobile geodatabase or file geodatabase until you get very comfortable with the entire migration process. There are two reasons for this: Data migration is an iterative process. When you make a mistake, it's much easier to create a new file/mobile geodatabase and start over again (rerun your conversion, deploy your asset package, etc). It's possible to run a fully functional, single-user utility network in a mobile or file geodatabase, meaning you can convert the data into a local geodatabase and do all your quality assurance and testing without needing to do anything with ArcGIS Enterprise. In order to edit or analyze data in an SDE environment you need to register your data with ArcGIS Enterprise and publish/use feature services for all your work. Since you're just starting out, I'd recommend you start with the simpler approach (mobile gdb) until you are comfortable with adding additional steps to the process (or you need to share your data with others). Other final notes: When using a local geodatabase, I recommend you use a mobile geodatabase over a file geodatabase, especially if you have a lot of non-spatial objects or associations (which telco models typically do). You can always copy/paste a utility network between databases, so once you have everything up and running in a mobile geodatabase you can always just copy it to a new database in Postgres.
... View more
09-14-2023
05:54 AM
|
4
|
0
|
3460
|
|
POST
|
you need to clone your conda environment and deploy the untools. This will give you access to the utility network package tools that are used to stage/deploy a utility network. You should have done this as part of the installing implementation prerequisites task.
... View more
09-13-2023
11:52 AM
|
1
|
0
|
1347
|
|
POST
|
The D_Rename table allows you to select different sets of aliases when you deploy an asset package. If you were to rename something that was referenced by that table, and then select one of those rename options, it would likely either fail or overwrite your renamed item with the name specified in the rename option you selected.
... View more
09-08-2023
11:06 AM
|
1
|
0
|
3006
|
|
POST
|
Adding new items to the asset package must be done by hand. While you can manually rename existing domains/vales in the asset package I've always recommended using the rename table. This makes it very easy to track where you've made modifications to the base model. In theory, if you selected a configuration that included a value in the D_Rename table this could lead to a situation where your change could get overwritten, but I don't believe any of the foundations include configurations that would do this.
... View more
09-08-2023
09:09 AM
|
1
|
5
|
3077
|
|
POST
|
According to one of the responses above it sounds like there is a backlog item to implement the ability to edit a branch version in ArcGIS Field Maps, which is something I know would benefit a lot of connected field/desktop workflows. Taking an existing named version offline is a bit trickier, because taking a version offline requires creating a child version to hold the offline edits and branch-versioning limits the ability to create grand-child versions. Although now I'm wondering what would happen if a field user created an offline version then a desktop editor made edits to the same version.
... View more
09-06-2023
06:41 PM
|
1
|
0
|
1160
|
|
POST
|
Can you post screenshots of what you're seeing? The trace will always return the features that are part of the connectivity of the trace, the other settings about including content/structure/containers determine whether the content/structures/containers associated to those results are also included. As an example, we will always include a device that is part of the subnetwork in a subnetwork trace, selecting include content/exclude content determines whether we also include any content associated with that device (maybe it contains non-spatial objects)? You can find a full description in the including containers, content, and structures section of the Configure a trace online help page.
... View more
09-06-2023
07:19 AM
|
1
|
1
|
1399
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Monday | |
| 1 | Monday | |
| 1 | Monday | |
| 1 | Monday | |
| 1 | Sunday |
| Online Status |
Online
|
| Date Last Visited |
8 hours ago
|