Re: Tunneling + Sql Server 2005 Express



DM,

Sorry, don't know about this personally, but perhaps these conversations
will help you.
http://www.msdner.net/dev-archive/13/12-40-139178.shtm
http://forums.asp.net/p/993719/1295643.aspx

The consensus from Googling around seems to be that "target machine actively
refused it" usually means that the service you are trying to connect to is
inactive. This may not be your SQL Server, but the SSH tunnel server.

In case you want to pursue other posts, my Google search was for:
"target machine actively refused it" tunnel "SQL SERVER"

You can drop the "SQL Server" to get other posts related to tunneling
problems.

RLF


"DM" <DM@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:340BEEC2-1F6A-446A-9E84-B39CF946A6B4@xxxxxxxxxxxxxxxx
As a result of the new network policy in our company, I can no longer
access a Sql Server instance located on a remote domain. Till now I
accessed
it by using "DataSource=mssql.domain.com\SQLEXPRESS;..." . Right now I am
trying to access it by using a ssh tunnel. I set up a tunnel :
L3392<->mssql.domain.com\SQLEXPRESS:1433 and tried to access it using
"DataSource=localhost,3392;..." . But it doesn't work. I am getting the
"...target machine actively refused it." error. Anybody has experienced
this
before?
Thanks for your time,
DM


.



Relevant Pages

  • Re: Data insertion too too slow...
    ... I searched BOL for more on the ... googling gets something like "BPool ... Or get Kalen Delaney's "Inside SQL Server 2005: ... Books Online for SQL Server 2005 at ...
    (comp.databases.ms-sqlserver)
  • Re: SQL Server 2000: Logfile shows massive Starting up database xxxx.
    ... After Googling around a little I found others that had this problem with ... SQL Server 2000, and the problem persisted even after setting autoclose ... ALTER DATABASE yourdb SET AUTO_CLOSE OFF ...
    (comp.databases.ms-sqlserver)
  • Re: DDF Files to SQL
    ... > then you can use DTS to load those files into SQL Server. ... Been Googling for one for a while ...
    (microsoft.public.sqlserver.server)

Loading