Author |
Message
|
ae06425 |
Posted: Wed Apr 18, 2007 2:25 pm Post subject: MQM.DLL error RC(126) |
|
|
Centurion
Joined: 02 Apr 2007 Posts: 100
|
I installed mqclient5.3 on my winxp platform
I run mqmonntp (support pack mo71)
I am receiving following error:
The WebSphere MQ Server (MQM.DLL) does not appear to be installed on this machine. RC(126)
what could be possible causes for this?
Thnks |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Apr 18, 2007 2:36 pm Post subject: Re: MQM.DLL error RC(126) |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
ae06425 wrote: |
I installed mqclient5.3 on my winxp platform
I run mqmonntp (support pack mo71)
I am receiving following error:
The WebSphere MQ Server (MQM.DLL) does not appear to be installed on this machine. RC(126)
what could be possible causes for this?
Thnks |
Bad location setup.
Did you specify the conname('host(port)') for your location as well as the channel name for the server connection?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
ae06425 |
Posted: Thu Apr 19, 2007 8:13 am Post subject: |
|
|
Centurion
Joined: 02 Apr 2007 Posts: 100
|
What I did is:
on the client side(winxp) I put in services file
MQseries 1414/tcp
in CMD line
MQSERVER=CHL1.SVRCONN/TCP/<IP>(1414)
on the server side (unix)
DEFINE CHANNEL(CHL1.SVRCONN) CHLTYPE(SVRCONN) TRPTYPE(TCP) MCAUSER('')
what is missing here? what else should I do?
I am checking
http://publibfp.boulder.ibm.com/epubs/pdf/csqzaf07.pdf
doc for client setup...
what document best explains these? |
|
Back to top |
|
 |
bbburson |
Posted: Thu Apr 19, 2007 9:28 am Post subject: |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
ae06425 wrote: |
in CMD line
MQSERVER=CHL1.SVRCONN/TCP/<IP>(1414) |
...should be set MQSERVER=CHL1.SVRCONN/TCP/<IP>(1414)
If you didn't include the set command then it didn't do anything. |
|
Back to top |
|
 |
ae06425 |
Posted: Thu Apr 19, 2007 10:07 am Post subject: |
|
|
Centurion
Joined: 02 Apr 2007 Posts: 100
|
o actually I did "set" but forgat to put here in the message....
set MQSERVER=CHL1.SVRCONN/TCP/<ip_of server>(1414)
mustbe something else.... |
|
Back to top |
|
 |
ae06425 |
Posted: Thu Apr 19, 2007 1:12 pm Post subject: |
|
|
Centurion
Joined: 02 Apr 2007 Posts: 100
|
what I did is
Unix (mq server)
DEFINE CHANNEL(CHL1.SVRCONN) CHLTYPE(SVRCONN) TRPTYPE(TCP) MCAUSER(mqm)
windows (mq client)
set MQSERVER=CHL1.SVRCONN/TCP/<ip>(1414)
put that in path(windows XP):
C:\Program Files\IBM\WebSphere MQ\bin
copy “mqic32.dll” to “mqm.dll”
This way i got rid of "mqm.dll" not found message..
Now I am receiving following:
Error connecting to 'QMGRname' RC(2058) QMgr name error.
any idea? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 19, 2007 1:15 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Please read fjb_saper's message again, and change the configuration inside MO71 instead of continuing to try to solve the problem outside MO71. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Apr 19, 2007 1:20 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Quote: |
I run mqmonntp (support pack mo71) |
You don't need the environment variable.
In MO71 you define a location.
So open the location.
On top you have location:**** qmgrname:*****
On the bottom you have a check box marked Client check it
Next to the check box you have a pushbutton marked "configure(d)", push it.
Now input the channel name the conname and the transport type
Say OK save your location settings (Ok again + file save)
You should be able to access if you have the right authorizations.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
ae06425 |
Posted: Fri Apr 20, 2007 2:41 pm Post subject: |
|
|
Centurion
Joined: 02 Apr 2007 Posts: 100
|
Thank you very much.. I did it all...
I run into some other issues like authorization
but I am able to resolve those...
I did MQSERVER setting on the client side for sending and receiving messages from client with amqsputc(for test), that is also OK.
Again I am very thankful for help here... |
|
Back to top |
|
 |
|