Page 1 of 1

Connection problem Delphi 2009 - postgresql-8.4.1-1

Posted: 07.10.2009, 17:15
by yesod
---------------------------
Debugger Exception Notification
---------------------------
Project prjGMCuisine.exe raised exception class EZSQLException with message 'SQL Error: unexpected response from server; first received character was "unexpected response from server; first received character was ""
lost synchronization with server: got message type "3", length 909391104'.
---------------------------
Break Continue Help
---------------------------

I get that exception randomly

and also this one

---------------------------
Debugger Exception Notification
---------------------------
Project prjGMCuisine.exe raised exception class EZSQLException with message 'SQL Error: lost synchronization with server: got message type "e", length 1668575090'.
---------------------------
Break Continue Help
---------------------------

thanks

Posted: 09.10.2009, 20:17
by mdaems
This looks like a communication problem between client libs and server.
Is this database server version stabl enough already?

Mark

Posted: 16.10.2009, 01:51
by yesod
It seems it's the latest stable version...

Posted: 16.10.2009, 19:44
by mdaems
Just checked the pg site. You might be right.

The only idea I have is your program might be using the wrong postgres client libs.

Somebody running Delphi 2009 and postgres 4?

Mark

Posted: 18.10.2009, 19:35
by andresayang
I have same problem restoring a db from postgres 8.3 to postgres 8.4.
Th 8.3 was window locale encoding and the 8.4 was UTF8 encoding.

I have to drop all "suspicious characters" to make it work.

Hope this help !