| Author | 
		  Message | 
  		
  		
		     Topic: Client Connection using imqsputc | 
  		
  		
		  pratima_09
  
	  	  Replies: 23 Views: 13324
  | 
		   Forum: IBM MQ API Support   Posted: Tue May 09, 2006 10:22 am   Subject: Client Connection using imqsputc | 
  		
  		
		  I have been trying to make it work for the reverse direction, since I had it working yesterday. I have gone through the entire threads a couple of times  to make sure i have everything set . 
 I thoug ... | 
  		
  		
		     Topic: Client Connection using imqsputc | 
  		
  		
		  pratima_09
  
	  	  Replies: 23 Views: 13324
  | 
		   Forum: IBM MQ API Support   Posted: Tue May 09, 2006 9:49 am   Subject: imqsputc - giving me some trouble. | 
  		
  		
		  Hi,
 
 Yesterday, I tried connecting from my Client on box A to Server on box B. Today, I am running my server on box A and client on box B. 
 
 I am using imqsputc sample program, I am getting reason ... | 
  		
  		
		     Topic: imqsgetc -compilation with diff name., different behavior | 
  		
  		
		  pratima_09
  
	  	  Replies: 4 Views: 4137
  | 
		   Forum: IBM MQ API Support   Posted: Mon May 08, 2006 10:27 am   Subject: imqsgetc -compilation with diff name., different behavior | 
  		
  		
		  oh ok.. Thanks! It works now.   
 
 -Pratima | 
  		
  		
		     Topic: imqsgetc -compilation with diff name., different behavior | 
  		
  		
		  pratima_09
  
	  	  Replies: 4 Views: 4137
  | 
		   Forum: IBM MQ API Support   Posted: Mon May 08, 2006 10:08 am   Subject: imqsgetc -compilation with diff name., different behavior | 
  		
  		
		  These are the libraries I have used:
 
 -limqi23ah -lmqm -lmqic
 
 Do I need to include some other libraries??
 
 -Pratima | 
  		
  		
		     Topic: imqsgetc -compilation with diff name., different behavior | 
  		
  		
		  pratima_09
  
	  	  Replies: 4 Views: 4137
  | 
		   Forum: IBM MQ API Support   Posted: Mon May 08, 2006 9:47 am   Subject: imqsgetc -compilation with diff name., different behavior | 
  		
  		
		  Hello, 
 
 I was successfully able to use the binary imqsgetc from sample programs(bin)  to connect to a remote queue manager and write to the queue . 
 
 I want to modify imqsget.cpp to put in some e ... | 
  		
  		
		     Topic: Client Connection using imqsputc | 
  		
  		
		  pratima_09
  
	  	  Replies: 23 Views: 13324
  | 
		   Forum: IBM MQ API Support   Posted: Mon May 08, 2006 7:47 am   Subject: Client Connection using imqsputc | 
  		
  		
		  Yes, I was successfully able to write to the remote queue as root.    
 
 I would like to Thank all of you for ur suggestions in guiding me through this.
 
 -Pratima | 
  		
  		
		     Topic: Client Connection using imqsputc | 
  		
  		
		  pratima_09
  
	  	  Replies: 23 Views: 13324
  | 
		   Forum: IBM MQ API Support   Posted: Mon May 08, 2006 7:40 am   Subject: Client Connection using imqsputc | 
  		
  		
		  I think, I went 1 step ahead now:
 
 I actually ran the following:
 
 imqsputc LOGIN.QU MY_QM SYSTEM.DEF.SVRCONN/tcp/130.151.253.160
 ( I didn't mention the port assuming that it wud default to 1414 a ... | 
  		
  		
		     Topic: Client Connection using imqsputc | 
  		
  		
		  pratima_09
  
	  	  Replies: 23 Views: 13324
  | 
		   Forum: IBM MQ API Support   Posted: Mon May 08, 2006 7:33 am   Subject: Client Connection using imqsputc | 
  		
  		
		  When I telnet to the my mqserver IP (port 1414), I get the following:
 $ telnet 130.151.253.160 1414
 Trying...
 Connected to 130.151.253.160.
 Escape character is '^]'.
 
 My MQSERVER is set to SYSTE ... | 
  		
  		
		     Topic: Client Connection using imqsputc | 
  		
  		
		  pratima_09
  
	  	  Replies: 23 Views: 13324
  | 
		   Forum: IBM MQ API Support   Posted: Mon May 08, 2006 7:12 am   Subject: Client Connection using imqsputc | 
  		
  		
		  Yes, I have an entry for port 1414. 
 
 Also, I have double checked my entries with the IBM site:
 
 /etc/services
 MQSeries 1414/tcp
 
 /etc/inetd.conf
 MQSeries stream tcp nowait root /opt/mqm/bin/a ... | 
  		
  		
		     Topic: Client Connection using imqsputc | 
  		
  		
		  pratima_09
  
	  	  Replies: 23 Views: 13324
  | 
		   Forum: IBM MQ API Support   Posted: Mon May 08, 2006 7:03 am   Subject: Client Connection using imqsputc | 
  		
  		
		  How can I make sure my remote queue manager is listening on port 1414? Is there a MQ command I can use to check this?
 
 Thanks
 Pratima | 
  		
  		
		     Topic: Client Connection using imqsputc | 
  		
  		
		  pratima_09
  
	  	  Replies: 23 Views: 13324
  | 
		   Forum: IBM MQ API Support   Posted: Mon May 08, 2006 7:00 am   Subject: Client Connection using imqsputc | 
  		
  		
		  I am using version 5.3. 
 
 I have tried search this site. I found something where the user was having a issue when he was trying to connect to a channel defined by him. 
 
 But I am not even able to  ... | 
  		
  		
		     Topic: Client Connection using imqsputc | 
  		
  		
		  pratima_09
  
	  	  Replies: 23 Views: 13324
  | 
		   Forum: IBM MQ API Support   Posted: Mon May 08, 2006 6:35 am   Subject: Client Connection using imqsputc | 
  		
  		
		  yes, the listener is running on port on my receiving end.
 I have made sure I had the following entry in  in /etc/services
 MQSeries       1414/tcp 
 
 But I still get a ImqQueueManager::connect faile ... | 
  		
  		
		     Topic: Client Connection using imqsputc | 
  		
  		
		  pratima_09
  
	  	  Replies: 23 Views: 13324
  | 
		   Forum: IBM MQ API Support   Posted: Fri May 05, 2006 1:15 pm   Subject: Client Connection using imqsputc | 
  		
  		
		  Hi,
 
 I am a newbie to MQSeries. I am trying to connect to a remote queue manager ( a queue manager on a different UNIX box) using imqsputc. 
 
 But, it fails with a reason code 2059. 
 
 I have made ... |