Select to view content in your preferred language

Edit FeatureServer Double Field Error

855
2
Jump to solution
05-09-2012 02:24 AM
DanielGarcia
Regular Contributor
I have a problem while trying to edit a FeatureServer with a Double field.

The FeatureServer has published a ArcSDE FeatureClass with a double field defined with precision 38 and scale 8. When this field is populated with a value greater than 2147483647 without decimal places, applyEdits method fails with this error:

{"error":{"code":500,"message":"Error applying edits.","details":["Error processing server request"]}}

This value is the largest positive value of a signed integer on a 32 bit operating system.

I'm using ArcGIS Server 10 for Java Platform Service Pack 3 and ArcSDE 10 SP3 for Oracle11g 64 bit.


Thank's a lot
0 Kudos
1 Solution

Accepted Solutions
RaviNarayanan
Esri Contributor
Hi Daniel,
This issue is similar to NIM073774 fixed in 10.0 SP4.

View solution in original post

0 Kudos
2 Replies
RaviNarayanan
Esri Contributor
Hi Daniel,
This issue is similar to NIM073774 fixed in 10.0 SP4.
0 Kudos
DanielGarcia
Regular Contributor
Thank you very much Ravi...

I'll install immediately this sp.

Dani 😉
0 Kudos