Author |
Message |
Topic: Using XMLNSC parser - reading InputRoot coming from MQinput |
ydeonia
Replies: 11 Views: 12932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 27, 2013 12:55 am Subject: Using XMLNSC parser - reading InputRoot coming from MQinput |
@yedonia writing the answer for the OP will not help him.
He has already been given enough info to work it out for himself.
I just tried to help him further if he is not able to find it out.
... |
Topic: Using XMLNSC parser - reading InputRoot coming from MQinput |
ydeonia
Replies: 11 Views: 12932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 26, 2013 9:53 pm Subject: Using XMLNSC parser - reading InputRoot coming from MQinput |
Use
FIELDVALUE(InputRoot.*:XMLNSC.*:Splitter.*:Func_Group.(XMLNSC.Field)GS03)
I believe you have namespace issue. Use the Trace node with '$ROOT' parameter. You will g ... |
Topic: Generate the custom MessageId in MQMD |
ydeonia
Replies: 5 Views: 6827
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 26, 2013 9:41 pm Subject: Generate the custom MessageId in MQMD |
you can also use MQHeader node to do this.
But i suspec that we cant use it when the message being generated using PROPOGATE function. The Header node can work for the single input and output messa ... |
Topic: Generate the custom MessageId in MQMD |
ydeonia
Replies: 5 Views: 6827
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 26, 2013 8:46 pm Subject: Generate the custom MessageId in MQMD |
Thanks all.
I explored and found that we can reset the messageId like below
I have done 'MQMI_NONE' as below and it worked
SET OutputRoot.MQMD = InputRoot.MQMD;
SET OutputRoot.MQMD.Msg ... |
Topic: Generate the custom MessageId in MQMD |
ydeonia
Replies: 5 Views: 6827
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 26, 2013 8:19 pm Subject: Generate the custom MessageId in MQMD |
Hi
I am facing a problem . I am using Propagate funcion to generate the two messages different in one field with each other in output from single input message .
The two messages generated has sa ... |
Topic: Case sensitive compare of strings ? |
ydeonia
Replies: 10 Views: 7916
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 13, 2013 2:02 am Subject: Case sensitive compare of strings ? |
As I said in my previous post, run a user trace. If you don't know how to do that, look in the infocenter, it explains how to do that.
Thanks for clarification
here is what I am using th ... |
Topic: Case sensitive compare of strings ? |
ydeonia
Replies: 10 Views: 7916
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 13, 2013 1:48 am Subject: Case sensitive compare of strings ? |
What version of broker are you using?
Version 6.1.0.3
I read [url=http://www.mqseries.net/phpBB2/viewtopic.php?p=258859]here that its BUG in the toolkit to accept the CONTAINS fuction |
Topic: Case sensitive compare of strings ? |
ydeonia
Replies: 10 Views: 7916
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 13, 2013 1:43 am Subject: Case sensitive compare of strings ? |
@dogorsy so does that mean it will consider the case sensitive values. If yes, no its not. Its still passes. |
Topic: Case sensitive compare of strings ? |
ydeonia
Replies: 10 Views: 7916
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 13, 2013 1:24 am Subject: Case sensitive compare of strings ? |
Have you looked at the CONTAINS function.
I tried but its not working because of my WMB version so I have to with POSITION function instead
Any help in position one please |
Topic: Case sensitive compare of strings ? |
ydeonia
Replies: 10 Views: 7916
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 13, 2013 1:10 am Subject: Case sensitive compare of strings ? |
Hi
I want to compare strings as case sensitive like
POSITION ( 'RT' IN lDesc) <> '0'
even If lDesc = 'TERT' or lDesc = 'terT' , it passes the condition .
Please help me in this so ... |
Topic: Failed to put message |
ydeonia
Replies: 6 Views: 9170
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 30, 2013 12:57 am Subject: Failed to put message |
Check here for the reason code BIP2667
http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fay66000_.htm |
Topic: Handeling the nukl values in MRM/TDS1 |
ydeonia
Replies: 2 Views: 2275
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 25, 2013 10:15 pm Subject: Handeling the nukl values in MRM/TDS1 |
Thanks all , the issue is fixed.
i just changed Suppress Absent Element Delimiter property from End of Type to Never. 
Now i can see the NULL messages in output.
Thanks[/u] |
Topic: Handeling the nukl values in MRM/TDS1 |
ydeonia
Replies: 2 Views: 2275
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 25, 2013 3:11 pm Subject: Handeling the nukl values in MRM/TDS1 |
Hi
This could be very basic question but jI jdid everything to get the null values in output but failed.
I have a flat file input with delimiter '|' and input data is something like
gggggs|y ... |
Topic: Generate two output messages with one field different |
ydeonia
Replies: 2 Views: 1873
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 29, 2013 8:07 pm Subject: Generate two output messages with one field different |
Hi
I have a requirment
I need to generate two output messages after my manupulation . I read here
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=%2Fcom.ibm.etools. ... |
Topic: LAST MOVE loop is not working |
ydeonia
Replies: 26 Views: 17454
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 14, 2013 5:56 am Subject: LAST MOVE loop is not working |
The solution for all above problems is here
http://www.mqseries.net/phpBB2/viewtopic.php?p=353762#353762 |