Hello,
I am using the GetAttachmentsAsyncfunction on my services like that :
IReadOnlyList<Attachment> attachments = await feature.GetAttachmentsAsync();
For most of them it works fine but for one service I am getting this error : "Esri.ArcGISRuntimeException : 'SQLite contraint violation: SQLite: 19 Abort due to constraint violation".
The service is working when I am getting the attachments directly via the REST API adress. There is no error on the arcgis server logs. We have restart the service and it changes nothing.
The application is using :
Do you have any idea where this error come from and how to solve it ?
Thank you
Are you able to reproduce the issue with v100.15? (even if just for a local quick test)