Author |
Message
|
jrjoe |
Posted: Mon Oct 16, 2006 5:25 am Post subject: IA07 Error handling |
|
|
Acolyte
Joined: 20 Jan 2003 Posts: 60
|
I am using the IA07 Support Pac and I have setup a test flow like the example. When I get the error for the TCP/IP connection for the SMTP server I see it in the trace file but not on the fail queue. How do I get it so that the error is attached to the message? I thought that the plug-in did that?
Thanks in advance |
|
Back to top |
|
 |
jrjoe |
Posted: Mon Oct 23, 2006 5:47 am Post subject: |
|
|
Acolyte
Joined: 20 Jan 2003 Posts: 60
|
I have not heard back from anyone regarding this. I was hoping someone who was using this would be able to response. On another posting "sasmita10” commented that they were using it with great success and I was wondering if they had tested the error handling?
Any help with this would be greatly appreciated.
Joe |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Oct 23, 2006 6:04 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You didn't tell us how you were writing anything to the "fail queue".
You didn't tell us if you were doing anything to capture errors, or if you were simply relying on WMB to handle them for you.
So, basically, you didn't provide enough information. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jrjoe |
Posted: Mon Oct 23, 2006 6:19 am Post subject: |
|
|
Acolyte
Joined: 20 Jan 2003 Posts: 60
|
I have a flow simliar to the one in the IA07 document. InputMQ node to a compute node and then the plugin node. The fail from the plugin node goes to a trace node and then a MQ output node. If I have a invalid DNS for the SNTP server in the email node I see the error printed in the trace node file and the actual message goes to the error MQ output node. Reading the documentation it saids that the error message is appended to the end of the message if it goes to the fail node. I see the message and the error message in the trace node file but only the orginal message on the MQ output node.
Let me know if you need more info, I am sure that it is something basic that I am missing but it just isn't jumping out at me.
Thanks |
|
Back to top |
|
 |
dilse |
Posted: Mon Oct 23, 2006 9:37 am Post subject: |
|
|
 Master
Joined: 24 Jun 2004 Posts: 270
|
jrjoe,
A failed message that comes from the failure terminal of the sendMail node, it contain both the XML and BLOB domains data in it but when MQOutput node reads it, I am assuming it reads only XML data. But BLOB will have the error information. You may have to use a compute node to extract the BLOB data, which is the error information. Hope this helps.
DilSe.. |
|
Back to top |
|
 |
jrjoe |
Posted: Mon Oct 23, 2006 10:54 am Post subject: |
|
|
Acolyte
Joined: 20 Jan 2003 Posts: 60
|
Thanks for the help on this. I changed the Validate on the Fail MQOutput node from Inherit to Content and Value and it shows up now.
Thanks again for the help with this. |
|
Back to top |
|
 |
|