Author |
Message
|
praveenmq |
Posted: Sat Jan 28, 2012 1:37 am Post subject: AMQ9514 error |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
Hi ,
In the qmgr error logs i can always see the below error for my receiver.
----- amqrccca.c : 921 --------------------------------------------------------
01/28/12 09:50:34 - Process(1028336.2229541) User(mqm) Program(amqrmppa)
Host(prdwas1)
AMQ9514: Channel 'KAP1WM01.EGP1XC13' is in use.
EXPLANATION:
The requested operation failed because channel 'KAP1WM01.EGP1XC13' is currently
active.
ACTION:
Either end the channel manually, or wait for it to close, and retry the
operation.
----- amqrcsia.c : 1006 -------------------------------------------------------
01/28/12 09:50:34 - Process(1028336.2229541) User(mqm) Program(amqrmppa)
Host(prdwas1)
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'KAP1WM01.EGP1XC13' ended abnormally.
ACTION:
Look at previous error messages for channel program 'KAP1WM01.EGP1XC13' in the
error files to determine the cause of the failure.
----- amqrmrsa.c : 525 --------------------------------------------------------
This is a receiver channel here. this issue happens regularly i need to manualy stop and start the sender and receiver everytime to resolve this.
Is there any way we can resolve this permanently and MQ automatically does the restart.
Thanks,
Praveen. |
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Jan 28, 2012 6:22 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9470 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
EXPLANATION:
The requested operation failed because channel 'KAP1WM01.EGP1XC13' is currently active.
ACTION:
Either end the channel manually, or wait for it to close, and retry the
operation. |
It appears that someone or something is attempting to start a channel (the requested operation), and that the channel is already running. What command is being issued at the receiver end of the channel?
Did you perform the ACTION suggested? _________________ 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 |
|
 |
praveenmq |
Posted: Sun Jan 29, 2012 9:37 am Post subject: |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
Yes i performed the action suggested, like manually restarting it.
For a day it hangs like 3 times and there is a outage in production and i need to manually start it.
Is there any way we can solve it? |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Jan 29, 2012 9:44 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Have you verified the quality of the network between these 2 qmgrs?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
bruce2359 |
Posted: Sun Jan 29, 2012 10:23 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9470 Location: US: west coast, almost. Otherwise, enroute.
|
praveenmq wrote: |
Yes i performed the action suggested, like manually restarting it.
For a day it hangs like 3 times and there is a outage in production and i need to manually start it.
Is there any way we can solve it? |
What command did you or automation issue to that channel? Did you attempt to start it? Some other function?
The channel hangs? This is new information to your post. What do you mean by 'hangs?' What is the channel status when it hangs? I'm guessing that the channel stops transmitting messages when it hangs. Is this the case?
Yes, you can solve this by identifying what/who issued a command that is not valid for a running channel. _________________ 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 |
|
 |
praveenmq |
Posted: Tue Jan 31, 2012 1:28 am Post subject: |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
Hi ,
I think we are confused here.
Whenever the above issue happens i just stop the receiver channel and sender channel to make it run.
When i check the status before restarting it. The status is running but i could not see any messages moving into it.
What is happening here i believe is.....The receiver channel goes to inactive state when it doesnot receive any message, Once the sender has the message and when it tries to start the channel it says that the channel in use error and ends abnormally as shown in the log but the status is shown as running.
Manually i use to restart the channel..... Is it anyother attribute we can tune in MQ to keep the channel active? |
|
Back to top |
|
 |
praveenmq |
Posted: Tue Jan 31, 2012 1:29 am Post subject: |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
fjb_saper wrote: |
Have you verified the quality of the network between these 2 qmgrs?  |
The network between these two qmgrs are good and excellent.. |
|
Back to top |
|
 |
exerk |
Posted: Tue Jan 31, 2012 2:05 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
And have you investigated THIS? _________________ 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 |
|
 |
Mr Butcher |
Posted: Tue Jan 31, 2012 2:37 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
I would give the adoptmca settings a try ...... (beside of checking the network and the sender end) _________________ Regards, Butcher |
|
Back to top |
|
 |
praveenmq |
Posted: Mon Feb 06, 2012 1:16 am Post subject: |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
Thanks a lot AdaptMCA settings worked perfectly.
Thanks a lot for everyone. |
|
Back to top |
|
 |
|