Author |
Message |
Topic: Access to MQ |
MinalYog
Replies: 7 Views: 4921
|
Forum: General IBM MQ Support Posted: Thu Sep 27, 2007 2:04 am Subject: Access to MQ |
Hi,
Yes it still giving me as 2035 Error. But at same place there is one more test Channel defined which i am able to connect. but the i am not able to connect to the original channel.
Can u ple ... |
Topic: Access to MQ |
MinalYog
Replies: 7 Views: 4921
|
Forum: General IBM MQ Support Posted: Thu Sep 27, 2007 1:10 am Subject: Access to MQ |
Hi,
Alternate_userid is provided while connecting to Queue. but I getting error while connecting to QueueManager. Client MQ is installed on My Machine. So how do i specify the MCAUser on client MQ |
Topic: Access to MQ |
MinalYog
Replies: 7 Views: 4921
|
Forum: General IBM MQ Support Posted: Thu Sep 27, 2007 12:55 am Subject: Access to MQ |
Hi,
Sorry i posted twice.
how do i give alternate user id. it is failing while connecting to Queuemanager. |
Topic: Access to MQ |
MinalYog
Replies: 7 Views: 4921
|
Forum: General IBM MQ Support Posted: Thu Sep 27, 2007 12:23 am Subject: Access to MQ |
Hi,
Dim objProps As New Hashtable
objProps.Add(MQC.HOST_NAME_PROPERTY, strHostQueue)
objProps.Add(MQC.CHANNEL_PROPERTY, strChannelName)
objProps.Add(MQC.USER_ID_PROPERTY, strQueueUserId)
o ... |
Topic: Access MQ |
MinalYog
Replies: 3 Views: 3462
|
Forum: Clustering Posted: Thu Sep 27, 2007 12:17 am Subject: Access MQ |
Hi,
Dim objProps As New Hashtable
objProps.Add(MQC.HOST_NAME_PROPERTY, strHostQueue)
objProps.Add(MQC.CHANNEL_PROPERTY, strChannelName)
objProps.Add(MQC.USER_ ... |
Topic: Access of MQ using .net |
MinalYog
Replies: 15 Views: 8362
|
Forum: General IBM MQ Support Posted: Fri Sep 21, 2007 5:54 am Subject: Access to MQ using .net |
Hi ,
Can this code will work.
Dim objProps As New Hashtable
objProps.Add(MQC.HOST_NAME_PROPERTY, strHostQueue)
objProps.Add(MQC.CHANNEL_PROPERTY, strChannelName)
objProps.Add(MQC.USER_ID_P ... |
Topic: Access of MQ using .net |
MinalYog
Replies: 15 Views: 8362
|
Forum: General IBM MQ Support Posted: Fri Sep 21, 2007 5:27 am Subject: Access to MQ using .net |
Hi,
Sorry Guys. but what is conclusion?
Can I able to read the MQ from a server where MQ is not installed.
Please tell me  |
Topic: Access of MQ using .net |
MinalYog
Replies: 15 Views: 8362
|
Forum: General IBM MQ Support Posted: Wed Sep 19, 2007 11:04 pm Subject: Access to MQ using .net |
Hi,
But I cannot tell to client to install IBM MQ on Server 2. As Server 2 is at client end. Is there any alernative. can i able to read message from Server 1 from Server 2 without IBM MQ (Client) in ... |
Topic: Access of MQ using .net |
MinalYog
Replies: 15 Views: 8362
|
Forum: General IBM MQ Support Posted: Wed Sep 19, 2007 10:38 pm Subject: Access to MQ using .net |
Hi,
It means that i cannot access MQ if Client is not installed on My Machine.
Just for Clarity i am explaing the actual sceniraio
Server 1 has MQ insalled and created a Queue Manager and Queue ... |
Topic: Access of MQ using .net |
MinalYog
Replies: 15 Views: 8362
|
Forum: General IBM MQ Support Posted: Wed Sep 19, 2007 5:52 am Subject: Access of MQ using .net |
Hi,
I am using IBM MQ 6.0 version.
I am unable to test the .net sample as well C/C++ code
Please let me know what is wrong in the code.
I do not have access to MQ. Even on my machine MQ is not i ... |
Topic: Access of MQ using .net |
MinalYog
Replies: 15 Views: 8362
|
Forum: General IBM MQ Support Posted: Wed Sep 19, 2007 4:53 am Subject: Access of MQ using .net |
Hi,
please help to reslove the issue
I am using .net application
Dim objProps As New Hashtable
'objProps.Add(MQC.TRANSPORT_PROPERTY, MQC.TRANSPORT_MQSERIES_CLIENT)
objP ... |