| Actually, the computer account on the domain is created as part of the process of joining the domain - which is what Sai is trying to do.
First of all, make sure the Windows Firewall is turned off. In my experience, this is the most common cause of this error.
Second (if the first didn't solve the problem), make sure that the first DNS server setting on the workstation in question is set to the IP address of the DNS server for your domain (most likely the domain controller if it's a small network). You can either set this manually on the workstation, or alter the settings on your DHCP server to give this setting to all workstations (recommended).
The reason for this is that Windows XP (and probably Vista) gives preference to DNS address resolution over NetBIOS resolution, unlike previous version of Windows. So you can browse to the server, make a connection with it that asks for the admin user/pass, but once you try to do domain authentication protocols, communication will fail if it can't get DNS resolution. (This will also cause a host of other "weird" symptoms, like losing connection to printers that are shared off the server about 6 hours after logon. It took me about two weeks and lots of Googling to figure that one out the first time.)
Hope this helps!
Let me know if you need more details. |