"DRasmussen" <> wrote in message
news:FF96D8EE-7AC2-41F6-BDF6-...
> They, meaning the workstations and the server are all on the same subnet.
> This is in a W2003 AD domain with W2008 member server with the file server
> role installed and shares created and published in AD and a Windows XP as
> well as Windows 7 clients. Connectivity on the member server file server
> is
> fine. Can actually map shares on the W2008 file server to another file
> server
> without problems. Clients however can not map a drive to the new W2008
> file
> server. Even when firewalls are turned off on both clients and W2008
> server.
> ping works just fine.
>
> This isn't the first problem I've had with Network and Sharing Center in a
> domain environment. The solution the last time was reinstall the server
> o/s
> but in this case it's not an option.
>
I can understand being reluctant to post an ipconfig /all. You can hide the
domain name. The ipconfigs help to rule out basic configuration errors.
It is quite unfortunate to hear that you've had to resolve to a
reinstallation to fix such an issue. I have numerous customers on 2008 in an
all 2008 and mixed 2003/2008 environment with various clients (9x, XP, Vista
and Mac OSx), where I haven't seen this issue yet.
Without any config data to go on, such as the ipconfigs, what antivirus is
in use, etc, what I can suggest is to disable the TCP Chimney feature on
2008. Another suggestion is to reduce SMB to v1. XP uses SMB v1.0, but Vista
and newer including 2008, uses SMB v2. I remember a similar issue with 2003
servers with using CA antivirus. It tool CA support 3 months to figure it
out after lots of testing and time on the phone with them. What prompted us
that it was CA was when we disabled CA services, there were no problems, but
once the service was started, problems resurfaced. They updated their
scanner DLL, which took care of it.
If using Symantec Endpoint:
http://service1.symantec.com/support...8?Open&seg=ent
This can also be due to system resource depletion. The following (including
how to disable the TCP Chimney RSS feature, was quoted from (which appears
to be similar to what you are experiencing):
http://social.technet.microsoft.com/...c-5ad06018ef35
====
1) please follow the steps to create or adjust the following registries on
the problematic server and then reboot the server to test again.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Lanmanserver\parameters
added the following DWORD registry values:
a) Description: Maximum Work Items
Value Name: MaxWorkItems
Data Type: REG_DWORD
Value data: 0x2000 or 8192 (decimal)
b) Description: Size of a Requested Buffer
Value Name: SizReqBuf
Data Type: REG_DWORD
Value data: 0x4104 or 16644 (decimal)
2) Please run the following commands on the problematic Windows 2008 server
and then reboot it:
netsh int tcp set global RSS=disabled
netsh interface tcp set global autotuninglevel=disabled
netsh int tcp set global chimney=disabled
====
I hope that helps.
Ace