Ynt: Postgresql 16.3 installation error (setup file) on Windows 11

From: Ugur Yilmaz <ugurlu2001(at)hotmail(dot)com>
To: Kamil ADEM <kamila(at)aqvilasoftware(dot)com>, Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
Cc: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Ynt: Postgresql 16.3 installation error (setup file) on Windows 11
Date: 2024-05-22 15:18:39
Message-ID: DU0PR10MB7144886F12554DB277ACC901C0EB2@DU0PR10MB7144.EURPRD10.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Kamil and Sandeep ;

I looked at the log file attached in your previous email.

I only noticed a detail about whether the path definition is normal or not:

"C:\Users\kamila\AppData\Local\Temp/postgresql_installer_2e785d8db2"

Shouldn't there be '\' instead of '/' in path definitions in Windows environment? So if the correct path definition is "C:\Users\kamila\AppData\Local\Temp\postgresql_installer_2e785d8db2" the problem seems to be solved.

Thanks,

Uğur

________________________________
Gönderen: Kamil ADEM <kamila(at)aqvilasoftware(dot)com>
Gönderildi: 21 Mayıs 2024 Salı 22:40
Kime: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
Bilgi: pgsql-bugs(at)lists(dot)postgresql(dot)org <pgsql-bugs(at)lists(dot)postgresql(dot)org>; Ugur Yilmaz <ugurlu2001(at)hotmail(dot)com>
Konu: RE: Postgresql 16.3 installation error (setup file) on Windows 11

We have the same issue on Windows 10 Enterprise 22H2 build 19045.4412 when running postgresql-16.3-1-windows-x64.exe.

Postgres 15.6 is installed already. Postgres 16.2 was previously installed and removed, directories are deleted.

The installer shows the error message as soon as started, not showing any prompt page.

The installation log is attached.

Thanks,

Kamil Adem

From: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
Sent: Tuesday, May 21, 2024 5:16 PM
To: Ugur Yilmaz <ugurlu2001(at)hotmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Postgresql 16.3 installation error (setup file) on Windows 11

Hi Ugur,

We couldn't reproduce the issue on Windows 11 as well. Here is what we did to reproduce. Can you please share the installation log from the system temp? That may give some clue.

On Thu, May 16, 2024 at 11:57 AM Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com<mailto:sandeep(dot)thakkar(at)enterprisedb(dot)com>> wrote:

Thank you for sharing details. We are unable to reproduce the issue on Windows Server 2022. It could be Windows 11 specific. We are going to verify it on WIndows 11 and get back to you.

On Tue, May 14, 2024 at 1:10 PM Ugur Yilmaz <ugurlu2001(at)hotmail(dot)com<mailto:ugurlu2001(at)hotmail(dot)com>> wrote:

Hi Sandeep;

Sorry for late reply.

My computer language settings are : Türkiye (country) / Türkçe (language)

Script and result on powershell:

powershell get-uiculture

LCID Name DisplayName

---- ---- -----------

1055 tr-TR Türkçe (Türkiye)

For postgresql create db script is (on pgadmin) :

-- Database: postgres

-- DROP DATABASE IF EXISTS postgres;

CREATE DATABASE postgres

WITH

OWNER = postgres

ENCODING = 'UTF8'

LC_COLLATE = 'C'

LC_CTYPE = 'C'

LOCALE_PROVIDER = 'libc'

TABLESPACE = pg_default

CONNECTION LIMIT = -1

IS_TEMPLATE = False;

COMMENT ON DATABASE postgres

IS 'default administrative connection database';

Notes:

Problem is not related for admin rights (executing setup exe and folder permission rights)

________________________________

Gönderen: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com<mailto:sandeep(dot)thakkar(at)enterprisedb(dot)com>>
Gönderildi: 13 Mayıs 2024 Pazartesi 05:34
Kime: Ugur Yilmaz <ugurlu2001(at)hotmail(dot)com<mailto:ugurlu2001(at)hotmail(dot)com>>
Bilgi: pgsql-bugs(at)lists(dot)postgresql(dot)org<mailto:pgsql-bugs(at)lists(dot)postgresql(dot)org> <pgsql-bugs(at)lists(dot)postgresql(dot)org<mailto:pgsql-bugs(at)lists(dot)postgresql(dot)org>>
Konu: Re: Postgresql 16.3 installation error (setup file) on Windows 11

Hi,

Can you please share what language/locale you use? Also, what's your logged in user name as I see two names in the attached screenshot?

On Fri, May 10, 2024 at 7:58 PM Ugur Yilmaz <ugurlu2001(at)hotmail(dot)com<mailto:ugurlu2001(at)hotmail(dot)com>> wrote:

Hello,

I have Postgresql 16.2 on my development environment.

I tried upgrade the latest version but installation file not working (from EDB > postgresql-16.3-1-windows-x64.exe ).

Error message is :

"

There has benn an error .

Error running 'C:\Windows\System32\icacls' 'D:\Temp/ Postgresql_installer_4c1b8061b5' /T /Q grant 'mycomputer:(OI)(CI)'F':D:\Temp/Postgresql_installer_4c1b8061b5\*:Access denied

"

I added the image of error message enclosed file

With my best regards

--

Sandeep Thakkar

--

Sandeep Thakkar

--

Sandeep Thakkar

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Ugur Yilmaz 2024-05-22 15:38:32 Ynt: Ynt: Postgresql 16.3 installation error (setup file) on Windows 11
Previous Message Ugur Yilmaz 2024-05-22 15:11:00 Ynt: Postgresql 16.3 installation error (setup file) on Windows 11