esriFieldTypeBlob and amf don't mix

605
2
03-01-2012 11:05 PM
HaroldBostic
Occasional Contributor II
Maybe I missed something in the documentation (likely), or my lack of understanding.  But if you have a field of type esriFieldTypeBlob and you have .useAMF = true, your query will fail.  At least that's what happened to me.  The value in the blob field was System.Byte[] according to REST, so that may be the culprit.

Has anyone experienced similar behavior or can provide insight?
Tags (2)
0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Harold,

   I don't think that ArcGIS Server handles blobs well at all so why are you returning a blob field in your field list. You can just hide that field in the MXD.
0 Kudos
HaroldBostic
Occasional Contributor II
Yeah, it wasn't my data, even changing useAMF=false did not work through the API.  I wound up excluding it from my outFields

Thanks
0 Kudos