|
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
05-16-2026
06:13 AM
|
0
|
0
|
1102
|
|
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
05-15-2026
07:42 AM
|
0
|
0
|
1930
|
|
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
05-15-2026
07:39 AM
|
0
|
2
|
1930
|
|
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
05-15-2026
07:21 AM
|
0
|
3
|
1934
|
|
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
05-13-2026
04:01 AM
|
0
|
0
|
823
|
|
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
05-12-2026
08:40 AM
|
1
|
2
|
878
|
|
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
05-12-2026
05:23 AM
|
0
|
1
|
923
|
|
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
05-07-2026
12:18 PM
|
0
|
1
|
371
|
|
POST
|
How was the master street name table created? Is it registered with the GDB? Who is the owner of the table?
... View more
05-07-2026
12:08 PM
|
0
|
3
|
374
|
|
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
05-07-2026
11:02 AM
|
0
|
2
|
918
|
|
POST
|
Do you happen to have any other attribute rules? The error message does not match the code above.
... View more
05-07-2026
10:23 AM
|
0
|
5
|
931
|
|
POST
|
I do not know, I do not have access to the data so very hard to tell. Can you verify the name of the master street name table? Does you street have a street name of "Street Name"
... View more
05-07-2026
09:52 AM
|
0
|
7
|
938
|
|
POST
|
Try this. Also, when posting code, please use a code samples(Javascript works good for arcade). Makes it much easier to read if (IsEmpty($feature.FullStreetName))
{
return true;
}
var addresserStreetName = Upper($feature.FullStreetName);
var masterStreetName = FeatureSetByName($datastore, 'vwAddresserData_v2', ["FULLADDRESS"], false);
var matches = Filter(masterStreetName, "UPPER(FULLADDRESS) = @addresserStreetName");
if (Count(matches) > 0)
{
return true;
}
return {"errorMessage": "The address " + addresserStreetName + " does not exist in the master Street table."};
... View more
05-07-2026
08:15 AM
|
0
|
9
|
976
|
|
POST
|
Add devices/junctions technically have terminals. If a terminal configuration was not applied, you need to set it to Single Terminal. Example:
... View more
05-06-2026
11:00 AM
|
1
|
0
|
306
|
|
POST
|
We model these locations as devices to simplify data conversion from existing datasets and to support ongoing editing and data maintenance. The device feature is configured as a container, allowing you to add unit-level details using WaterJunctionObject features. If a more detailed representation of a pump station or other facility is required, I recommend using structural containment through the Structure Boundary or Structure Junction features instead. For example, lets look at a Pump Stations. In this example, we are modeling three pumps. If we turn on Show Content, we can see that fitting and the valves turn on. So we are essentially modeling "Assemblies", but using the structure boundary instead of a domain Assembly feature.
... View more
05-06-2026
08:47 AM
|
2
|
0
|
373
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | Tuesday | |
| 1 | 2 weeks ago | |
| 1 | 06-05-2026 05:01 AM | |
| 1 | 06-02-2026 01:29 PM | |
| 2 | 05-27-2026 08:28 AM |
| Online Status |
Online
|
| Date Last Visited |
Tuesday
|