[BUGS] BUG #3416: User 'postgres' could not be created: access Denied

2007-06-27 Thread Mriusz

The following bug has been logged online:

Bug reference:  3416
Logged by:  Mriusz
Email address:  [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system:   MS Vista
Description:User 'postgres' could not be created: access Denied
Details: 

I  have experienced the problem below:

User 'postgres' could not be created: Access Denied

any solution?

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


Re: [BUGS] BUG #3416: User 'postgres' could not be created: access Denied

2007-06-27 Thread Hiroshi Saito

Hi.

From: "Mariusz Krzaczek"


Thank you - that's right :)


No problem. However, Next, please visit here.:-)
http://pgfoundry.org/projects/pginstaller

Regards,
Hiroshi Saito


Best regards
Mariusz 


-Original Message-
From: Hiroshi Saito [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 27, 2007 3:30 PM

To: Mriusz
Cc: pgsql-bugs@postgresql.org
Subject: Re: [BUGS] BUG #3416: User 'postgres' could not be created: access
Denied

Hi.

I regard your message as like from an installer.
Please disable User Account Control (UAC) of Windows VISTA.
It corresponds from Installer of Version 8.3...

Regards,
Hiroshi Saito

From: "Mriusz"




The following bug has been logged online:

Bug reference:  3416
Logged by:  Mriusz
Email address:  [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system:   MS Vista
Description:User 'postgres' could not be created: access Denied
Details: 


I  have experienced the problem below:

User 'postgres' could not be created: Access Denied

any solution?

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

  http://www.postgresql.org/docs/faq




---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
  choose an index scan if your joining column's datatypes do not
  match


Re: [BUGS] BUG #3416: User 'postgres' could not be created: access Denied

2007-06-27 Thread Hiroshi Saito

Hi.

I regard your message as like from an installer.
Please disable User Account Control (UAC) of Windows VISTA.
It corresponds from Installer of Version 8.3...

Regards,
Hiroshi Saito

From: "Mriusz"




The following bug has been logged online:

Bug reference:  3416
Logged by:  Mriusz
Email address:  [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system:   MS Vista
Description:User 'postgres' could not be created: access Denied
Details: 


I  have experienced the problem below:

User 'postgres' could not be created: Access Denied

any solution?

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

  http://www.postgresql.org/docs/faq


---(end of broadcast)---
TIP 6: explain analyze is your friend


Re: [BUGS] BUG #3416: User 'postgres' could not be created: access Denied

2007-06-27 Thread Shelby Cain
Hiroshi,

Wouldn't it be better to start an elevated command prompt (right-click command 
prompt -> run as admin) and run the installer directly from the command line 
instead of disabling UAC?  Does that not work?

Regards,

Shelby Cain

- Original Message 
From: Hiroshi Saito <[EMAIL PROTECTED]>
To: Mriusz <[EMAIL PROTECTED]>
Cc: pgsql-bugs@postgresql.org
Sent: Wednesday, June 27, 2007 8:29:51 AM
Subject: Re: [BUGS] BUG #3416: User 'postgres' could not be created: access 
Denied

Hi.

I regard your message as like from an installer.
Please disable User Account Control (UAC) of Windows VISTA.
It corresponds from Installer of Version 8.3...

Regards,
Hiroshi Saito

From: "Mriusz"






   

Got a little couch potato? 
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
 

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match


Re: [BUGS] BUG #3416: User 'postgres' could not be created: access Denied

2007-06-27 Thread Hiroshi Saito

Hi.

From: "Shelby Cain"


Hiroshi,

Wouldn't it be better to start an elevated command prompt (right-click command prompt -> 
run as admin) and run the installer directly from the command line instead of disabling 
UAC?  Does that not work?


Ahh yes.:-)
ex.)
runas /user:administrator "cmd.exe"

However, Probably, HOME EDITION will be slightly complicated...

Anyway, thanks!

Regards,
Hiroshi Saito



Regards,

Shelby Cain

- Original Message 
From: Hiroshi Saito <[EMAIL PROTECTED]>
To: Mriusz <[EMAIL PROTECTED]>
Cc: pgsql-bugs@postgresql.org
Sent: Wednesday, June 27, 2007 8:29:51 AM
Subject: Re: [BUGS] BUG #3416: User 'postgres' could not be created: access 
Denied

Hi.

I regard your message as like from an installer.
Please disable User Account Control (UAC) of Windows VISTA.
It corresponds from Installer of Version 8.3...

Regards,
Hiroshi Saito

From: "Mriusz"








Got a little couch potato?
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz 



---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


Re: [BUGS] BUG #3416: User 'postgres' could not be created: access Denied

2007-06-27 Thread Dave Page
Hiroshi Saito wrote:
> Hi.
> 
> From: "Shelby Cain"
> 
>> Hiroshi,
>>
>> Wouldn't it be better to start an elevated command prompt (right-click
>> command prompt -> run as admin) and run the installer directly from
>> the command line instead of disabling UAC?  Does that not work?
> 
> Ahh yes.:-)
> ex.)
> runas /user:administrator "cmd.exe"
> 
> However, Probably, HOME EDITION will be slightly complicated...


This is going to become my new pet-peeve isn't it? :-)

The Administrator account is disabled by default in new installs of
Vista (upgrades can be different), so this method most likely won't work!!

For those that require evidence, from
http://blogs.msdn.com/windowsvistasecurity/archive/2006/08/27/windowsvistasecurity_.aspx


"The built-in administrator account is disabled by default in Windows
Vista on new installations."

Or Google for "vista administrator disabled" and look at any of the
hundreds of relevant hits.

Regards, Dave.

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [BUGS] BUG #3416: User 'postgres' could not be created: access Denied

2007-06-27 Thread Hiroshi Saito

Hi.

From: "Dave Page" <[EMAIL PROTECTED]>


(snip)

Ahh yes.:-)
ex.)
runas /user:administrator "cmd.exe"

However, Probably, HOME EDITION will be slightly complicated...



This is going to become my new pet-peeve isn't it? :-)

The Administrator account is disabled by default in new installs of
Vista (upgrades can be different), so this method most likely won't work!!


Yeah:-) Probably, installer of Ver8.3 will be good.!!!
BTW, Is it declared that formal support of VISTA is from Ver8.3? 


Regards,
Hiroshi Saito

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [BUGS] BUG #3416: User 'postgres' could not be created: access Denied

2007-06-27 Thread Dave Page
Hiroshi Saito wrote:
> Hi.
> 
> From: "Dave Page" <[EMAIL PROTECTED]>
> 
> 
> (snip)
>>> Ahh yes.:-)
>>> ex.)
>>> runas /user:administrator "cmd.exe"
>>>
>>> However, Probably, HOME EDITION will be slightly complicated...
>>
>>
>> This is going to become my new pet-peeve isn't it? :-)
>>
>> The Administrator account is disabled by default in new installs of
>> Vista (upgrades can be different), so this method most likely won't
>> work!!
> 
> Yeah:-) Probably, installer of Ver8.3 will be good.!!!

No probably about it - it's already fixed :-)

> BTW, Is it declared that formal support of VISTA is from Ver8.3?

Thats the intention.

Regards, Dave


---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings