|
POST
|
Paul, Is there a 'What's New in Utility Network' page somewhere that goes through all of the above you mentioned (eg. advantage of new geodatabase, UN functionality) to help explain what the changes are? I know about the pages that contain the release notes for the model (http://solutions.arcgis.com/electric/help/electric-utility-network-configuration/get-started/release-notes-for-2-0.htm) & here for untools (https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/release-notes-2-3-0.htm). Was hoping for a more consolidated approach and how it all ties in together especially with the geodatabase advances. Thanks
... View more
06-18-2019
06:17 PM
|
1
|
0
|
2615
|
|
POST
|
Udaya, If you like some help, you'll need to provide more information and do some more reading on the documentation pages (eg. Get started with the Electric Utility Network Configuration). Adding the python package doesn't give you access to the ArcGIS Pro packages for the different models. I have replied to your other post about the models.
... View more
06-18-2019
02:40 PM
|
1
|
0
|
2847
|
|
POST
|
Srinivas, When you read through the Getting Started documentation (http://solutions.arcgis.com/electric/help/electric-utility-network-configuration/get-started/get-started-overview.htm), there is a step where they talk about setting up the Solutions Deployment addin which allows you to download the sample dataset and ArcGIS Pro package
... View more
06-18-2019
02:33 PM
|
0
|
2
|
1069
|
|
POST
|
Michael, Are you able to go into more detail about the schema/domain changes? I would consider a schema change to be significant and be a mandatory requirement to upgrade the asset package. Just trying to understand the changes and that only a warning comes up and to me that suggests its not important to upgrade. Hope that makes sense. Thanks
... View more
06-18-2019
06:29 AM
|
0
|
2
|
2441
|
|
POST
|
I have downloaded the latest UNM for electric from arcgis.com and the info within the version table has it as V2 with V2.0.1 model. When using the Apply Asset Package gap tool, it brings up a warning about not being the latest version and to use to Upgrade gp tool. When an upgrade is done, the version has it as 2.3 with 2.0.1 model. Is there a list of what the Upgrade tool does to lift 2.0 to 2.3? Is it adding new fields, changing data types, adding/removing attribute rules, changing arcade expressions, adding/removing edge/junction rules, changing asset group/asset types? Thanks
... View more
06-18-2019
06:06 AM
|
0
|
4
|
2436
|
|
POST
|
Michael, Setting the logger level to ‘DEBUG’ is gold. Thanks for the additional information and there more settings that can be set to help with debugging? We have also used a bat file to launch Pro with SDE debugging by setting variables in the bat file. I’m also having issues in Apply Asset Package with an error relating to Invalid Arcade expression. The data model is V2.0.1 with ArcGIS Pro 2.3.3 with untools 2.3.3 but I have modified the Naperville data to be in GDA2020 geographic coordinates with AHD and relocated the assets, territory, etc. to Queensland to see how data can be deployed in this area before embarking on our UNME project to replace our 2 current GIS systems. Thanks
... View more
06-18-2019
05:55 AM
|
1
|
2
|
2847
|
|
IDEA
|
Agree. I can see a lot of industries/utilities expanding their capability/knowlegde in data collection having access to this type of sensors
... View more
05-27-2019
02:41 PM
|
0
|
0
|
2609
|
|
POST
|
Larry, In your attached screenshot, there is a warning message about you can't modify the default python environment. You will have to create a new environment by cloning the default and then download the untools python library
... View more
05-23-2019
02:17 PM
|
0
|
0
|
1541
|
|
POST
|
Paul, Just wondering how the fix and new release of the untools package is going? I saw in another post that you were hoping untools V2.3.3 will be released this week/early next week. Thanks
... View more
05-20-2019
06:11 PM
|
0
|
1
|
3171
|
|
POST
|
Kieren, Just wondeing what you mean by X-Ray output?
... View more
05-16-2019
02:40 PM
|
0
|
2
|
1425
|
|
POST
|
Paul, Thanks for the beta version and excellent news on V2.3.3 coming out in the next few weeks
... View more
05-02-2019
02:18 PM
|
0
|
0
|
3171
|
|
POST
|
Paul, Thanks again for this. Is there a propose timeline for this fix? Just thought this issue is a big one. Is there page/section that has all the error messages, bugs listed with status, etc. associated to the untool py package? It might help in trying to debug what is going on, etc. Also, Just wondering what steps would you take from here? Do I wait for release 2.3.x or should I downgrade the py package to 2.3.1 and potentially run in other issues, etc. Thanks again
... View more
04-29-2019
03:06 PM
|
0
|
4
|
3171
|
|
POST
|
Hi all, Just wondering has anybody experienced this error before when applying the asset package? I had the 'Load Data' & Spatial Index checked. I'm using ArcGIS Enterprise 10.6.1, SQL Server 2017, ArcGIS Pro 2.3.2 on Win 7 x64 desktop & FME2019.0 Desktop. The asset package originally created by exporting the UN from an enterprise geodatabase which created by using the Create Utility Network GP tool. The service territory is just larger than Australia and set to GDA2020 coordinate system. I have 2 network domains - Electrical & Communication with Asset Group & Asset Type are set up on these as well as Structure. StructureJunction feature class only has data in it (1.1M records as a test so far). Start Time: Monday, 29 April 2019 8:13:22 PM Running script AssetPackageToUtilityNetwork... ArcGIS Pro 2.3.2.15850 untools 2.3.2 A python error occurred. EXCEPTION Traceback (most recent call last): File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\arcobjects\_base.py", line 90, in _get return convertArcObjectToPythonObject(getattr(self._arc_object, attr_name)) AttributeError: SpatialReference: Get attribute metersPerUnit does not exist During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\anryan\AppData\Local\ESRI\conda\envs\un\Lib\site-packages\untools\common\wrappers.py", line 83, in wrapper return func(*args, **kwargs) File "C:\Users\anryan\AppData\Local\ESRI\conda\envs\un\Lib\site-packages\untools\gptools\tools.py", line 397, in run apply.main() File "C:\Users\anryan\AppData\Local\ESRI\conda\envs\un\Lib\site-packages\untools\utils\shared_validation.py", line 2601, in main self.validator.validate_all() File "C:\Users\anryan\AppData\Local\ESRI\conda\envs\un\Lib\site-packages\untools\utils\shared_validation.py", line 106, in validate_all func() File "C:\Users\anryan\AppData\Local\ESRI\conda\envs\un\Lib\site-packages\untools\utils\shared_validation.py", line 234, in validate_extent scaled = ct.scale_polygon(polygon=envelope, scale=1.1) File "C:\Users\anryan\AppData\Local\ESRI\conda\envs\un\Lib\site-packages\untools\common\common.py", line 687, in scale_polygon scale /= polygon.spatialReference.metersPerUnit File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\arcobjects\_base.py", line 96, in _get (attr_name, self.__class__.__name__)) NameError: The attribute 'metersPerUnit' is not supported on this instance of SpatialReference. Failed to execute (AssetPackageToUtilityNetwork). Failed at Monday, 29 April 2019 8:14:04 PM (Elapsed Time: 42.17 seconds) Thanks for your time with this. Regards
... View more
04-29-2019
05:28 AM
|
0
|
6
|
3666
|
|
POST
|
Paul, Thank you again for your help this. I'll be treading carefully with this. At the moment, no data is being loaded but that will come in a few more interations of the asset package. For now my approach is try to apply it and if it fails, rebuild the database and try again and if it still fails, go to Geonet
... View more
04-24-2019
05:36 PM
|
0
|
0
|
1880
|
|
POST
|
Hi there, I'm just wondering can the 'Apply Asset Package' gp tool be run multiple times on the same UtilityNetwork that was staged within the enterprise geodatabase? Trying to determine the workflow as I develop up my asset package configurations (eg. extend Asset Groups, add new Asset Type and their associated coded domains, new attribute rules with db sequences, etc). Not sure if the enterprise geodatabase has to be rebuilt and the 'Stage Utility Network' gp tool run every time the apply asset package when new configurations are added. I assumed the rebuild steps would have to be done when the Asset Groups are changed (eg removed) as this system is designed as an 'additive' approach. Thanks for your time with this
... View more
04-24-2019
05:17 PM
|
0
|
2
|
2122
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 01-18-2026 05:25 PM | |
| 2 | 01-03-2026 05:13 PM | |
| 4 | 11-11-2025 07:59 PM | |
| 1 | 10-10-2025 08:03 PM | |
| 1 | 10-19-2025 08:18 PM |
| Online Status |
Offline
|
| Date Last Visited |
05-12-2026
06:03 PM
|