How do you create a feature service with a layer with an ESRI_FIELD_TYPE_SINGLE attribute?

1712
0
03-09-2016 08:19 AM
JamesTreacy_Bagshaw
New Contributor


Hi,

I need to test against a feature service with a layer with an attribute of type ESRI_FIELD_TYPE_SINGLE.

Current approach is to publish to ArcGIS for Server from ArcMap.

I have tried creating a new AttributeTable in ArcMap with a Float attribute. However, my SDE geodatabase is backed by Oracle, which translates Float into a non-zero precision NUMBER type. This is read by ArcMap as a Double, and published as an ESRI_FIELD_TYPE_DOUBLE.

Is there a way to trick ArcMap into publishing a Float attribute? Is it even ArcMap that is the problem, or is the ESRI_xyz field type worked out server-side?

Do I need to use a different database type? Is there a previous version of ArcMap that allows you to do this? Is it even possible to publish an attribute with this type?

All the ESRI software mentioned is 10.3.1.

Thanks in advance!

0 Kudos
0 Replies