Link to home
Create AccountLog in
Avatar of jsheppherd
jsheppherdFlag for Australia

asked on

Windows 2003 and XP cannot access Windows 2008 share

Hi I've got a very strange issue, I have one windows 2008 machine running MS CRM and Dynamic GP. we have some shared folders on the server. The Folders can be seen and accessed by using the \\computername from all the windows clients including Windows 2003, XP, Vista and 2008 everytime it's rebooted. However, after a few hours or few days, all the windows 2003 and XP machines cannot access either \\computername or \\IPaddress and get the error saying cannot find the network path. but all the Windows 2008 and Vista machines can still access to all the shares by either \\computername or \\IPaddress.

And everytime when this happened, we tried to restart the "Server" service but it could not be restart and just stopped on the status "stopping".

The only thing we can do is to reboot the server and then the share would be accessable for the XP and 2003 machines for a few days but it'll stop again anyway.

Has anyone seen this issue and got any solution?
Avatar of arnold
arnold
Flag of United States of America image

See whether you have IPv6 on the server and uncheck it from the network connection to see if it helps.  Also check the event logs application/system on the server and workstation for errors MRSMBx.
Avatar of jsheppherd

ASKER

Hi Arnold,

Thanks for replying. I've got the IPV6 on the other 2008 servers as well but they never give me the issue, anyway I'll turn IPv6 off and see how I go.

I searched the logs but there's nothing for errors MRSMBx....
Which network card are you using ?  Does it has the latest drivers ?
Also check the "power management" settings in your network card...
Avatar of nicolausj
nicolausj

Hi,

What kind of server is it?
Hi This is a Windows 2008 32 bit Enterprise. it has two Broadcon 1Gb nic and they are teamed as one, it has the latest drivers and in the power management the option of "allow computer to turn it off to save power" is not checked.

I don't really think it has anything to do with the network cards as all the xp, 2003, vista and 2008 machine can ping it and open the webpage(there's an IIS set up on the server), only problem is XP and 2003 machines cannot see the shares in a few days after rebooting
Are all the computers (XP, 2003, 2008) in the same domain ?  IF not, do you have trust relationaships ?
Hi Vquzman,

yes all the machines are in the same domain
Can you try a workaround and setup a login script to map the network drives ?  maybe that way it will keep them connected...
Hi Vquzman,

when it stopped serving the 2003 anf XP machines, mapping script stopped working as well.

I think I know the problem now, it was SMB 2.0 which is used in 2008 and Vista, but I cannot find any solution yet
Can you try

net use \\remote\sharefolder password /u:domain\username /persistent:yes

see if it stays connected, if it does add this as a login script, it could be done via GPO or via Active Directory.

http://www.petri.co.il/setting-up-logon-script-through-gpo-windows-server-2008.htm

or

http://www.petri.co.il/setting-up-logon-script-through-active-directory-users-computers-windows-server-2008.htm
ASKER CERTIFIED SOLUTION
Avatar of jsheppherd
jsheppherd
Flag of Australia image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer