Author |
Message
|
j.jamesaaron |
Posted: Thu Sep 07, 2006 8:05 pm Post subject: How do I update AMQCLCHL.TAB file manually? |
|
|
Newbie
Joined: 14 Feb 2006 Posts: 1 Location: India
|
I need to configure several SVRCONN Channels. How do I do it? Also how do I update AMQCLCHL.TAB under QMGRS\QMGRNAME\@ipcc manually?
Is it possible... |
|
Back to top |
|
 |
sebastianhirt |
Posted: Thu Sep 07, 2006 11:40 pm Post subject: Re: How do I update AMQCLCHL.TAB file manually? |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
j.jamesaaron wrote: |
I need to configure several SVRCONN Channels. How do I do it? |
How do you mean that? on the queue manager? Is what you are looking for
Code: |
DEFINE CHANNEL(ANY) CHLTYPE(SVRCONN)
|
Quote: |
Also how do I update AMQCLCHL.TAB under QMGRS\QMGRNAME\@ipcc manually? Is it possible...
|
Nope... Not possible. The format of the AMQCLCHL.TAB is only known to IBM. So you will have to go the ordinary way. |
|
Back to top |
|
 |
wschutz |
Posted: Fri Sep 08, 2006 4:11 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Paul Clarke has mentioned on the vienna listserv that he was updating MO72 to directly change the channel table, and he even sent out a beta. It doesn't look like the s/p page has been updated with it however...perhaps if you send him a note he can send you the beta _________________ -wayne |
|
Back to top |
|
 |
sebastianhirt |
Posted: Fri Sep 08, 2006 4:52 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
wschutz wrote: |
Paul Clarke has mentioned on the vienna listserv that he was updating MO72 to directly change the channel table, and he even sent out a beta. It doesn't look like the s/p page has been updated with it however...perhaps if you send him a note he can send you the beta |
Now that you mention it, I think I have read this as well  |
|
Back to top |
|
 |
bbburson |
Posted: Mon Sep 11, 2006 1:06 pm Post subject: Re: How do I update AMQCLCHL.TAB file manually? |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
sebastianhirt wrote: |
Code: |
DEFINE CHANNEL(ANY) CHLTYPE(SVRCONN)
|
|
Umm, CHLTYPE(CLNTCONN) is what updates AMQCLCHL.TAB.  |
|
Back to top |
|
 |
sebastianhirt |
Posted: Mon Sep 11, 2006 10:52 pm Post subject: Re: How do I update AMQCLCHL.TAB file manually? |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
bbburson wrote: |
sebastianhirt wrote: |
Code: |
DEFINE CHANNEL(ANY) CHLTYPE(SVRCONN)
|
|
Umm, CHLTYPE(CLNTCONN) is what updates AMQCLCHL.TAB.  |
ouch... Brainfart... You are right, of course. |
|
Back to top |
|
 |
|