| Author | 
		  Message | 
  		
  		
		     Topic: perl MQSeries MQGET | 
  		
  		
		  sming
  
	  	  Replies: 10 Views: 8078
  | 
		   Forum: IBM MQ API Support   Posted: Mon May 09, 2005 11:57 am   Subject: perl MQSeries MQGET | 
  		
  		
		  
 If you're getting a  2195 before the GET then it doesn't matter what the GET returns - as things are already broken.
 
 Not so. In the MQSeries::Queue:Get method:
 ...
     $self->{"CompCode"} =  ... | 
  		
  		
		     Topic: perl MQSeries MQGET | 
  		
  		
		  sming
  
	  	  Replies: 10 Views: 8078
  | 
		   Forum: IBM MQ API Support   Posted: Mon May 09, 2005 11:12 am   Subject: perl MQSeries MQGET | 
  		
  		
		  
 That's a different code than before.  For this one, ypu'll need to go look at the FDC that should have been cut.
 Cheers,
 
 Correct, but I've accidentally mislead you     The output I posted was  ... | 
  		
  		
		     Topic: perl MQSeries MQGET | 
  		
  		
		  sming
  
	  	  Replies: 10 Views: 8078
  | 
		   Forum: IBM MQ API Support   Posted: Mon May 09, 2005 5:37 am   Subject: perl MQSeries MQGET | 
  		
  		
		  | Thanks again guys. I am indeed passing MQSTR and no convert that I know of. I include the MQGET call that is failing and a dump of each of the parameters. I'd seriously appreciate any insight you lot  ... | 
  		
  		
		     Topic: perl MQSeries MQGET | 
  		
  		
		  sming
  
	  	  Replies: 10 Views: 8078
  | 
		   Forum: IBM MQ API Support   Posted: Sun May 08, 2005 10:19 am   Subject: perl MQSeries MQGET | 
  		
  		
		  If the message format is not string (MQSTR) you might have a problem with the convert option. Try to do a get without it and see how it goes.
   
 
 thanks man, I'll take a look when back at work tom ... | 
  		
  		
		     Topic: perl MQSeries MQGET | 
  		
  		
		  sming
  
	  	  Replies: 10 Views: 8078
  | 
		   Forum: IBM MQ API Support   Posted: Fri May 06, 2005 1:52 pm   Subject: perl MQSeries MQGET | 
  		
  		
		  Hi all,
 I am debugging a perl script that essentially does a Get() on an MQSeries::Queue object.
 
 All goes swimmingly until the call to Get() where the error message:
 MQGET failed (Reason = 2186)
 ... |