Unable to connect to remote SQL Server
hi,
i have 2 machines here on lan. both used connect , log on remote (internet) sql server 2012 successfully. client using ssms.
as of yesterday, 1 machine can still connect server, , other cannot. before attach error dump let me have 'repaired' sql server files, , have 'restored' os point 4 days ago - no avail. have scanned viruses - norton did not find any. running out of ideas. short of re-installing - have ideas??
the 'bad' machine running windows 7 pro of latest updates. running ssms off of sql server 2012 developer edition.
here error dump. feedback welcome.
thanks,
pb
title: connect server
------------------------------
cannot connect <server name>.
------------------------------
additional information:
a connection established server, error occurred during pre-login handshake. (provider: ssl provider, error: 0 - wait operation timed out.) (microsoft sql server, error: 258)
for help, click: http://go.microsoft.com/fwlink?prodname=microsoft%20sql%20server&evtsrc=mssqlserver&evtid=258&linkid=20476
------------------------------
the wait operation timed out
------------------------------
buttons:
ok
------------------------------
server name: <server name>
error number: 258
severity: 20
state: 0
------------------------------
program location:
@ system.data.sqlclient.sqlinternalconnection.onerror(sqlexception exception, boolean breakconnection, action`1 wrapcloseinaction)
@ system.data.sqlclient.tdsparser.throwexceptionandwarning(tdsparserstateobject stateobj, boolean callerhasconnectionlock, boolean asyncclose)
@ system.data.sqlclient.tdsparser.consumepreloginhandshake(boolean encrypt, boolean trustservercert, boolean integratedsecurity, boolean& marscapable)
@ system.data.sqlclient.tdsparser.connect(serverinfo serverinfo, sqlinternalconnectiontds connhandler, boolean ignoresniopentimeout, int64 timerexpire, boolean encrypt, boolean trustservercert, boolean integratedsecurity, boolean withfailover)
@ system.data.sqlclient.sqlinternalconnectiontds.attemptonelogin(serverinfo serverinfo, string newpassword, securestring newsecurepassword, boolean ignoresniopentimeout, timeouttimer timeout, boolean withfailover)
@ system.data.sqlclient.sqlinternalconnectiontds.loginnofailover(serverinfo serverinfo, string newpassword, securestring newsecurepassword, boolean redirecteduserinstance, sqlconnectionstring connectionoptions, sqlcredential credential, timeouttimer timeout)
@ system.data.sqlclient.sqlinternalconnectiontds.openloginenlist(timeouttimer timeout, sqlconnectionstring connectionoptions, sqlcredential credential, string newpassword, securestring newsecurepassword, boolean redirecteduserinstance)
@ system.data.sqlclient.sqlinternalconnectiontds..ctor(dbconnectionpoolidentity identity, sqlconnectionstring connectionoptions, sqlcredential credential, object providerinfo, string newpassword, securestring newsecurepassword, boolean redirecteduserinstance, sqlconnectionstring userconnectionoptions)
@ system.data.sqlclient.sqlconnectionfactory.createconnection(dbconnectionoptions options, dbconnectionpoolkey poolkey, object poolgroupproviderinfo, dbconnectionpool pool, dbconnection owningconnection, dbconnectionoptions useroptions)
@ system.data.providerbase.dbconnectionfactory.createnonpooledconnection(dbconnection owningconnection, dbconnectionpoolgroup poolgroup, dbconnectionoptions useroptions)
@ system.data.providerbase.dbconnectionfactory.trygetconnection(dbconnection owningconnection, taskcompletionsource`1 retry, dbconnectionoptions useroptions, dbconnectioninternal& connection)
@ system.data.providerbase.dbconnectionclosed.tryopenconnection(dbconnection outerconnection, dbconnectionfactory connectionfactory, taskcompletionsource`1 retry, dbconnectionoptions useroptions)
@ system.data.sqlclient.sqlconnection.tryopen(taskcompletionsource`1 retry)
@ system.data.sqlclient.sqlconnection.open()
@ microsoft.sqlserver.management.sqlstudio.explorer.objectexplorerservice.validateconnection(uiconnectioninfo ci, iservertype server)
@ microsoft.sqlserver.management.ui.connectiondlg.connector.connectionthreaduser()
===================================
the wait operation timed out
pmbt
please have @ these links:
sql server 2012 .net 4.5 sql connection pre-login handshake error: 258
connecting smms or vs gives 258 error
visual studio 11 beta installation disabled abillity connect remote ms sql server not local databases
sqldevelop.wordpress.com
SQL Server > Getting started with SQL Server
Comments
Post a Comment