| Hello Michael,
a non-delivery notification returned by MRMEMO as the result of a message
being too big is unfortunately somewhat crippled. The reason for this
is that some non-delivery conditions occur already in Memo/GWY (the
component on the IBM side that MRMEMO talks to) before the message goes
on to Memo. A message being too big is one of these conditions.
Errors returned by Memo/GWY are not complete status messages like the ones
Memo produces, merely a short error code. In this situation, MRMEMO
*should* use information from the original message to build a complete
non-delivery notification, but... that is not properly implemented and the
result is this crippled notification. (I'm not trying to blame Memo/GWY
here - just explaining what's happening.)
There is a warning about this, althought not very detailed, in the V2.1
release notes (section 7.3).
50 KB is a little small as maximum message size. With MRMEMO V2.1 and
Memo/GWY V1.1, much larger messages can be handled (if enabled on the
IBM side). Maybe this customer could raise the limit to reduce the
risk of exceeding the max.
I'm afraid there is no easy fix for this problem, but I'll take a look at
it to see if there is some reason for the lack of PRMD and ORGUNIT that can
be cured with a patch.
Anders
|
|
Hi Michael,
We have two size related issues here:
1) The MRMEMO server's ability to handle large buffers, intended for
V2.1 to 500Kb, but buggy and which patch 5.13 cripples to approx 50 Kb
2) The MEMO system's ability to receive large messages. The maximum
messages size can be modfified by means of system parameters on the
MEMO side. The error that occurs at your customer's site is because the
MEMO system rejects the message. Please note also that a 50 Kb limit is
probably insufficient because each text line in the MRMEMO message is
padded with blanks to the length of the current line length. This is
done *after* the message has been truncated to 50 Kb. This means
that the MEMO system should probably allow 50 Kb * (3 or 4) as the
limit. I'm sorry if this has not been made clear in the patch notes.
cheers,
Stefan
|