Author |
Message
|
kavithadhevi |
Posted: Mon Jun 03, 2002 5:47 am Post subject: MQM.DLL/MQ Client installation probs |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi,
i have a problem, when i install only the client , its asks for MQM.dll do u knwo why and wat i should do, but kinda like a liek a wild try, i added the mqm.dll in the client bin dir. it asks for another dll. so is there an end. or is there a service pac available. i appreciate your speedy help.
pls help me out here.
thanks in advance. |
|
Back to top |
|
 |
mrlinux |
Posted: Mon Jun 03, 2002 7:20 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
The mqm.dll is for the server version not the client, if you are installing client only do not install the client from the server CD _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
kavithadhevi |
Posted: Mon Jun 03, 2002 10:55 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
thanks i really appreciate your help. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
kavithadhevi |
Posted: Wed Jun 05, 2002 4:35 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi,
i found one of a reason wat caused the problem and a possible solution for that. when i am using Java application it was giving the mqm.dll not found error cos i was using the MQSERVER env variable to connect to mqseries server.
So i tried the server connections hard coded in the Java application itself and it works fine.
Thanks for your Help. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
RogerLacroix |
Posted: Wed Jun 05, 2002 7:39 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
Java programs do NOT use the environment variable MQSERVER. Java programs also do not use MQCHLTAB or MQCHLLIB environment variables.
These environment variables are used by the MQ stub for applications compiled / linked with the client MQ code (e.g. 'C', 'C++', COBOL, PLI, etc... programs).
later
Roger... |
|
Back to top |
|
 |
kavithadhevi |
Posted: Mon Jun 10, 2002 6:55 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi ,
Thank you for your reply.
i am trying to run some sample exe's for c and c++ given in MQSeries Client. But when i am trying to run the exe along with the MQServer env var it gives the same error as " MQM.dll " not found error. wat should i do in the point of running successfully via the MQServer var for c or c++ application exe's. Your help would be greatly appreciated. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
mrlinux |
Posted: Mon Jun 10, 2002 6:59 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Is MQSeries Server loaded on the machine you are running this program on ???? And if so when MQSeries Server was installed was the box rebooted ??? _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
kavithadhevi |
Posted: Mon Jun 10, 2002 8:24 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi,
Actaully i am using MQSeries Client and trying to access the server via the MQSERVER var and also testing for MQCHCHL.TAB file server access configuration access.
any suggestions on this, help me out pls. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
StefanSievert |
Posted: Mon Jun 10, 2002 9:05 am Post subject: |
|
|
 Partisan
Joined: 28 Oct 2001 Posts: 333 Location: San Francisco
|
You said in a former thread that you are using the sample EXE's that came with MQSeries. Make sure you pick the right samples, they come in two forms, one linked with the server libs, one linked with the client libs. For example, the sample for MQPUT is called
amqsput - for the server version and
amqsputc - for the client version.
If you try to run amqsput on your client, you will get the decribed error.
Cheers,
Stefan _________________ Stefan Sievert
IBM Certified * WebSphere MQ |
|
Back to top |
|
 |
kavithadhevi |
Posted: Mon Jun 10, 2002 11:09 am Post subject: |
|
|
 Master
Joined: 14 May 2002 Posts: 201 Location: USA
|
Hi,
wow, thats a good tip . i'll try again. _________________ Thanks in Advance.
Kavitha
IBM Certified System Administrator
Websphere MQ v 5.3
www.zealphoenix.com |
|
Back to top |
|
 |
|