Author |
Message
|
elie |
Posted: Thu Jun 08, 2006 12:19 am Post subject: sender channel could not start |
|
|
Newbie
Joined: 08 Jun 2006 Posts: 6
|
Hello
1-The sender channel could not start ,his status is retrying .
Application log in EVENT VIEWER contain::
ERROR Websphere MQ :event id 9520
Channel not defined remotely.
There is no definition of channel 'RECV.RC.CC' at the remote location.
Add an appropriate definition to the remote hosts list of defined channels and retry the operation. .
Please Help
Regards,Elie . |
|
Back to top |
|
 |
James_O_K |
Posted: Thu Jun 08, 2006 4:55 am Post subject: |
|
|
Apprentice
Joined: 09 Mar 2006 Posts: 39 Location: UK
|
Can you give us some more details on the setup of your system. Names of channels, local and remote qmgr setup etc.
Obvious one to start off with, is this is a simple channel connection to a remote qmgr, is there a receiver channel with that name on the remote qmgr? |
|
Back to top |
|
 |
sebastianhirt |
Posted: Thu Jun 08, 2006 5:03 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
This usually happens (as the error message suggests) whenever you create a channel that has no matching definition on the receiving queue manager end.
Make sure that there is a receiving channel that has the name RECV.RC.CC on the other end.
You might also want to check the conname that you have specified. Maybe the queue manager on the other end of the channel is a different one than you expect |
|
Back to top |
|
 |
tleichen |
Posted: Thu Jun 08, 2006 6:25 am Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
Do you have any other channels going between the same queue managers that are running? If not, you may need to check the underlying transport (i.e., TCP/IP) to make sure that you have proper connectivity. Also, be sure you have an appropriate listener on the receiving end that is listening on the proper port.  _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
elie |
Posted: Sat Jun 10, 2006 12:20 am Post subject: |
|
|
Newbie
Joined: 08 Jun 2006 Posts: 6
|
i'm sure that there is a receiving channel that has the name RECV.RC.CC on the other end(AS400).The conname is the ip address of the remote system.And i have also a receiver channel started on the local system.
and the listener is started on the remote system.
Best Regards.
Elie. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Sat Jun 10, 2006 3:09 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
one of your statements is not true, recheck everything. if the ip/port points to the correct system, then the channel names do not match.
if the channel exists, then maybe the ip/port does not take you where you think.
you may also want to check the remotes (reveiving) queuemanager log for errors. _________________ Regards, Butcher |
|
Back to top |
|
 |
|