|
POST
|
My only thought is to extract the atbx(it is a compressed file), and install the UDMS into the ArcGIS Servers and Pros python environment. I am just not sure of the ramifications of this. You can call the underlying batch trace function like this results = udms.logic.batch_trace(
utility_network=str(target_network),
trace_locations=str(sp),
result_types=result_type,
output_folder=str(out),
summary_store_field=None,
field_mapping=[["FlagType", filter_class, "labeltext", "FIRST"]],
key_field="GroupBy",
expression=None,
trace_config=f"Trace Config:: {added_tc}",
calc_on_start=False,
history_field="historydate",
)
... View more
a week ago
|
1
|
1
|
86
|
|
POST
|
If I recall correctly, there is a current bug(BUG-000160584)/issue with publishing the style of atbx UDMS is. We build the ATBX with embedded python modules. When ArcGIS Pro packages the ATBX for publishing, the consolidation process removes these embedded modules. I am not sure there is an easy way to publish this ATBX.
... View more
a week ago
|
1
|
0
|
87
|
|
POST
|
I cant find the Power Engineer articles, I think they are forever gone. Here is the link to the most current help on the d_configuration table - https://doc.arcgis.com/en/arcgis-solutions/latest/tool-reference/utility-network-package/pdf/Utility%20Network%20Package_Asset%20Package%20Reference.pdf Yes - you can definitely use the d_config table at this point, but first, before exporting back to Asset Package, try the Analyze Network Data GP(part of pro). It has a complimentary tool to resolve errors. For fields, you can also just delete them, unless they are set as a Network Attribute.
... View more
2 weeks ago
|
0
|
0
|
52
|
|
POST
|
I copied the class to a new FGDB, deleted the original, pasted it back and it fixed it.
... View more
2 weeks ago
|
1
|
0
|
118
|
|
POST
|
Appears to be the ControlValve class bad_layer = [d for d in describe_workspace_elements(r"C:\\temp\\260803WaterCopy_1.gdb") if d.name == "CIMFeatureDatasetDataConnection>"][0] print(bad_layer.aliasName)
... View more
2 weeks ago
|
0
|
1
|
118
|
|
POST
|
Thanks for sharing a repo dataset. Something is corrupt in that database. When I walk the input database to get it layers, it returns a very odd layer MikeMillerGIS_0-1785937338144.png Try this simple code snippet: def describe_workspace_elements(workspace) -> list:
"""All describe children in the workspace"""
if not hasattr(workspace, "dataType"):
workspace = arcpy.Describe(workspace)
children = []
for child in getattr(workspace, "children", []):
children.append(child)
children.extend(getattr(child, "children", []))
return children
gdb = r"C:\\temp\\SimpleDataMappingError\\260803WaterCopy_1.gdb"
[f.name for f in describe_workspace_elements(gdb)]
... View more
2 weeks ago
|
0
|
2
|
119
|
|
POST
|
Do you have a featureclass that is the same name as your FeatureDataset? Any way you can package this up and send it to me?
... View more
2 weeks ago
|
0
|
0
|
148
|
|
POST
|
What version of ArcGIS Pro? I see Cluster Key as a property set, try removing that from the A_PropertySet table in the asset package.
... View more
2 weeks ago
|
0
|
0
|
80
|
|
POST
|
You can access it via the Early Adopter Community. Additional details can be found here - https://storymaps.arcgis.com/stories/95ad7c7cf04f4d6db5954d9af4569c9a
... View more
3 weeks ago
|
0
|
0
|
53
|
|
POST
|
The only "issue" I am aware of with a Feeder feed Feeder or adjacent subnetworks in the same tier is the inability to trace upstream through them without selecting a higher(lower number) tier as the target tier. There is a backlog item for this and if this is what you are experiencing, please log a support incident and tied to the backlog item. The more request, the higher it moves in the queue.
... View more
3 weeks ago
|
0
|
0
|
74
|
|
POST
|
No, they are different solutions. The Water Utility Network Foundation will deploy a new solution with a Desktop Application Template item. You will have to walk through the steps to create a Utility Network and publish it.
... View more
3 weeks ago
|
0
|
0
|
142
|
|
POST
|
I just tried Change AP spatial reference on they AP you sent and it works fine. Tried 3.7.0, then installed 3.7.1 and both work.
... View more
4 weeks ago
|
0
|
1
|
214
|
|
POST
|
I wonder if it is the python environment then. Are you using a python clone? Maybe try a new clone?
... View more
4 weeks ago
|
0
|
1
|
224
|
|
POST
|
That means something is corrupt with that asset package. Any chance you can zip it up and send it to me. Want to see what is going on.
... View more
4 weeks ago
|
0
|
1
|
226
|
|
POST
|
I also see you have an active map, we have seen where this causes the corruption. If you delete the map and restart pro or use a new pro session, does it complete?
... View more
a month ago
|
0
|
0
|
303
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | 2 weeks ago | |
| 2 | 07-07-2026 06:45 AM | |
| 1 | 06-26-2026 09:15 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|