Author |
Message |
Topic: One Mainframe Queue Mger Communicating to 2 MidRange Mgrs |
marksinnott
Replies: 1 Views: 2626
|
Forum: IBM MQ API Support Posted: Tue Jul 05, 2005 12:14 am Subject: One Mainframe Queue Mger Communicating to 2 MidRange Mgrs |
Hi
I wonder can anyone help
I have a mainframe queue manager say called MQ01 with a local and remote queue.
I then have 2 separate qmanagers on my midrange tier with local and remote queues. The t ... |
Topic: HELP VB API Support NT vs WIN 2000 |
marksinnott
Replies: 8 Views: 5862
|
Forum: IBM MQ API Support Posted: Wed Apr 20, 2005 3:12 am Subject: MQSERVER |
I have just set the environment variable MQSERVER to tell vb where to connect to. It work on NT client but not windows 2000 client. |
Topic: HELP VB API Support NT vs WIN 2000 |
marksinnott
Replies: 8 Views: 5862
|
Forum: IBM MQ API Support Posted: Thu Apr 14, 2005 10:28 am Subject: HELP VB API Support NT vs WIN 2000 |
Sample AMQSPUT0 start
target queue is NUBR.BPS.ISIS
Sample AMQSPUT0 end
using the sample u mention
Thanks |
Topic: HELP VB API Support NT vs WIN 2000 |
marksinnott
Replies: 8 Views: 5862
|
Forum: IBM MQ API Support Posted: Thu Apr 14, 2005 10:26 am Subject: HELP VB API Support NT vs WIN 2000 |
Set MQSess = New MQSession
Set QMgr = MQSess.AccessQueueManager("")
The above is the start of the vb prog and i get the error on the 2nd line
If i go over to the NT machine it works fine |
Topic: HELP VB API Support NT vs WIN 2000 |
marksinnott
Replies: 8 Views: 5862
|
Forum: IBM MQ API Support Posted: Thu Apr 14, 2005 10:19 am Subject: HELP VB API Support NT vs WIN 2000 |
Hi yes i booted the machine
Sample AMQSCNXC start
Connecting to the default queue manager
with no client connection information specified.
Connection established to queue manager MUAXBR03 ... |
Topic: HELP VB API Support NT vs WIN 2000 |
marksinnott
Replies: 8 Views: 5862
|
Forum: IBM MQ API Support Posted: Thu Apr 14, 2005 9:43 am Subject: HELP VB API Support NT vs WIN 2000 |
Hi I have a vb6 program that connects to a remote mq manager on a different server. The way the VB program gets the manager etc is from the environmental variable MQSERVER=CLIENT.qmgername/tcp/servern ... |
Topic: MQ on AIX / WAS Cluster & VB |
marksinnott
Replies: 5 Views: 3736
|
Forum: IBM MQ API Support Posted: Wed Jan 21, 2004 7:36 am Subject: MQ on AIX / WAS Cluster & VB |
Hi Thanks for your reply.
Im running an NT client and VB and am trying to talk to different AIX servers. The VB app is using MQAX200.DLL.
Ive managed to put the queuemanager name in
Set QMgr ... |
Topic: MQ on AIX / WAS Cluster & VB |
marksinnott
Replies: 5 Views: 3736
|
Forum: IBM MQ API Support Posted: Wed Jan 21, 2004 6:19 am Subject: MQ on AIX / WAS Cluster & VB |
Hi Thanks for your reply which would seem to have answered the problem.
Apols for the delay in responding but I have been on vacation.
However can you Help me out, im using MQAx200.dll which is ... |
Topic: MQ on AIX / WAS Cluster & VB |
marksinnott
Replies: 5 Views: 3736
|
Forum: IBM MQ API Support Posted: Fri Jan 09, 2004 5:48 am Subject: MQ on AIX / WAS Cluster & VB |
Hi
Can anyone help me out.
We have a OS390 queue manager talking to a WAS AIX environment. The WAS AIX side is a cluster of 2 servers.
The servers have a queue manager MLAIXXX01 and MLAIXXX02 ... |
Topic: MQ on NT (Client) and MQ on Aix (Server) |
marksinnott
Replies: 2 Views: 1845
|
Forum: General IBM MQ Support Posted: Tue Nov 04, 2003 9:49 am Subject: MQ on NT (Client) and MQ on Aix (Server) |
Hi All
Can anyone help.
I have a VB client application that picks up message setc from a NT MQ Server.
If we set up MQ on an AIX server and set up a MQ manager on it will I be able to read ... |
Topic: VB Environment MQSERVER under a NT service |
marksinnott
Replies: 1 Views: 1904
|
Forum: IBM MQ API Support Posted: Tue Nov 04, 2003 9:46 am Subject: VB Environment MQSERVER under a NT service |
Thanks
I have resolved this by amending the environment variable to a system variable and all ok.
Thanks |
Topic: VB Environment MQSERVER under a NT service |
marksinnott
Replies: 1 Views: 1904
|
Forum: IBM MQ API Support Posted: Mon Nov 03, 2003 9:47 am Subject: VB Environment MQSERVER under a NT service |
Hi
I wonder can anyone help.
I have a VB application that accesses MQ messages and runs fine in the foreground. I have set the environment variable MQSERVER and all runs well.
I am now amending ... |
Topic: MQAX200.DLL |
marksinnott
Replies: 8 Views: 7423
|
Forum: IBM MQ API Support Posted: Thu Oct 23, 2003 1:44 am Subject: MQAX200.DLL |
Hi Thanks for your reply
If the Messagedata property is recieving character string it should be able to receive it in EBCDIC and should look like ãÈÉâ@Éâ@Éã@@@@@@ not ??????????.
As im ... |
Topic: Data conversion from s/390 to windows |
marksinnott
Replies: 21 Views: 8920
|
Forum: General Discussion Posted: Wed Oct 22, 2003 9:19 am Subject: Data conversion from s/390 to windows |
Hi
I wonder can you help.
If you look at the API forum yoiu can see im having the exact opposite problem. When I look at MessageData NO matter what its translated from EBCDIC from ASCII which ... |
Topic: MQAX200.DLL |
marksinnott
Replies: 8 Views: 7423
|
Forum: IBM MQ API Support Posted: Wed Oct 22, 2003 8:31 am Subject: MQAX200.DLL |
Hi Thanks Again
I have added the following code
Dim aaa As Variant
Let aaa = GetMsg.Read(700)
Dim GGGG As Variant
Let GGGG = GetMsg.MessageData
Debug.Print aaa
Debug.Print GGGG
For aaa I ... |