Hello all,
I've been using a combination of Field Maps and Survey123 in various solutions, and never encountered this error before. It looks like the error was associated with a particular layer, but I am not sure how I can narrow down the problem. Here is my workflow
- Users will create a point in the Field Maps.
- a few expressions will extract values from reference layers and pass them as parameters to Survey123
- The expressions are:
- Finding the nearest address information
- Finding the overlapping parcel ID
- Finding the overlapping regional boundary name (error message indicates this layer)
- Extracting X, Y locations
I did test on my iphone. It works perfect during online, but once I download offline area maps, it does not work.
- Works fine during online
-- Then I downloaded offline area and test it in both online/ offline
- Does not work in the downloaded map during offline
- Does not work in the downloaded map during online
==> So the expression works fine but it does not work once the map is downloaded.
I was able to see the error message, and there is detail.
Expression Name: expr6 (temp exp)
Expression Title: boundaryLayer (temp name)
Error Domain: com.esri.arcgis.runtime.error
Error Code: 1001
Error Description: SQLite error., SQLite:1
Generic error
no such column: gdb_to_date
Based on the error message, it sounds like my expression is incorrect but it works fine during online. I am not sure where to look into.
Thank you!
K