Author |
Message |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jan 05, 2006 3:06 am Subject: The nodes can't read the XML message |
Back from my hollidays, the problem still there.
Does anyones have an idear? |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Nov 28, 2005 9:05 am Subject: The nodes can't read the XML message |
I want to test a other call InputRoot, by using ASBITSTREAM.
SET OutputRoot = InputRoot;
DECLARE extrait BLOB;
DECLARE chaine CHARACTER;
SET extrait = BITSTREAM(InputBody);
BITSTREAM(InputR ... |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 22, 2005 6:52 am Subject: The nodes can't read the XML message |
The property of the Compute Node C_FlowDate :
-Advanced :
. Consider warning as Error is not checked
. raise exception is checked
. Mode is Message
-Confirmation ... |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Nov 21, 2005 9:20 am Subject: The nodes can't read the XML message |
I get the same result when I'm replacing BITSTREAM(InputBody) by BITSTREAM(InputRoot.XML) or BITSTREAM(ImputRoot.XML.Siprog) :
When the first compute Node C_FlowDate is present the second Compute N ... |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Nov 17, 2005 9:33 am Subject: The nodes can't read the XML message |
I manage to reproduce the error with my test flow :
The test flow have been completed :
MQInput=>Compute(C_FlowDate)->Trace1->Compute1=>Trace2->MQOutput
In the first Compute No ... |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Nov 17, 2005 1:47 am Subject: The nodes can't read the XML message |
I've corrected my test flow F_MCHE with his MQInput domain as XML.
Then I put the compute ESQL code from the flow which doesn't work to the compute node of the test flow.
The ESQL code Compute n ... |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 16, 2005 8:12 am Subject: The nodes can't read the XML message |
I built a complete new and simple flow.
MQInput=>Trace1->Compute1=>Trace2->MQoutput1
Trace1 writes ${Root}
Trace2 writes ${Root} and ${ExceptionList=
Compute1 ESQL code is :
... |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 16, 2005 5:50 am Subject: The nodes can't read the XML message |
I still have the problem and I still believe the problem, comes from the installation. Maybe a java class doesn't have the appropriate UNIX grants.
Which log could help me to find out this problem? ... |
Topic: My messages disappear |
Manuel_ch
Replies: 0 Views: 1837
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Nov 07, 2005 8:16 am Subject: My messages disappear |
Hello,
One of my workflow, which use to work without any problems, doesn't any more. It loss every message it reseved.
I put the flow in a debug mode in order to trace where my messages are, a ... |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Nov 06, 2005 6:18 am Subject: The nodes can't read the XML message |
I believe the properties of the message have been copy from the first flow to the second. But I coundn't say if it shouldn't.
The first flow put the message in the queue Q_NABU.F_RB. The second flo ... |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Nov 04, 2005 5:33 am Subject: The nodes can't read the XML message |
The trace which doesn't work
(
(0x1000000)Properties = (
(0x3000000)MessageSet = ''
(0x3000000)MessageType = ''
(0x3000000)MessageFormat = ''
(0x3000000)Encoding ... |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Nov 04, 2005 3:40 am Subject: The nodes can't read the XML message |
I trace the other flow F_FAIL which works fine in this same environment.
The trace is th same as the flow which fails F_RB.
I change my flow from an exec group to an other but it doesn't change ... |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Nov 04, 2005 3:32 am Subject: The nodes can't read the XML message |
I changed BITSTREAM to ASBITSTREAM and it doesn't change anything.
Do I have to put some particulare parameters? |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 02, 2005 5:09 am Subject: The nodes can't read the XML message |
here what's the result :
**** Trace Environment
*** trace root
(
(0x1000000)Properties = (
(0x3000000)MessageSet = ''
(0x3000000)MessageType = ''
(0x3000000)Messa ... |
Topic: The nodes can't read the XML message |
Manuel_ch
Replies: 37 Views: 17178
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 02, 2005 3:33 am Subject: The nodes can't read the XML message |
I've already put a trace node right after the MQinput node, and the trace is empty. An empty line is writed.
I belive, somethings is missing the installation.
Anythings we can do to find what's ... |