Author |
Message |
Topic: Connecting to MQQueueManager got error 2298 |
ccy
Replies: 15 Views: 10219
|
Forum: General IBM MQ Support Posted: Sun Oct 31, 2010 2:51 pm Subject: Connecting to MQQueueManager got error 2298 |
No specific userid for this application as it is totally running in internal network. And no particular way to secure clntconn/svrconn. |
Topic: Connecting to MQQueueManager got error 2298 |
ccy
Replies: 15 Views: 10219
|
Forum: General IBM MQ Support Posted: Mon Oct 25, 2010 5:01 pm Subject: Connecting to MQQueueManager got error 2298 |
Issue fixed. First I create a simple console application to only test connection on MQ Client server. And it works perfectly, which means MQ Client 7 doesn't have any problem to connect to queue manag ... |
Topic: Connecting to MQQueueManager got error 2298 |
ccy
Replies: 15 Views: 10219
|
Forum: General IBM MQ Support Posted: Sun Oct 24, 2010 3:02 pm Subject: Connecting to MQQueueManager got error 2298 |
Our MQ Client version is 7.0.1.0. And the above code is just a skeleton of my program. I eliminated all trace and try-catch stuff. And as I said I am totally new to MQ Series, I agree using CCDT to ma ... |
Topic: Connecting to MQQueueManager got error 2298 |
ccy
Replies: 15 Views: 10219
|
Forum: General IBM MQ Support Posted: Sun Oct 24, 2010 4:34 am Subject: Connecting to MQQueueManager got error 2298 |
Yes, it is a .net application. It's quite simple:
class MQSeries{
public MQSeries{
MQEnvironment.Hostname = GetConfigValue("Hostname");
MQEnvironment.Port = Convert.ToInt32(GetC ... |
Topic: Connecting to MQQueueManager got error 2298 |
ccy
Replies: 15 Views: 10219
|
Forum: General IBM MQ Support Posted: Sat Oct 23, 2010 5:33 am Subject: Connecting to MQQueueManager got error 2298 |
Thanks for reply. I 99% believe the server running MQ Client is a new server with Win2k8 (although it was done by our network support). Initially we still had MQ Client 6 in this server, but I got err ... |
Topic: Connecting to MQQueueManager got error 2298 |
ccy
Replies: 15 Views: 10219
|
Forum: General IBM MQ Support Posted: Thu Oct 21, 2010 10:56 pm Subject: Connecting to MQQueueManager got error 2298 |
Sorry I really can't answer your first question as the MQ Client was installed by our network support team. I am using C#. The code to establish connection is like:
---------------------------------- ... |
Topic: Connecting to MQQueueManager got error 2298 |
ccy
Replies: 15 Views: 10219
|
Forum: General IBM MQ Support Posted: Thu Oct 21, 2010 5:10 pm Subject: Connecting to MQQueueManager got error 2298 |
I am quite new to MQ Series. Recently we upgraded our server to Win2k8 where MQ Client 7 installed. Client side connects to MQ server (v5) on mainframe.
I have windows service to call MQ Client. Ev ... |