![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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... (AT) gmail (DOT) com> wrote in message news:1190849489.301302.39570 (AT) n39g2000hsh (DOT) googlegroups.com... 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 |
#4
| |||
| |||
|
|
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... (AT) hotmail (DOT) nomail.com> 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... (AT) gmail (DOT) com> wrote in message news:1190849489.301302.39570 (AT) n39g2000hsh (DOT) googlegroups.com... 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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |