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 » General IBM MQ Support » WMQ Client Server Configuaration

Post new topic  Reply to topic Goto page 1, 2  Next
 WMQ Client Server Configuaration « View previous topic :: View next topic » 
Author Message
vam
PostPosted: Tue Sep 20, 2011 6:11 am    Post subject: WMQ Client Server Configuaration Reply with quote

Acolyte

Joined: 16 Mar 2010
Posts: 70

Installed client in X system and having server in Y system.
Server Side: Created a serverconnection channel
Client Side : copied AMQCLCHL.TAB tab file and created the environment variables MQCHLTAB and MQCHLLIB .

Note: No issues with TAB file.

Please do let me know what are the other necessary steps I need to follow to do the client server configuaration and steps to check whether both server and client are configuired or not.

Best Regards,
Vam
Back to top
View user's profile Send private message
zpat
PostPosted: Tue Sep 20, 2011 6:21 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

Try using one of the sample apps that work in client mode, like amqsgetc

However the CCDT is updated only when a CLNTCONN channel is defined.

Personally I prefer to use support pac MO72 to maintain my CCDT.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Sep 20, 2011 6:26 am    Post subject: Re: WMQ Client Server Configuaration Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

vam wrote:
Note: No issues with TAB file.


Until you've tested, how do you know?

vam wrote:
Please do let me know what are the other necessary steps I need to follow to do the client server configuaration


Those in the client manual. You're a step short.

vam wrote:
and steps to check whether both server and client are configuired or not.


Use one of the client samples or a support pac to establish a client connection. If it works you're configured correctly.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ankurlodhi
PostPosted: Tue Sep 20, 2011 6:29 am    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

he is 2 steps short.

yap 2 steps short,, he realy is 2 stop short.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Tue Sep 20, 2011 6:41 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

ankurlodhi wrote:
he is 2 steps short.

yap 2 steps short,, he realy is 2 stop short.

Is this tweet-speak?
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
vam
PostPosted: Tue Sep 20, 2011 6:54 am    Post subject: WMQ Client Server Configuaration Reply with quote

Acolyte

Joined: 16 Mar 2010
Posts: 70

Checked using amqsput and amqsget commands.Able to put and get messages from server queue.Hope both got configured ?
Back to top
View user's profile Send private message
ankurlodhi
PostPosted: Tue Sep 20, 2011 6:55 am    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

no it's not tweet speak but he is 2 step short.

1: he didn't configured the client conn channel.
2: he didn't defined the listener for the channel.

and after doing these 2 he will have to again place the new updated channel table file.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Sep 20, 2011 6:59 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

ankurlodhi wrote:
2: he didn't defined the listener for the channel.

That would be a neat trick to accomplish, since listeners are not channel-specific.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Sep 20, 2011 7:09 am    Post subject: Re: WMQ Client Server Configuaration Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

vam wrote:
Hope both got configured ?




Proves nothing.

Wrong samples.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Sep 20, 2011 7:13 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

mqjeff wrote:
ankurlodhi wrote:
2: he didn't defined the listener for the channel.

That would be a neat trick to accomplish, since listeners are not channel-specific.




That Nobel Prize is sliding into the distance.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ankurlodhi
PostPosted: Tue Sep 20, 2011 7:16 am    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

hmmm I guess i gave an ok solution this time.
Back to top
View user's profile Send private message
zpat
PostPosted: Tue Sep 20, 2011 7:20 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

amqsgetc?
Back to top
View user's profile Send private message
bruce2359
PostPosted: Tue Sep 20, 2011 7:21 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

The WMQ Clients manual identifies two distinct methods of connecting a client to a qmgr. One of the methods, the simpler of the two to implement, does not require a client-connection channel and CCDT. The other method requires both.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
ankurlodhi
PostPosted: Tue Sep 20, 2011 7:42 am    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

yap if we set

mqserver we can do it with out client connection channel and channel tabel file,

but there are also certain limitation of that method also.

i was only taught the first only, i didn't even knew about the second one but later on reading the client manual i came to know the second one.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Sep 20, 2011 8:13 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

ankurlodhi wrote:
hmmm I guess i gave an ok solution this time.


half of one.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » General IBM MQ Support » WMQ Client Server Configuaration
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.