Author |
Message |
Topic: Generic Schema to be used in ESQL - Message Broker |
constantlearner
Replies: 5 Views: 7439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 17, 2010 6:40 pm Subject: Generic Schema to be used in ESQL - Message Broker |
Kimbert wrote:
- Right-click and select 'Add wildcard element'.
I have broker toolkit version 6.1.0.3 and I dont see this option in it.
Kimbert wrote:
You should then set the processCon ... |
Topic: Generic Schema to be used in ESQL - Message Broker |
constantlearner
Replies: 5 Views: 7439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 17, 2010 6:32 pm Subject: Generic Schema to be used in ESQL - Message Broker |
Kimbert, thanks for the links, it was really helpful.
I defined an element within my schema as below
<xsd:element name="Payload" type="PayloadType"/>
The Payloa ... |
Topic: Database insert of xml through ESQL Message Broker |
constantlearner
Replies: 8 Views: 12992
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 15, 2010 9:19 am Subject: Database insert of xml through ESQL Message Broker |
The XMLNSC may not solve the problem as the control characters will still be there inside the xml.... |
Topic: Database insert of xml through ESQL Message Broker |
constantlearner
Replies: 8 Views: 12992
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 15, 2010 8:42 am Subject: Database insert of xml through ESQL Message Broker |
Check what is getting inserted in your table.
One of the reasons why proper data is not getting inserted when you insert the xml can be because of control characters in it. For e.g. after you inser ... |
Topic: Error inserting into a table from a java pgm in Broker Flow |
constantlearner
Replies: 1 Views: 2402
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 13, 2010 10:30 am Subject: Error inserting into a table from a java pgm in Broker Flow |
Hi,
In my broker flow, while trying to run a java code to insert data into a table, I'm getting the below exception
Error for batch element #0: DB2 SQL error: SQLCODE: -904, SQLSTA ... |
Topic: Log is full Error in Broker |
constantlearner
Replies: 5 Views: 2762
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 09, 2010 10:21 am Subject: Log is full Error in Broker |
Thanks for the reply.
I increased my log # of log files to Primary - 40 and secondary - 20 and restarted QM. Now when i deploy my bar file and give a run, i can see the 15 log files getting created a ... |
Topic: Generic Schema to be used in ESQL - Message Broker |
constantlearner
Replies: 5 Views: 7439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 09, 2010 10:11 am Subject: Generic Schema to be used in ESQL - Message Broker |
Hi,
I have a requirement in which i need to create a schema which looks very generic, for e.g. my xml looks like
<Sales>
<Product>test</Product>
<Amount>245.80</Amou ... |
Topic: Log is full Error in Broker |
constantlearner
Replies: 5 Views: 2762
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 08, 2010 8:51 pm Subject: Log is full Error in Broker |
Hi,
Im getting a strange problem in broker. I created a new default configuration in my env today and everything went fine. Then i imported my project from a different workspace to my new workspace ... |