Hi Joe,
Make sure MSDE is listening upon tcp/ip and has been setup for standard
security. Also remove any advanced entry (in the client config utility).
You can test the preceding using odbcping.exe (see BOL). If the client is
using MDAC 2.6 (as determined by Component Checker at
www.microsoft.com/data) then please apply the latest MDAC service pack and
test.
Hope this helps,
Bill
This posting is provided "AS IS" with no warranties, and confers no rights.
Are you secure? For information about the Strategic Technology Protection
Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
--------------------
>Newsgroups: microsoft.public.sqlserver.connect
>Subject: Re: Unable to connect to MSDE 7.0 from client machines
>Lines: 72
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 5.50.4522.1200
>X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
>Date: Sun, 06 Jan 2002 09:11:23 GMT
>NNTP-Posting-Host: 24.30.128.112
>X-Trace: typhoon.san.rr.com 1010308283 24.30.128.112 (Sun, 06 Jan 2002
01:11:23 PST)
>NNTP-Posting-Date: Sun, 06 Jan 2002 01:11:23 PST
>Organization: Road Runner
>Path:
cpmsftngxa07!tkmsftngxs02!tkmsftngxs01!tkmsftngp01!newsfeed00.sul.t-online.
d
e!t-online.de!skynet.be!skynet.be!newsfeed.online.be!sn-xit-01!sn-xit-04!sup
ernews.com!news-west.rr.com!cyclone.kc.rr.com!news.kc.rr.com!cyclone3.kc.rr.
com!news3.kc.rr.com!typhoon.san.rr.com!not-for-mail
>Xref: cpmsftngxa07 microsoft.public.sqlserver.connect:26089
>X-Tomcat-NG: microsoft.public.sqlserver.connect
>I have tried setting the client configuration to both tcp/ip and to other,
>but neither works.
>> joe,
>> click on 'client configuration' and select 'tcp/ip' as protocol in your
>odbc
>> connection wizard.
>> -oj
>> > I was able to ping the server. I will try the net view and net use
>> commands
>> > on monday.
>> > Even after pinging the server successfully, I was still unable to
create
>a
>> > DSN to this server.
>> > Thanks,
>> > Joe
>> > > Can you ping and net view the MSDE server ?
>> > > If you can set up a DSN on the clients then the SQL driver is
>> > > installed so it may well be a network/name resolution issue
>> > > e.g.
>> > > ping SERVERNAME
>> > > net view \\SERVERNAME
>> > > net use \\SEVERNAME\IPC$
>> > > HTH
>> > > Jasper Smith
>> > > > MSDE 7.0 was installed on an NT machine, and I can create the DSN
on
>> the
>> > > NT
>> > > > machine without any problem, but when we try to create a DSN from 3
>> > Win98
>> > > > machines we get a connection failed error. When the DSN is
created,
>> we
>> > > are
>> > > > using SQL Server authentication and entering 'sa' for the login
>> without
>> > > any
>> > > > password. Not sure what version of mdac is installed on the
client
>> > > > machines, but could MDAC be a problem.
>> > > > Any help would be appreciated!
>> > > > Thanks