Author |
Message |
Topic: Db Transaction Commit |
Maverik
Replies: 10 Views: 9961
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 13, 2006 4:33 am Subject: Db Transaction Commit |
Thanks shalabh1976 !!
That worked.
My only doubt now is, what if tomorrow i have an insert first and then another insert, and i don't want the first to be committed but the second to be, then wh ... |
Topic: Db Transaction Commit |
Maverik
Replies: 10 Views: 9961
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 13, 2006 2:08 am Subject: Db Transaction Commit |
Let me explain about my flow
MQInput(Tx:Automatic)-->compute1(Tx: Automatic, select from table)-->tryCatch
try of TryCatch-->compute2(Tx: Automatic, doing some validation, no db interac ... |
Topic: Db Transaction Commit |
Maverik
Replies: 10 Views: 9961
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 13, 2006 1:53 am Subject: Db Transaction Commit |
Using DB2 8.2 and WBIMB v 6.0.0.1
Thanks. |
Topic: Db Transaction Commit |
Maverik
Replies: 10 Views: 9961
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 12, 2006 11:40 pm Subject: Db Transaction Commit |
Hello all,
I have a flow with two compute nodes accessing the same database.
The first compute only does a select on a table. The second compute is doing a insert into the same table later in th ... |
Topic: CopyMessageHeaders Procedure |
Maverik
Replies: 19 Views: 14923
|
Forum: General Discussion Posted: Mon Jun 19, 2006 5:43 am Subject: CopyMessageHeaders Procedure |
Hi Sridar,
The very same code that you've pasted is working for me....I am able to deploy the flow successfully...
Is the commonFlow is some other project or in another schema....but you are abl ... |
Topic: XML Transformation Node - XMLNS Support. |
Maverik
Replies: 4 Views: 4926
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 19, 2006 5:14 am Subject: XML Transformation Node - XMLNS Support. |
Hi all,
Does XML Transformation node support transformation of XMLNS messages.
I have an XMLNS message mapped to another, the XSL is also created, but during runtime, i get the error "namespace pr ... |
Topic: copyEntireMessage using Java Compute Node |
Maverik
Replies: 4 Views: 4356
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 10, 2006 7:17 pm Subject: copyEntireMessage using Java Compute Node |
Sorry, realised it too late...i was not able to debug the flow, finally when something came out of the compute it had two properties, two MQMD's...that's when it sparked...
Thanks everyo ... |
Topic: copyEntireMessage using Java Compute Node |
Maverik
Replies: 4 Views: 4356
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 09, 2006 5:43 am Subject: copyEntireMessage using Java Compute Node |
I am trying to do a copyEntireMessage using the Java compute node... it is throwing a parser could not be created error...can someone tell me how to fix this code.
public void copyEntireMessage( ... |
Topic: Aggregation in v6 |
Maverik
Replies: 0 Views: 1847
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 25, 2006 2:17 am Subject: Aggregation in v6 |
Hi
I was using the aggregation in v6 toolkit and came to know that Control messages are deprecated(i know i can activate then, but I dont want to).
My question is, how does the AggregateReply no ... |
Topic: Looking for WBIMB Opening |
Maverik
Replies: 0 Views: 6345
|
Forum: Job Seekers Posted: Tue Aug 02, 2005 11:34 pm Subject: Looking for WBIMB Opening |
Hi,
I am currently working in a CMM level 5 company and am looking for job in Chennai/Bangalore/Abroad.
I have a total IT experience of 1.1 years in WBIMB and MQWorkflow, and have worked for so ... |
Topic: Message set problem(TDS) |
Maverik
Replies: 13 Views: 16924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 17, 2005 11:20 pm Subject: Message set problem(TDS) |
Hey Prithvi,
R the number of fields in BBL,BDP etc constant ??
Ur creation of complex types of BBL,BDP...is fine....just set the delimiter as '|'...no group indicators or terminator ... |
Topic: Importing XSD to create Message Defintion File |
Maverik
Replies: 9 Views: 8331
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 17, 2005 11:08 pm Subject: Importing XSD to create Message Defintion File |
Hi Thripura,
R u trying to create an IDoc or something???
Let me know the name if its an Idoc, if i have it i'll forward it.or better let us have a look at the xsd's if they are cu ... |
Topic: Importing XSD to create Message Defintion File |
Maverik
Replies: 9 Views: 8331
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jul 16, 2005 2:05 am Subject: Importing XSD to create Message Defintion File |
Hi Thripura,
Not all the xsd's will show the global variables. I dont think that is an issue.
Also, after you get the page of global variables(which can be blank) you ... |
Topic: Importing XSD to create Message Defintion File |
Maverik
Replies: 9 Views: 8331
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 15, 2005 10:16 am Subject: Importing XSD to create Message Defintion File |
Ok i have been trying the same thing so i could tell you something.
Firstly, u dont need to change it to mxsd and import. Once creating the message set go to create new definition file and select ... |
Topic: MRM - Mandatory Elements |
Maverik
Replies: 19 Views: 12535
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 15, 2005 10:10 am Subject: MRM - Mandatory Elements |
Ur question about whether Root tag should be replaced by MRM.
Ans= Yes. The message has Properties,MQMD and MRM which in turn is the name of the Root tag.So u dont need to make reference to it.
Ab ... |