Link to home
Start Free TrialLog in
Avatar of wantabe2
wantabe2Flag for United States of America

asked on

SQL 2000 Question

Here is my current setup:

Windows 2008 Enterprise (HOST)
Windows 2003 Standard w/SQL 2000 (VIRTUAL MACHINE)
I'm using VMWARE Server for Virtualization

Here's my problem:

I have a SQL database setup on the 2003 virtual server. I'm using boreland BDE on client machines to connect to a custom written application to connect to the SQL database. When I setup the cutom application on client machines, they can't see the SQL server BUT if I install it on the 2003 server the application works fine connecting to the SQL server.

My question is, is there some kind of speical setting on VMWARE or SQL 2000 or maybe the HOST (2008 box) keeping my clients from connecting to the SQL database? I can ping the 2003 server but for some reason they can't recognize it having SQL on it.
Avatar of za_mkh
za_mkh
Flag of United Kingdom of Great Britain and Northern Ireland image

You need to look at your networking configuration. From your VM, can you ping your client PC? Since you can ping the server from your clients, I assume the networking from the VMWare Server side is correct.
But you need to check your firewall settings on your Windows 2003 VM running SQL ... The Firewall could be activated, or the AV (if u have loaded any) in the VM could have it's own firewall hence things not working. Also assume you have configured the SQL Server to allow network connections.
Default SQL Express / MSDE installations don't allow network access unless you configure it to do so.
ASKER CERTIFIED SOLUTION
Avatar of davismisbehavis
davismisbehavis
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial