ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 27 matches
Author Message
  Topic: why initjvm.sql required for 2-phase commit ?
rk400

Replies: 0
Views: 1264

PostForum: IBM MQ Java / JMS   Posted: Wed Sep 24, 2003 4:40 am   Subject: why initjvm.sql required for 2-phase commit ?
Hi folks,

I am trying to implement 2-phase commit in a java program using MQ 5.2 as a transaction manager for Oracle 8i running on windows server.

In one of the earlier posts it was stated tha ...
  Topic: Help Required:::2-phase commit on win2k with oracle8i and MQ
rk400

Replies: 2
Views: 2112

PostForum: General Discussion   Posted: Tue Sep 23, 2003 6:39 am   Subject: Help Required:::2-phase commit on win2k with oracle8i and MQ
thanx a lot for the link..

We downloaded mqdb2log.java sample and changed it to work for oracle.

oracle.jdbc.xa.client.OracleXADataSource myDataSource =
new oracle.jdbc.xa.client.OracleXAData ...
  Topic: Help Required:::2-phase commit on win2k with oracle8i and MQ
rk400

Replies: 2
Views: 2112

PostForum: General Discussion   Posted: Sat Sep 20, 2003 12:20 am   Subject: Help Required:::2-phase commit on win2k with oracle8i and MQ
Hi folks,

It is given in the MQ System Administration Manual that 2-phase commit is not supported on Windows NT with Oracle 7 and MQ Series 5.1.

Is it supported on Windows 2000,Oracle8i and MQse ...
  Topic: URGENT HELP US:Handling 2-phase commit in java
rk400

Replies: 0
Views: 1279

PostForum: IBM MQ Java / JMS   Posted: Tue Sep 16, 2003 9:54 pm   Subject: URGENT HELP US:Handling 2-phase commit in java
Hi ,

In MQ System Administration manual chapter 14 following is the list of XA complaint relational databases.

Table 12. XA-compliant relational databases

MQSeries product ...
  Topic: URGENT HELP:Is 2-phase commit on windows 2000 possible??
rk400

Replies: 0
Views: 1410

PostForum: General IBM MQ Support   Posted: Sat Sep 13, 2003 4:20 am   Subject: URGENT HELP:Is 2-phase commit on windows 2000 possible??
Hi ,

Sorry to bug you with the same old question. In MQ System Administration manual chapter 14 following is the list of XA complaint relational databases.

Table 12. XA-compliant relational data ...
  Topic: 2-phase commit using MQ as XA manager
rk400

Replies: 1
Views: 1554

PostForum: General IBM MQ Support   Posted: Tue Sep 09, 2003 8:20 pm   Subject: 2-phase commit using MQ as XA manager
Hi,

We've written a sample program implementing 2-phase commit.
try
{
qMgr.begin();
}
catch(MQException me)
{
if((me.completionCode == me.MQCC_WARNING)||(me.reasonCode == me.MQRC_NO_E ...
  Topic: TWO Phase Commit using MQ as XA for Oracle DB on Windows2000
rk400

Replies: 2
Views: 2068

PostForum: General IBM MQ Support   Posted: Mon Sep 08, 2003 11:45 pm   Subject: TWO Phase Commit using MQ as XA for Oracle DB on Windows2000
We've written a sample program implementing 2-phase commit.
try
{
qMgr.begin();
}
catch(MQException me)
{
if((me.completionCode == me.MQCC_WARNING)||(me.reasonCode == me. ...
  Topic: TWO Phase Commit using MQ as XA for Oracle DB on Windows2000
rk400

Replies: 2
Views: 2068

PostForum: General IBM MQ Support   Posted: Sat Sep 06, 2003 2:57 am   Subject: TWO Phase Commit using MQ as XA for Oracle DB on Windows2000
Hi,

Please let me know whether two phase commit on windows 2000 is possible for the following combination.

Widows 2000 Server
MQ Server 5.2 as XA Resource Manager
Oracle server 8i

Program ...
  Topic: MQ Client problems
rk400

Replies: 2
Views: 2451

PostForum: General Discussion   Posted: Thu May 01, 2003 4:24 am   Subject: MQ Client problems
Hi,

I have a java application using MQ client to put messages in the MQ server. My program flow is as follows:

1. Create the message.
2. Create a connection to the Qmanager.
3. Open the queue ...
  Topic: MQ performance statistics
rk400

Replies: 8
Views: 4861

PostForum: General IBM MQ Support   Posted: Wed Mar 26, 2003 2:06 am   Subject: MQ performance statistics
Hi,

Does anyone have idea about the time taken by MQ for transferring 1kb message from REMOTEQ(MACHINE1) TO LOCALQ(MACHINE2) typically over a 100Mbps ethernet??

In general, where can I get the p ...
  Topic: MQ file transfer
rk400

Replies: 6
Views: 4923

PostForum: General IBM MQ Support   Posted: Wed Mar 26, 2003 1:58 am   Subject: MQ file transfer
Dear John,

The file I am talking about is of 2MB size and it has to travel thru atleast 5 mq servers before actually reaching the destination. We are encrypting the message with our algorithms,whic ...
  Topic: MQ file transfer
rk400

Replies: 6
Views: 4923

PostForum: General IBM MQ Support   Posted: Fri Mar 21, 2003 9:08 am   Subject: MQ file transfer
thanx for the reply bbeardsley...
yes..u r right. I am not getting any problem with the MQ...
my question is

"Is there is a better way of tranferring the files from MQ client to server than for ...
  Topic: MQ file transfer
rk400

Replies: 6
Views: 4923

PostForum: General IBM MQ Support   Posted: Fri Mar 21, 2003 8:39 am   Subject: MQ file transfer
Hi,
I have MQ client on machine1 and MQ server(5.2) installed on Machine2.
I am asked to transfer files of size max 2MB using MQ. We are reading the entire file in ASCII mode in java and forming a ...
  Topic: altmqfls on TANDEM
rk400

Replies: 11
Views: 7783

PostForum: IBM MQ Installation/Configuration Support   Posted: Mon Mar 17, 2003 10:37 pm   Subject: altmqfls on TANDEM
Now I am able to do it..
thanx a lot..
  Topic: altmqfls on TANDEM
rk400

Replies: 11
Views: 7783

PostForum: IBM MQ Installation/Configuration Support   Posted: Mon Mar 17, 2003 2:03 am   Subject: altmqfls on TANDEM
how can fup alter be used for increasing the pr,sec extents of an unpartioned file??? pls let me know the syntax..

thanx
rk
Goto page 1, 2  Next Page 1 of 2

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.