Is there a record limit with Poll and External Website for JSON

2202
2
03-09-2016 11:11 AM
KevinKingrey
New Contributor

When trying to use the JSON input connector, it seems to work fine with the first 50 or so records.  But when there are 500 or more, I get this in the log and no records are processed.

com.esri.ges.adapter.genericJson.JsonInboundAdapterCould not decode the incoming buffer. Expected UTF-8 encoding. Make sure your input is in UTF-8 encoding.

We tested the JSON structure with freeformatter.com and it checked out OK.

Could there be some other issue preventing the JSON from being processed?

Tags (2)
0 Kudos
2 Replies
RyanBumm
New Contributor II

Did you ever figure this out?

0 Kudos
KevinKingrey
New Contributor

So far there doesn't seem to be a limit.  What I discovered was an error in the initial JSON, one character that was a part of the text string that was breaking the flow of information into GEP.  No error messages or anything, just stopped.  Currently we're pulling in around 32,000 records daily without any problems.

0 Kudos