Postgres install on windows 2003 server

Started by Adodo, Adewaleabout 21 years ago4 messagesbugs
Jump to latest
#1Adodo, Adewale
Adewale.Adodo@northgate-is.com

I am having problems installing PostgresSQL 8.0.0 on our windows 2003
server. I downloaded the postgresql-8.0.1.zip installer from
http://www.postgresql.org/ftp/win32/ but each time I try to install it I get
a "Error binding test network socket: 10013" error message. This always
happens at the point where the installer brings up the initialise database
cluster window dialogue.
I checked on the Microsoft website to find out what the error code meant and
it said "Permission denied.
An attempt was made to access a socket in a way forbidden by its access
permissions."
I get this error no matter who am logged in as or how.
Any help you can offer will be highly appreciated
Thanks
Adewale Adodo
Systems Administrator
PRO IV Limited
Boundary Way
Hemel Hempstead
Tel: +44 (0) 1442 232424 ext 2667
Fax: +44 (0) 1442 231382
adewale.adodo@proiv.com
www.proiv.com

This email is sent on behalf of Northgate Information Solutions UK Limited ("Northgate") and is strictly confidential and intended solely for the addressee(s). It may contain personal and confidential information and as such may be protected by the Data Protection Act 1998.

If you are not the intended recipient of this email you must: (i) not disclose, copy or distribute its contents to any other person nor use its contents in any way or you may be acting unlawfully; (ii) contact Northgate immediately on +44 (0)1442 232424 quoting the name of the sender and the addressee then delete it from your system.

Any views or opinions expressed within this email are those of the author, and do not necessarily represent those of Northgate.

Northgate has scanned this email for viruses but does not accept any responsibility once this email has been transmitted. You should scan attachments (if any) for viruses.

#2Bruno Almeida do Lago
teolupus@gmail.com
In reply to: Adodo, Adewale (#1)
Re: Postgres install on windows 2003 server

It could be a firewall problem. Did you try to disable it?

Best Regards,
Bruno Almeida do Lago

-----Original Message-----
From: pgsql-bugs-owner@postgresql.org
[mailto:pgsql-bugs-owner@postgresql.org] On Behalf Of Adodo, Adewale
Sent: Tuesday, February 01, 2005 2:50 PM
To: 'pgsql-bugs@postgresql.org'
Cc: 'pgsql-ports@postgresql.org'
Subject: [BUGS] Postgres install on windows 2003 server

I am having problems installing PostgresSQL 8.0.0 on our windows 2003
server. I downloaded the postgresql-8.0.1.zip installer from
http://www.postgresql.org/ftp/win32/ but each time I try to install it I get
a "Error binding test network socket: 10013" error message. This always
happens at the point where the installer brings up the initialise database
cluster window dialogue.
I checked on the Microsoft website to find out what the error code meant and
it said "Permission denied.
An attempt was made to access a socket in a way forbidden by its access
permissions."
I get this error no matter who am logged in as or how.
Any help you can offer will be highly appreciated
Thanks
Adewale Adodo
Systems Administrator
PRO IV Limited
Boundary Way
Hemel Hempstead
Tel: +44 (0) 1442 232424 ext 2667
Fax: +44 (0) 1442 231382
adewale.adodo@proiv.com
www.proiv.com

This email is sent on behalf of Northgate Information Solutions UK Limited
("Northgate") and is strictly confidential and intended solely for the
addressee(s). It may contain personal and confidential information and as
such may be protected by the Data Protection Act 1998.

If you are not the intended recipient of this email you must: (i) not
disclose, copy or distribute its contents to any other person nor use its
contents in any way or you may be acting unlawfully; (ii) contact Northgate
immediately on +44 (0)1442 232424 quoting the name of the sender and the
addressee then delete it from your system.

Any views or opinions expressed within this email are those of the author,
and do not necessarily represent those of Northgate.

Northgate has scanned this email for viruses but does not accept any
responsibility once this email has been transmitted. You should scan
attachments (if any) for viruses.

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

#3boykov@ns
boykov@kolasc.net.ru
In reply to: Adodo, Adewale (#1)
Re: Postgres install on windows 2003 server

Hi, Adewale.

Do you have installed terminal service on your W2K3 ?
I see similar messages on my server. Than I deinstall terminal,
install postgresql, install terminal.
Try this way, possibly it works.

AA> I am having problems installing PostgresSQL 8.0.0 on our windows 2003
AA> server. I downloaded the postgresql-8.0.1.zip installer from
AA> http://www.postgresql.org/ftp/win32/ but each time I try to install it I get
AA> a "Error binding test network socket: 10013" error message. This always
AA> happens at the point where the installer brings up the initialise database
AA> cluster window dialogue.
AA> I checked on the Microsoft website to find out what the error code meant and
AA> it said "Permission denied.
AA> An attempt was made to access a socket in a way forbidden by its access
AA> permissions."
AA> I get this error no matter who am logged in as or how.
AA> Any help you can offer will be highly appreciated
AA> Thanks
AA> Adewale Adodo
AA> Systems Administrator
AA> PRO IV Limited

AA> ---------------------------(end of
AA> broadcast)---------------------------
AA> TIP 6: Have you searched our list archives?

AA> http://archives.postgresql.org

--

boykov

#4Magnus Hagander
magnus@hagander.net
In reply to: boykov@ns (#3)
Re: Postgres install on windows 2003 server

I am having problems installing PostgresSQL 8.0.0 on our
windows 2003 server. I downloaded the postgresql-8.0.1.zip
installer from http://www.postgresql.org/ftp/win32/ but each
time I try to install it I get a "Error binding test network
socket: 10013" error message. This always happens at the
point where the installer brings up the initialise database
cluster window dialogue.
I checked on the Microsoft website to find out what the error
code meant and it said "Permission denied.
An attempt was made to access a socket in a way forbidden by
its access permissions."

I'd put my bet down on a host based firewall, antivirus or similar
software that's not permitting the opening of network server sockets.
You will need to disable that protection and/or uninstall the software
that's preventing it.

//Magnus