Author |
Message
|
shank |
Posted: Thu Mar 23, 2006 10:00 pm Post subject: MQERROR 2277 |
|
|
Newbie
Joined: 23 Mar 2006 Posts: 4
|
Hi all,
i m just new to mqseries, i m trying to learn it.
i have a mqserver installed in AIXmachine, i also have a mqclient library in the same machine.
When i run test mq program it shows the msg:
mqerror 2277
pls help me
regards,
shankar |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Mar 23, 2006 10:23 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi shank,
Quote: |
run test mq program |
Is this some custom program of yours or.....?
2277 seems to be some CD_ERROR....
you'll have to give us more info....
Regards. |
|
Back to top |
|
 |
csmith28 |
Posted: Fri Mar 24, 2006 3:19 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
2277 X’08E5’ MQRC_CD_ERROR
An MQCONNX call was issued to connect to a queue manager, but the MQCD channel
definition structure addressed by the ClientConnOffset or ClientConnPtr field in MQCNO
contains data that is not valid. Consult the WebSphere MQ error log for more information
about the nature of the error.
This reason code occurs in the following environments: AIX, HP-UX, Linux, OS/2, OS/400,
Solaris, Windows, plus WebSphere MQ clients connected to these systems.
Corrective action: Ensure that required input fields in the MQCD structure are set correctly. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
JT |
Posted: Fri Mar 24, 2006 12:19 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
What version of MQ and CSD level do you have installed?
What language is your test mq program written in? |
|
Back to top |
|
 |
shank |
Posted: Mon Mar 27, 2006 9:47 pm Post subject: |
|
|
Newbie
Joined: 23 Mar 2006 Posts: 4
|
my program is witten in basic. but i found out the mqclient itself is not connecting to the mqserver(both server and client is on the same machine) when i checked it by following the steps in aix quick beginnings guide.
it returns a reason code 2063.
pls help me to solve this error.
$ ./amqsputc QUEUE1 saturn.queue.manager
Sample AMQSPUT0 start
MQCONN ended with reason code 2063
thanx,
shankar |
|
Back to top |
|
 |
Mr Butcher |
Posted: Mon Mar 27, 2006 10:40 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
the first thing you should learn is how to use the messages and codes manual. all error codes are included in there and whenever you get an amq* message, or a 2xxx returncode you should look into the messages and codes first before posting.
2063 is security error, you should check the proper manuals to find out how to set up security for the userid that executes the program. _________________ Regards, Butcher |
|
Back to top |
|
 |
shank |
Posted: Mon Mar 27, 2006 10:53 pm Post subject: |
|
|
Newbie
Joined: 23 Mar 2006 Posts: 4
|
the reason codes manual says its security error,
i verfied the client installation by loggind in as user 'mqm'
the corrective action is mentioned as :" Note the error from the security manager, and contact your system programmer or security administrator."
but i m still not clear about where to look at, since i m a beginner.
pls help me
shank |
|
Back to top |
|
 |
|