RE: Connection refused (0x0000274D/10061)

From: Igor Neyman <ineyman(at)perceptron(dot)com>
To: Sourav Majumdar <souravmajumdar2002(at)gmail(dot)com>, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Ray O'Donnell <ray(at)rodonnell(dot)ie>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: RE: Connection refused (0x0000274D/10061)
Date: 2019-06-18 16:32:56
Message-ID: BN6PR1701MB1890884409FF0735FA5DFA41DAEA0@BN6PR1701MB1890.namprd17.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


From: Sourav Majumdar [mailto:souravmajumdar2002(at)gmail(dot)com]
Sent: Tuesday, June 18, 2019 4:06 AM
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Ray O'Donnell <ray(at)rodonnell(dot)ie>; pgsql-general(at)postgresql(dot)org
Subject: Re: Connection refused (0x0000274D/10061)

Hii, I have checked the logged file. I am attaching it with this mail. PFA

On Fri, Jun 14, 2019 at 1:58 AM Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com<mailto:adrian(dot)klaver(at)aklaver(dot)com>> wrote:
On 6/13/19 9:56 AM, Sourav Majumdar wrote:
> Hi,
> I have tried many time for setup postgreSQL for my local host. Hence I
> have tried to reInstall the one click app from
> https://www.enterprisedb.com/downloads/postgres-postgresql-downloads - Windows
> x86-64 - PostgreSQL Version 11.3. When installing using default port
> 5432, Its giving an error "Database Cluster Installation Failed". Please
> advice how to resolve the issue. I am struggling to setup this
> POSTGRESQL from more than a week.
>
> The error screenshot is attached. PFA
>

Sounds like a permissions problem to me.

See:

https://www.enterprisedb.com/docs/en/11.0/PG_Inst_Guide_v11/PostgreSQL_Installation_Guide.1.13.html#<https://www.enterprisedb.com/docs/en/11.0/PG_Inst_Guide_v11/PostgreSQL_Installation_Guide.1.13.html>

to find the log of the install process. It will probably have more
information.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com<mailto:adrian(dot)klaver(at)aklaver(dot)com>

_________________________________________________________________________________________________________

From the log that you attached:

Failed to remove inherited ACLs on (C:\PostgreSQL\data)
WScript.Network initialized...
strParentOfDataDirC:\PostgreSQL
logged in userMajumdar\Its Majumdar
Called AclCheck(C:\PostgreSQL\data)
Called IsVistaOrNewer()...
'winmgmts' object initialized...
Version:6.3
MajorVersion:6
Executing icacls to ensure the Majumdar\Its Majumdar account can read the path C:\PostgreSQL\data
Executing batch file 'rad3A6BD.bat'...
'icacls' is not recognized as an internal or external command,
operable program or batch file.

Installation script doesn’t find on your machine ICACLS, Windows utility that is being used by installation script to grant proper permissions.
Something’s wrong with your Windows OS.

Regards,
Igor Neyman

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2019-06-18 16:33:30 Re: perf tuning for 28 cores and 252GB RAM
Previous Message Miles Elam 2019-06-18 16:30:12 Re: Inserts restricted to a trigger