I am attempting to create an offline area in the desktop portion of Field Maps and I keep encountering a "Failed" message.
After much digging, I isolated the issue to a single feature layer (if you want details as to how, just message me). This feature class is a point feature layer with a related table containing photo attachments. The sole purpose of this feature layer is to show the orientation of a photograph and upon clicking, show the photograph.
When attempting to capture all of the photo points in an area, I get the failed message. If I attempt to capture half of the photographs, it succeeds. If I attempt to capture the other half (with some overlap), it succeeds. This eliminated the possibility of a corrupt point or attachment.
My theory at this point was that there was some inherent size limit associated with a feature layer when trying to create offline areas. To test this, I broke the photos feature class into two separate feature classes in ArcGIS Pro and republished them to my Enterprise Portal (10.9.1). I then attempted to capture them all in an offline area, and sure enough, it succeeds. So the offline area has no issue with the total number of attachments associated with the area, just a total number of attachments in a single feature layer.
Can any Esri devs confirm this for me? Also can any potentially give me a way around this programmatically or through some setting I don't know about?
Thanks!