Author |
Message |
Topic: error in xml transformation |
lillo
Replies: 2 Views: 2219
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 03, 2006 1:34 am Subject: error in xml transformation |
Is there an XML Declaration tag in your message?
If there is not, try adding the following ESQL in a compute node.
CALL CopyEntireMessage();
IF FIELDTYPE(InputRoot.XML.(XML.Xm ... |
Topic: Creating a CDATA element with java node |
lillo
Replies: 1 Views: 2479
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 28, 2006 3:26 am Subject: Creating a CDATA element with java node |
I need to create a cdata element inside my java plugin node. Can anyone help me? I tried with the different types and did not suceed.
I am in MB 5.0.
TIA. |
Topic: Abend starting broker in W2K3 & Oracle |
lillo
Replies: 2 Views: 5366
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 15, 2006 4:41 am Subject: Abend starting broker in W2K3 & Oracle |
I found the problem was just when I tried to start the broker using mqsistart command, but when I started the broker from the services console the broker start with no problem.
The commands mqsisto ... |
Topic: Abend starting broker in W2K3 & Oracle |
lillo
Replies: 2 Views: 5366
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 10, 2006 5:00 am Subject: Abend starting broker in W2K3 & Oracle |
I have the following configuration:
Windows 2003 Server SP1
WebSphere MQ 5.3 CSD7
WBIMB 5.0 CSD6
Oracle 9.2.0.4
I created the broker with no error, but when I tried to start the broker the firs ... |
Topic: Aggregation Timeout Handling |
lillo
Replies: 5 Views: 4272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 31, 2005 4:38 am Subject: Aggregation Timeout Handling |
Please excuse me, I am quite new to Aggregation.
In the redbook "Developing solutions in WebSphere MQ Integrator" there is a chapter about the aggregate family nodes. The chapter should be enough ... |
Topic: HTTP and WB-IMB |
lillo
Replies: 6 Views: 5717
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 24, 2005 11:44 pm Subject: HTTP and WB-IMB |
I was asked by someone exactly how does the Broker listen for incoming http requests. Can't find anything in the Help Center.
Is IIS involved?
Is there some sort of little bundled Web Server (i.e. ... |
Topic: Processing a large repeating XML Structure |
lillo
Replies: 5 Views: 4648
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 05, 2005 12:50 am Subject: Processing a large repeating XML Structure |
You could also try using REFERENCEs instead of CARDINALITY. There is a performance measure about this in the redbook called "Developing solutions in WebSphere MQ Integrator".
Best regards, |
Topic: Global Properties file for WBIMB? |
lillo
Replies: 2 Views: 3741
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 05, 2005 12:13 am Subject: Global Properties file for WBIMB? |
We had a similar problem tracing the messages. We implemented a java node with a properties file (which is read in the constructor) and to trace the messages we used Log4J.
To put those variables i ... |
Topic: Agent Controller on HP UX does not list execution groups |
lillo
Replies: 7 Views: 8047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 01, 2005 4:50 am Subject: Agent Controller on HP UX does not list execution groups |
Finally, SOLVED. Just running the RAC and broker with the same userid. |
Topic: Agent Controller on HP UX does not list execution groups |
lillo
Replies: 7 Views: 8047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 01, 2005 4:30 am Subject: Agent Controller on HP UX does not list execution groups |
Did you solve the problem? I had the same situation.
TIA, |
Topic: AggregateReply - Building Final Output- MQMD problem |
lillo
Replies: 2 Views: 4266
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 20, 2005 11:25 pm Subject: AggregateReply - Building Final Output- MQMD problem |
Add the following two lines before your first CREATE FIELD statement in your ESQL code to create the MQMD.
SET OutputRoot.MQMD.StrucId=MQMD_STRUC_ID;
SET OutputRoot.MQMD.Version=MQMD_CURRENT_VERSION ... |
Topic: How to rebuild ConfigMgr without rebuilding brokers? |
lillo
Replies: 4 Views: 4650
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 14, 2005 6:37 am Subject: How to rebuild ConfigMgr without rebuilding brokers? |
Here are a step a found in MQSeries list recently. We tested and worked correctly.
Backing Up:
* Stop the Broker.
* Run mqsiservice for the Broker and note the BrokerUUID value.
... |
Topic: Aggregation just what data is required |
lillo
Replies: 9 Views: 7486
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 06, 2005 10:34 pm Subject: Aggregation just what data is required |
I seem to have the same problem - no control message. I've checked using debugger as well as having trace nodes.
Edit: I forgot - I'm using CSD04
I also checked with the visual debugger and trace ... |
Topic: Aggregation just what data is required |
lillo
Replies: 9 Views: 7486
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 05, 2005 10:39 pm Subject: Aggregation just what data is required |
Not necessarily. The 2 inputs can also be in the same flow that performs the 'fan-out' (thus negating the need for a 2nd flow), and therefore the Control (out) terminal of the AggregateControl node ... |
Topic: XML Transformation - Environment Selection |
lillo
Replies: 2 Views: 3362
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 01, 2005 12:32 am Subject: XML Transformation - Environment Selection |
Change your code with the following and also change the compute mode to pass the localenvironment:
SET LocalEnvironment.ComIbmXslXmltStylesheetname = '/home2/cibadm/locations2.xsl' |