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 » DISTRIBUTION QUEUING SETUP(Channel problem)

Post new topic  Reply to topic
 DISTRIBUTION QUEUING SETUP(Channel problem) « View previous topic :: View next topic » 
Author Message
harsha8127
PostPosted: Sat Jan 18, 2014 11:06 pm    Post subject: DISTRIBUTION QUEUING SETUP(Channel problem) Reply with quote

Acolyte

Joined: 25 Nov 2013
Posts: 72

Hi folks,
Good morning,
I am setting up Distribution queuing in two systems,these are the channel definitions i have created,
QM1---
DEFINE LISTENER(QM1.LSR) TRPTYPE(TCP) PORT(1529) IPADDR(192.168.0.145) CONTROL(QMGR) replace

---DEFINE CHANNEL(QM1.TO.QM2) CHLTYPE(SDR) TRPTYPE(TCP) XMITQ(QM2) CONNAME('192.168.0.147(1526)') DESCR('Sender channel to QM2') REPLACE

---DEFINE CHANNEL(QM2.TO.QM1) CHLTYPE(RCVR) TRPTYPE(TCP) DESCR('Receiver channel from QM2') REPLACE

QM2---
DEFINE LISTENER(QM2.LSR) TRPTYPE(TCP) PORT(1526) IPADDR(192.168.0.147) CONTROL(QMGR) replace

---DEFINE CHANNEL(QM1.TO.QM2) CHLTYPE(RCVR) TRPTYPE(TCP) DESCR('Receiver channel from QM1') REPLACE

---DEFINE CHANNEL(QM2.TO.QM1) CHLTYPE(SDR) TRPTYPE(TCP) CONNAME('192.168.0.145(1529)') XMITQ(QM1) DESCR('Sender channel to QM1') REPLACE


The sender in first qmgr and receiver in second qmgr are working but remaining two are not working. I have tried all possible ways to make them work but they are not working.

please help in solving them
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Sun Jan 19, 2014 6:26 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

Start by reviewing the AMQERR01.LOG for both Queue Managers to see what the Queue Managers are saying is the problem.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
harsha8127
PostPosted: Sun Jan 19, 2014 7:02 am    Post subject: Reply with quote

Acolyte

Joined: 25 Nov 2013
Posts: 72

hi folks,
the sender in first qmgr and receiver in second qmgr are working properly,
but the receiver channel in first qmgr is not working (its accepting the start command wen seeing its status itis saying channel is not found), and the sender channel in second qmgr is showing its status as retrying .




please help me lords
Back to top
View user's profile Send private message
bruce2359
PostPosted: Sun Jan 19, 2014 9:22 am    Post subject: Reply with quote

Poobah

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

harsha8127 wrote:
hi folks,
the sender in first qmgr and receiver in second qmgr are working properly.

Working properly means that both ends of a channel are in RUNNING state, and transmitting/receiving messages. Channels incapable of transmitting/receiving messages, or channels not in RUNNING state are not working properly.

Which channel, and which end of the channel, did you issue the START CHANNEL(channel-name)? Did you issue the command on the SENDER end of the channel? Look at the error log file to see if an error is logged.

Please give us some specifics.
_________________
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
harsha8127
PostPosted: Sun Jan 19, 2014 8:03 pm    Post subject: Reply with quote

Acolyte

Joined: 25 Nov 2013
Posts: 72

hi folks,

Actually one way communication is woring i.e from qmgr1 to qmgr2---the sender in first and receiver in second qmgr are working put and get are working but,,
the receiver in first qmgr and sender in second qmgr are not working i.e
the receiver is not responding and sender in second qmgr is in retrying state.

the start(*****) command is accepted by all the four channels but still the two channels are not working.

Back to top
View user's profile Send private message
PaulClarke
PostPosted: Mon Jan 20, 2014 12:14 am    Post subject: Reply with quote

Grand Master

Joined: 17 Nov 2005
Posts: 1002
Location: New Zealand

harsha8127, as a number of people have already said, you need to tell us why the sender channel is in retry. The answer will be in the Queue Manager error log file which will be in \qmgrs\<QMNAME>\errors\AMQERROR.LOG. The exact directory depends on your platform and version. The fact that you receiver channel does not start when you issue start channel is entirely normal and to be expected so ignore that. Concentrate on why the sender channel doesn't start, it is that end that you need to look at the error log.

Cheers,
Paul.
_________________
Paul Clarke
MQGem Software
www.mqgem.com
Back to top
View user's profile Send private message Visit poster's website
harsha8127
PostPosted: Mon Jan 20, 2014 3:37 am    Post subject: Reply with quote

Acolyte

Joined: 25 Nov 2013
Posts: 72

01/20/2014 04:17:29 PM - Process(30436.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9202: Remote host '192.168.0.147 (1416)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '192.168.0.147
(1416)' for channel QMGR1.QMGR2 was not successful. However the error may be a
transitory one and it may be possible to successfully allocate a TCP/IP
conversation later.

In some cases the remote host cannot be determined and so is shown as '????'.
ACTION:
Try the connection again later. If the failure persists, record the error
values and contact your systems administrator. The return code from TCP/IP is
111 (X'6F'). The reason for the failure may be that this host cannot reach the
destination host. It may also be possible that the listening program at host
'192.168.0.147 (1416)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1019 -------------------------------------------------------
01/20/2014 04:17:29 PM - Process(30436.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9999: Channel 'QMGR1.QMGR2' to host '192.168.0.147(1416)' ended abnormally.

EXPLANATION:
The channel program running under process ID 30436 for channel 'QMGR1.QMGR2'
ended abnormally. The host name is '192.168.0.147(1416)'; in some cases the
host name cannot be determined and so is shown as '????'.
ACTION:
Look at previous error messages for the channel program in the error logs to
determine the cause of the failure. Note that this message can be excluded
completely or suppressed by tuning the "ExcludeMessage" or "SuppressMessage"
attributes under the "QMErrorLog" stanza in qm.ini. Further information can be
found in the System Administration Guide.
----- amqrccca.c : 958 --------------------------------------------------------
01/20/2014 04:18:29 PM - Process(30446.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9002: Channel 'QMGR1.QMGR2' is starting.



this is what exactly the error log is showing..



Back to top
View user's profile Send private message
smdavies99
PostPosted: Mon Jan 20, 2014 3:42 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

how does this (from the AMQERR001.LOG File extract that you posted)
Code:

The attempt to allocate a conversation using TCP/IP to host '192.168.0.147
(1416)'


relate to the definitions you quoted at the start of this thread?
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
harsha8127
PostPosted: Mon Jan 20, 2014 3:50 am    Post subject: Reply with quote

Acolyte

Joined: 25 Nov 2013
Posts: 72

sorry sir..
this is actually the set up is..

qmgr1

DEF LISTENER(LISTENER.TCP) TRPTYPE(TCP) PORT(1415) CONTROL(QMGR) REPLACE

START LISTENER(LISTENER.TCP)

DEF CHL(QMGR1.QMGR2) CHLTYPE(SDR) TRPTYPE(TCP) CONNAME('192.168.0.147(1416)') XMITQ(QMGR2) REPLACE

DEF CHL(QMGR2.QMGR1) CHLTYPE(RCVR) TRPTYPE(TCP) REPLACE

qmgr2

DEF LISTENER(LISTENER.TCP) TRPTYPE(TCP) PORT(1416) CONTROL(QMGR) REPLACE

START LISTENER(LISTENER.TCP)

DEF CHL(QMGR2.QMGR1) CHLTYPE(SDR) TRPTYPE(TCP) CONNAME('192.168.0.145(1415)') XMITQ(QMGR1) REPLACE

DEF CHL(QMGR1.QMGR2) CHLTYPE(RCVR) TRPTYPE(TCP) REPLACE




and the error log file shows..
-------------------------------------------------------------------------------
01/20/2014 04:17:29 PM - Process(30436.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9202: Remote host '192.168.0.147 (1416)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '192.168.0.147
(1416)' for channel QMGR1.QMGR2 was not successful. However the error may be a
transitory one and it may be possible to successfully allocate a TCP/IP
conversation later.

In some cases the remote host cannot be determined and so is shown as '????'.
ACTION:
Try the connection again later. If the failure persists, record the error
values and contact your systems administrator. The return code from TCP/IP is
111 (X'6F'). The reason for the failure may be that this host cannot reach the
destination host. It may also be possible that the listening program at host
'192.168.0.147 (1416)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1019 -------------------------------------------------------
01/20/2014 04:17:29 PM - Process(30436.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9999: Channel 'QMGR1.QMGR2' to host '192.168.0.147(1416)' ended abnormally.

EXPLANATION:
The channel program running under process ID 30436 for channel 'QMGR1.QMGR2'
ended abnormally. The host name is '192.168.0.147(1416)'; in some cases the
host name cannot be determined and so is shown as '????'.
ACTION:
Look at previous error messages for the channel program in the error logs to
determine the cause of the failure. Note that this message can be excluded
completely or suppressed by tuning the "ExcludeMessage" or "SuppressMessage"
attributes under the "QMErrorLog" stanza in qm.ini. Further information can be
found in the System Administration Guide.
----- amqrccca.c : 958 --------------------------------------------------------
01/20/2014 04:18:29 PM - Process(30446.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9002: Channel 'QMGR1.QMGR2' is starting.

EXPLANATION:
Channel 'QMGR1.QMGR2' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
01/20/2014 04:18:29 PM - Process(30446.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9202: Remote host '192.168.0.147 (1416)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '192.168.0.147
(1416)' for channel QMGR1.QMGR2 was not successful. However the error may be a
transitory one and it may be possible to successfully allocate a TCP/IP
conversation later.

In some cases the remote host cannot be determined and so is shown as '????'.
ACTION:
Try the connection again later. If the failure persists, record the error
values and contact your systems administrator. The return code from TCP/IP is
111 (X'6F'). The reason for the failure may be that this host cannot reach the
destination host. It may also be possible that the listening program at host
'192.168.0.147 (1416)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1019 -------------------------------------------------------
01/20/2014 04:18:29 PM - Process(30446.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9999: Channel 'QMGR1.QMGR2' to host '192.168.0.147(1416)' ended abnormally.

EXPLANATION:
The channel program running under process ID 30446 for channel 'QMGR1.QMGR2'
ended abnormally. The host name is '192.168.0.147(1416)'; in some cases the
host name cannot be determined and so is shown as '????'.
ACTION:
Look at previous error messages for the channel program in the error logs to
determine the cause of the failure. Note that this message can be excluded
completely or suppressed by tuning the "ExcludeMessage" or "SuppressMessage"
attributes under the "QMErrorLog" stanza in qm.ini. Further information can be
found in the System Administration Guide.
----- amqrccca.c : 958 --------------------------------------------------------
01/20/2014 04:19:29 PM - Process(30456.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9002: Channel 'QMGR1.QMGR2' is starting.

EXPLANATION:
Channel 'QMGR1.QMGR2' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
01/20/2014 04:19:29 PM - Process(30456.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9202: Remote host '192.168.0.147 (1416)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '192.168.0.147
(1416)' for channel QMGR1.QMGR2 was not successful. However the error may be a
transitory one and it may be possible to successfully allocate a TCP/IP
conversation later.

In some cases the remote host cannot be determined and so is shown as '????'.
ACTION:
Try the connection again later. If the failure persists, record the error
values and contact your systems administrator. The return code from TCP/IP is
111 (X'6F'). The reason for the failure may be that this host cannot reach the
destination host. It may also be possible that the listening program at host
'192.168.0.147 (1416)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1019 -------------------------------------------------------
01/20/2014 04:19:29 PM - Process(30456.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)


please help me
Back to top
View user's profile Send private message
PaulClarke
PostPosted: Mon Jan 20, 2014 4:15 am    Post subject: Reply with quote

Grand Master

Joined: 17 Nov 2005
Posts: 1002
Location: New Zealand

I am a little confused now, your first message seemed to imply that it was the channel from QM2 to QM1 that was failing. Are we now saying that it is the other way around ?

The obvious questions are.....

are you certain that 192.168.0.147 is the IP address of where QMGR2 lives ?

are you certain that the listener is running on QMGR2 ? Have you issued a DIS LSSTATUS(*) to check ?

can you ping 192.168.0.147 from the machine where QMGR1 lives ?

Cheers,
Paul.
_________________
Paul Clarke
MQGem Software
www.mqgem.com
Back to top
View user's profile Send private message Visit poster's website
exerk
PostPosted: Mon Jan 20, 2014 4:15 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

harsha8127, I've deleted your post in the other thread in which you posted it - you won't get an answer or help any faster than you're getting it now.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
harsha8127
PostPosted: Mon Jan 20, 2014 4:34 am    Post subject: Reply with quote

Acolyte

Joined: 25 Nov 2013
Posts: 72

sorry for inconvenient folks,
Actually when i have setted up firstly the sender in qmgr1 and receiver in qmgr2 did not work.
Then i have made small correction and then i got the below problem.
the set up is

qmgr1

DEF LISTENER(LISTENER.TCP) TRPTYPE(TCP) PORT(1415) CONTROL(QMGR) REPLACE

START LISTENER(LISTENER.TCP)

DEF CHL(QMGR1.QMGR2) CHLTYPE(SDR) TRPTYPE(TCP) CONNAME('192.168.0.147(1416)') XMITQ(QMGR2) REPLACE

DEF CHL(QMGR2.QMGR1) CHLTYPE(RCVR) TRPTYPE(TCP) REPLACE

qmgr2

DEF LISTENER(LISTENER.TCP) TRPTYPE(TCP) PORT(1416) CONTROL(QMGR) REPLACE

START LISTENER(LISTENER.TCP)

DEF CHL(QMGR2.QMGR1) CHLTYPE(SDR) TRPTYPE(TCP) CONNAME('192.168.0.145(1415)') XMITQ(QMGR1) REPLACE

DEF CHL(QMGR1.QMGR2) CHLTYPE(RCVR) TRPTYPE(TCP) REPLACE




and the error log file shows..
-------------------------------------------------------------------------------
01/20/2014 04:17:29 PM - Process(30436.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9202: Remote host '192.168.0.147 (1416)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '192.168.0.147
(1416)' for channel QMGR1.QMGR2 was not successful. However the error may be a
transitory one and it may be possible to successfully allocate a TCP/IP
conversation later.

In some cases the remote host cannot be determined and so is shown as '????'.
ACTION:
Try the connection again later. If the failure persists, record the error
values and contact your systems administrator. The return code from TCP/IP is
111 (X'6F'). The reason for the failure may be that this host cannot reach the
destination host. It may also be possible that the listening program at host
'192.168.0.147 (1416)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1019 -------------------------------------------------------
01/20/2014 04:17:29 PM - Process(30436.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9999: Channel 'QMGR1.QMGR2' to host '192.168.0.147(1416)' ended abnormally.

EXPLANATION:
The channel program running under process ID 30436 for channel 'QMGR1.QMGR2'
ended abnormally. The host name is '192.168.0.147(1416)'; in some cases the
host name cannot be determined and so is shown as '????'.
ACTION:
Look at previous error messages for the channel program in the error logs to
determine the cause of the failure. Note that this message can be excluded
completely or suppressed by tuning the "ExcludeMessage" or "SuppressMessage"
attributes under the "QMErrorLog" stanza in qm.ini. Further information can be
found in the System Administration Guide.
----- amqrccca.c : 958 --------------------------------------------------------
01/20/2014 04:18:29 PM - Process(30446.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9002: Channel 'QMGR1.QMGR2' is starting.

EXPLANATION:
Channel 'QMGR1.QMGR2' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
01/20/2014 04:18:29 PM - Process(30446.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9202: Remote host '192.168.0.147 (1416)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '192.168.0.147
(1416)' for channel QMGR1.QMGR2 was not successful. However the error may be a
transitory one and it may be possible to successfully allocate a TCP/IP
conversation later.

In some cases the remote host cannot be determined and so is shown as '????'.
ACTION:
Try the connection again later. If the failure persists, record the error
values and contact your systems administrator. The return code from TCP/IP is
111 (X'6F'). The reason for the failure may be that this host cannot reach the
destination host. It may also be possible that the listening program at host
'192.168.0.147 (1416)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1019 -------------------------------------------------------
01/20/2014 04:18:29 PM - Process(30446.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9999: Channel 'QMGR1.QMGR2' to host '192.168.0.147(1416)' ended abnormally.

EXPLANATION:
The channel program running under process ID 30446 for channel 'QMGR1.QMGR2'
ended abnormally. The host name is '192.168.0.147(1416)'; in some cases the
host name cannot be determined and so is shown as '????'.
ACTION:
Look at previous error messages for the channel program in the error logs to
determine the cause of the failure. Note that this message can be excluded
completely or suppressed by tuning the "ExcludeMessage" or "SuppressMessage"
attributes under the "QMErrorLog" stanza in qm.ini. Further information can be
found in the System Administration Guide.
----- amqrccca.c : 958 --------------------------------------------------------
01/20/2014 04:19:29 PM - Process(30456.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9002: Channel 'QMGR1.QMGR2' is starting.

EXPLANATION:
Channel 'QMGR1.QMGR2' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
01/20/2014 04:19:29 PM - Process(30456.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)

AMQ9202: Remote host '192.168.0.147 (1416)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '192.168.0.147
(1416)' for channel QMGR1.QMGR2 was not successful. However the error may be a
transitory one and it may be possible to successfully allocate a TCP/IP
conversation later.

In some cases the remote host cannot be determined and so is shown as '????'.
ACTION:
Try the connection again later. If the failure persists, record the error
values and contact your systems administrator. The return code from TCP/IP is
111 (X'6F'). The reason for the failure may be that this host cannot reach the
destination host. It may also be possible that the listening program at host
'192.168.0.147 (1416)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1019 -------------------------------------------------------
01/20/2014 04:19:29 PM - Process(30456.1) User(mqm) Program(runmqchl)
Host(hyrhqa03) Installation(Installation1)
VRMF(7.1.0.3) QMgr(QMGR1)




192.168.0.145 is ip address in qmgr1 and its port number is 1415 and

192.168.0.147 is ip address in qmgr2 and its port number is 1416

both the system are pinging,

both the listener status are running..



please help me..

Back to top
View user's profile Send private message
bruce2359
PostPosted: Mon Jan 20, 2014 6:40 am    Post subject: Reply with quote

Poobah

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

harsha8127 wrote:

both the system are pinging


Please, oh please, be more precise. Tell us exactly what you have tried. Please post the results.

Do you mean that you preformed a TCP ping command from qmgr1 platform o/s to qmgr2? And that the TCP ping command was successful? Same question from qmgr2 to qmgr1?

Did you execute the WMQ PING command from a non-started SENDER channel on qmgr1? Post the results.

Did you execute the WMQ PING command from a non-started SENDER channel on qmgr2? Post the results.

harsha8127 wrote:
please help me..

Please provide us the diagnostic information we ask.
_________________
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 Jan 21, 2014 5:37 am    Post subject: Reply with quote

Master

Joined: 19 Oct 2010
Posts: 266

did you tried checking the port 1416 if it is available or not..

try using command

netstat -an | grep 1416

and post the results.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » DISTRIBUTION QUEUING SETUP(Channel problem)
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.