Author |
Message |
Topic: Reading Href |
lejal
Replies: 2 Views: 33301
|
Forum: Messaging and Integration Technologies FAQ Posted: Mon Sep 23, 2002 4:19 am Subject: RF Format |
I have an application provided by à supplier on an windows 2000 server with MQseries server. This application is putting messages on a queue on the QMGR with a specific format "MQRFH - Rules and form ... |
Topic: Reading Href |
lejal
Replies: 2 Views: 33301
|
Forum: Messaging and Integration Technologies FAQ Posted: Tue Sep 03, 2002 12:14 am Subject: Reading Href |
I get some trouble in reading messages on a queue (on queue manager) from a Mqseries client.
With the microsoft Qmseries interface on the server, I can have a look to the message data : it begin by ... |
Topic: MQseries Client for AS400 |
lejal
Replies: 5 Views: 9574
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jul 25, 2002 5:31 am Subject: Authorized language on AS400 MQ client |
Hi !
One more thing,
I would like to send messages from an AS400 plateform (which is not the MQ server) to a queue on an MQ server on Window 2000 plateform.
In a previous mail, you said it was ... |
Topic: MQseries Client for AS400 |
lejal
Replies: 5 Views: 9574
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 08, 2002 3:17 am Subject: MQseries Client for AS400 |
Hello,
I've to connect an MQclient on AS400 with an QueueMAnager on a Windows2000 MQserver.
The problem I get is that MQ client CD's for AIX or NT is available, but I didn't find anything for i ... |
Topic: Several clients on the same channel ? |
lejal
Replies: 4 Views: 8358
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 25, 2002 4:14 am Subject: Several clients on the same channel ? |
Thank you for your help. I've got another question. In that configuration, what happens if a problem occurs on the channel (on the server or on one of its instances) during a connection of several cli ... |
Topic: Several clients on the same channel ? |
lejal
Replies: 4 Views: 8358
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 25, 2002 1:55 am Subject: Several clients on the same channel ? |
Hi, I would like to know if it is possible for several clients using the same channel (several instances) to connect together (at the same moment) to a server without conflicts?
Thanks! |
Topic: From a NT MQ client, impossible to put a .txt file in a queu |
lejal
Replies: 15 Views: 25902
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Apr 19, 2002 4:55 am Subject: From a NT MQ client, impossible to put a .txt file in a queu |
Thank you very much for your help! Now I've got an executable file. But, another problem appeared. This is what my liker displays :
gcc c/samples/amqsput0.c lib/mqm.Lib -I ./c/include
//d/CYGWIN~ ... |
Topic: From a NT MQ client, impossible to put a .txt file in a queu |
lejal
Replies: 15 Views: 25902
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 18, 2002 4:47 am Subject: From a NT MQ client, impossible to put a .txt file in a queu |
What is the C++ Name mangling? |
Topic: From a NT MQ client, impossible to put a .txt file in a queu |
lejal
Replies: 15 Views: 25902
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 18, 2002 4:21 am Subject: From a NT MQ client, impossible to put a .txt file in a queu |
Sorry for having made you wait for my answer.
I'm using Windows 2000. Finally, I've found the environment variable LIB and I set it like you told me.
I have checked all the Libraries paths on my IDE ... |
Topic: From a NT MQ client, impossible to put a .txt file in a queu |
lejal
Replies: 15 Views: 25902
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 18, 2002 1:53 am Subject: From a NT MQ client, impossible to put a .txt file in a queu |
There's no LIB variable on my system and I'm not allowed to create any (I'm not the administrator). Is there another solution?
Thank you for your help. |
Topic: From a NT MQ client, impossible to put a .txt file in a queu |
lejal
Replies: 15 Views: 25902
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Apr 18, 2002 1:37 am Subject: From a NT MQ client, impossible to put a .txt file in a queu |
Hi!
Thank you for your tip but it still doesn't work. I have built this program with another compiler and ther's the same problem. So, I tried to build a source file of an executable supplied by MQSe ... |
Topic: From a NT MQ client, impossible to put a .txt file in a queu |
lejal
Replies: 15 Views: 25902
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Apr 17, 2002 11:47 pm Subject: From a NT MQ client, impossible to put a .txt file in a queu |
That's exactly the problem. This library isn't linked properly. But I don't use Visual Studio and I don't build my programs from the prompt. My compiler is called Dev-C++ 4 by "Bloodshed". I ... |
Topic: From a NT MQ client, impossible to put a .txt file in a queu |
lejal
Replies: 15 Views: 25902
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Apr 17, 2002 7:10 am Subject: From a NT MQ client, impossible to put a .txt file in a queu |
I modified the programm amqsput0.c to be able to put a complete file toto.txt in a queue. I imported the library mqm.lib.
When I try to build the amqsput0.c file, I get an error : undefined reference ... |