Author |
Message
|
venkat kurra |
Posted: Tue Oct 30, 2001 7:33 am Post subject: |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
Hi,
I would like to know about other forums to share our knowledge.Do you know any IBM forum to answer these mqseries questions.
Thanks,
venkat |
|
Back to top |
|
 |
kolban |
Posted: Tue Oct 30, 2001 8:15 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
|
Back to top |
|
 |
venkat kurra |
Posted: Tue Oct 30, 2001 8:47 am Post subject: |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
Thanque.
I am unable to open nntp/....How can i use this site.is there any http/ site from IBM.
let me know.
Venkat |
|
Back to top |
|
 |
kolban |
Posted: Tue Oct 30, 2001 10:33 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
To the best of my knowledge, this is the only site that is web based and indexed and searchable.
I am very interested to hear about questions that aren't getting answered. Are the responses poor? Slow? |
|
Back to top |
|
 |
venkat kurra |
Posted: Tue Oct 30, 2001 11:05 am Post subject: |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
Quote: |
On 2001-10-30 10:33, kolban wrote:
To the best of my knowledge, this is the only site that is web based and indexed and searchable.
I am very interested to hear about questions that aren't getting answered. Are the responses poor? Slow?
|
Thanque for your responce.Actually i am facing a problem to configure mqclient definition table.I saw this in mqseries information center->mqseries manuals->clients->application programming->12th(ex1).
i have windows 2000 work station.two queue managers MIDASQM,and MIDASQM_BU.i created client definition table in the same system.set environment variable currectly.i connected to both queue managers by using AMQSPUTC Q QMGRNAME.At the QMGR like MIDASQM* is not working.it show 2058.in that example they specify that it should work.i define channels as follows...
* DEFINING THE SERVER 1 CONNECTION(MIDASQM) *
DEFINE CHANNEL(CHAN1) CHLTYPE(SVRCONN) TRPTYPE(TCP) +
DESCR('Server connection to clients')
DEFINE CHANNEL(CHAN1) CHLTYPE(CLNTCONN) TRPTYPE(TCP) +
CONNAME('172.16.5.47(1414)') QMNAME(MIDASQM) DESCR('Client connection to server1')
DEFINE CHANNEL(CHAN2) CHLTYPE(CLNTCONN) TRPTYPE(TCP) +
CONNAME('172.16.5.47(1415)') QMNAME(MIDASQM) DESCR('Client connection to server2')
* IP Address of Server 2 *
* DEFINE THE SERVER2 CONNECTION(MIDASQM_BU) *
DEFINE CHANNEL(CHAN2) CHLTYPE(SVRCONN) TRPTYPE(TCP) +
DESCR('Server connection to clients')
*********************** ON THE MQSERIES CLIENT ************************
* Copy AMQCLCHL.TBL from Server 1(c:mqmqmgrsQmgrName@ipcc to Client *
* c:mqclientexits *
* Set Environment variables *
* MQCHLTAB = AMQCLCHL.TAB *
* if you set MQSERVER,it'll overwrite client channel *
***************************************************************************
i want to use this example for back up purpose.even first qmgr down all clients automaticlly connected to second.
Thanks,
Venkat
[ This Message was edited by: venkat kurra on 2001-10-30 11:11 ]
[ This Message was edited by: venkat kurra on 2001-10-31 07:01 ] |
|
Back to top |
|
 |
venkat kurra |
Posted: Wed Oct 31, 2001 7:07 am Post subject: |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
Quote: |
On 2001-10-30 11:05, venkat kurra wrote:
Quote: |
On 2001-10-30 10:33, kolban wrote:
To the best of my knowledge, this is the only site that is web based and indexed and searchable.
I am very interested to hear about questions that aren't getting answered. Are the responses poor? Slow?
|
Thanque for your responce.Actually i am facing a problem to configure mqclient definition table.I saw this in mqseries information center->mqseries manuals->clients->application programming->12th(ex1).
i have windows 2000 work station.two queue managers MIDASQM,and MIDASQM_BU.i created client definition table in the same system.set environment variable currectly.i connected to both queue managers by using AMQSPUTC Q QMGRNAME.At the QMGR like MIDASQM* is not working.it show 2058.in that example they specify that it should work.i define channels as follows...
* DEFINING THE SERVER 1 CONNECTION(MIDASQM) *
DEFINE CHANNEL(CHAN1) CHLTYPE(SVRCONN) TRPTYPE(TCP) +
DESCR('Server connection to clients')
DEFINE CHANNEL(CHAN1) CHLTYPE(CLNTCONN) TRPTYPE(TCP) +
CONNAME('172.16.5.47(1414)') QMNAME(MIDASQM) DESCR('Client connection to server1')
DEFINE CHANNEL(CHAN2) CHLTYPE(CLNTCONN) TRPTYPE(TCP) +
CONNAME('172.16.5.47(1415)') QMNAME(MIDASQM) DESCR('Client connection to server2')
* IP Address of Server 2 *
* DEFINE THE SERVER2 CONNECTION(MIDASQM_BU) *
DEFINE CHANNEL(CHAN2) CHLTYPE(SVRCONN) TRPTYPE(TCP) +
DESCR('Server connection to clients')
*********************** ON THE MQSERIES CLIENT ************************
* Copy AMQCLCHL.TBL from Server 1(c:mqmqmgrsQmgrName@ipcc to Client *
* c:mqclientexits *
* Set Environment variables *
* MQCHLTAB = AMQCLCHL.TAB *
* if you set MQSERVER,it'll overwrite client channel *
***************************************************************************
i want to use this example for back up purpose.even first qmgr down all clients automaticlly connected to second.
Thanks,
Venkat
[ This Message was edited by: venkat kurra on 2001-10-30 11:11 ]
[ This Message was edited by: venkat kurra on 2001-10-31 07:01 ]
|
Hi,
I look at mqseries library manuals.There they specified MQCONN EXAMPLE differently.
Queue manager name prefixed with an asterisk(*).so if you use this one like AMQSPUTC QName *QMGRName then it is working fine.Now i am happy.
Thanks all of you |
|
Back to top |
|
 |
kavithadhevi |
Posted: Fri Jun 07, 2002 7:49 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi,
I am trying to reopen this thread , cos i am not able to set it run from the TAB as discussed in forum. i appreciate any detailed discussions and suggestions.
i got the TAB file copied from server to the client and even the path for the TAB file is also set . but i am unable to make the application recognise it.
Pls any details suggestions would be appreciated. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
arinduer |
Posted: Thu Jun 20, 2002 8:56 am Post subject: |
|
|
 Acolyte
Joined: 13 Aug 2001 Posts: 50 Location: Phuket, Thailand
|
|
Back to top |
|
 |
|