BUG #9026: National characters in the user profile name

From: cezary(dot)dowhan(at)varico(dot)pl
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #9026: National characters in the user profile name
Date: 2014-01-29 10:21:39
Message-ID: 20140129102139.13610.35486@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 9026
Logged by: Cezary Dowhan
Email address: cezary(dot)dowhan(at)varico(dot)pl
PostgreSQL version: 9.1.11
Operating system: Windows 7
Description:

During installation I get the following message: "Problem running
post-install step. Installation may not complete correctly. The database
cluster ..."

Log file contains the following fragment:

------------------------------------------------------------
Called CreateDirectory(C:/Varico/VaricoPostgres2/Data)...
Called CreateDirectory(C:/Varico/VaricoPostgres2)...
WScript.Network initialized...
Called AclCheck(C:/Varico/VaricoPostgres2/Data)
Called IsVistaOrNewer()...
'winmgmts' object initialized...
Version:6.1
MajorVersion:6
Executing icacls to ensure the ťukasz account can read the path
C:/Varico/VaricoPostgres2/Data
Executing batch file 'rad41B42.bat'...
ťukasz: Nie zosta?o wykonane mapowanie micdzy nazwami kont a
identyfikatorami zabezpiecze„.
Liczba plikôw przetworzonych pomy?lnie: 0; liczba plikôw, ktôrych
przetwarzanie nie powiod?o sic: 1.

Called IsVistaOrNewer()...
'winmgmts' object initialized...
Version:6.1
MajorVersion:6
Ensuring we can write to the data directory (using icacls) to ťukasz:
Executing batch file 'rad41B42.bat'...
ťukasz: Nie zosta?o wykonane mapowanie micdzy nazwami kont a
identyfikatorami zabezpiecze„.
Liczba plikôw przetworzonych pomy?lnie: 0; liczba plikôw, ktôrych
przetwarzanie nie powiod?o sic: 1.

Failed to ensure the data directory is accessible
(C:/Varico/VaricoPostgres2/Data)
Called Die(Failed to initialise the database cluster with initdb)...
Failed to initialise the database cluster with initdb
-------------------------------------------------------------

The following message:
ťukasz: Nie zosta?o wykonane mapowanie micdzy nazwami kont a
identyfikatorami zabezpiecze„.

means in english:
"ťukasz: no mapping between account names a nd security ids was done"

My user profile name is Łukasz. As it turned out, the problem stems from the
fact that the first letter of my user profile name is polish character:
"Ł".

Browse pgsql-bugs by date

  From Date Subject
Next Message Martin Nzioki 2014-01-29 10:53:52 Re: BUG #9006: Incorrect update when using where with non-existent column in subselect
Previous Message David Johnston 2014-01-28 22:34:37 Re: BUG #9010: partition by overrides order by in window functions