Author |
Message |
Topic: modify XmlDecl |
cmmatei
Replies: 4 Views: 3109
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2007 11:48 am Subject: modify XmlDecl |
I followed your advice and did:
DECLARE blobQuote CONSTANT BLOB X'3c3f786d6c2076657273696f6e203d2027312e302720656e636f64696e67203d20275554462d38273f3e';
DECLARE blobGuillemets CONSTANT BLO ... |
Topic: dynamically validate message structure |
cmmatei
Replies: 3 Views: 3661
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 28, 2007 7:41 am Subject: dynamically validate message structure |
Thank you for yo answers.
I tried label solution and everything works fine.
I hope that stress test will also be correct (I have 20 label nodes).
I'll see for the second solution which seems ve ... |
Topic: dynamically validate message structure |
cmmatei
Replies: 3 Views: 3661
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 25, 2007 2:02 am Subject: dynamically validate message structure |
Hello,
I have to solve the follwing case:
Application A sends to a WMB flow a set of different xml messages through one WMQ link:
<?xml version="1.0"?><!DOCTYPE MESSAGE SYS ... |
Topic: modify XmlDecl |
cmmatei
Replies: 4 Views: 3109
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 24, 2007 10:45 pm Subject: modify XmlDecl |
So even in v6 we are not full XML compliant ...
I'll see what can be done using BISTREAM.
Thank you, |
Topic: modify XmlDecl |
cmmatei
Replies: 4 Views: 3109
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 24, 2007 7:07 am Subject: modify XmlDecl |
I would like to modify the xml declaration of an xml file.
I need to have
<?xml version = '1.0' encoding = 'UTF-8'?>
instead of
<?xml version = "1.0" encoding = "UTF-8&q ... |
Topic: problem while reading CWF message |
cmmatei
Replies: 1 Views: 2216
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 06, 2007 11:31 pm Subject: problem while reading CWF message |
Hello,
I use WMB v6 on AIX
I made a simple flow using a CWF message.
While reading the input message (which is CWF) I have the following error
BIP5172E: Custom Wire Format: Error reading fr ... |
Topic: Execution group deleted by toolkit/unix process still exists |
cmmatei
Replies: 2 Views: 3585
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 28, 2007 11:48 pm Subject: Execution group deleted by toolkit/unix process still exists |
Hello,
I have WMB 6.0 on AIX
I deleted a Execution Group by toolkit.
After restarting the broker the Unix process corresponding to the deleted Dataflowengine recreates the Execution Group.
... |
Topic: WMB Flow reports Database Transaction as finished |
cmmatei
Replies: 5 Views: 3527
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 16, 2007 9:07 am Subject: WMB Flow reports Database Transaction as finished |
I set FLOW1 MQInput Transaction Mode = 'YES'
The problem is still the same: FLOW2 tries to do his job but FLOW1 didn't finish database BLOB insert. |
Topic: WMB Flow reports Database Transaction as finished |
cmmatei
Replies: 5 Views: 3527
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 02, 2007 3:29 am Subject: WMB Flow reports Database Transaction as finished |
Persistence Mode is set to Automatic in MQOutput of FLOW1
Transaction Mode is set to Automatic in MQInput or MQOutput or DatabaseNodes of FLOW1
Thank you. |
Topic: WMB Flow reports Database Transaction as finished |
cmmatei
Replies: 5 Views: 3527
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 02, 2007 3:21 am Subject: WMB Flow reports Database Transaction as finished |
Transaction Mode is Automatic in MQOutput Node.
Messages are not persistent in MQSeries.
Thks |
Topic: WMB Flow reports Database Transaction as finished |
cmmatei
Replies: 5 Views: 3527
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 02, 2007 2:55 am Subject: WMB Flow reports Database Transaction as finished |
I have some problems with a flow that inserts BLOB data into Oracle table.
I have in production 2 WMB 6.0 flows :
- FLOW1 : MQInput + XMLTransformation + Database Node (Archive Data in Oracle BLOB ... |
Topic: EG memory consumption grows |
cmmatei
Replies: 4 Views: 3170
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 25, 2006 5:02 am Subject: EG memory consumption grows |
No.
I use only CREATE FIELD, CREATE FIELD ... VALUE or CREATE LASTCHILD in the Compute Node. |
Topic: EG memory consumption grows |
cmmatei
Replies: 4 Views: 3170
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 24, 2006 10:48 pm Subject: EG memory consumption grows |
I use WMB6.0
No customer plugins.
Only simple flows using MQInput/MQOutput/Trace/Compute/Database/ResetContentDescriptor/TryCatch/Filter nodes.
Messages are not very large (max 40ko).
Cornel |
Topic: EG memory consumption grows |
cmmatei
Replies: 4 Views: 3170
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 24, 2006 6:54 am Subject: EG memory consumption grows |
I have some flows on 3 EG
It seems that the memory consumption of these EG grows slowly in time.
One of them needed to restart automatically to free some ressources. For example:
EG1 started 6 mo ... |
Topic: XMLTransformation : dynamic stylesheet name |
cmmatei
Replies: 2 Views: 2688
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 24, 2006 6:41 am Subject: XMLTransformation : dynamic stylesheet name |
Your right. All is in the doc.
I found interesting examples about this quote on this forum.
Search by keyword or subject: XSLT read from DB
Thank you
 |