Skip to main content
Newcomer
November 18, 2022

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

  • November 18, 2022
  • 3 replies
  • 0 views

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

3 replies

ArionAuthor
Newcomer
November 18, 2022

Error.jpg

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

Newcomer
November 19, 2022

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.

Newcomer
February 1, 2023

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!  

Newcomer
December 7, 2023

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.