Author |
Message |
Topic: Zero Iteration Count Err when I call Oracle Stored Procedure |
jeffisom
Replies: 14 Views: 15908
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 04, 2008 4:31 pm Subject: Zero Iteration Count Err when I call Oracle Stored Procedure |
So we figured out what was causing our problem.
Even if the stored procedure can accept nulls, you can't pass them in from MB. I had to define any input parameters as empty string if I wanted to p ... |
Topic: Zero Iteration Count Err when I call Oracle Stored Procedure |
jeffisom
Replies: 14 Views: 15908
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 04, 2008 8:22 am Subject: Zero Iteration Count Err when I call Oracle Stored Procedure |
I discovered last night that my problem only happens when I use dynamic result sets. Anybody else seen this behavior? |
Topic: Zero Iteration Count Err when I call Oracle Stored Procedure |
jeffisom
Replies: 14 Views: 15908
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 03, 2008 11:28 am Subject: Zero Iteration Count Err when I call Oracle Stored Procedure |
I am having this problem currently on our Solaris install of WMB and it's only with a single call in a flow. And based on my testing so far, it works once and then you have to wait 60 seconds without ... |
Topic: SendMail Node (IA07) doesn't send multiple emails from flow |
jeffisom
Replies: 6 Views: 5309
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 17, 2007 12:30 pm Subject: SendMail Node (IA07) doesn't send multiple emails from flow |
MQMD.MsgId is being passed to the mail server and used as the mail MESSAGE-ID
That was the missing piece to the puzzle!
Thanks ggriffith! I now get a slew of messages in my inbox!  |
Topic: SendMail Node (IA07) doesn't send multiple emails from flow |
jeffisom
Replies: 6 Views: 5309
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 15, 2007 8:54 am Subject: SendMail Node (IA07) doesn't send multiple emails from flow |
The Email messages are created with the following ESQL
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
CALL CopyMessageHeaders();
-- CALL CopyEntireMessage();
DECLARE CCB_Char CHAR;
DEC ... |
Topic: SendMail Node (IA07) doesn't send multiple emails from flow |
jeffisom
Replies: 6 Views: 5309
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 14, 2007 12:20 pm Subject: SendMail Node (IA07) doesn't send multiple emails from flow |
I'm working on getting that information from our exchange admins, but subsequent behavior is making me think that the messages are being filtered by the mail server. I'll let you know what I find out ... |
Topic: SendMail Node (IA07) doesn't send multiple emails from flow |
jeffisom
Replies: 6 Views: 5309
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 12, 2007 12:55 pm Subject: SendMail Node (IA07) doesn't send multiple emails from flow |
I am using the IA07 SupportPac version 1.10 to send exception emails to our ticket tracking system. Our process collects exceptions and messages throughout and then if any exceptions exist it is put ... |