Author |
Message
|
nanda_mq |
Posted: Tue Aug 06, 2002 5:30 am Post subject: MQ client installation |
|
|
Apprentice
Joined: 24 Jul 2001 Posts: 30 Location: INDIA
|
Hi ,
I have a doubt about MQ Client...
Do i have to install MQ series client on my machine to connect to the MQserver on the remote machine.
In the case of JMS by using JARS i can connect to remote server no need of any installation..
But what is the case about C and C++ .. if i take the lib and include files from some other machine and put in my sytem and try to run the sample files can i get the connection or not...
I tried it i am not able to do that...
so can any one who did this can u pls tell me how can i do this ...
another query i have to set the MQSERVER variable for C client application to run but if i want to use two diff applications connecting to two diff qManagers on the server then what i have to do how can i set the MQSERVER varaible how can i access ...
Just explain me what to do....
Thanks in advance...
Nanda |
|
Back to top |
|
 |
mrlinux |
Posted: Tue Aug 06, 2002 5:36 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Well basicaly the client is just the libs and includes. You will need to add the libs in the enviroment and reboot windows.
Well you have at least 2 options for the app issue
1) start each from a batch file and set the MQServer variable
2) Create a Client connection channels (Read Client manual)
This one is complicated but will work. _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
nanda_mq |
Posted: Tue Aug 06, 2002 5:57 am Post subject: |
|
|
Apprentice
Joined: 24 Jul 2001 Posts: 30 Location: INDIA
|
Hi ,
Thank you very much...
The batch file thing i tried already its working properly... i am looking for another proper solution thanks a lot for the information i will try that....
about the installation issue if i use the libs and include files i am able to write a new application and can able to create the Exe also but when i try to run it is giving me MQIC32.dll not found in one machine and MQM.dll not found in another machine....
what can i do for this....
Thnaks in advance,
nanda |
|
Back to top |
|
 |
mrlinux |
Posted: Tue Aug 06, 2002 6:05 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
You need to the path of the mqic32.dll to your enviorments PATH statement (depending on which windows version this is set in different places) try right click over My Computer/properties, mqm.dll is the server version this dll is part of the MQSeries
Server or Queue manager _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
nanda_mq |
Posted: Tue Aug 06, 2002 6:33 am Post subject: |
|
|
Apprentice
Joined: 24 Jul 2001 Posts: 30 Location: INDIA
|
Hi..
Thanks a lot...
Ya i am searching for the MQIC32.dll on the other machine but i didnt get that ok i will try some where else... i think it should work if i get that dll file....
Thanks in advance..
Nanda |
|
Back to top |
|
 |
|