Author |
Message
|
Empeterson |
Posted: Mon Dec 15, 2003 6:40 am Post subject: Running the client and server on same machine... |
|
|
Centurion
Joined: 14 Apr 2003 Posts: 125 Location: Foxboro, MA
|
I have a small app that runs on a client only machine. I would like to be able to do some testing of this app on my machine, but my machine also has a queue manager on it. When I try and run the app on my machine, I get a MQRC_Q_MGR_NAME_ERROR. I have set-up all the proper environment variables to use a client channel definition table. I removed the server and just installed the client and it works fine. Do I need to make any changes in the code to be able to run a client app on a machine where the server is also installed? _________________ IBM Certified Specialist: MQSeries
IBM Certified Specalist: Websphere MQ Integrator |
|
Back to top |
|
 |
mrlinux |
Posted: Mon Dec 15, 2003 8:43 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Is your application a VB app ???, if so you need to set another env variable. GMQ_MQ_LIB=MQIC32.DLL.
You may need to reboot pc depending on how you launch to your app. _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
Empeterson |
Posted: Mon Dec 15, 2003 8:46 am Post subject: |
|
|
Centurion
Joined: 14 Apr 2003 Posts: 125 Location: Foxboro, MA
|
Yes, its a VB app. I will set that variable and give it another go. Thanks. _________________ IBM Certified Specialist: MQSeries
IBM Certified Specalist: Websphere MQ Integrator |
|
Back to top |
|
 |
Empeterson |
Posted: Mon Dec 15, 2003 9:50 am Post subject: |
|
|
Centurion
Joined: 14 Apr 2003 Posts: 125 Location: Foxboro, MA
|
Worked like a charm. Thank you. Just out of curiosity, is that documented anywhere? I looked in the Application Programming manual, the Administration manual, and the Client manual and found no reference to that what so ever. _________________ IBM Certified Specialist: MQSeries
IBM Certified Specalist: Websphere MQ Integrator |
|
Back to top |
|
 |
mrlinux |
Posted: Tue Dec 16, 2003 5:34 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
I found it in some obscure spot that I cant remember. I believe it was in the client manual or the program reference/guide under MQAX support. _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
|