Hello,
I've followed the documentation for creating a Survey123 survey using an existing feature service (https://community.esri.com/groups/survey123/blog/2017/09/25/working-with-existing-feature-services-i... ) and am having two main issues. I am unable to see the data collected in the survey in the SQL enterprise database and I am also unable to get the photo attachments collected in the survey in the child table to appear.
My general work flow was as follows:
I am using the following:
Any tips would be greatly appreciated! Thanks for your time
Emily
Solved! Go to Solution.
Hi Emily
Does your service contain repeats (i.e. a related table)?
If so, the classic build will not help as your issue is a 10.3.1 limitation (ApplyEditsWithGlobalIDs can't be enabled, which is a requirement for surveys that contain repeats). The only option would be to upgrade your server.
Thanks
John
Hi Emily
Can you confirm that you have set up a non-federated service from portal 10.3.1? i.e. you have added the server service as an item to ArcGIS Online, and then created a survey from it?
If so there are a few things to cover:
1) Version 3.0 of the field app will not submit to a 10.3.1 service as the service can't support ApplyEditsWithGlobalIds. Therefore you should get an error an publishing and submission. Can you double check the capabilities of the service (and whether this property is set to true or false). Also please check the survey123 field app version you are using - as we have not released 3.1.68.
2) If you can see the data in the service, it must be in the database. Are you sure the survey is pointing to the federated service? i.e. can you check that the submssion_url in the settings tab goes to the federated service?
Please take a look and let me know.
Thanks
John
Hi John,
After posting this I realized the feature service was hosted as I had added it to ArcGIS online incorrectly. I was able to add it correctly as an item and create a survey from it but I did get the error while publishing related to the ApplyEditsWithGlobalIds requirement. I tried downgrading survey123 Connect to the classic version and received the same error when publishing. Is there any way that it can be done or does ArcGIS server need to be updated first?
The version of the field app is 3.0.134 and not 3.1.68.
Cheers,
Emily
Hi Emily
Does your service contain repeats (i.e. a related table)?
If so, the classic build will not help as your issue is a 10.3.1 limitation (ApplyEditsWithGlobalIDs can't be enabled, which is a requirement for surveys that contain repeats). The only option would be to upgrade your server.
Thanks
John
Hi John,
My survey does contain a related table. I'll have to give it another try once we have an upgraded server.
Thanks for your help!
Emily