| Author | Message | 
  		
		  |  Topic: MQRC_UNKNOWN_OBJECT_NAME error on Remote Queue | 
  		
		  | mikehkk 
 Replies: 2
 Views: 5372
 
 |  Forum: General IBM MQ Support   Posted: Mon Aug 14, 2006 11:05 am   Subject: MQRC_UNKNOWN_OBJECT_NAME error on Remote Queue | 
  		
		  | Will do.  Thanks for response. | 
  		
		  |  Topic: MQRC_UNKNOWN_OBJECT_NAME error on Remote Queue | 
  		
		  | mikehkk 
 Replies: 2
 Views: 5372
 
 |  Forum: General IBM MQ Support   Posted: Mon Aug 14, 2006 9:29 am   Subject: MQRC_UNKNOWN_OBJECT_NAME error on Remote Queue | 
  		
		  | A while back I built a cluster of three queue managers - 2 full repositories and 1 partial repo.  Each queue manager resides on its own WinTel server.  The messages delivered to these queue managers a ... | 
  		
		  |  Topic: MQ 5.3 Server:  Fix Pack 7 (CSD07) Install problem | 
  		
		  | mikehkk 
 Replies: 2
 Views: 3184
 
 |  Forum: IBM MQ Installation/Configuration Support   Posted: Wed Jun 14, 2006 9:33 am   Subject: MQ 5.3 Server:  Fix Pack 7 (CSD07) Install problem | 
  		
		  | When I try to install this fix pack on a 5.3 installation, from all outward appearances, the installation proceeds smoothly.  No overt error messages, or indications of problems anyway. 
 When you ru ...
 | 
  		
		  |  Topic: General Cluster Clean-up/Maintenance | 
  		
		  | mikehkk 
 Replies: 1
 Views: 2981
 
 |  Forum: Clustering   Posted: Wed Jun 14, 2006 9:27 am   Subject: General Cluster Clean-up/Maintenance | 
  		
		  | I have a very old cluster which retains "phantom" references to queue managers that no longer exist (let alone being members of the cluster anymore).  I have tried the following command run against cl ... | 
  		
		  |  Topic: amq* executables not cleaning-up? | 
  		
		  | mikehkk 
 Replies: 4
 Views: 6486
 
 |  Forum: General IBM MQ Support   Posted: Thu Jan 26, 2006 8:42 am   Subject: amq* executables not cleaning-up? | 
  		
		  | We have MQSeries 5.2 & WebMQ 5.3 servers both running on various machines in a Win2000 environment.  I wanted to describe something and see if it's "normal" behavior or not. 
 On a typical app se ...
 | 
  		
		  |  Topic: Cluster Queue Anomaly | 
  		
		  | mikehkk 
 Replies: 2
 Views: 3073
 
 |  Forum: Clustering   Posted: Fri Oct 07, 2005 8:35 am   Subject: Cluster Queue Anomaly | 
  		
		  | I have two clustered queue managers.  They both define locally a cluster queue.  Until recently, this arrangement worked as desired:  when a remote queue manager PUT to this clustered queue, the two c ... | 
  		
		  |  Topic: WebSphere 5.3 Upgrade:  Validate Security Cred Problem | 
  		
		  | mikehkk 
 Replies: 1
 Views: 2762
 
 |  Forum: IBM MQ Installation/Configuration Support   Posted: Fri Sep 30, 2005 2:36 pm   Subject: WebSphere 5.3 Upgrade:  Validate Security Cred Problem | 
  		
		  | Hi, 
 I've been installing the above as an upgrade to existing 5.2 server deployments on multiple machines.  Have sucessfully applied the upgrade on two machines so far.  But having a real time of it ...
 | 
  		
		  |  Topic: MQRC_NO_MSG_AVAILABLE... on MQPUT?! | 
  		
		  | mikehkk 
 Replies: 3
 Views: 3744
 
 |  Forum: General IBM MQ Support   Posted: Fri Apr 15, 2005 6:00 am   Subject: MQRC_NO_MSG_AVAILABLE... on MQPUT?! | 
  		
		  | Actually, that was my next line of investigation.  Though I thought app code - including error trapping - was pretty solid, I have my doubts now.  There are GET calls in the sequence possibly generati ... | 
  		
		  |  Topic: MQRC_NO_MSG_AVAILABLE... on MQPUT?! | 
  		
		  | mikehkk 
 Replies: 3
 Views: 3744
 
 |  Forum: General IBM MQ Support   Posted: Thu Apr 14, 2005 7:52 am   Subject: MQRC_NO_MSG_AVAILABLE... on MQPUT?! | 
  		
		  | I have an application that will occasionally generate the above error when PUTTING to a queue.  When occurs, a cluster of these errors on PUT actions will be generated... and then just resolve by itse ... | 
  		
		  |  Topic: PCF Programming:  Inquire Channel Status | 
  		
		  | mikehkk 
 Replies: 1
 Views: 2559
 
 |  Forum: IBM MQ API Support   Posted: Tue Jun 29, 2004 7:27 am   Subject: PCF Programming:  Inquire Channel Status | 
  		
		  | I'm looking at the sample VB programs.  One program has a demo of how to inquire channel NAMES via PCF's using these structues: 
 Private Type PCFInquireChannelNames
 Header As MQCFH
 ' Requi ...
 | 
  		
		  |  Topic: Inquiring Channel Attribures by mqAddInquiry (MQAI) | 
  		
		  | mikehkk 
 Replies: 4
 Views: 4011
 
 |  Forum: IBM MQ API Support   Posted: Fri Jun 25, 2004 8:20 am   Subject: Inquiring Channel Attribures by mqAddInquiry (MQAI) | 
  		
		  | I'm trying to query a channel's status via the Visual Basic "bag" method.   For example, here's some code to query a QUEUE's properties: 
 /* Request information about all queues */
 mqAddString(admi ...
 | 
  		
		  |  Topic: Problem with timed-out GET command on queue | 
  		
		  | mikehkk 
 Replies: 2
 Views: 2252
 
 |  Forum: General IBM MQ Support   Posted: Wed Dec 17, 2003 8:35 am   Subject: Hi Jason | 
  		
		  | Interesting.  Guilty on both counts:  ActiveX and Multi-threaded no less. Hmmmm.... thanks for that.  Very interesting reading. 
 Mike.
 | 
  		
		  |  Topic: Problem with timed-out GET command on queue | 
  		
		  | mikehkk 
 Replies: 2
 Views: 2252
 
 |  Forum: General IBM MQ Support   Posted: Wed Dec 17, 2003 8:10 am   Subject: Problem with timed-out GET command on queue | 
  		
		  | I have a VB application using MQSeries COM objects.  The app's generic getMessage() method has an optional parm passed to it specifying the time interval that a GET command will "hold" on a queue - af ... | 
  		
		  |  Topic: MQRC_UNKNOWN_OBJECT_NAME | 
  		
		  | mikehkk 
 Replies: 1
 Views: 3005
 
 |  Forum: Clustering   Posted: Wed Dec 10, 2003 7:32 am   Subject: MQRC_UNKNOWN_OBJECT_NAME | 
  		
		  | I have a cluster that spans two machines, and has three member queue managers. 
 On machine #1, I have QM's A and B defined.  On machine #2, I have QM C defined.
 
 A and B share a cluster queue that ...
 | 
  		
		  |  Topic: Queue Question... | 
  		
		  | mikehkk 
 Replies: 2
 Views: 2894
 
 |  Forum: Clustering   Posted: Wed Sep 24, 2003 2:45 pm   Subject: Queue Question... | 
  		
		  | Wanted to see if the following idea was feasible (and how I can do it if it is): 
 Scenario:  Given a cluster comprised of three queue managers spanning three machines (one manager on each box).   On ...
 |