Posted: Thu Apr 29, 2004 8:19 am Post subject: SendMail not sending but no errors?
Master
Joined: 19 Feb 2004 Posts: 259 Location: Flagstaff AZ
I am trying a simple test of the sendmail plugin (ia07). I have the following flow....
inq->compute->sendmail->outq
I have a trace for both the inq and compute node on failures that then dump to the Dead letter.
I also have the failure of the sendmail wired to the Dead letter.
Here's my compute code...
SET OutputRoot.XML."Message"."From" = 'mssql@co.coconino.az.us';
SET OutputRoot.XML."Message"."To" = 'klabranche@co.coconino.az.us';
--SET OutputRoot.XML."Message"."To"[1] = '9282145200@MyAirMail.com'; -- klabranche pager.
SET OutputRoot.XML."Message"."Subject" = 'MQSI FLOW FAILURE - CA_FILING_TO_TEST.ECOURTFILING';
--SET OutputRoot.XML."Message"."Body" = InputRoot.XML;
Now I put a message to the inq using mqsiputc. When I look at the inq, outq, and deadq after putting a message they are all empty and I have no email. There are no errors it seems but no message and or email either???
In Debug mode I get...
I debug it and it makes to the out terminal of the compute and then I get a BIP0652E. "The control center is not connected to the debug plugin node. Either a socket action was not performed properly or a thread is in an undefined state. Restart your control center. If the problem persists contact you IBM support center. Then I get BIP0651E - An I/O error occured while closing or disconnecting a socket. This is an internal error.
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