Has anyone else ever encountered this message in ION when sending a file to m3_mec:
Deflated message size limit exceeded
I cannot find anything anywhere (support, communities, google) helping me to overcome this.
My inputfile is a XML, a Norwegian standard “EHF 3.0”. A format based upon the European standard "peppol", again based upon "oasis".
This is a invoice, not very big either, just 4 lines.
What is special with this Norwegian format is the Attachment, EmbeddedDocumentBinaryObject. Which is in fact a base64-representation of the PDF, the original printed invoice.
Which is pure genius for us, making it as simple as possible to just add the pdf to IDM (which requires….yes, you guessed it, the base64
)
The file is not big either, in 2023-terms… 1719 KB. Well quite big, I agree, but not bigger than we should be able to read.
I have heard rumours of file size limits in the range of 5MB to 10MB in ION, but never been able to confirm it.
Anyone have a solution or even a plausible explanation or even better, a confirmed explanation of why this happens?