Author |
Message |
Topic: Server to Server Connection |
ashutosh
Replies: 2 Views: 2679
|
Forum: General IBM MQ Support Posted: Thu May 23, 2002 3:18 am Subject: Server to Server Connection |
HI,
I am trying to communicate between to Queue Manager located at 2 remote location.
Is it possible to connect to a queue manager residing on another server from the queue manager residing on Mine ... |
Topic: MQRC_LIBRARY_LOAD_ERROR |
ashutosh
Replies: 0 Views: 2624
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 18, 2002 2:30 am Subject: MQRC_LIBRARY_LOAD_ERROR |
I am using IBM MQSeries automation activex dll MQAX200.dll, but when i run the sample Visual basic project it gives me the following error and it happens on some machines only
MQRC_LIBRARY_LOAD_ERROR ... |
Topic: How to use Object oriented programming for Mqseries(using VB |
ashutosh
Replies: 1 Views: 2306
|
Forum: General IBM MQ Support Posted: Tue Mar 12, 2002 2:16 am Subject: How to use Object oriented programming for Mqseries(using VB |
Do Application using Mqseries needs always to include all the Structure, Functions and constants used by MQI API Calls such as MQCONN,MQOPEN, etc..?
Can they all not be combined into a single DLL a ... |
Topic: mqic32.dll Registration problem |
ashutosh
Replies: 2 Views: 6110
|
Forum: IBM MQ API Support Posted: Mon Mar 11, 2002 7:54 pm Subject: mqic32.dll Registration problem |
How to set the path?
I had installed MQseries Client on WIN 98 and i am trying to run Sample VB project, i gives an error when call to MQCONN or any of the functions which refer to MQIC32.dll, its te ... |
Topic: mqic32.dll Registration problem |
ashutosh
Replies: 2 Views: 6110
|
Forum: IBM MQ API Support Posted: Mon Mar 11, 2002 1:48 am Subject: mqic32.dll Registration problem |
when i run the application, on some machines, it gives a runtime error no 48--File not found.
but the file is still present in BIN directory.
|
Topic: HOW to connect the Server using MSCONNX |
ashutosh
Replies: 9 Views: 8145
|
Forum: IBM MQ API Support Posted: Mon Mar 11, 2002 1:07 am Subject: HOW to connect the Server using MSCONNX |
Thanks for the valuable inputs provided by StefanSievert. |
Topic: HOW to connect the Server using MSCONNX |
ashutosh
Replies: 9 Views: 8145
|
Forum: IBM MQ API Support Posted: Sun Mar 10, 2002 9:01 pm Subject: HOW to connect the Server using MSCONNX |
For Each queue manager on the server there is a Amqclchl.tab file and Amqrfcda file which stores queue manager specific information.
If these files are copied on the client machine then it connects t ... |
Topic: HOW to connect the Server using MSCONNX |
ashutosh
Replies: 9 Views: 8145
|
Forum: IBM MQ API Support Posted: Sun Mar 10, 2002 8:21 pm Subject: HOW to connect the Server using MSCONNX |
Mine Development Environment is VB 6.0 and I want to have a dyamic connecion between Client and server i.e i want to connect to multiple Queue Manager simultaneouly at runtime without using MQSERVER V ... |
Topic: HOW to connect the Server using MSCONNX |
ashutosh
Replies: 9 Views: 8145
|
Forum: IBM MQ API Support Posted: Thu Mar 07, 2002 9:41 pm Subject: HOW to connect the Server using MSCONNX |
Mine Mqseries Configuration are as follows,
Server=Mqseries For Windows Ver 5.1 installed on Win NT m/c
Client=Meseries For Windows 95 installed on Win 98 m/c
I tried Dyanmic Connection using ... |
Topic: HOW to connect the Server using MSCONNX |
ashutosh
Replies: 9 Views: 8145
|
Forum: IBM MQ API Support Posted: Thu Mar 07, 2002 8:59 pm Subject: HOW to connect the Server using MSCONNX |
I am unable to connect to the Server from the client machine using MQCONNX.
Need some help about how to go about it, what all seetings needs to be done for the same?
What all values needs to be set ... |