Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL Connection error

Author  Topic 

pradpb999
Starting Member

1 Post

Posted - 2006-04-07 : 06:02:52
Sir,

Iam not able to register SQL server which is available in US System. I have tried like tcp:IPAddress and Service Pack4, but iam getting same error.

My sql server in US ( os:windows2003)
Iam connectiong from INDIA


Error ingormation.

"General Network Error, Check your Documantation"


From my ASP.NET application iam getting error like:

General network error. Check your network documentation.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: General network error. Check your network documentation.



Kristen
Test

22859 Posts

Posted - 2006-04-07 : 06:42:37
General things to check:

Can you PING the remote server?

Are there any firewalls etc. that need to be configured to "open" the SQL port for you?

Is the remote server possibly using a non-standard port for SQL Server (i.e. you will then need to include that in your connection string)

Kristen
Go to Top of Page
   

- Advertisement -