Thread: Installation fails on windows vista
I needed to reinstall postgres on a box and so far have had no success. I have UAC disabled. I enter localhost, password, ask it to create the postgres user when prompted. The user I'm installing as has admin rights on the notebook (same user as postgres was originally installed under). I get various errors that all result in failure. If the postgres user remains from a previous install, it fails with 'user account exists' (this is weird because during the prev dialog is said the user didn't exist, should it be created). If the postgres user does not exist, the installer creates the user. But then I get an error "internal account lookup failure. no mapping between account names and security ids was done". This is windows vista ultimate and postgres 8.2.4-1 -- View this message in context: http://www.nabble.com/Installation-fails-on-windows-vista-tf3724831.html#a10423933 Sent from the PostgreSQL - general mailing list archive at Nabble.com.
Note I'm accepting all other defaults for the postgres installation, cluster etc. There is no existing postgres install on the machine, though there was before. I have noticed that when the postgres user is created by the installer, it's not a member of any group. Even if I add it to the admins group, postgres will not recognize use that account for the installation, because were I spec localhost for domain, the posgres acct is regarded as belonging to the workgroup. -- View this message in context: http://www.nabble.com/Installation-fails-on-windows-vista-tf3724831.html#a10424270 Sent from the PostgreSQL - general mailing list archive at Nabble.com.
It wasn't a vista failing or complication - I should have used the machine name for Account name, not localhost...sorry for cluttering up the list. -- View this message in context: http://www.nabble.com/Installation-fails-on-windows-vista-tf3724831.html#a10424989 Sent from the PostgreSQL - general mailing list archive at Nabble.com.