Select to view content in your preferred language

When sending surveys I get error: No mapping exists from the object type System.Numerics.BigInteger....

1163
2
02-28-2023 04:02 AM
Paulvan_Heerden1
Occasional Contributor

Since a few days ago, when our field workers try submit a survey using one of our Plant quality surveys, we get the following error:

No mapping exists from the object type System.Numerics.BigInteger to a known managed provider native type

The survey has not been changed at all, so this is quite puzzling as we have never had this errors before. I have attached the spreadsheet so that you can have a look at what i am working with.

The weird thing is that some surveys that were captured did actually get sent, but the majority didn't send and stay in the outbox with a red exclamation mark next to the survey. 

 

Can anyone tell me what the issue might be? It is an old survey that was still made on an older xlsx template, but has always worked fine. Could it maybe be some ESRI AGOL update that has happened that could be affecting the feature service?

@IsmaelChivite 

@Mondi_GIS 

0 Kudos
2 Replies
Mondi_GIS
Frequent Contributor

@IsmaelChivite please can you assist here - this app has stopped working and is causing havoc for us!

0 Kudos
tikola
by Esri Contributor
Esri Contributor

Got same error in AGOL editing. Conclution/solution is that I had an attribute field containing illegal huge value. My guess is that I had in one field an really big integer 1,2345 - e19 and it was the one that was causing the error. So in my case deleting certain not really needed attribute fields with huge values was the solution.

Excactly as error message says - BigInteger was causing the problem, so error message was in my case actually very accurate. My guess is that in your case Survey123 somehow generated some attribute values way out of bounds.