Author |
Message
|
Marcus308 |
Posted: Wed Mar 21, 2012 11:22 am Post subject: I'm having trouble with a channel. |
|
|
Novice
Joined: 21 Mar 2012 Posts: 15
|
I can't get a sender and receiver channel to communicate.
V 7.0.1.2
The channel names match.
When I ping the Sender channel from MQ Explorer I get the following.
"The request received an unexpected reason code from an underlying API or command. The reason code was 2195. (AMQ4048)
I can use the ping facility and ping other remote channels.
Any pointers on where to look for the issue or logs would be helpful. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Mar 21, 2012 11:28 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Anything in the error logs? Any FDC's being cut?
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
Marcus308 |
Posted: Wed Mar 21, 2012 11:37 am Post subject: |
|
|
Novice
Joined: 21 Mar 2012 Posts: 15
|
Turns out my receiver channel was down. So I started it up and could ping.
I must have turned it off during troubleshooting.
Now I'm back to my original issue with my sender channel.
AMQ9587: Program cannot open queue manager object.
EXPLANATION:
The attempt to open object '%CHLBATCH.48' on queue manager \
with reason code 2101.
I'm getting this from the logs which lead me to this.
http://www.mqseries.net/phpBB2/viewtopic.php?p=80601&sid=15b0ed98c6e1014e6129d3f3709f6e65
I'll give the recommendations here a try. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Mar 21, 2012 1:14 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9470 Location: US: west coast, almost. Otherwise, enroute.
|
Marcus308 wrote: |
Now I'm back to my original issue with my sender channel. |
From your most recent post, I thought you got the channel to start.
Marcus308 wrote: |
AMQ9587: Program cannot open queue manager object.
EXPLANATION:
The attempt to open object '%CHLBATCH.48' on queue manager \
with reason code 2101. |
Exactly what did you do that resulted in this error? A START CHL command?
If so, then look to see if the sender channel definition names a transmission queue. If it does, look to see if there is a transmission queue by that exact name. _________________ 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 |
|
 |
Marcus308 |
Posted: Wed Mar 21, 2012 3:13 pm Post subject: |
|
|
Novice
Joined: 21 Mar 2012 Posts: 15
|
Thank you for the replies.
I did the to see if the channels matched. I could even ping via MQ explorer.
Well after the restart of the queue manager that seems to do it. I definitely believe I had a damaged file. The OS admins may have just shutdown the server without shutting down MQ.
The AMQRSYNA.DAT did recreate and my problem channel seems to be working now.
I use these forums a good deal for answers. I'll start posting more and get involved. I'm by no means an expert with MQ but this forum seems to be very helpful. Appreciate it. |
|
Back to top |
|
 |
Marcus308 |
Posted: Wed Mar 21, 2012 3:15 pm Post subject: |
|
|
Novice
Joined: 21 Mar 2012 Posts: 15
|
bruce2359 wrote: |
Marcus308 wrote: |
Now I'm back to my original issue with my sender channel. |
From your most recent post, I thought you got the channel to start.
Marcus308 wrote: |
AMQ9587: Program cannot open queue manager object.
EXPLANATION:
The attempt to open object '%CHLBATCH.48' on queue manager \
with reason code 2101. |
Exactly what did you do that resulted in this error? A START CHL command?
If so, then look to see if the sender channel definition names a transmission queue. If it does, look to see if there is a transmission queue by that exact name. |
Yes, I tried to start the channel via MQ Explorer and watched the logs. As soon as I issued the command it had the error. |
|
Back to top |
|
 |
|