Steps to troubleshoot SQL connectivity issues
-
quarta-feira, 30 de abril de 2008 16:40Moderador
Please follow this blog to troubleshoot SQL connectivity issue and post question here.
Steps to troubleshoot SQL connectivity issues
Lot of blogs related to SQL connectivity issue are available sql_protocols blog.
http://blogs.msdn.com/sql_protocols
(Update: Please search your error message in this forum before you post your question, there are probably already answers in previous posts. If your scenario is different, please start a new thread rather than appending to old ones. Please reply this thread if this searching step solves your issue. We would like to hear from you. Thanks).- Editado Xinwei Hong - MSFTModerator quinta-feira, 25 de junho de 2009 00:35
- Editado Xinwei Hong - MSFTModerator sexta-feira, 26 de junho de 2009 18:51
Todas as Respostas
-
quinta-feira, 5 de janeiro de 2012 05:36
Thanks for your good information.
I followed your step to step2, the log file showed "error :9003, severity: 20, state:1".
Could you teach me how to solve this problem or could you provide the URL for how to uninstall SQL Server 2008 and reinstall"
thank you very much
I have uninstall and reinstall the SQL Server 2008 already.Thanks for your read.
- Editado Chary learning SQL2008 sexta-feira, 6 de janeiro de 2012 10:37
-
quinta-feira, 2 de agosto de 2012 21:04The SQL Server connection tool pointed me at the problem- my connection string user and password were being ignored in favor of the windows login I happened to be using.
-
segunda-feira, 4 de março de 2013 03:50Moderador
In lieu of TELNET, one can check port connectivity with the PowerShell command below. Specify the desired port number instead of the default instance port 1433 as needed.
1433 | % { echo ((new-object Net.Sockets.TcpClient).Connect("YourServerName",$_)) "server listening on TCP port $_" }Dan Guzman, SQL Server MVP, http://www.dbdelta.com
-
sábado, 16 de março de 2013 21:51
I have done the tests recommended in you post by going through the steps in "Steps to troubleshoot SQL connectivity issues" Turning off the Firewall solved the problem, but naturally, I don't want to leave it turned off.
Here are the settings I have changed and the results:
Firewall off: Instant connection.
Domain Profile: Inbound connections changed from Block to Allow. (No results) Time Out at 15 seconds
Private Profile: Inbound connections changed from Block to Allow. (No results) Time Out at 15 seconds
Public Profile: Inbound connections changed from Block to Allow. (No results) Time Out at 15 seconds
All three of the above set to Allow (No Results) Time Out at 15 seconds
IPSec Settings: All computers on the domain added to Only Allow Exceptions. (No results) Time Out at 15 seconds
IPSec Settings: Added Domain Admins to Only Allow Authorized list.
Are there any other firewall settings I can try resetting?
Tom Childers, Radio Amateur N5GE, Licensed since 1976, QCWA Member 35102, ARRL Life Member

