"Hemanth" <hxkuma5@qwest.com> wrote:
> role "AIP" does not exist
This suggests that you're trying to log in as "AIP", and PostgreSQL
is not finding that role. Can you connect to PostgreSQL with the
psql command-line utility and run?:
\du
If so, please show us the results.
By the way, in the future please try to pick a more appropriate
list, there is nothing in your report to suggest that this is the
result of a PostgreSQL bug.
See:
http://www.postgresql.org/community/lists/
This would probably fit best on pgsql-odbc or pgsql-general.
-Kevin