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 » Clustering » Files are struck in SYSTEM.CLUSTER.TRANSMIT.QUEUE

Post new topic  Reply to topic Goto page 1, 2  Next
 Files are struck in SYSTEM.CLUSTER.TRANSMIT.QUEUE « View previous topic :: View next topic » 
Author Message
tsantoshkumar
PostPosted: Tue Aug 12, 2008 3:24 am    Post subject: Files are struck in SYSTEM.CLUSTER.TRANSMIT.QUEUE Reply with quote

Apprentice

Joined: 10 Mar 2008
Posts: 26

Hi,
Iam using MQ V 6.0 and my Queue Manager is in cluster.When Iam trying to send the files, some of the files are been struck in SYSTEM.CLUSTER.TRANSMIT.QUEUE (the current depth is incresed).
After 3-5 minutes Iam trying to send the fresh(same) files which are struck in the SYSTEM.CLUSTER.TRANSMIT.QUEUE ,then they are properly sent.But the files which remain in SYSTEM.CLUSTER.TRANSMIT.QUEUE remain same( current depth reamin same, i.e. the files are still in SYSTEM.CLUSTER.TRANSMIT.QUEUE ).

Please suggest in this regard.

With Regards,
Santosh
Back to top
View user's profile Send private message
exerk
PostPosted: Tue Aug 12, 2008 3:42 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Check the message headers for their destination queue manager, then check whether that queue manager is available (including whether its Listener is running), and that the channels are running correctly.
_________________
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
fjb_saper
PostPosted: Tue Aug 12, 2008 3:48 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Looks more like a LUW problem to me. Make sure the LUW is committed. As long as the LUW is not committed the messages will stay on the SYSTEM.CLUSTER.TRANSMIT.QUEUE

Enjoy
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
tsantoshkumar
PostPosted: Tue Aug 12, 2008 3:56 am    Post subject: Reply with quote

Apprentice

Joined: 10 Mar 2008
Posts: 26

Hi,
How to commit LUW,can u tell me whatLUW means.
Thanx for the reply.

With Regards,
Santosh
Back to top
View user's profile Send private message
sami.stormrage
PostPosted: Tue Aug 12, 2008 4:58 am    Post subject: Reply with quote

Disciple

Joined: 25 Jun 2008
Posts: 186
Location: Bangalore/Singapore

Better do the preliminarly checks, that Exerk suggested.
check LUW and others only if u are sending messages under transactional control.

Use dspmqtran and rsvmqtran to display and commit ur tranaction. what does the ping channel say? is there a message saying uncommited messasges on Queue?
_________________
*forgetting everything *
Back to top
View user's profile Send private message Yahoo Messenger
sami.stormrage
PostPosted: Tue Aug 12, 2008 5:08 am    Post subject: Reply with quote

Disciple

Joined: 25 Jun 2008
Posts: 186
Location: Bangalore/Singapore

Also check if the destination Q is full.. messages will sent to DLQ after the maxmsg retry..
_________________
*forgetting everything *
Back to top
View user's profile Send private message Yahoo Messenger
ipmqadm
PostPosted: Tue Aug 12, 2008 6:07 am    Post subject: Reply with quote

Acolyte

Joined: 18 Apr 2007
Posts: 68

LUW is Logical Unit of Work. The sending application can COMMIT the LUW by issueing a COMMIT or SYNCPOINT or corresponding command...
Back to top
View user's profile Send private message
tsantoshkumar
PostPosted: Wed Aug 13, 2008 2:30 am    Post subject: Reply with quote

Apprentice

Joined: 10 Mar 2008
Posts: 26

Hi,
thanx for the replies.
The destination queue is not full, even the listener is running fine.

With Regards,
Santosh.
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Aug 13, 2008 2:40 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

exerk wrote:
Check the message headers for their destination queue manager, then check whether that queue manager is available (including whether its Listener is running), and that the channels are running correctly.


Error logs, channel status etc.
_________________
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
PeterPotkay
PostPosted: Wed Aug 13, 2008 4:54 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

Moving to Cluster Forum.

