My developers are trying to run an application that post messages onto the queue. After publishing certain messages i get this error in eventlog and the process stops. MQ 5.3 CSD07 Win2003. Here is the error
The program could not bind to a TCP/IP socket.
The attempt to bind to socket '0' failed with return code 10048. The failing TCP/IP call was 'bind'. The most likely cause of this problem is incorrect configuration of the TCP/IP local address or incorrect start and end port parameters.
Contact the system administrator. If the problem persists contact your IBM support center.
10048 is the return code from Windowns Socket Programing it means EADDRINUSE.
Is your queue manager behind firewall ?
Is any sniffer application running around ?
Does the listener of the Queue Manager goes down while this error occure ?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum