question

user-1394 avatar image
user-1394 asked

Configuring SQL server name on LAN

Running SQL Server 2000 on a LAN. When setting up ODBC system DSN, some client machines find the server name but others not, requiring the usage of the IP address. Is there a local configuration file that needs to be ammended, or is it a server issue (be it SQL or network)?

odbcconfiguration
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

CirqueDeSQLeil avatar image
CirqueDeSQLeil answered

The issue is the client machine that cannot see it via Name.

Try ipconfig /flushdns ipconfig /registerdns

from the command prompt on the client machines with the problems.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Blackhawk-17 avatar image
Blackhawk-17 answered

What name resolution techniques are in place in your environment?
DNS?
WINS?
Broadcast?

Does an nslookup SQLServerName work?
How about a ping -a IPaddress?

If all else fails drop an entry in the Client's hosts file.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Steve Jones - Editor avatar image
Steve Jones - Editor answered

It is possible that you are blocking UDP 1434 as well from some machines. I believe that a lookup from client tools for all servers uses this port.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.