Posted: Mon Jun 09, 2003 10:38 am Post subject: SendMailPlugin
Apprentice
Joined: 23 Dec 2002 Posts: 28
The following code works great except when the InputRoot.XML.ERROR.RAWDATA contains data that is longer than 5000 bytes. If I check the queue before it hits the send mail process, the data is in there correctly. Is there a limit on how large a data item can be handled in the sendmail plugin?
Code:
SET OutputRoot.XML.Message.Body.Line[1] = 'Source: ' || InputRoot.XML.ERROR.SOURCE;
SET OutputRoot.XML.Message.Body.Line[2] = 'Broker: ' || InputRoot.XML.ERROR.COMPUTERID;
SET OutputRoot.XML.Message.Body.Line[3] = ' ';
SET OutputRoot.XML.Message.Body.Line[4] = InputRoot.XML.ERROR.RAWDATA;
the SendMail Plugin has recently been updated
to remove some string size restrictions. So yes
there are restrictions.
Check the updated version, if it doesn't help,
write an email to the author or have a dig into
the plugin's source code which is available. _________________ Mathias Puetz
IBM/Central WebSphere Services
WebSphere Business Integration Specialist
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum