Author |
Message |
Topic: Which message model type to choose? |
Wim
Replies: 4 Views: 3732
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 21, 2008 4:38 am Subject: Which message model type to choose? |
Did not understand your need to interpret the length field for CWF multipart message.The length field is necessary to know where the "record" ends, because the same record type can have diff ... |
Topic: Which message model type to choose? |
Wim
Replies: 4 Views: 3732
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 21, 2008 2:32 am Subject: Which message model type to choose? |
Hi,
The message I'm trying to model in toolkit V6.0.2 is physically one long string of characters (no delimiters or separators) and it is structured as follows:
Field1 is 5 characters long and act ... |
Topic: Clues to resolve Exception? |
Wim
Replies: 7 Views: 3536
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 19, 2008 6:29 am Subject: Clues to resolve Exception? |
Thanks Kimbert!
The trace node did the trick.
(I did consider adding a trace node but I thought it would be of no use because it would "merely output what I saw in the debugger". I did ... |
Topic: Clues to resolve Exception? |
Wim
Replies: 7 Views: 3536
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 18, 2008 1:33 pm Subject: Clues to resolve Exception? |
Hi Jeff,
You are using PROPAGATE and forgetting to RETURN FALSE; after your PROPAGATE returns to the ESQL node, thus passing an entirely empty tree to the MQOutput node.
The message reaches the MQOu ... |
Topic: Clues to resolve Exception? |
Wim
Replies: 7 Views: 3536
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 18, 2008 11:58 am Subject: Clues to resolve Exception? |
Hi Kimbert,
Here is the user trace in debug mode:
Timestamps are formatted in local time, 60 minutes past GMT.
Trace written by version ; formatter version 6005
2008-03-18 20:48:53.912 ... |
Topic: Clues to resolve Exception? |
Wim
Replies: 7 Views: 3536
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 18, 2008 8:27 am Subject: Clues to resolve Exception? |
Hi,
I'm getting this exception: "ImbRecoverableException caught from worker->parseNext." when leaving the input node.
I know that this has something to do with the input node not bein ... |
Topic: Breakpoint on CREATE FIELD statement? |
Wim
Replies: 1 Views: 1934
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 08, 2006 7:13 am Subject: Breakpoint on CREATE FIELD statement? |
Hi,
I tried to set a breakpoint on a CREATE FIELD statement, but the option is grayed out.
On a SET or MOVE statement a breakpoint can be set.
Why is this and how does the toolkit decide where you ... |
Topic: [Solved] Output message of 0 bytes when using Reference |
Wim
Replies: 5 Views: 3291
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 25, 2006 6:45 am Subject: [Solved] Output message of 0 bytes when using Reference |
Hi Jeff,
Thanks for your prompt reply.
I tried your suggestion
create field OutputRoot.XMLNSC Domain 'XMLNSC';
When I save the code, I get this error:
Syntax error. Valid options include: ; ... |
Topic: [Solved] Output message of 0 bytes when using Reference |
Wim
Replies: 5 Views: 3291
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 25, 2006 5:51 am Subject: [Solved] Output message of 0 bytes when using Reference |
Hi,
I use WMB6.0 and made a very simple flow:
MQInput - Compute - MQOutput
The MQInput Message Domain is XML
The input message is:
<Message>
<Number>1</Number>
</Messag ... |