|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQM.DLL Not found |
« View previous topic :: View next topic » |
Author |
Message
|
tiovital |
Posted: Sun Feb 24, 2002 11:20 pm Post subject: |
|
|
Newbie
Joined: 20 Feb 2002 Posts: 4
|
I installed MQ Client 5.2 on a Windows 95. I try to run the sample application in VB and I'm getting an error "The Dynamic Link Library MQM.dll could not be found". I search my machine and i don't have mqm.dll anywhere on my 95 machine, What is worng ???
Thanks
|
|
Back to top |
|
 |
dbulpett |
Posted: Tue Mar 26, 2002 6:14 am Post subject: |
|
|
Newbie
Joined: 25 Mar 2002 Posts: 1
|
I have the same problem. Did you find the solution? Thanks |
|
Back to top |
|
 |
kolban |
Posted: Tue Mar 26, 2002 6:22 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
Just a quick guess ... set the MQSERVER environment variable as defined in the MQ Clients manual. I am thinking that if the VB interface does not see either an MQSERVER environment variable or a client channel table file (AMQCHLTAB) then it will assume that the queue manager is local and attempt to use the server bindings (mqm.lib)
Oh ... guys ... this isn't really a Java question. Either MQSeries API Support or MQSeries Installation/Configuration Support would probably have been better fora.
[ This Message was edited by: kolban on 2002-03-26 06:23 ] |
|
Back to top |
|
 |
StefanSievert |
Posted: Tue Mar 26, 2002 8:00 am Post subject: |
|
|
 Partisan
Joined: 28 Oct 2001 Posts: 333 Location: San Francisco
|
If you have installed the MQSeries Client and the VB sample app is complaining about mqm.dll, than you haven't properly set the MQType variable:
See cmqb.bas:
Quote: |
'* o To set MqType: *'
'* *'
'* 1. Select the menu option "Project - xx Properties" (where *'
'* xx is the name of the project). *'
'* 2. On the tab labelled "Make", edit the field "Conditional *'
'* Compilation". *'
'* *'
'* o In the "Conditional Compiliation" field, enter (without the *'
'* quotes): *'
'* *'
'* "MqType = 1" for the MQSeries server *'
'* "MqType = 2" for the MQSeries client *'
'* *'
'* The selection of client/server controls the selection of *'
'* MQSeries DLL. The appropriate DLL must be installed and the *'
'* queue manager running for the Visual Basic application to *'
'* operate correctly. *'
|
Stefan
_________________ Stefan Sievert
IBM Certified * WebSphere MQ |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|