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 » IBM MQ Installation/Configuration Support » can't get sender channel to connect SUN to MVS

Post new topic  Reply to topic Goto page Previous  1, 2
 can't get sender channel to connect SUN to MVS « View previous topic :: View next topic » 
Author Message
sjunejo
PostPosted: Thu Sep 18, 2008 7:58 am    Post subject: Reply with quote

Novice

Joined: 12 Sep 2008
Posts: 16

First of all thanx for reply...

QMGR2.TO.QMGR1 not found ... is there not a problem.... SERVER means my default QMGR1 and client means my another queue manager QMGR2 just to differentiate both.

My runmqsc < [Script for QMGR1] is as following

def channel(QMGR1.TO.QMGR2) chltype(SDR) +
trptype(tcp) conname('10.44.5.107(1415)') +
xmitq(QMGR2) +
replace descr('QMGR1 to QMGR2 Sender')

def channel(QMGR2.TO.QMGR1) chltype(rcvr) +
trptype(tcp) replace

def qlocal(QMGR2) like(system.default.local.queue) +
replace share usage(xmitq)

def qremote('to.QMGR2') +
like(system.default.remote.queue) xmitq(QMGR2) +
replace rname('from.QMGR1') rqmname(QMGR2)

def qlocal('from.QMGR2') replace
end


My runmqsc < <Script for QMGR2> is as folowing

def channel(QMGR2.TO.QMGR1) chltype(SDR) +
trptype(tcp) conname('10.44.5.107') xmitq(QMGR1) +
replace descr('QMGR2 to QMGR1 sender')

def channel(QMGR1.TO.QMGR2) chltype(SVRCONN) +
trptype(tcp) replace

def qlocal(QMGR1) like(system.default.local.queue) +
replace share usage(xmitq)

def qremote('to.QMGR1') +
like(system.default.remote.queue) xmitq(QMGR1) +
replace rname('from.QMGR2') rqmname(QMGR1)

def qlocal('from.QMGR1')
end

---------------------------------------

If you can tell me is there anything wrong...before 'Channel 'QMGR2.TO.QMGR1' not found.' the output was simillar like 'channel type not suitable....'

Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Sep 18, 2008 8:37 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

bruce2359 wrote:
Channel types must be a valid pair: sender-receiver, server-requester, etc.. Take a look at the MQ V6 Intercommunications manual.

To validate channels:
1. use the tcpip ping (from both channel ends): ifconfig -a (or something like it on SunOS), ipconfig on Windows. If you can successfully tcpip ping, continue.
2. from the Sender end of a non-started MQ channel, issue the MQ ping command (from within runmqsc). If this succeeds, your channel definitions are compatible. if successful, continue.
3. from the Sender end of the channel, issue the START CHL command from runmqsc (or runmqchl control command).

As stated elsewhere in this post, refer to the errors folder(s) in the MQ path to identify the detected error. I usually start at the top (in the IBM WebSphere MQ folder, then next try the errors folder with your qmgr name in folder Qmgrs. Look for errors logged at both ends of the channel.

Provide some details here:
-channel definitions
-exact commands you issued
-errors logged



BEFORE using an old thread to ask a DUPLICATE question, you should take care to make sure you have READ AND UNDERSTOOD all of the answers already given in that THREAD.

Back to top
View user's profile Send private message
Toronto_MQ
PostPosted: Thu Sep 18, 2008 9:38 am    Post subject: Reply with quote

Master

Joined: 10 Jul 2002
Posts: 263
Location: read my name

sjunejo wrote:

def channel(QMGR1.TO.QMGR2) chltype(SVRCONN) +
trptype(tcp) replace


This one should be chltype(RCVR).
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » can't get sender channel to connect SUN to MVS
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.