|
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
|
734
|
|
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
|
779
|
|
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
|
304
|
|
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
|
307
|
|
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
|
714
|
|
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
|
727
|
|
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
|
734
|
|
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
|
772
|
|
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
|
275
|
|
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
|
323
|
|
POST
|
We are currently working on an update to the Communications Utility Network Foundation solution which will include a model based on the TDN. We are looking at first providing the updated solution via the Early Adopter Community in June of 2026 with an official release of the solution in the fall of 2026.
... View more
05-05-2026
05:35 AM
|
0
|
0
|
297
|
|
POST
|
Can you share your inputs? I can try to repo here and see what is going on.
... View more
04-27-2026
08:51 AM
|
0
|
0
|
237
|
|
POST
|
This was part of the Water Utility Geometric Network Editing solution for ArcMap which is retired.
... View more
04-24-2026
03:04 AM
|
0
|
0
|
547
|
|
POST
|
If when you added the Utility Network to a map, you clicked yes to the pop up, then you will have to remove those layers from the map. When adding the Utility Network controlled classes to the map and you want subtype group layers/tables, you have to add those classes with the Add Data - Subtype Group Layer button.
... View more
04-23-2026
03:48 AM
|
1
|
0
|
457
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 2 | 3 weeks ago | |
| 1 | a month ago | |
| 1 | 05-12-2026 08:40 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|