Author |
Message |
Topic: Try Catch Node Problem in V6.1 |
sivaguru
Replies: 2 Views: 2819
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 22, 2008 6:13 am Subject: Try Catch Node Problem in V6.1 |
Hi ,
Iam working with WMB 6.1 version . I have an issue as to when to use the TryCatch Node.
My flow is HttpInput --> Compute1-->MqOutput -->Compute2 --> HttpReply
I have an erro ... |
Topic: Issue relating to XMLNSC:XmlDeclaration |
sivaguru
Replies: 6 Views: 7590
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 18, 2008 8:25 pm Subject: [Solved] - Issue relating to XMLNSC:XmlDeclaration |
Hi,
Thanks we identified the pblm the problem and fixed it. As you said all the elements that are suppose to be in the scope of the namespace has to be prefixed with the namespace declaration.
T ... |
Topic: Issue relating to XMLNSC:XmlDeclaration |
sivaguru
Replies: 6 Views: 7590
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 18, 2008 9:19 am Subject: Issue relating to XMLNSC:XmlDeclaration |
Hi,
In my case "Messages" is the root node where I created two namespace
xmlns & xmlns:xsi
Ns is the declaration of the xmlns namespace and I have prefixed Ns: for the direct chi ... |
Topic: Issue relating to XMLNSC:XmlDeclaration |
sivaguru
Replies: 6 Views: 7590
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 18, 2008 8:10 am Subject: Issue relating to XMLNSC:XmlDeclaration |
Hi,
Thanks for your reply. Are we erroring out in the below area since we dont know the syntax, can you give any reference or some sample to understand
CREATE FIELD OutputRoot.XMLNSC.Messages.Ns ... |
Topic: Issue relating to XMLNSC:XmlDeclaration |
sivaguru
Replies: 6 Views: 7590
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 18, 2008 6:34 am Subject: Issue relating to XMLNSC:XmlDeclaration |
Hi,
We are currently testing our flow in v6.1 and we are facing an issue, can any one help us in solving the error. Below are the details
Trying to generate a XML structure
------------------- ... |
Topic: Problem in ErrorHandling |
sivaguru
Replies: 3 Views: 4292
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 18, 2008 3:22 am Subject: Problem in ErrorHandling |
Hi,
We are working in toolkit version 6.1. Our flow go like this
HTTPInput --> Compute1 -- > MQOutput - Compute2 - HTTPReply
Subflow ( Error Handling )
-------
Catch --> Comput ... |
Topic: BIP5016E Error relating to NameSpace Declartion - Pls Help |
sivaguru
Replies: 5 Views: 8033
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 15, 2008 7:21 pm Subject: BIP5016E Error relating to NameSpace Declartion - Pls Help |
Hi,
Thanks all for your inputs.
Mr.Kimbert the one specified inside the "<detail>" tag are trace log details.
So do I need to replace my code as
DECLARE Ns NAMESPACE 'http ... |
Topic: BIP5016E Error relating to NameSpace Declartion - Pls Help |
sivaguru
Replies: 5 Views: 8033
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 15, 2008 4:56 am Subject: BIP5016E Error relating to NameSpace Declartion - Pls Help |
Hi,
Could any one pls help me out to identify the problem in the below code
Iam trying to add a namespace to the output xml and Iam getting the following error
Error:
--------
< ... |
Topic: Problem Relating to HTTP Reply |
sivaguru
Replies: 6 Views: 4213
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 12, 2008 2:03 am Subject: Problem Relating to HTTP Reply |
Hi,
Thanks for the reply. Iam passing both the LocalEnvironment & Message from the Compute2 node.
* If you could see the snapshot of my code sent earlier I have stripped
the MQMD h ... |
Topic: Problem Relating to HTTP Reply |
sivaguru
Replies: 6 Views: 4213
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 11, 2008 10:22 pm Subject: Problem Relating to HTTP Reply |
Hi,
Could any one help me out on how to add a http header from MQ message. Iam using Msg broker 6.1 version. my flow
HTTPInput -> Compute1 -> MQ-Output -> Compute2 -> HTTPReply
I ... |
Topic: BIP3113E: Exception detected in message flow |
sivaguru
Replies: 3 Views: 14290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 10, 2008 7:31 am Subject: BIP3113E: Exception detected in message flow |
Hi,
Thanks for your reply. As said there were no one top level root element present. We changed and it was working
Thanks for the help |
Topic: BIP3113E: Exception detected in message flow |
sivaguru
Replies: 3 Views: 14290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 10, 2008 2:20 am Subject: BIP3113E: Exception detected in message flow |
Hi ,
Iam using WMB 6.1 .
My flow is HTTPInput --> Compute --> MQInput -- > Compute1 --> HTTPReply
In my Compute node i have written the following code.
SET OutputRoot.XMLNS ... |
Topic: BIP2432E: Pls help us - Urgent |
sivaguru
Replies: 3 Views: 3775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 10, 2008 1:54 am Subject: BIP2432E: Pls help us - Urgent |
Hi,
Sorry Iam late for my reply.
Iam using Compute Node. I finally found that we have called the
CopyMessageHeaders() function after that and as a result it wouldn't have able to read the Inp ... |
Topic: BIP2432E: Pls help us - Urgent |
sivaguru
Replies: 3 Views: 3775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 09, 2008 9:44 am Subject: BIP2432E: Pls help us - Urgent |
Hi,
we use msgbroker 6.1 version, when we are deploying our msgflow we are getting the following error.
Any help is of greater use as it is so urgent.
BIP2432E: (.Test_Compute.Main, 5.59) : T ... |
Topic: Extracting the MsgId from HTTPInput file |
sivaguru
Replies: 8 Views: 5118
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 05, 2008 1:03 am Subject: Extracting the MsgId from HTTPInput file |
Thank you everybody for your replies . |