No Additional Tab for Relationship
Created a map service that had a feature class "related" to an imported table. Published the map service and can see the related table.
Added the relationship to the map layer in my site and used Fiddler to track what was happening when I selected one of my niche walls from within the viewer.
First of all, there is NO additional tab displayed in my feature details, but it seems that Fiddler is indicating that it's trying to open the related table ie.:
{"fields":[{"name":"composite_key","type":"esriFieldTypeString","alias":"composite_key","length":72},{"name":"cemetery_id","type":"esriFieldTypeString","alias":"cemetery_id","length":36},{"name":"cemetery_name","type":"esriFieldTypeString","alias":"cemetery_name","length":50},{"name":"site_id","type":"esriFieldTypeString","alias":"site_id","length":36},{"name":"site_number","type":"esriFieldTypeString","alias":"site_number","length":100},{"name":"site_status","type":"esriFieldTypeString","alias":"site_status","length":55},{"name":"site_length","type":"esriFieldTypeDouble","alias":"site_length"},{"name":"site_width","type":"esriFieldTypeDouble","alias":"site_width"},{"name":"site_depth","type":"esriFieldTypeDouble","alias":"site_depth"},{"name":"site_area","type":"esriFieldTypeDouble","alias":"site_area"},{"name":"level_1","type":"esriFieldTypeString","alias":"level_1","length":100},{"name":"level_2","type":"esriFieldTypeString","alias":"level_2","length":100},{"name":"level_3","type":"esriFieldTypeString","alias":"level_3","length":100},{"name":"level_4","type":"esriFieldTypeString","alias":"level_4","length":100},{"name":"interred_persons","type":"esriFieldTypeString","alias":"interred_persons","length":2147483647},{"name":"rights_holders","type":"esriFieldTypeString","alias":"rights_holders","length":2147483647},{"name":"ESRI_OID","type":"esriFieldTypeOID","alias":"ESRI_OID"}],"relatedRecordGroups":[]}
What is blocking the relationship from displaying itself in the feature description? Why is there not an additional tab?
Walter
-
I've noticed that if you click on a result before the search operation has finished (indicated by the spinning circle), the related data doesn't appear. If you wait until the search has finished, the related data will show. If you click on the result too soon you will need to re-run the search. Also note that it doesn't seem to work with feature services at all.
This issue manifests with both a relationship already defined in the mxd (via a FGDB relationship class), and with an Essentials data link to an external SQL Server database.
This is with GE 3.15 / SL 1.10.1. Hopefully this bug has been fixed in later releases?
0
Please sign in to leave a comment.
Comments
1 comment