Re: Sql Native Client - Can't reach by instance name
- From: Kevin Chambers <KBChambers@xxxxxxxxx>
- Date: Fri, 28 Sep 2007 20:50:47 -0000
Thanks for the reply. Any suggestions on a method of testing access
to a specific port via a particular protocol? I've never needed to go
past using plain old ping.
On Sep 26, 11:48 pm, "Tibor Karaszi"
<tibor_please.no.email_kara...@xxxxxxxxxxxxxxxxxx> wrote:
My guess is that something is blocking port 1434 (udp) from that client to the Express instance.
--
Tibor Karaszi, SQL Server MVPhttp://www.karaszi.com/sqlserver/default.asphttp://sqlblog.com/blogs/tibor_karaszi
"Kevin Chambers" <KBChamb...@xxxxxxxxx> wrote in message
news:1190849489.301302.39570@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi there--
I'm connecting to SQL Server Express from MS Access via ADO on a
number of older workstations. Of three workstations, two connect just
fine with a connection string like this:
Provider=sqlncli;Network Library=DBMSSOCN;Initial Catalog=MyDb;Data
Source=server\sqlexpress;Integrated Security=SSPI
However, on one machine (W2K), the above does not work, but this does:
Provider=sqlncli;Network Library=DBMSSOCN;Initial Catalog=MyDb;Data
Source=server,2295;Integrated Security=SSPI
There appears to be a problem with getting the connection redirected
to the named instance. It seems like the native client driver should
be all I need for this to happen, but it ain't. Anyone know what's
missing here?
Thanks in advance for any help.
KC
.
- Follow-Ups:
- Re: Sql Native Client - Can't reach by instance name
- From: Tibor Karaszi
- Re: Sql Native Client - Can't reach by instance name
- References:
- Sql Native Client - Can't reach by instance name
- From: Kevin Chambers
- Re: Sql Native Client - Can't reach by instance name
- From: Tibor Karaszi
- Sql Native Client - Can't reach by instance name
- Prev by Date: Disaster Recovery Encrypted DB
- Next by Date: Re: A transport-level error when calling SqlCommand.ExecuteNonQuery()
- Previous by thread: Re: Sql Native Client - Can't reach by instance name
- Next by thread: Re: Sql Native Client - Can't reach by instance name
- Index(es):
Relevant Pages
|
Loading