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

Поиск
Список
Период
Сортировка
От Ugur Yilmaz
Тема Ynt: Postgresql 16.3 installation error (setup file) on Windows 11
Дата
Msg-id DU0PR10MB7144250795F009BB40933CE9C0E32@DU0PR10MB7144.EURPRD10.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответ на Re: Postgresql 16.3 installation error (setup file) on Windows 11  (Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>)
Ответы Re: Postgresql 16.3 installation error (setup file) on Windows 11
Re: Ynt: Postgresql 16.3 installation error (setup file) on Windows 11
Список pgsql-bugs
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.thakkar@enterprisedb.com>
Gönderildi: 13 Mayıs 2024 Pazartesi 05:34
Kime: Ugur Yilmaz <ugurlu2001@hotmail.com>
Bilgi: pgsql-bugs@lists.postgresql.org <pgsql-bugs@lists.postgresql.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@hotmail.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


В списке pgsql-bugs по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #18463: Possible bug in stored procedures with polymorphic OUT parameters
Следующее
От: 周志勤
Дата:
Сообщение: Clarification needed: create partition table can be in another schema other than that of the parent table