Hi, we have a feature service (on ArcGIS Enterprise 11.4) that includes features that participate in a utility network (ie. Water Lines, Valves, Junctions etc), and also regular features that don't participate in the utility network (Ie. simple GPS Points).
All layers have replica tracking enabled. We followed this guide Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 4 to prepare the feature service for offline tracing. Once the feature service is shared as a web map, in the web map's offline capabilities settings, we set it to enable tracing.
Then in the 200.5 Maui SDK, we download a map area where the envelope includes both utility network features and non utility network features. After activating the map area, the utility network features are properly shown (and tracing works), but the non utility network features fails to load with error "Geodatabase item not found : {name}".
If the web map's offline capabilities are set to "Edit features and view associations" (no tracing), then the non utility network features gets downloaded and activated correctly. But since tracing is turned off, the utility network features are loaded but tracing is not enabled.
Is this potentially a bug ? Or is it a rule that when downloading an ad-hoc map area with tracing tuned on, only features participating in an utility network will be downloaded ?