|
POST
|
There's definitely something strange going on here, but what you've explained in your post doesn't completely make sense to me. An asset package database doesn't have a utility network, so there's nothing to enable. Here's the process typically used once you've installed all the tools and downloaded your Utility Network Foundation: Change Asset Package Spatial Reference to get a new database (not just a new dataset) in the correct spatial reference Load data into the new asset package using the tools you are most comfortable with If you're outputting a file geodatabase for testing, use the Asset Package to Geodatabase tool to turn the asset package into a fully functional utility network Enable the topology on the new utility network file geodatabase Is it possible you are looking at the properties on an older utility network or database? If you create a new utility network database using the Asset Package to Geodatabase tool does that resolve the issue?
... View more
05-16-2022
06:41 AM
|
0
|
0
|
2438
|
|
IDEA
|
I recommend you check out the ArcGIS Utility Network product page since this has everything you are asking for in one place. This page has a link to all the blogs, training classes, learning paths, and videos related to the ArcGIS Utility Network and is automatically updated as new content is added.
... View more
05-12-2022
12:04 PM
|
0
|
0
|
2519
|
|
IDEA
|
This was added in ArcGIS Pro 2.9. Here is the text from the What's new in ArcGIS Pro 2.9: You can migrate utility network datasets between geodatabases for staging and testing using Copy and Paste tools and the Export XML Workspace Document and Import XML Workspace Document geoprocessing tools.
... View more
05-12-2022
11:59 AM
|
0
|
0
|
3126
|
|
POST
|
I was able to do this via a file geodatabase using the spatial join tool, add join tool, and calculate field tool against a regular layer. I'd recommend log a case with support with your particular workflow (subtype group layers, services, add spatial join tool) if you're not able to work around it. If you can't work around the issue and you're comfortable writing python, an alternative (although slower method) would be to use a combination of a arcpy data access search / update cursors to scan the spatial join table and push the edits to the corresponding rows.
... View more
05-12-2022
11:40 AM
|
0
|
0
|
1930
|
|
POST
|
You appear to be running a field calculate on a layer that has a join against it. Can you confirm that the field calculate works without the join?
... View more
05-12-2022
08:51 AM
|
0
|
2
|
1937
|
|
POST
|
That search will return any partner who has the words utility or network in their name. What I recommend is a search for anyone who explicitly has a Utility Network Specialty certification from Esri: https://www.esri.com/en-us/about/partners/find-partner/search?specialty=Utility+Network+Management
... View more
07-28-2021
06:40 PM
|
0
|
0
|
2998
|
|
POST
|
The Esri partner network will let you search for Utility Network certified vendors and solutions, but to my knowledge there are only a handful on the marketplace and I believe one of the prerequisites to becoming certified is one or more reference sites in production. I am aware of a few staking vendors who aren't certified (yet?) who have implemented on the UN or who are in the process of implementing on the UN.
... View more
07-23-2021
03:19 PM
|
1
|
0
|
3017
|
|
POST
|
Workaround Using the python command prompt for your conda environment force the 2.8.0 version of the untools to install using the following command conda install untools=2.8.0 Description I have found that the 2.8.0 untools work fine with both the ArcGIS Pro 2.8 and ArcGIS Pro 2.8.1 release. The trick is that if you've upgraded to ArcGIS Pro 2.8.1 the application will automatically install the 2.8.1 version of the tools.
... View more
07-21-2021
10:01 AM
|
1
|
0
|
6960
|
|
POST
|
Configurable Facility ID Creation Using the Utility Network | POWER Engineers
... View more
06-24-2021
06:09 AM
|
0
|
1
|
5505
|
|
POST
|
Here's the link: https://uc2020.esri.com/sessions/15345791/subsession/25135466/The-Journey-from-PLS-CADD-to-GIS
... View more
11-17-2020
12:24 PM
|
1
|
1
|
7573
|
|
POST
|
If you review the log files from loading you should be able to determine how much time was spent on each operation. With numbers that high my guess is that you enabled post processing and you have a significant number of error, this can be confirmed by reviewing the logs and seeing if the "Enable topology" task was responsible for 40+ hours of time.
... View more
09-29-2020
06:14 AM
|
0
|
1
|
2949
|
|
POST
|
If it's an engineer asking they're probably trying to get the data referenced in your electrical distribution maps into a file that can be imported into Milsoft's WindMil application. This requires mapping the elements and values in your GIS to the elements and values in the WindMil model and then creating an extractor to doing the translation. There are several Esri business partners that do this type of work regularly (full disclosure, I work for one of these companies, POWER Engineers). If you're planning on moving to the Utility Network soon and you don't already have such an extractor in place you may be better off planning on building that interface off of the Utility Network since it already has most of the data elements and QA rules in place to support WindMil. You'll still need to build (or buy) an extractor, but having implemented both kinds I can say I prefer the ones run off the Utility Network.
... View more
09-16-2020
07:05 PM
|
1
|
0
|
1818
|
|
POST
|
Matt, I'm gonna have to go dark for the rest of the day, but I'm wondering if there is something up with your asset package (potentially an older version of the model?). Check out my screenshots from earlier in the morning and you'll see that the "globalid" field in the target asset packaqge should be a guid data type and not a globalid data type, this is what allows the data loading workspace to bring your source globalid into the asset package. in your asset package your globalid field is a globalid data type, which means the data loading workspace cannot populate it. I would recommend you download and use the latest Esri Asset Package ( Water Distribution Utility Network Foundation | ArcGIS Solutions for Water ), as the asset package included in the sample data loading workspace appears to be using an older model that doesn't allow for carrying over globalids. Note: there may be some adjustments you need to make to your data loading workspace if there are some model changes between releases. I did have to make a few changes, but I believe all of mine were related to source data issues. Once you have global ids coming across, then getting your related records over should be (relatively) simple. As simple as anything that involves GIS and python can be expected to be.
... View more
05-14-2020
08:22 AM
|
2
|
1
|
5059
|
|
POST
|
Matt, For kicks try making the field mapping all uppercase ( !GLOBALID_1! ), then try running it through and show us what comes across in the "GLOBALID" field of the converted feature.
... View more
05-14-2020
07:54 AM
|
0
|
3
|
5059
|
|
POST
|
Matt, Can you show us the field data types for your source table as well as sample values for a single row for the globalid and globalid_1 columns?
... View more
05-14-2020
07:39 AM
|
0
|
5
|
5059
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | Tuesday | |
| 1 | 03-30-2026 07:24 AM | |
| 1 | Tuesday | |
| 1 | a week ago |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|