|
POST
|
I am not sure then. I just ran through my junctions and they worked. If you manually set a trace point at that junction and use the same trace config in the gp trace, does it work?
... View more
05-23-2024
04:55 AM
|
0
|
3
|
6175
|
|
POST
|
I would suggest starting with the output of https://esri.github.io/Utility-Data-Management-Support-Tools/docs/3.3/TraceFilesToGeodatabase.html. We process the json files into a database, which might make it easier to work it.
... View more
05-23-2024
03:32 AM
|
0
|
0
|
2012
|
|
POST
|
Do you have different tiers in your data? What tier is your downstream trace set up for? You might need a different trace config per tier/per junction. You would need a field on the junction class with the trace config name and the code can pull the trace config from that field
... View more
05-23-2024
03:29 AM
|
0
|
5
|
6176
|
|
POST
|
We are still working on these tools, but take a look at this toolbox. https://github.com/Esri/arcade-expressions/blob/master/attribute_assistant/AttributeAssistant.atbx We are working on GP tools to create the arcade for you. Lots to do still(hence not really sharing them yet), but they are functioning. https://github.com/Esri/arcade-expressions/blob/master/attribute_assistant/readme.md NOTE: The output is a csv that you need to import, so it does not apply the AR
... View more
05-21-2024
11:22 AM
|
0
|
0
|
4037
|
|
POST
|
I do not know. Are you applying to a Utility Network or the Asset Package?
... View more
05-21-2024
03:14 AM
|
0
|
0
|
1698
|
|
POST
|
Can you post more details. Screen shots? Did you modify the structure network at all after Stage?
... View more
05-21-2024
03:13 AM
|
0
|
0
|
2976
|
|
POST
|
You can make this work, just need to build it like this function get_fs(cls_name)
{
return Decode(cls_name,
"sdInlet",FeatureSetByName($datastore, "sdInlet", ['*'], true),
"sdOutlet",FeatureSetByName($datastore, "sdOutlet", ['*'], true),
"sdCleanOut",FeatureSetByName($datastore, "sdCleanOut", ['*'], true),
"sdManhole",FeatureSetByName($datastore, "sdManhole", ['*'], true),
null)
}
var fclist = ['sdInlet','sdOutlet','sdCleanOut',"sdManhole"];
for (var p in fclist){
var point_fs = get_fs(fclist[p]);
//Do stuff with it
}
... View more
05-21-2024
03:10 AM
|
1
|
1
|
3665
|
|
POST
|
Did you save the username and password in the file?
... View more
05-20-2024
08:00 AM
|
0
|
1
|
2835
|
|
POST
|
you need patch 2 https://support.esri.com/en-us/bug/in-some-cases-the-downstream-trace-across-tiers-does-no-bug-000148077 Edit: Nvrmnd, I see it in your list
... View more
05-16-2024
02:06 PM
|
0
|
0
|
2560
|
|
POST
|
Looks like you definition of the row is invalid. needs to be like this: attributes = {
'AssetGroup': strands_AG,
'AssetType': strands_AT,
'StrandID': strand_index,
'TubeID': tube_index,
'IsSpatial': 0,
'NetworkLevel': network_level,
'StrandStatus': strand_status_avail
};
line_adds[Count(line_adds)] = {
'attributes': attributes,
'geometry': Polyline(strand_shape),
'associationType': 'content'
};
... View more
05-16-2024
06:02 AM
|
0
|
0
|
1742
|
|
POST
|
Take a look at this rule, should do exactly what you want. Just remove the UN association stuff if you are not using a utility network. https://github.com/Esri/arcade-expressions/blob/master/Industry/Communications/Calculation/Line-Create_Strands_In_Cable.js
... View more
05-16-2024
03:44 AM
|
0
|
2
|
1757
|
|
POST
|
Are you are loading into the Utility Network? I would suggest loading into the Asset Package and then create the Utility Network. Loading into the Utility Network has overhead.
... View more
05-16-2024
03:43 AM
|
0
|
1
|
1766
|
|
POST
|
Check the association roles on those Asset Groups/Types in StructureBoundary. They need to have the container status to have a containment rule.
... View more
05-13-2024
02:52 AM
|
0
|
0
|
1882
|
|
POST
|
I tested the last release version of the UPDM and could not repo the issue. Did you adjust the fields nullability or the network attributes?
... View more
05-09-2024
07:14 AM
|
0
|
0
|
1718
|
|
POST
|
The double :: is used when two or more subnetworks are present and it concatenates them. Do you have a subnetwork that has no name?
... View more
05-08-2024
02:51 AM
|
0
|
1
|
1607
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks 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
|