Author |
Message |
Topic: Getting inconsistent results with XMLNSC parser in broker |
sirsi
Replies: 23 Views: 15679
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 17, 2012 7:33 am Subject: Getting inconsistent results with XMLNSC parser in broker |
hi guys, this is an old thread but I would like to know if there is an explanation for this behaviour? |
Topic: Why is my flow not shown when trying to create bar? |
sirsi
Replies: 8 Views: 4363
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 12, 2012 4:23 am Subject: Why is my flow not shown when trying to create bar? |
sometimes a clean wont work... I have to restart the toolkit... |
Topic: In MB how to traverse the next Child using ESQL |
sirsi
Replies: 16 Views: 13792
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 02, 2010 2:12 am Subject: In MB how to traverse the next Child using ESQL |
I have tested this before with dual root element and it fails in the input node and doesnt process further... anyway the user abhivin seems to have got this working, as he is not interested in this to ... |
Topic: In MB how to traverse the next Child using ESQL |
sirsi
Replies: 16 Views: 13792
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 01, 2010 6:24 am Subject: In MB how to traverse the next Child using ESQL |
ahh, it has to do with esql... because the bad formed xml would have thrown the user an error!... |
Topic: Source code for MB nodes |
sirsi
Replies: 5 Views: 4860
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 28, 2010 5:27 am Subject: Source code for MB nodes |
I seem to recall that if you double-click on a node, the editor will open and display the source.
are you saying if you double click on compute node it will display esql code?
why will IBM provi ... |
Topic: In MB how to traverse the next Child using ESQL |
sirsi
Replies: 16 Views: 13792
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 28, 2010 5:09 am Subject: In MB how to traverse the next Child using ESQL |
I believe he has provided part of xml, otherwise MB will throw an error...
can you take a trace, write it to a file and paste the contents here... |
Topic: Subscription Point/rule Unable to SEE on MB7.0 |
sirsi
Replies: 5 Views: 4161
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 28, 2010 4:50 am Subject: Subscription Point/rule Unable to SEE on MB7.0 |
no more concept of subscription in MB now..
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/topic/com.ibm.mq.csqzac.doc/pc18080_.htm
check your subscription in the MQ explorer under the QM t ... |
Topic: In MB how to traverse the next Child using ESQL |
sirsi
Replies: 16 Views: 13792
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 28, 2010 4:29 am Subject: In MB how to traverse the next Child using ESQL |
looks like out put message set is not defined properly...! can you define the structure of ur output msg set |
Topic: Virus check data in WMB |
sirsi
Replies: 9 Views: 6011
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 23, 2010 2:27 am Subject: Virus check data in WMB |
who has got the time in this world to write a virus in a MB message!!! |
Topic: Data Retrive |
sirsi
Replies: 4 Views: 4020
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 15, 2010 5:21 am Subject: Data Retrive |
please read this first...
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=/com.ibm.etools.mft.doc/ah14440_.htm |
Topic: WMB Database hit - Performance issue |
sirsi
Replies: 4 Views: 3659
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 23, 2009 6:40 am Subject: WMB Database hit - Performance issue |
retrieve the specific row of the cache via a request/reply type query using MQ and CICS triggered transaction.
if the query size is less probably using shared variables is the best option.
but u n ... |
Topic: Retriving Q name in the MQ input node from succedding nodes |
sirsi
Replies: 1 Views: 1961
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 23, 2009 2:07 am Subject: Retriving Q name in the MQ input node from succedding nodes |
MQMD.SourceQueue should give you the queue name... |
Topic: XMLNSC losing Attributes when passing reference to function |
sirsi
Replies: 10 Views: 7865
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 18, 2009 6:20 am Subject: XMLNSC losing Attributes when passing reference to function |
just copying xmlnsc tree reference to Env variable wont suffice. Create an element in Env tree using xmlnsc domain, then only you can see desired behaviour.
dont rely on debugger, it wont show attr ... |
Topic: MQOutput Node write message in string? |
sirsi
Replies: 13 Views: 9011
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 14, 2009 1:58 am Subject: MQOutput Node write message in string? |
can you explain what you were doing and what you did to solve it? |
Topic: handling retry in mapping node(DB select) when DB down? |
sirsi
Replies: 4 Views: 3920
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 14, 2009 1:57 am Subject: handling retry in mapping node(DB select) when DB down? |
one way to implement is:-
first note down db error codes which occur due to non-availability of the database.
in the error handler, when an db error occurs, lookup for the above error codes and ... |