11-18-2022
04:17 AM
- last edited on
05-24-2023
12:32 PM
by
JackLacava
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
11-18-2022 04:18 AM
In case the screenshot did not added correctly, adding it again. Thank you.
11-18-2022 10:27 PM
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.
02-01-2023 11:55 AM
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!
yesterday
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.