[6.1.6 / PostgreSQL] Unexpected server response :.

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

[6.1.6 / PostgreSQL] Unexpected server response :.

Post by swierzbicki » Mon 07 Sep 2015 12:34

Hello,

I'm getting EPgError (postgresql x86 v9.4.4) and I don't know why this is happening.
count : 9
exception number : 18
exception class : EPgError
exception message : Unexpected server response :.

main thread ($234):
00c58f94 +0c0 gestion_multicn.exe PgClassesUni TPgSQLConnection.ProcessInternalException
00c5e3ff +26b gestion_multicn.exe PgClassesUni TPgSQLCommand.InternalExecute
00c5d763 +027 gestion_multicn.exe PgClassesUni TPgSQLCommand.Execute
00c58e8d +01d gestion_multicn.exe PgClassesUni TPgSQLConnection.ExecCommand
00c5a343 +113 gestion_multicn.exe PgClassesUni TPgSQLTransaction.StartTransaction
00881717 +10b gestion_multicn.exe DBAccess TDATransaction.StartTransaction
008654bf +017 gestion_multicn.exe DBAccess TCustomDAConnection.StartTransaction
008b5024 +000 gestion_multicn.exe Uni TUniConnection.StartTransaction
00998337 +23b gestion_multicn.exe MultiCN 971 +31 TMultiCN.Sauver_OdreFabricationEnCours
0099d693 +0ab gestion_multicn.exe MultiCN 1819 +43 TMultiCN.Sauvegarde_Quantite_Produits
009a003d +005 gestion_multicn.exe MultiCN 2604 +2 TMultiCN.Sauvegarde_donnees
0053bc0d +125 gestion_multicn.exe System.Classes CheckSynchronize
006ccf92 +76e gestion_multicn.exe Vcl.Forms TApplication.WndProc
0053fbc0 +014 gestion_multicn.exe System.Classes StdWndProc
7791cc6b +00a USER32.dll DispatchMessageW
006cd8b3 +0f3 gestion_multicn.exe Vcl.Forms TApplication.ProcessMessage
006cd8f6 +00a gestion_multicn.exe Vcl.Forms TApplication.HandleMessage
006cdc29 +0c9 gestion_multicn.exe Vcl.Forms TApplication.Run
00d72700 +16c gestion_multicn.exe Gestion_MultiCN 55 +20 initialization
76a5ed5a +010 kernel32.dll BaseThreadInitThunk

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: [6.1.6 / PostgreSQL] Unexpected server response :.

Post by azyk » Tue 08 Sep 2015 07:41

Please try to compose a small sample reproducing the error and send it to andreyz*devart*com .

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Re: [6.1.6 / PostgreSQL] Unexpected server response :.

Post by swierzbicki » Tue 08 Sep 2015 19:06

My problem (and beleive me) is that I'm not able to find a pattern to reproduce it.
I've a software connected 24 hours per days to an industrial hardware, collecting data and storing it into an postgresql databse. From time to time (that's to much for my pseudo real time software) I'm getting these exceptions...

Don't you have a debug unit that I can use instead ?

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: [6.1.6 / PostgreSQL] Unexpected server response :.

Post by azyk » Fri 11 Sep 2015 09:37

UniDAC has no functionality for logging. You can add logging in your application by yourself, in order to localize the error occurrence and then stably reproduce it. To investigate the problem, we need steps to reproduce it or a sample demonstrating it.

Post Reply