Author |
Message |
Topic: TCP/IP return code 73 |
bigdavem
Replies: 9 Views: 8636
|
Forum: General IBM MQ Support Posted: Sun Nov 23, 2003 3:49 pm Subject: TCP/IP return code 73 |
OK, some progress. I tried that, got the app into an MQGET with wait state then pulled the network cable from my laptop. Sure enough, the error message in question appeared in the log.
So I guess ... |
Topic: TCP/IP return code 73 |
bigdavem
Replies: 9 Views: 8636
|
Forum: General IBM MQ Support Posted: Thu Nov 20, 2003 1:27 pm Subject: TCP/IP return code 73 |
That's what I thought as well, but I've reviewed the code and it always calls MQDISC when shutting down, and I've tried to reproduce the errror by trying every way imaginable to shut it down - no luck ... |
Topic: TCP/IP return code 73 |
bigdavem
Replies: 9 Views: 8636
|
Forum: General IBM MQ Support Posted: Wed Nov 19, 2003 4:02 pm Subject: TCP/IP return code 73 |
I hadn't tried that, but I did this morning. Still nothing in the logs for my IP address..... |
Topic: TCP/IP return code 73 |
bigdavem
Replies: 9 Views: 8636
|
Forum: General IBM MQ Support Posted: Wed Nov 19, 2003 2:53 am Subject: TCP/IP return code 73 |
Yeah, I thought of that, but I couldn't reproduce it myself no matter how many bizarre ways I tried to shut down the app. Also, it happens constantly throughout the day, once every 2 or 3 minutes. If ... |
Topic: TCP/IP return code 73 |
bigdavem
Replies: 9 Views: 8636
|
Forum: General IBM MQ Support Posted: Tue Nov 18, 2003 10:13 pm Subject: TCP/IP return code 73 |
We have about 500 clients connecting via SVRCONN channels to a v5.2 CSD 06 qmgr running on AIX 5.1. We've been receiving this message in the MQ error logs 300-400 times per day for the last few weeks. ... |
Topic: Connecting to the cluster without source code |
bigdavem
Replies: 14 Views: 12835
|
Forum: Clustering Posted: Mon Nov 10, 2003 3:02 pm Subject: Connecting to the cluster without source code |
Yep, that works. Thanks! Only disadvantage is it ties me into the specific instance of that queue on that queue manager so I can't take advantage of multiple instances of the queue on multiple queue m ... |
Topic: Connecting to the cluster without source code |
bigdavem
Replies: 14 Views: 12835
|
Forum: Clustering Posted: Sun Nov 09, 2003 2:53 pm Subject: Connecting to the cluster without source code |
I like your thinking, but the app actually specifies QMA as the qmgr name so I don't think setting up an alias for QMB will work? I tried setting up an alias for QMA as per your suggestion but still g ... |
Topic: Connecting to the cluster without source code |
bigdavem
Replies: 14 Views: 12835
|
Forum: Clustering Posted: Thu Nov 06, 2003 5:03 pm Subject: Connecting to the cluster without source code |
For what it's worth, here's the VB code. The form is just two buttons, Open and Exit. Qmgr A is actually called INTMQI1, queue A1 is called MQSI.HIPORT.UPDATE2, qmgr B is called INTHPT1 queue B1 is ca ... |
Topic: Connecting to the cluster without source code |
bigdavem
Replies: 14 Views: 12835
|
Forum: Clustering Posted: Thu Nov 06, 2003 4:31 pm Subject: Connecting to the cluster without source code |
Yes it does appear - if I do DIS QCLUSTER(B1) on qmgr A I can see the queue. And like I said, amqsput A1 A works ok.
I can reproduce the problem from a simple VB app, but if I change it so that it ... |
Topic: Connecting to the cluster without source code |
bigdavem
Replies: 14 Views: 12835
|
Forum: Clustering Posted: Wed Nov 05, 2003 10:26 pm Subject: Connecting to the cluster without source code |
We are transitioning from a hub-and-spoke architecture to an MQ cluster under MQ 5.3. One of our apps is a third party app and we have no source code so we can't change the MQ calls it makes. This app ... |
Topic: AIX CPU usage |
bigdavem
Replies: 6 Views: 6799
|
Forum: General IBM MQ Support Posted: Tue Oct 14, 2003 8:38 pm Subject: AIX CPU usage |
Sorry, I was unclear. The application runs on 500+ Windows workstations, each of which makes one client connection to the server. |
Topic: AIX CPU usage |
bigdavem
Replies: 6 Views: 6799
|
Forum: General IBM MQ Support Posted: Tue Oct 14, 2003 3:54 pm Subject: AIX CPU usage |
I don't think there's a problem with the app (famous last words...). It's been running for about 4 years unchanged - all we did is change the MQSERVER variable and qmgr name. Previously it connected t ... |
Topic: AIX CPU usage |
bigdavem
Replies: 6 Views: 6799
|
Forum: General IBM MQ Support Posted: Mon Oct 13, 2003 10:39 pm Subject: AIX CPU usage |
We're running MQ v5.2 CSD07 on AIX 5.1. On the weekend we cut over one of our desktop apps to this server so that we now have 300-500 java apps connecting as MQ clients via a SVRCONN to a single queu ... |
Topic: HBINT on SVRCONN |
bigdavem
Replies: 11 Views: 9661
|
Forum: General IBM MQ Support Posted: Mon Sep 08, 2003 2:44 pm Subject: HBINT on SVRCONN |
I used v5.2 server for the VB tests and v5.2 and v5.3 for the java tests. |
Topic: HBINT on SVRCONN |
bigdavem
Replies: 11 Views: 9661
|
Forum: General IBM MQ Support Posted: Sun Sep 07, 2003 10:59 pm Subject: HBINT on SVRCONN |
OK, we've run a couple of tests. In both tests, we began an MQGET with 10 sec wait and then pulled the network cable out of the server.
Using a VB app and 5.3 client, we got:
HBINT 300 -> RC2 ... |