Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: [GENERAL] Expected password response, got message type 88


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: "Andrus" <kobruleht2(at)hot(dot)ee>
  • Cc: pgsql-general(at)postgresql(dot)org, pgsql-odbc(at)postgresql(dot)org
  • Subject: Re: [GENERAL] Expected password response, got message type 88
  • Date: Thu, 27 Nov 2008 16:32:25 -0500
  • Message-id: <11113.1227821545@sss.pgh.pa.us> <text/plain>

"Andrus" <kobruleht2(at)hot(dot)ee> writes:
> Server logs files contain a lot of messages
> Expected password response, got message type 88

> This occurs when user tries to log-in but login fails for strange reason.
> User must enter password several times to log-in to application.

> What causes this message ?
> I'm using ODBC driver from windows client.

It looks to me like the ODBC driver is failing to follow the protocol.
It shouldn't respond with an 'X' if it doesn't have a password, just
disconnect.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group