Author |
Message |
Topic: Empty XML tags, Cardinality and Dynamic References |
el_pollo_del_mar
Replies: 0 Views: 1359
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 09, 2003 3:15 pm Subject: Empty XML tags, Cardinality and Dynamic References |
Hi,
I'm trying to traverse an XML message tree to remove all empty tags: ie, any tags of the type <A></A> or <A/>.
If my input message looks like this:
<A>
<B>
< ... |
Topic: MRM, CWF and element ordering |
el_pollo_del_mar
Replies: 1 Views: 2139
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 04, 2002 12:05 am Subject: MRM, CWF and element ordering |
When converting between two MRM message sets which each use CWF as the physical format, do the fields in the output MRM message have to be populated in the same order as they are defined in the messag ... |
Topic: Broker Errors |
el_pollo_del_mar
Replies: 10 Views: 8676
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 28, 2002 1:09 pm Subject: Broker Errors |
Many thanks, Lillo. That's fixed it! |
Topic: Broker Errors |
el_pollo_del_mar
Replies: 10 Views: 8676
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 27, 2002 1:41 pm Subject: Broker Errors |
I've been having a similar problem.
The event log shows the following message when the broker is first started:
Database record associated with message flow '3155eb94-f100-0000-0080-b9fcd746b028 ... |
Topic: MRM: Repeating fields |
el_pollo_del_mar
Replies: 1 Views: 1139
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 05, 2002 2:45 pm Subject: MRM: Repeating fields |
I'm attempting to use the CWF attribute 'Repeat Count Value of' within an MRM message.
The aim of this is to use the following COBOL copybook:
01 INPUT-RECORD.
03 LINE-ITEM.
05 LINE-ITEM-COUNT ... |
Topic: BIP4050E |
el_pollo_del_mar
Replies: 7 Views: 7187
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2002 9:01 pm Subject: BIP4050E |
Ok, after much trial and error, I've figured out what I did wrong on this one.
It's much the same problem as the original one described by Kirani, with a subtle difference: the preceeding message f ... |
Topic: BIP4050E |
el_pollo_del_mar
Replies: 7 Views: 7187
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2002 6:35 pm Subject: BIP4050E |
Unfortunately, that's not it. Like I said, changing the labelname will still throw a 'Duplicate LabelName Attribute' error: even if you change the labelname to something unlikely, eg, 'WEWXXDS'!
I ... |
Topic: BIP4050E |
el_pollo_del_mar
Replies: 7 Views: 7187
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2002 4:30 pm Subject: BIP4050E thrown on all labelnames. |
I'm having the same problem, except that no matter what I change the label name to the broker always throws a BIP4050E and states that the new labelname is a duplicate.
If I delete that label node, ... |
Topic: Adding Parent XML Tags |
el_pollo_del_mar
Replies: 1 Views: 2371
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 02, 2002 2:25 pm Subject: Adding Parent XML Tags |
Is there an easy way to insert a new Parent tag for an XML message within the Broker?
For example, changing:
<A>
</A>
<B>
</B>
<C>
<D>
</D>
& ... |
Topic: AIX Problem |
el_pollo_del_mar
Replies: 2 Views: 3404
|
Forum: General IBM MQ Support Posted: Mon Sep 30, 2002 6:24 pm Subject: AIX Problem |
Yes.
This problem appears to be specific to AIX 4.3.3: an installation on AIX 5 works just fine. |
Topic: AIX Problem |
el_pollo_del_mar
Replies: 2 Views: 3404
|
Forum: General IBM MQ Support Posted: Thu Sep 26, 2002 9:15 pm Subject: AIX Problem |
I'm having a problem with MQ Series on AIX 4.3.3.85.
The installation completed with no problems, but when I attempt to run any of the commands in the bin directory, the following error occours:
... |
Topic: Calling an EJB from with a custom developed Java node |
el_pollo_del_mar
Replies: 3 Views: 3286
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 17, 2002 3:31 pm Subject: Calling an EJB from with a custom developed Java node |
I'm experiencing a very similar problem to the one described by dspryido.
Whenever I try to implement a JNDI lookup within a custom Java node, it throws an InstantiationException when the InitialCo ... |
Topic: Strange error with WMQI |
el_pollo_del_mar
Replies: 4 Views: 3318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 04, 2002 4:11 pm Subject: Strange error with WMQI |
This sounds more like a problem with your dll's.
Try searching for mqm.dll and mqic32.dll on your system: If there are multiple copies (especially in the %WIN%\System32 directory), it's possible t ... |