Check the Correl ID's of the stuck messages. They will contain the channel name that is supposed to pick them up, due to the cluster workload algorithm. Then check out why that channel is not running. Could be lots of reasons. Sounds like these messages are destined for a particular QM (Bind on Open option used or destination QM specified) preventing the cluster from rerouting them, and the original destination QM / CLUSRCVR channel is N/A. Destination QM improperly removed from the cluster?

Or, the putting app has commited the messages yet, so the channels can't pick them up (if you can't browse them, this is the likely case).
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
tsantoshkumar
PostPosted: Thu Aug 14, 2008 5:26 am    Post subject: Reply with quote

Apprentice

Joined: 10 Mar 2008
Posts: 26

Hi,
The channel status is running(at both the ends)

The logs are :


8/14/2008 15:29:22 - Process(1676.3602) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECRCV' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECRCV' in the error files
to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 15:29:24 - Process(1676.3603) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 15:29:24 - Process(1676.3603) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECSENDER' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECSENDER' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 15:48:56 - Process(1676.3604) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'RBINGP_SCHNL' is starting.

EXPLANATION:
Channel 'RBINGP_SCHNL' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 15:48:56 - Process(1676.3605) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECRCV' is starting.

EXPLANATION:
Channel 'SECRCV' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 15:48:58 - Process(1676.3606) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECSENDER' is starting.

EXPLANATION:
Channel 'SECSENDER' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 15:49:22 - Process(1676.3605) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.16.19.11 (1430)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.16.19.11
(1430)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.16.19.11 (1430)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 15:49:22 - Process(1676.3605) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECRCV' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECRCV' in the error files
to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 15:49:22 - Process(1676.3604) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 15:49:22 - Process(1676.3604) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'RBINGP_SCHNL' ended abnormally.
ACTION:
Look at previous error messages for channel program 'RBINGP_SCHNL' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 15:49:24 - Process(1676.3606) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 15:49:24 - Process(1676.3606) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECSENDER' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECSENDER' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 16:08:56 - Process(1676.3607) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'RBINGP_SCHNL' is starting.

EXPLANATION:
Channel 'RBINGP_SCHNL' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 16:08:56 - Process(1676.3608) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECRCV' is starting.

EXPLANATION:
Channel 'SECRCV' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 16:08:58 - Process(1676.3609) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECSENDER' is starting.

EXPLANATION:
Channel 'SECSENDER' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 16:09:22 - Process(1676.3607) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 16:09:22 - Process(1676.3607) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'RBINGP_SCHNL' ended abnormally.
ACTION:
Look at previous error messages for channel program 'RBINGP_SCHNL' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 16:09:22 - Process(1676.3608) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.16.19.11 (1430)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.16.19.11
(1430)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.16.19.11 (1430)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 16:09:22 - Process(1676.3608) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECRCV' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECRCV' in the error files
to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 16:09:24 - Process(1676.3609) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 16:09:24 - Process(1676.3609) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECSENDER' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECSENDER' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 16:28:56 - Process(1676.3610) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'RBINGP_SCHNL' is starting.

EXPLANATION:
Channel 'RBINGP_SCHNL' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 16:28:56 - Process(1676.3611) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECRCV' is starting.

EXPLANATION:
Channel 'SECRCV' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 16:28:58 - Process(1676.3612) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECSENDER' is starting.

EXPLANATION:
Channel 'SECSENDER' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 16:29:22 - Process(1676.3611) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.16.19.11 (1430)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.16.19.11
(1430)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.16.19.11 (1430)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 16:29:22 - Process(1676.3611) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECRCV' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECRCV' in the error files
to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 16:29:22 - Process(1676.3610) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 16:29:22 - Process(1676.3610) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'RBINGP_SCHNL' ended abnormally.
ACTION:
Look at previous error messages for channel program 'RBINGP_SCHNL' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 16:29:24 - Process(1676.3612) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 16:29:24 - Process(1676.3612) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECSENDER' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECSENDER' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 16:41:28 - Process(1676.3597) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9206: Error sending data to host 10.35.1.47.

EXPLANATION:
An error occurred sending data over TCP/IP to 10.35.1.47. This may be due to a
communications failure.
ACTION:
The return code from the TCP/IP(send) call was 10054 X('2746'). Record these
values and tell your systems administrator.
----- amqccita.c : 2507 -------------------------------------------------------
8/14/2008 16:41:28 - Process(1676.3597) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'RBINGP_RCHNL' ended abnormally.
ACTION:
Look at previous error messages for channel program 'RBINGP_RCHNL' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 16:41:38 - Process(1676.3613) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'RBINGP_RCHNL' is starting.

EXPLANATION:
Channel 'RBINGP_RCHNL' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 16:48:56 - Process(1676.3614) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'RBINGP_SCHNL' is starting.

EXPLANATION:
Channel 'RBINGP_SCHNL' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 16:48:56 - Process(1676.3615) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECRCV' is starting.

EXPLANATION:
Channel 'SECRCV' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 16:48:58 - Process(1676.3616) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECSENDER' is starting.

EXPLANATION:
Channel 'SECSENDER' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 16:49:22 - Process(1676.3614) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 16:49:22 - Process(1676.3615) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.16.19.11 (1430)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.16.19.11
(1430)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.16.19.11 (1430)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 16:49:22 - Process(1676.3614) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'RBINGP_SCHNL' ended abnormally.
ACTION:
Look at previous error messages for channel program 'RBINGP_SCHNL' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 16:49:22 - Process(1676.3615) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECRCV' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECRCV' in the error files
to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 16:49:24 - Process(1676.3616) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 16:49:24 - Process(1676.3616) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECSENDER' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECSENDER' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 17:08:56 - Process(1676.3617) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'RBINGP_SCHNL' is starting.

EXPLANATION:
Channel 'RBINGP_SCHNL' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 17:08:56 - Process(1676.3618) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECRCV' is starting.

EXPLANATION:
Channel 'SECRCV' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 17:08:58 - Process(1676.3619) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECSENDER' is starting.

EXPLANATION:
Channel 'SECSENDER' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 17:09:22 - Process(1676.3618) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.16.19.11 (1430)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.16.19.11
(1430)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.16.19.11 (1430)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 17:09:22 - Process(1676.3618) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECRCV' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECRCV' in the error files
to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 17:09:22 - Process(1676.3617) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 17:09:22 - Process(1676.3617) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'RBINGP_SCHNL' ended abnormally.
ACTION:
Look at previous error messages for channel program 'RBINGP_SCHNL' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 17:09:24 - Process(1676.3619) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 17:09:24 - Process(1676.3619) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECSENDER' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECSENDER' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 17:28:56 - Process(1676.3620) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'RBINGP_SCHNL' is starting.

EXPLANATION:
Channel 'RBINGP_SCHNL' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 17:28:56 - Process(1676.3621) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECRCV' is starting.

EXPLANATION:
Channel 'SECRCV' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 17:28:58 - Process(1676.3622) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECSENDER' is starting.

EXPLANATION:
Channel 'SECSENDER' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 17:29:22 - Process(1676.3621) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.16.19.11 (1430)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.16.19.11
(1430)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.16.19.11 (1430)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 17:29:22 - Process(1676.3621) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECRCV' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECRCV' in the error files
to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 17:29:22 - Process(1676.3620) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 17:29:22 - Process(1676.3620) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'RBINGP_SCHNL' ended abnormally.
ACTION:
Look at previous error messages for channel program 'RBINGP_SCHNL' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 17:29:24 - Process(1676.3622) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 17:29:24 - Process(1676.3622) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECSENDER' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECSENDER' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 17:48:56 - Process(1676.3624) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECRCV' is starting.

EXPLANATION:
Channel 'SECRCV' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 17:48:56 - Process(1676.3623) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'RBINGP_SCHNL' is starting.

EXPLANATION:
Channel 'RBINGP_SCHNL' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 17:48:58 - Process(1676.3625) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECSENDER' is starting.

