Hi All,
I have installed Teradata 13.10 and i m using .NET data provider for connection. I am getting connection time out error when connecting database, though i m having access to the database.
11/04/2013 19:42:10
SQLA Version: 13.10.0.2
Teradata.Client.Provider.TdException
[Socket Transport] [115000] Unable to connect transport. DataSource=10.188.143.14 IpAddress[]=(10.188.143.14) Port=1025
at Teradata.Client.Provider.WpTcpTransport.Connect(Int32 timeout)
at Teradata.Client.Provider.WpSession.Open(Int32 connectionTimeout, String password)
at Teradata.Client.Provider.WpSession.Open(Int32 connectionTimeout)
at Teradata.Client.Provider.Connection.Open(UtlConnectionString connectionString, UInt32 timeout)
at Teradata.Client.Provider.ConnectionFactory.GetConnection(Object owningObject, UtlConnectionString connStr)
at Teradata.Client.Provider.TdConnection.Open()
at Teradata.SQLA.TdConnectInfo.Connect() in F:\ttu1310_efix_snap\tdcli\qman\sqla\TdConnectInfo.vb:line 44
Inner Exception:
System.Net.Sockets.SocketException
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.188.143.14:1025
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
at Teradata.Client.Provider.WpTcpTransport.Connect(Int32 timeout)
Thanks in advance.