Page 1 of 1

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

Posted: Tue 07 Oct 2014 13:48
by eurides.baptistella
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?

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

Posted: Thu 09 Oct 2014 08:07
by azyk
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.