From: | "Antonio Pedro Lopes" <antonio(dot)pedro(at)pararede(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #2008: IUSR (Internet Guest Account) - ADO Connection problems IUSR missing permissions. |
Date: | 2005-10-28 12:59:43 |
Message-ID: | 20051028125943.4FE9FF0CB8@svr2.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 2008
Logged by: Antonio Pedro Lopes
Email address: antonio(dot)pedro(at)pararede(dot)com
PostgreSQL version: PostgreSQL 8.0
Operating system: WindowsXP Professional
Description: IUSR (Internet Guest Account) - ADO Connection problems
IUSR missing permissions.
Details:
I have an ASP application that is trying to connect with a Postgres database
using postgresql driver. When the application try to connect the following
error is throw.
ADO Reports these Database Error(s) executing:
DRIVER={PostgreSQL};SERVER=127.0.0.1;PORT=5432;Database=DBNAME;Uid=postuser;
Pwd=xx
Error#=-2147467259
Error description=Specified driver could not be loaded due to system
error 998 (PostgreSQL).
But if given to the IUSR (Internet Guest Account) the Administration Group
permission, all works fine!!
I need to know what kind of permission the IUSR needs to load the Postgres
Driver.
I already give to IUSR full control to the PostgreSQL folders and
subfolders, but the same error occurs.
Any help would be appreciated.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-10-28 16:12:20 | Re: BUG #2006: queryoptimizer and comparing a primary key of biginteger and a literal |
Previous Message | A Gattiker | 2005-10-28 11:39:14 | BUG #2007: Problem with multiple JOIN and long IN and bitmap index |