2011 Apr 22 8:37 AM
I'm trying to connect SQL database to write some data to an external sql table. But it's failing giving below message,
Error Message returned from "ADBC_TEST_CONNECTION" program:
Testing a Database Connection Defined in DBCON
Could not open connection EACT_MESSAGES
sql error 1- occured:
Login timeout expired
I can connect from .NET Applications using the same connection string configuration.
What could be the reason for this.
Do I need to enable some service for this in SQL server. I have enabled all possible SQL related services.
But still no luck.
2011 Apr 22 12:57 PM
I found a solution..
Instead putting the server name, used IP address which is static. that solved the issue.