Re: [U2] Sockets problem

2011-01-11 Thread George Gallen
...@listserver.u2ug.org] On Behalf Of Hona, David Sent: Monday, January 10, 2011 11:03 PM To: 'U2 Users List' Subject: Re: [U2] Sockets problem Also check and updated your /etc/services with your desired TCP or UDP ports you end up using. Saves grief in the future too :) -Original Message

Re: [U2] Sockets problem

2011-01-11 Thread Norman, David (Health)
Thanks everyone for their input. We are going to change the port to one in the 8500 range. David Norman Senior Software Engineer - SA Ambulance Service ICT Services SA Health Government of South Australia Box 3, GPO Adelaide, South Australia 5001 *+61 8 8274 0384 * fax

[U2] Sockets problem

2011-01-10 Thread Norman, David (Health)
We are trying to establish a Server Side Socket Connection using initServerSocket (UniVerse 10.0.16 HP-UX 11) for a third party system to connect. We are finding that using a port less than 1024 results in an error 34 SCK-EACCESS Attempt to connect datagram socket to broadcast address failed

Re: [U2] Sockets problem

2011-01-10 Thread Drew William Henderson
@listserver.u2ug.org Subject: [U2] Sockets problem We are trying to establish a Server Side Socket Connection using initServerSocket (UniVerse 10.0.16 HP-UX 11) for a third party system to connect. We are finding that using a port less than 1024 results in an error 34 SCK-EACCESS Attempt to connect datagram

Re: [U2] Sockets problem

2011-01-10 Thread Don Robinson
From: Dan McGrath dmc...@imb.com.au To: U2 Users List u2-users@listserver.u2ug.org Sent: Mon, January 10, 2011 10:25:27 PM Subject: Re: [U2] Sockets problem That is correct. If you are in the Unix/Linux world and you need to bind to ports below 1024, you need to run/start as root

Re: [U2] Sockets problem

2011-01-10 Thread Hona, David
2011 2:38 PM To: U2 Users List Subject: Re: [U2] Sockets problem David, 1024 and below are considered well known ports and are reserved for things like telnet, ftp, http, etc. You need to be careful assigning private ports so you don't tramp on other assignments. netstat will show you your