Error on data writing - Socket Error Code: 10053/Socket Error Code: 10054

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for PostgreSQL in Delphi and C++Builder
Post Reply
eurides.baptistella
Posts: 9
Joined: Wed 12 Dec 2012 19:36

Error on data writing - Socket Error Code: 10053/Socket Error Code: 10054

Post by eurides.baptistella » Tue 07 Oct 2014 13:48

I have many problems related posts below:
- Error on data writing to the connection: Uma conexão estabelecida foi anulada pelo software no computador host. Socket Error Code: 10053($2745).
- Error on data writing to the connection: Foi forçado o cancelamento de uma conexão existente pelo host remoto. Socket Error Code: 10054($2746).

These problems occur only in production and can not reproduce in development.
I use Delphi XE4, PostgreSQL 9.2.3 and Driver DevartPostgreSQL 3.4.6.0

Is there any problem in the driver, can you help me?

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

Re: Error on data writing - Socket Error Code: 10053/Socket Error Code: 10054

Post by azyk » Thu 09 Oct 2014 08:07

Please look at the description of the 10053 and 10054 error codes at MSDN http://msdn.microsoft.com/en-us/library ... s.85).aspx and try to emulate both situations while developing the application. Try to localize these errors in your code and obtain stable reproducing of the errors. If the reason of these errors is incorrect behavior of dbExpress driver for PostgreSQL, compose a small sample (including description of the steps to reproduce the errors) demonstrating the problem and send it to andreyz*devart*com.

Post Reply