Author |
Message |
Topic: Getting Below error while executing mqsilist Broker -e EG |
KrotaZ
Replies: 4 Views: 4273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 03, 2012 10:58 am Subject: Getting Below error while executing mqsilist Broker -e EG |
I guess venuprsd has been solved at this time. But today I found myself with the same exact error with brk 7. I validate the wsdl and the xsd imported and everything was ok, also the "deployable& ... |
Topic: db2 connection with broker 7.0 |
KrotaZ
Replies: 4 Views: 4083
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 28, 2011 7:01 am Subject: db2 connection with broker 7.0 |
hi everybody
we are using broker 7.0 in one server and we have db2 9.7 in another server. We have a flow that use database connection to db2.
Unfortunately, the information center doesn't provi ... |
Topic: Validating updated row |
KrotaZ
Replies: 6 Views: 2603
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 23, 2011 7:04 am Subject: Validating updated row |
I've tried jeff's idea but with pain in my heart I've to say that doesn't work either. With this code:
SET Environment.Variables.respass = PASSTHRU ('UPDATE Fernando.DDD AS T SET DDDD = 666 WHE ... |
Topic: Validating updated row |
KrotaZ
Replies: 6 Views: 2603
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 23, 2011 6:33 am Subject: Validating updated row |
jeff: it's kind of hard to do that, I've nearly 6,000,000 of registers to process (daily registers) as you guess that will be a serious overhead to the database.
Thanks |
Topic: Validating updated row |
KrotaZ
Replies: 6 Views: 2603
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 23, 2011 6:26 am Subject: Validating updated row |
@kimbert: Thanks for your reply. As you say an SP es a good way of having the work done, but I just want t know if there's a "broker native way" of solving my problem. Sadly it seems there's ... |
Topic: Validating updated row |
KrotaZ
Replies: 6 Views: 2603
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 22, 2011 3:46 pm Subject: Validating updated row |
Hi.
I've a the need to check if an update statement (using PASSTHRU) has updated any row when executed. I don't need to know how many rows were updated, I just need to know if any row was updated. ... |
Topic: TRANSACTIONALITY ON MULTIPLE DB MANAGERS AND COMPUTE NODES |
KrotaZ
Replies: 5 Views: 3790
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 09, 2011 5:35 am Subject: TRANSACTIONALITY ON MULTIPLE DB MANAGERS AND COMPUTE NODES |
Using PASSTHRU statement giving ROLLBACK as statement could help. But you will have to send it to each DSN used before.
I'll try this, I'll inform the results. Thanks!!!
If COMPUTE NODE 3 was ... |
Topic: TRANSACTIONALITY ON MULTIPLE DB MANAGERS AND COMPUTE NODES |
KrotaZ
Replies: 5 Views: 3790
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 08, 2011 8:54 pm Subject: TRANSACTIONALITY ON MULTIPLE DB MANAGERS AND COMPUTE NODES |
@jlaisbett: Thanks for your reply I tried what you told me to and the result was the expected one, the problem is that now I've the next scenerio
INPUT NODE ---> TRYCATCH NODE -
TRY: COM ... |
Topic: TRANSACTIONALITY ON MULTIPLE DB MANAGERS AND COMPUTE NODES |
KrotaZ
Replies: 5 Views: 3790
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 03, 2011 4:47 pm Subject: TRANSACTIONALITY ON MULTIPLE DB MANAGERS AND COMPUTE NODES |
Hi.
I've a doubt and I hope someone can help me. I'm facing the next scenario:
INPUT NODE ---> COMPUTE NODE 1 -----> COMPUTE NODE 2 -----> OUTPUT
On COMPUTE NODE 1 Data source prope ... |
Topic: broker 7 function or operator similar to java << opera |
KrotaZ
Replies: 1 Views: 1385
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 26, 2011 3:43 pm Subject: broker 7 function or operator similar to java << opera |
Hi.
in base to this code:
public static byte[] toBytes(String cadenaBinHex) {
byte[] bytes = new byte[cadenaBinHex.length() / 2];
int charIndex = 0;
fo ... |
Topic: message selector mq7 and java (no JMS) |
KrotaZ
Replies: 0 Views: 2937
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 30, 2011 3:47 pm Subject: message selector mq7 and java (no JMS) |
Hi.
I'm really (belive me REALLY) noob with the MQ tech, I've been reading a lot in the Using Java PDF for the MQ Java API. I need to recover messages from a queue but without using any of the MQ ... |