|
POST
|
@CodyPatterson As soon as something is traditionally versioned it will get an SDE_STATE_ID field (regardless of whether edits are moved to base) and this value is used along with several system-maintained tables to manage all the edits in default and versions. If you just use the versioned views, you don't need to worry too much about what's happening behind the scenes (because the views handle it all for you). There are several technical articles out there that explain this process (and the waters can get pretty deep on this stuff) Here's a good introduction to traditional versioning: Versioning 101 - ArcUser Technical Article - Esri Community Here's a description of the system tables: ArcGIS Help 10.1 - Versioned tables in a geodatabase in SQL Server
... View more
02-15-2024
07:08 AM
|
0
|
2
|
2212
|
|
POST
|
@NadiaAlami can you share a link to the YouTube video you are watching? I suspect one of two different possibilities for this but would like to see the tutorial you're trying to follow before recommending a course of action.
... View more
02-15-2024
06:46 AM
|
0
|
3
|
1649
|
|
POST
|
Even though the edits aren't moved to the base tables you can still query the data using SQL. You'll just need to use versioned views to query the data in default (or other versions). You can find examples of this technique in this page of the online help. These versioned views will do the hard work of joining together all the edits in the base, adds, and delete tables to show you the correct rows.
... View more
02-15-2024
06:39 AM
|
0
|
1
|
2230
|
|
POST
|
@OliviaGill3 If you haven't already, I recommend you take the three tutorials in this learn series to help you better understand how to connect features and configure rules: Managing Connectivity with ArcGIS Utility Network. There are also about a dozen articles I can point you to with specific examples for electric, gas, or water datasets.
... View more
02-14-2024
08:10 AM
|
1
|
0
|
4511
|
|
POST
|
An asset group/type that is unknown to the system is an invalid feature and I would be careful about using it to draw conclusions about the behavior of the system. Instead, stick to valid asset types and look at how they behave when they do and do not have rules.
... View more
02-14-2024
08:07 AM
|
0
|
5
|
4511
|
|
POST
|
@joecastellana When editing directly in default no posting or starting/stopping editing is required. All edits are directly and irreversibly applied to default, so use with care. I've seen many organizations successfully use third-party messaging services or apps to coordinate work, but I think you should check out this presentation from IMGIS where Houston Water demonstrates their editing workflow and how they manage it using ArcGIS Workflow Manager. I'm always a sucker for a good dashboard but having real-time access to the status of every job in the GIS and knowing it's actually linked to the workflows we use for managing our versions is pretty sweet. The version management link provided by @MarceloMarques does a good job of explaining all the most popular workflows, but as @ClaudzPora noted they misspoke when they said you could create a 2-tiered version system. Everything needs to be 1 version off of default. If you do want to try and enforce a single editor, you'd need to protect default and have the workflow be that only one or two people are allowed to post to default (i.e. have the version administrator role). This way all edits are required to flow through your posters. I'd like to know a little more about your statement "Also we see instances of dirty areas being assigned to editors that were not working on those features which can cause some confusion", can you elaborate?
... View more
02-14-2024
07:00 AM
|
2
|
2
|
4899
|
|
POST
|
@BogdanHristozov Are there any other errors with that fuse or any of the lines it is connected to? As an example, when there are stacked point features you will get a stacked point feature error on the stacked points (error 25), but the system also reports ambiguous connectivity (error 9) because it doesn't know which of the points are connected to which of the lines. It sounds like you're well on your way into a utility network prototype, and if you haven't already, I recommend you check out the Running a successful utility network prototype presentation.
... View more
02-14-2024
06:43 AM
|
1
|
1
|
630
|
|
POST
|
@OliviaGill3 Terminal devices cannot be drawn midspan on lines, they must split them. Once the line is split the junction-edge connectivity rules apply, but if you don't split the line you get a topology error. In most cases after splitting the line you will want to connect each line to a different terminal on the device, although in the case of drawing something like a fuse for a tap-line midspan (where it connects to three lines) you would connect the two lines on the upstream edge to one terminal, and the tap line to the other terminal. This configuration allows the fuse to be opened and only interrupt flow to the tap line, leaving flow on the mainline uninterrupted.
... View more
02-14-2024
06:38 AM
|
0
|
7
|
4517
|
|
POST
|
You don't need to explicitly map your default network junctions from your utility network into features of the utility network, they system will automatically create system junctions for these locations in a hidden system table. The only time you need to worry about migrating these features is when they represent real-world features or when they represent the connections between two lines that have a different asset type. In those cases, the type of junction you create will depend on the types of lines being connected (e.g. overhead to underground gets a riser or tap). The terminal error you are seeing is because you have said that the features on either end of the line have a 'CB:Bus Side' terminal, when actually the end of the line that has a connector on it should have the default value of None. The modify terminal tool will not let you manually populate an invalid value like this, so it may be that you have some script or workbench that is setting these values (or you are splitting lines after setting terminals)?
... View more
02-13-2024
02:59 PM
|
1
|
4
|
3441
|
|
POST
|
Can you post the link to the page in you pulled that quote from so I can pass it along to our doc team? Junction edge rules apply to any location where a point (device, junction, or junction object) is connected with a line (line or edge object). If the point has terminals, then the rule will also include which terminal on the point the rule applies to. Junction-edge rules most commonly apply to geometric connectivity but can apply to non-spatial connectivity when they involve a non-spatial object (junction object or edge object). The paragraph you're referring to discusses the limitations of midspan connectivity with terminals which requires either splitting the line or using a non-terminal device to represent the insertion point.
... View more
02-13-2024
02:50 PM
|
0
|
10
|
4568
|
|
IDEA
|
Solutions taken from this idea (Scroll bar on Network Properties in Utility Manage... - Esri Community). As of ArcGIS Pro 3.2 you can use the Generate Schema Report tool to create an excel or html report for your geodatabase. This includes a section that describes the tiers in your network. You can also use the utility network properties extractor to produce this in csv format. If you want to visualize your actual subnetworks, you can use the export subnetwork controllers tool to output all your subnetwork controllers to a csv file (that includes tiers) and use that to generate a graphic like what you referenced above.
... View more
02-12-2024
07:30 AM
|
0
|
0
|
3072
|
|
IDEA
|
Over the past year we have made many improvements to our original learning series: Getting started with ArcGIS Utility Network. We have also created three new industry-specific learning series: Learn ArcGIS Utility Network for Electric Utilities Learn ArcGIS Utility Network for Gas and Pipeline Learn ArcGIS Utility Network for Water Utilities Among these learning series, you will find dozens of links to tutorials, videos, articles, and white papers.
... View more
02-12-2024
07:24 AM
|
0
|
0
|
1952
|
|
IDEA
|
Another workaround is to use the Generate Schema Report tool added in ArcGIS Pro 3.2. It can create html or xml reports with hyperlinks that make it much easier to navigate and understand your configuration. Here you can see the utility network listed as a dataset in my database: After clicking that I'm taken to a page that shows all the properties for the utility network in question: By clicking one of those hyperlinks I will be taken to a section of the spreadsheet that details those properties of my utility network:
... View more
02-12-2024
07:05 AM
|
0
|
0
|
1738
|
|
POST
|
Those images look like elbows in a junction box. So, if that's what your engineer is interested in modeled you would map them to the appropriate asset type in the medium/low voltage elbow asset group.
... View more
02-09-2024
07:46 AM
|
2
|
0
|
1548
|
|
POST
|
@TóthRóbert The visible option is used when calculating the association status of a feature or object. Specifically, is used to differentiate visible or hidden content. While this works great with features where we can use this status in display filters to hide content in your containers, as you noted it has much less meaning when applied to non-spatial objects. However, as you noted, you could use this value in network diagrams if you wanted to create some special diagrams that leveraged this value to hide non-spatial objects in your diagrams.
... View more
02-09-2024
07:43 AM
|
0
|
0
|
1011
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | yesterday | |
| 1 | Thursday | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
16 hours ago
|