Author |
Message
|
rahuluppal |
Posted: Thu Oct 11, 2007 7:24 am Post subject: Channel and amqsget on AIX not working. Please help |
|
|
Newbie
Joined: 12 Aug 2007 Posts: 8
|
Hi I am new to MQ series for AIX
I created objects and channel is not starting. I am not able to use the ./amqsget command as well
$ runmqchl -m EARTH -c EARTH.TO.SPACE
5724-H72 (C) Copyright IBM Corp. 1994, 2005. ALL RIGHTS RESERVED.
10/11/07 19:03:01 Channel 'EARTH.TO.SPACE' is starting.
10/11/07 19:03:01 AMQ9509: Program cannot open queue manager object.
10/11/07 19:03:01 AMQ9999: Channel program ended abnormally.
Sample AMQSGET0 start
MQOPEN ended with reason code 2085
unable to open queue for input
Sample AMQSGET0 end
Can somebody help me with some basic steps on AIX |
|
Back to top |
|
 |
Vitor |
Posted: Thu Oct 11, 2007 7:32 am Post subject: Re: Channel and amqsget on AIX not working. Please help |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rahuluppal wrote: |
Can somebody help me with some basic steps on AIX |
The Intercommunications manual is the place to start, and the Quick Beginnings for AIX if you've not found it.
2085 is object not found, the queue you're trying t get from doesn't exist. Check you've used a consistent case in the name
Same with the channel - the error's quite clear, object won't open. Check the names in the configuration, and security if you've set it. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
rahuluppal |
Posted: Thu Oct 11, 2007 7:38 am Post subject: |
|
|
Newbie
Joined: 12 Aug 2007 Posts: 8
|
what are the security settings as names are right I just checked them. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Oct 11, 2007 7:46 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rahuluppal wrote: |
what are the security settings as names are right I just checked them. |
If you don't know you've not set them. They'll be another reason at work. Double check your configuration. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Oct 11, 2007 7:49 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It's not clear at all what you have done. Have you installed MQ? Have you created a queue manager? Was it successful? Have you started the queue manager? How do you know? It's not clear why you are trying to use runmqchl. It's not necessary to use this command to start a channel, and most of the other ways of doing so are better.
You may find this very helpful. http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg24006526&loc=en_US&cs=utf-8&lang=en
You should also be reviewing, very very carefully, the Quick Beginnings Guide for AIX. Included in this guide are specific steps for installing MQ, configuring it, and verifying the installation.
Once you have completed that process - most of what you need to do with MQ will not be specific to AIX at all.
Also, remember that the only things we know about who you are and what you have done or know how to do are WHAT YOU TELL US. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
rahuluppal |
Posted: Thu Oct 11, 2007 8:12 am Post subject: |
|
|
Newbie
Joined: 12 Aug 2007 Posts: 8
|
Thanks . I have created two queue managers. they are running. Verified the installation with the help of quick beginning for AIX. I want to transfer the message across two queue managers and that is why I am trying to start the channel. I really thank you for helping a child in MQ |
|
Back to top |
|
 |
Vitor |
Posted: Thu Oct 11, 2007 8:14 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rahuluppal wrote: |
Verified the installation with the help of quick beginning for AIX. |
Doesn't that include sending a message? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Oct 11, 2007 8:20 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rahuluppal wrote: |
I want to transfer the message across two queue managers and that is why I am trying to start the channel. |
So check the channel configuration, especially the name and case. And how you're starting it. Reread the documentation.
rahuluppal wrote: |
I really thank you for helping a child in MQ |
This forum is no substitiute for proper, structured training. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Oct 11, 2007 8:53 am Post subject: |
|
|
Guest
|
When you start a channel, the object that the MCA tries to open is the transmission queue. Check your sender channel definition. Does it identify the xmitq? Does the xmitq exist? Is the queue really an xmitq? or a normal queue? |
|
Back to top |
|
 |
tleichen |
Posted: Thu Oct 11, 2007 9:28 am Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
If your channel does not start, you either have not configured it properly, or your network is not allowing it to work successfully. If you don't understand how this all plays together, then you probably need to enlist others who are more versed in the overall configuration (both MQ and network).  _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
|