|
POST
|
The bug only occurs on update subnetwork, so I'm not sure it applies to isolation traces. Can you explain?
... View more
04-30-2026
01:50 PM
|
0
|
2
|
455
|
|
POST
|
If you remove the related records parameter from your script does it fix the publishing error? Did you try changing the parameter order?
... View more
04-30-2026
07:42 AM
|
0
|
1
|
532
|
|
POST
|
If you look at the features in the service, are you able to see the coded value descriptions? It is possible to publish a feature service in a way that it does not include information about the domain. Either way, that sounds like a bug with FME.
... View more
04-30-2026
07:40 AM
|
0
|
0
|
397
|
|
POST
|
I'm glad you were able to figure it out! The key to understanding what was going on was the Status attribute. Object Error means there's an error with an object associated with the feature (or with one of the associations on the object).
... View more
04-28-2026
12:07 PM
|
1
|
0
|
462
|
|
POST
|
If you haven't already, log a case. With the number of rows you have in the dirty areas table it seems unusual that it would take that long to draw (unless you're drawing at full extent). In cases where I've seen this performance in the past (zoomed into 1:10k and getting a 3 minute draw time) it has been because the spatial index on the dirty areas layer had an unreasonable number.
... View more
04-24-2026
12:03 PM
|
0
|
0
|
553
|
|
POST
|
Have you tried deleting then recreating the spatial index on the layer?
... View more
04-24-2026
11:00 AM
|
0
|
1
|
565
|
|
POST
|
There is no problem with removing the duplicate feature layers from your map. In the future, you can just add the subtype group layers first, then manually add the rest of the layers from the service (utility network, service territory, etc).
... View more
04-23-2026
05:03 AM
|
1
|
0
|
516
|
|
POST
|
Because you are using branch versioning, all your tables have archiving enabled. If you look at the table in the backend you will see all the historical dirty areas in addition to the active dirty areas.
... View more
04-21-2026
03:48 PM
|
0
|
0
|
661
|
|
POST
|
Statistics, indices, and the spatial index are the most common cause of performance issues with drawing that layer. Its also recommended to not draw that layer at small scales (when zoomed out) because of the limited usefulness of the layer when zoomed out and the potential performance hit (even once you've tuned it properly). If you're having problems getting the tuning right, log a case with support.
... View more
04-21-2026
03:47 PM
|
0
|
2
|
601
|
|
POST
|
There are many different ways to get this information, depending on which API you're using (arcpy.Describe for ArcPy, getDefinition for Pro SDK, etc). In a services-based environment it all ends up in a call to get the schema/definition from the FeatureServer/queryDataElements operation. You can do this manually by passing in the layer id of your utility network. This is the REST endpoint equivalent of Arcpy.Describe.
... View more
04-21-2026
03:44 PM
|
1
|
0
|
490
|
|
POST
|
Look at the UN data element you can get the terminal IDs associated with each asset type, that will let you build up the schema of what terminals IDs you have available for analysis. If you want your tool to be sensitive to the context and connectivity of a specific feature, then you'll need to look at the from/todeviceterminalid fields on the line or the associations table. Running a trace to get the terminal ids used for connectivity create a sort of paradox, where you need to run a trace to get the terminal ID to create a trace location to run a trace. and as you noted its slow.
... View more
04-21-2026
06:07 AM
|
0
|
1
|
516
|
|
POST
|
@TristanBest if you use copy/paste or the copy geoprocessing tool to copy your data into the file geodatabase it will preserve your subtypes and domains.
... View more
04-20-2026
02:16 PM
|
0
|
0
|
658
|
|
POST
|
@TristanBest what Worksheets or Workbooks are you expecting to see that aren't being created? The additional tabs (worksheets) in each workbook (file) are based on the domains in your source data. If your source data doesn't have any domains, then you won't get any by default. If you need to do translation you can always use the global mapping sheet, or create your own worksheets from scratch to do the translation.
... View more
04-20-2026
01:46 PM
|
0
|
1
|
667
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 1 | Wednesday | |
| 1 | 3 weeks ago | |
| 1 | Tuesday | |
| 1 | Monday |
| Online Status |
Online
|
| Date Last Visited |
Friday
|