EXPLANATION:
Channel 'SECSENDER' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 17:49:22 - Process(1676.3623) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 17:49:22 - Process(1676.3623) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'RBINGP_SCHNL' ended abnormally.
ACTION:
Look at previous error messages for channel program 'RBINGP_SCHNL' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 17:49:22 - Process(1676.3624) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.16.19.11 (1430)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.16.19.11
(1430)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.16.19.11 (1430)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 17:49:22 - Process(1676.3624) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECRCV' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECRCV' in the error files
to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 17:49:24 - Process(1676.3625) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 17:49:24 - Process(1676.3625) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECSENDER' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECSENDER' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 18:08:56 - Process(1676.3626) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'RBINGP_SCHNL' is starting.

EXPLANATION:
Channel 'RBINGP_SCHNL' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 18:08:56 - Process(1676.3627) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECRCV' is starting.

EXPLANATION:
Channel 'SECRCV' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 18:08:58 - Process(1676.3628) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9002: Channel 'SECSENDER' is starting.

EXPLANATION:
Channel 'SECSENDER' is starting.
ACTION:
None.
-------------------------------------------------------------------------------
8/14/2008 18:09:22 - Process(1676.3627) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.16.19.11 (1430)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.16.19.11
(1430)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.16.19.11 (1430)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 18:09:22 - Process(1676.3627) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECRCV' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECRCV' in the error files
to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 18:09:22 - Process(1676.3626) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 18:09:22 - Process(1676.3626) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'RBINGP_SCHNL' ended abnormally.
ACTION:
Look at previous error messages for channel program 'RBINGP_SCHNL' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------
8/14/2008 18:09:24 - Process(1676.3628) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9202: Remote host '172.19.4.46 (1431)' not available, retry later.

EXPLANATION:
The attempt to allocate a conversation using TCP/IP to host '172.19.4.46
(1431)' was not successful. However the error may be a transitory one and it
may be possible to successfully allocate a TCP/IP conversation later.
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
10060 (X'274C'). 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 '172.19.4.46 (1431)' was not running. If this is the case, perform the
relevant operations to start the TCP/IP listening program, and try again.
----- amqccita.c : 1182 -------------------------------------------------------
8/14/2008 18:09:24 - Process(1676.3628) User(MUSR_MQADMIN) Program(amqrmppa.exe)
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SECSENDER' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SECSENDER' in the error
files to determine the cause of the failure.
----- amqrccca.c : 777 --------------------------------------------------------



With Regards,
Santosh
Back to top
View user's profile Send private message
exerk
PostPosted: Thu Aug 14, 2008 5:35 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Are you sure the channels are running correctly?

Winsock Connect Error
System Error: 10060
Connection timed out. A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.


You might want to check whether all Listeners are running, whether any firewall changes have been made, and enlist the help of your network admins.
_________________
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
tsantoshkumar
PostPosted: Wed Aug 20, 2008 1:05 am    Post subject: Reply with quote

Apprentice

Joined: 10 Mar 2008
Posts: 26

Hi,
All my channels are working fine (they are in RUNNING mode),My listeners are working fine, no firewall setting changed even the trafiic between the Queue managers is fine.

I can also see that SYSTEM.ADMIN.CHANNEL.EVENT queue's current depth is 3000(full). Does this queue migth causing the problem?


With Regards,
T Santosh Kumar.
Back to top
View user's profile Send private message
kevinf2349
PostPosted: Wed Aug 20, 2008 5:20 am    Post subject: Reply with quote

Grand Master

Joined: 28 Feb 2003
Posts: 1311
Location: USA

No.

If an event queue fills up the queue manager simply stops putting event messages into it.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Aug 20, 2008 3:37 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

OK, So I had the same problem happen to me recently (this week)
MQ version 6.0.2.2 on AIX

Messages, that were committed and readable, stuck on the SYSTEM.CLUSTER.TRANSMIT.QUEUE, despite the fact that the channel to the destination was running fine....(only 1 instance of the dest q in the cluster)

So I looked at the messages using MO71 and checked the CorrelId which I copied to RFHUTIL, and looked at in ASCII. It is supposed to be the channel name to the destination. (see dis clusqmgr(*) channel).

To my surprise the CorrelId showed an obsolete channel name which had been removed from the destination about a month ago... and did not show in the repository... go figure...

So I booted the offending qmgr out of the cluster and had it issue a refresh cluster to join the cluster anew.

Enjoy
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » Clustering » Files are struck in SYSTEM.CLUSTER.TRANSMIT.QUEUE
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.