Socket error 10061

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
UBC
Posts: 1
Joined: Thu 12 Apr 2012 01:56
Location: BRASIL
Contact:

Socket error 10061

Post by UBC » Tue 17 Apr 2012 14:52

Hi,

We use Delphi XE2 Update 4 and ODAC 8.1.6 in Windows 7 32 bits. When we execute the application, show exception with the menssage [Socket error 10061].

We copy the message and call stack below:

Socket error 10061

Call Stack:

:75ded36f KERNELBASE.RaiseException + 0x54
:007143fa TCRVioTcp.Connect + $2D6
:00716b80 TSocketMessagePacker.Open + $C0

In our customers appear the message below:

---------------------------
Application Error
---------------------------
Exception EOraError in module SisCo.exe at 003146FD.

NET: Network error (Socket error 10061)
.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Wed 18 Apr 2012 10:39

Hello,

This error means that either wrong IP-address (port) is specified or a firewall, that forbids access to this IP:PORT, is used. Please make sure that these parameters are specified correctly nad also try to connect with the disabled FireWall

Post Reply