Bernd Sonderkötter wrote:
Any idea in which case the dump is readable and in which case not?
Hi Bernd,
sometimes it is simply the size of the data: for certain parameter types (especially tables) there is a threshold below which the data is transferred uncompressed (= human readable). Above that threshold the data is compressed before transmission, and then it's of course no longer human readable.
There are other factors as well, e.g. whether or not the backend system supports the basXML serialization format, etc. But as Markus already explained: if you activate that extra tracing option, the data is traced, before it goes through the serializer, so you always get it in readable format and don't need to worry about these technical details.
Bes Regards, Ulrich