Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Pjotter
Starting Member
3 Posts |
Posted - 2004-07-06 : 05:35:43
|
| Hi,we have installed windows 2003 small business server.On the server we installed msde (sp3).We have a program that connects to the database.All works fine.Problem :The clients (xp) cant connect to the server.When i build a connectionsting, than i get the error 'server does not excist or access denied'I think he cant see the msde on the server, which is running.What can i do?ThanksPeter |
|
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2004-07-06 : 05:41:03
|
| Does the client have access rights to the server? |
 |
|
|
Pjotter
Starting Member
3 Posts |
Posted - 2004-07-06 : 05:44:20
|
| Yes, the all have access to the server. |
 |
|
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2004-07-06 : 05:50:49
|
| Do you use the same connection string you are using to connect when you are running your program from the server? |
 |
|
|
Pjotter
Starting Member
3 Posts |
Posted - 2004-07-06 : 06:24:25
|
| Yes, i just copy the program and connectionstring to the client pc.The program is written in delphi, using ado.Do i have to make other connections??? |
 |
|
|
derrickleggett
Pointy Haired Yak DBA
4184 Posts |
Posted - 2004-07-06 : 07:46:52
|
| Post the connection string so we can see it.MeanOldDBAderrickleggett@hotmail.comWhen life gives you a lemon, fire the DBA. |
 |
|
|
ruan4u
Posting Yak Master
132 Posts |
Posted - 2004-07-12 : 11:42:24
|
| Under what scenarios can Small business servers can be loaded and used.What is the difference between Windows 20093 server and small business server |
 |
|
|
fareye
Starting Member
1 Post |
Posted - 2004-07-28 : 08:04:10
|
| Did you get this sorted?MSDE now installs by default with no network interfaces.You need to install it with the DISABLENETWORKPROTOCOLS=0 option before it will be visible across a network.Geoff |
 |
|
|
|
|
|