Author |
Message |
Topic: Optionals with TDS parsing |
fabyos
Replies: 12 Views: 9557
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 26, 2009 10:45 am Subject: Optionals with TDS parsing |
Is there a way to parse something like this:
TAG = ERROR
SIZE=100
DATA=MESSAGE_WITH_SIZE_100
Update I use the User Data Pattern and was able to separate the data, but if there is a way to use ... |
Topic: Optionals with TDS parsing |
fabyos
Replies: 12 Views: 9557
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 25, 2009 1:52 pm Subject: Optionals with TDS parsing |
Ok, my journey on TDS parsing keeps going..
Looking at Infocenter at {Tag1:Data1*Tag2:[Data2+Data3]*Tag3:+Data4Data5-}
(only changed the < and > to + and -)
... |
Topic: Optionals with TDS parsing |
fabyos
Replies: 12 Views: 9557
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2009 1:36 pm Subject: Optionals with TDS parsing |
How do I trace parse? |
Topic: Optionals with TDS parsing |
fabyos
Replies: 12 Views: 9557
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 24, 2009 6:51 am Subject: Optionals with TDS parsing |
Does WMB V6.0 have "tagged fixed length"? I think it was implemented on WMB 6.1... |
Topic: Optionals with TDS parsing |
fabyos
Replies: 12 Views: 9557
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 21, 2009 12:01 pm Subject: Optionals with TDS parsing |
Just to complement, here is a simple parsing using TDS
#INIXXXX
I'm expecting the following tree:
+ TdsTree
+-+ INI
+- SIZE=XXXX
So I set up my Message set with the following confi ... |
Topic: Optionals with TDS parsing |
fabyos
Replies: 12 Views: 9557
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 21, 2009 11:32 am Subject: Optionals with TDS parsing |
You have set both the Tag and the Group Indicator.
Hum, the fact that I set up both tag and group indicator is because tag doesnt consumes the "tag"... I dont know why, when I do a simple ... |
Topic: Optionals with TDS parsing |
fabyos
Replies: 12 Views: 9557
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 21, 2009 10:42 am Subject: Optionals with TDS parsing |
Hi,
I'm trying to parse a string with TDS in order to produce a customized tree.
I've read the fixed post with a tutorial about tagged fixed length with TDS but it not worked on my message definit ... |
Topic: Queue open input count |
fabyos
Replies: 1 Views: 7396
|
Forum: General IBM MQ Support Posted: Thu Jul 02, 2009 11:45 am Subject: Queue open input count |
Hi,
I dont know if I should post this topic on WMQ or WMB.
When viewing MQ Explorer I am seeing Open input count = 20, but this machine is for development. The only applications accessing the qu ... |
Topic: NULL parsing nodes with XMLNSC |
fabyos
Replies: 3 Views: 2087
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 23, 2009 1:29 pm Subject: NULL parsing nodes with XMLNSC |
Once again, I would be interested to know what it matters - most XML processors don't do null handling, so I wonder why you need it in your flow?
The problem is the current XML received... it, unfo ... |
Topic: Full List of BIP types |
fabyos
Replies: 1 Views: 1980
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 23, 2009 11:56 am Subject: Full List of BIP types |
I found it here
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=/com.ibm.etools.mft.bipmsgs.doc/ay_bip6.htm |
Topic: CREATE ... PARSE XML Validation |
fabyos
Replies: 21 Views: 20487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 23, 2009 11:51 am Subject: CREATE ... PARSE XML Validation |
Just to close this topic, its possible to validating when parsing. After a lot of tests I realized what was missing. Actually, I discovered this after I migrated to MRM, due to some problems that I ha ... |
Topic: NULL parsing nodes with XMLNSC |
fabyos
Replies: 3 Views: 2087
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 23, 2009 11:44 am Subject: NULL parsing nodes with XMLNSC |
Hi,
Currently I'm using MRM as a parser, however there is some nodes that are empty, but expressed as <node></node>. In MRM this can be said as NULL value and validates based on Message ... |
Topic: DECLARE HANDLER for PARSE |
fabyos
Replies: 3 Views: 2208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 23, 2009 8:51 am Subject: DECLARE HANDLER for PARSE |
Hi, this looks like it should work, so you should raise a PMR to investigate further...
Hi, I forgot to mention on my last post after some redeploy and reset it worked, but I dont know why...
No ... |
Topic: Full List of BIP types |
fabyos
Replies: 1 Views: 1980
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 23, 2009 7:16 am Subject: Full List of BIP types |
Hi,
Someone knows where can I find a list of BIPs messages based on it class.
For example, 5902 and 5285 are BIPs for MRM parse, according to this topic:
http://publib.boulder.ibm.com/infocent ... |
Topic: DECLARE HANDLER for PARSE |
fabyos
Replies: 3 Views: 2208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 23, 2009 6:21 am Subject: DECLARE HANDLER for PARSE |
There is a way to catch the ExceptionList that caused the catch on DECLARE...HANDLER statement?
The docs says that the DECLARE HANDLER absorbs the exception and this prevents the rollback by input ... |