Author |
Message |
Topic: Problem with inserting data from Compute node |
accosun
Replies: 9 Views: 9451
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 17, 2009 3:48 am Subject: Problem with inserting data from Compute node |
ok-ok, so, you suppose to use another field (generated by database) instead of MsgId as a primary key in the database? |
Topic: Problem with inserting data from Compute node |
accosun
Replies: 9 Views: 9451
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 17, 2009 3:11 am Subject: Problem with inserting data from Compute node |
Because they're only unique if you code them to always be unique.
And if you ever resend a message, you have to decide if it's got a new id or not.
I'm sure, they were coded in the right way... |
Topic: Problem with inserting data from Compute node |
accosun
Replies: 9 Views: 9451
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 17, 2009 1:06 am Subject: Problem with inserting data from Compute node |
Hello, sorry for delay, here all informaton you asked about:
Are you doing updates/deletes etc over inserts ? - No, only iserts
Please post the table script:
CREATE TABLE "MQSISIS" ... |
Topic: Problem with inserting data from Compute node |
accosun
Replies: 9 Views: 9451
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 06, 2009 5:56 am Subject: Problem with inserting data from Compute node |
Hello everybody!
I'd like to describe a problem we faced some time ago. May be someone will give me an advice, what is the reason for this problem.
So... We have very complex transaction process ... |
Topic: Namespaces again: how to navigate to the field in a message |
accosun
Replies: 4 Views: 4999
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 05, 2007 4:12 am Subject: Namespaces again: how to navigate to the field in a message |
Hi, thank you for your replies!
Did you try removing the double "double-quotes " and replacing with single quote ?
'" urn:plant.ru:Envelope:ApplicationInf:1.0 '"
It was ... |
Topic: Namespaces again: how to navigate to the field in a message |
accosun
Replies: 4 Views: 4999
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Mar 03, 2007 6:32 am Subject: Namespaces again: how to navigate to the field in a message |
Hi everybody!
My flow receives an XML message (SOAP) with namespaces. Here is the beginning of it:
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env=& ... |
Topic: Error Handler with PROPAGATE |
accosun
Replies: 13 Views: 26596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 26, 2007 2:18 am Subject: Error Handler with PROPAGATE |
Hi accosun,
OK, PROPAGATE statement is the last one in my Compute node (Except ENDs, of course).I hope you have a RETURN FALSE atleast between the above two lines
Yes, of course
Then I have M ... |
Topic: Error Handler with PROPAGATE |
accosun
Replies: 13 Views: 26596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 26, 2007 1:52 am Subject: Error Handler with PROPAGATE |
OK, PROPAGATE statement is the last one in my Compute node (Except ENDs, of course). Then I have MQOutput and then Throw.
How many error messages should i see in Event Log after the message has pas ... |
Topic: Error Handler with PROPAGATE |
accosun
Replies: 13 Views: 26596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 26, 2007 1:16 am Subject: Error Handler with PROPAGATE |
The actual problem is that my error handler works incorrecty. It post user exception in EventLog, but also i get additional exceptions, that are posted before. For example:
( BR.REQ ) ('subflow.ERR ... |
Topic: Error Handler with PROPAGATE |
accosun
Replies: 13 Views: 26596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 24, 2007 9:55 am Subject: Error Handler with PROPAGATE |
It is not valid ESQL to say "PROPAGATE TO TERMINAL 1".
But InfoCenter says that it's possible... Anyway, I tried all possible cases:
1. Fully defined PROPAGATE statement like PROPAG ... |
Topic: Error Handler with PROPAGATE |
accosun
Replies: 13 Views: 26596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 24, 2007 5:37 am Subject: Error Handler with PROPAGATE |
Of course, i can change this flow and use RouteToLabel and Label nodes instead, but I'd like to find the reason! |
Topic: Error Handler with PROPAGATE |
accosun
Replies: 13 Views: 26596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 24, 2007 5:22 am Subject: Error Handler with PROPAGATE |
Hi Jeff!
Thank you for reply!
I tried this at the very beginning.... I post here all records from Event log. Original exception appears due to output queue is disabled for put.
After THROW no ... |
Topic: Error Handler with PROPAGATE |
accosun
Replies: 13 Views: 26596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 24, 2007 4:16 am Subject: Error Handler with PROPAGATE |
Hi Elvis!
I tried, result is the same. You see, message is sucessfully goes through 'out1' terminal to Throw node. The exception mentioned above appears after user exception has been thrown! |
Topic: Error Handler with PROPAGATE |
accosun
Replies: 13 Views: 26596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 22, 2007 10:40 am Subject: Error Handler with PROPAGATE |
Hello everybody!
I've got an error handler subflow, which either write a record into Event log or put a message with Exc.List into a special queue, or both. Action is choosing based on the value of ... |
Topic: SOAP message with HTTPRequest header |
accosun
Replies: 6 Views: 5877
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 15, 2006 8:26 am Subject: SOAP message with HTTPRequest header |
Hi Jeff!
You should fix the sending program so it doesn't put the HTTP Header in there.
It was the first that i ask my manger to fix.
Unfortunatelly it's impossible. The only thing "the ... |