The size necessary to buffer the XML content exceeded the buffer quota

Arion
New Contributor II

Morning community,

 

A user is uploading information using the embedded spreadsheet, for some reason is getting the following error: "The size necessary to buffer the XML content exceeded the buffer quota" and we have no idea why is this happening. Adding a screenshot of the error.

 

Can someone please give me some light?

 

Thank you,

Arion

4 REPLIES 4

Arion
New Contributor II

Error.jpg

 In case the screenshot did not added correctly, adding it again. Thank you.

That means that there is a huge amount of stuff that is being passed to the endpoint. So you might have to see if that is a big spreadsheet and if it is (seems like it is ), then split it up.

CarrieS
New Contributor II

Just in case any else find this question.  It can also mean that there is an error in the JE itself.  Same error and the issue was related due to the fact that E# was used within the data rows instead of just the entity name.  Thanks!  

andreeaG
New Contributor

In my case, it was an error on the UD6 member. The name was slightly off but once fixed it worked without splitting the data. So an error within the JE itself is very likely to be the issue - as stated by CarrieS.