|
POST
|
It is unclear why the multi processing is failing for you. It is not a known defect as it works for others, but we have reports of it not working, like you are experiencing, but unclear of the cause at the moment.
... View more
|
1
|
1
|
234
|
|
POST
|
Thank you for the log. I believe the parallel processing of append is failing for some reason. Before running the tool, set the Parallel processing factor to 0
... View more
|
0
|
3
|
241
|
|
POST
|
Can you enable debug logging and share the entire log? Open Pro Open the Utility Network Package toolbox and run a tool and cancel it(this loads the untools into memory) Open the python command window in ArcGIS Pro Enter the following import untools
untools.logger.setLevel('DEBUG') Run Apply Asset Package
... View more
Thursday
|
0
|
5
|
324
|
|
POST
|
You should never get any UN_<DSID>_* tables in the asset package. If you do, the asset package tools will treat it like a stand alone table.
... View more
a week ago
|
0
|
0
|
375
|
|
POST
|
Easiest way to think about it, is the Asset Package is the complete representation of the Utility Network, but serialized or represented in a series of visible tables. Running Asset Package to GDB always creates a brand new Geodatabase. The tools take all the rows from the C_Association table and format them into the format that Import Association requires(csv). You can see these files in the AP_Workspace folder. Can you post the entire message from the GP tool?
... View more
2 weeks ago
|
0
|
0
|
416
|
|
POST
|
If it was not working for all the streetlight rows, I would expect an error message for each. I am going to add the def query to the error message so if we encounter this in the future, it would help us hunt down the suspect row.
... View more
2 weeks ago
|
0
|
0
|
685
|
|
POST
|
I take that back. Streetlight is the destination, which is what we support. I walked through the code and nothing stands out why it would not work. The logic queries the streetlight class and extracts the parent global ids from the relationship key field. My only guess is it is because the inputs are listed N times. Could one of them not have rows or a valid relationship? As a test, if you duplicate the relationship lookup key, make it unique for all streetlight subtypes, does the error message list them all, or just a subset? So try SupportStructureStreetlights1, SupportStructureStreetlights2, etc
... View more
2 weeks ago
|
0
|
2
|
685
|
|
POST
|
Hard to tell without a sample to test it, but I think the direction is wrong. The Streetlight is the destination in the relationship? If you set the association info on the support structure to the streetlight and not the streetlight to the structure, does that work?
... View more
2 weeks ago
|
0
|
3
|
689
|
|
POST
|
In the Utility Network properties page, in the tiers subnetwork definition, scroll all the way to the right. You can also use the Generate Schema Report tool and review it in there. You should see something like this:
... View more
2 weeks ago
|
0
|
0
|
350
|
|
POST
|
Phase Normal is not set up as the propagated value in the model. Phase Change is. Phase Change needs to be defined on the controllers and any place phase deviates.
... View more
2 weeks ago
|
1
|
2
|
405
|
|
POST
|
You can find the data dictionaries here - https://doc.arcgis.com/en/arcgis-solutions/latest/reference/introduction-to-electric-utility-network-foundation.htm#ESRI_SECTION1_7F90EBF29A6E451F837FF680AB23097A As for the circuit, what terminal did you connect the connector too? What terminal did you assign the controller info on?
... View more
2 weeks ago
|
0
|
1
|
450
|
|
POST
|
The table does not have to be in the service. I wonder if it has to deal with you do not have Exclude from Client Application checked. Try checking that so the rule is only run the database.
... View more
3 weeks ago
|
0
|
1
|
201
|
|
POST
|
How was the master street name table created? Is it registered with the GDB? Who is the owner of the table?
... View more
3 weeks ago
|
0
|
3
|
204
|
|
POST
|
Ok, That helps. The error is that the FeatureSetByName cannot find table. Can you move it all to a file geodatabase for testing to ensure the rule works? That would help eliminate variables with enterprise databases and permissions.
... View more
3 weeks ago
|
0
|
2
|
441
|
|
POST
|
Do you happen to have any other attribute rules? The error message does not match the code above.
... View more
3 weeks ago
|
0
|
5
|
454
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | 2 weeks ago | |
| 2 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 04-23-2026 03:48 AM |
| Online Status |
Online
|
| Date Last Visited |
5 hours ago
|