| Author | Message | 
		
		  | Rayudu_AP | 
			  
				|  Posted: Thu Jun 11, 2009 9:50 am    Post subject: AMQ9213: A communications error for TCP/IP occurred |   |  | 
		
		  | Novice
 
 
 Joined: 11 Dec 2008Posts: 16
 
 
 | 
			  
				| Hi, 
 Sorry to ask this question as it is already posted in this forum, however, I could not resolve the problem. If anybody knows the solution for this issue, please help me.
 
 I am trying to setup a simple SDR-RCVR channel between two QMs on XP SP2 machine the channel keep going to retry ...following is the error from the log
 
 ----- amqrccca.c : 823 --------------------------------------------------------
 6/11/2009 12:30:01 - Process(2128.14) User(rayudu) Program(amqrmppa.exe)
 AMQ9213: A communications error for TCP/IP occurred.
 
 EXPLANATION:
 An unexpected error occurred in communications.
 ACTION:
 The return code from the TCP/IP (ioctlsocket) call was 10038 (X'2736'). Record
 these values and tell the systems administrator.
 ----- amqccita.c : 1790 -------------------------------------------------------
 
 - I am not connected to LAN i.e. its a standalone machine
 - In the Connection parameters i am using 127.0.0.1(1414)
 - ping works fine for the above ip and the listener is also running.
 - tried the hostname as well no luck
 - I am using WMQ V6.0.2.6
 
 Can someone help me?
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | JosephGramig | 
			  
				|  Posted: Thu Jun 11, 2009 9:56 am    Post subject: |   |  | 
		
		  |  Grand Master
 
 
 Joined: 09 Feb 2006Posts: 1244
 Location: Gold Coast of Florida, USA
 
 | 
			  
				| Did you try localhost(1414)? Is your TCP Keep Alive = YES?
 Can you shorten the channels HBINT to 30?
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Rayudu_AP | 
			  
				|  Posted: Thu Jun 11, 2009 10:36 am    Post subject: |   |  | 
		
		  | Novice
 
 
 Joined: 11 Dec 2008Posts: 16
 
 
 | 
			  
				| Hi Joseph, 
 Thanks for the reply. I have changed the HBINT to 30, however, on windows I don't know how to change the KEEP ALIVE = YES. I have read in documentation that I can use the command "amqmdain", however, I could not do it (may be I am using wrong parameters). Could you tell me the syntax for this, if you know?
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Rayudu_AP | 
			  
				|  Posted: Thu Jun 11, 2009 5:00 pm    Post subject: |   |  | 
		
		  | Novice
 
 
 Joined: 11 Dec 2008Posts: 16
 
 
 | 
			  
				| Hi Joseph, 
 I have changed the TCP Keepalive=Yes using MQ Explorer, however, I am getting the same error message. Channels are keep on going into "Retrying" state. I don't know what exactly the problem is. Can somebody help me???
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | gbaddeley | 
			  
				|  Posted: Thu Jun 11, 2009 7:44 pm    Post subject: |   |  | 
		
		  |  Jedi Knight
 
 
 Joined: 25 Mar 2003Posts: 2538
 Location: Melbourne, Australia
 
 | 
			  
				| http://msdn.microsoft.com/en-us/library/ms740668.aspx says: 
 
 
   
	| Quote: |  
	| WSAENOTSOCK 10038 
 Socket operation on nonsocket.
 
 An operation was attempted on something that is not a socket. Either the socket handle parameter did not reference a valid socket, or for select, a member of an fd_set was not valid.
 |  
 Most unusual
  _________________
 Glenn
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | flwilliams87 | 
			  
				|  Posted: Fri Jun 12, 2009 2:55 pm    Post subject: |   |  | 
		
		  |  Acolyte
 
 
 Joined: 04 Feb 2003Posts: 66
 Location: Chicago, IL
 
 | 
			  
				| Is anything else listening to that port? Do you have a content switch or something else that might be using a heartbeat to make sure the port is accessible? |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  |  |