0

I have a w2k3 server (terminal server) and a domain user.

If the user accesses "\\TS\Folder" from another computer, that user can read\write without any problem. If I login to "TS" as the user, they cannot access the folder "\\TS\Folder" using the UNC convention. "C:\Folder" works fine. I even tried adding the user to the admin group of TS and it still did not allow access when using the UNC path locally.

I've relogged, rebooted, gpupdate'ed, etc. Any ideas? I cannot think of a reason why the user can access with the UNC path on other computers but not with the UNC path locally.

EDIT: Situations tried:
BadUser on TS to \\TS\Folder = Fail
BadUser on TS to C:\Folder = Pass
BadUser on TS to \\xp1\Folder = Pass
BadUser on xp1 to \\TS\Folder = Pass
BadUser on xp1 to \\xp1\Folder = Pass

bugtussle
  • 205
  • 2
  • 9

4 Answers4

2

Well it turns out I left out an important detail: The folder contains vbs files, it worked when I tired to access a plain text doc or word doc. We also recently updated to ie7. I had to add "file://ts" to the trusted sites list in IE7. It works better now.

Thanks for your help. Hopefully, MS will remove IE dependence one day.

bugtussle
  • 205
  • 2
  • 9
0

You mentioned that you checked the share permissions, but have you checked the folder permissions as well?

dasaybz
  • 96
  • 1
  • 2
  • 8
0

Anything in the event logs and can you connect to shares on other servers?

Check to see if the Workstation service is having issues.

squillman
  • 37,883
  • 12
  • 92
  • 146
  • Nothing from the Workstation service in the logs. I have connected to other shares in the network without issue. – bugtussle Oct 15 '09 at 18:24
0

There was an issue with Windows XP SP1 that would cause this to happen - the problem was related to the loopback interface (127.0.0.1) being unable to tell the NetBIOS over TCP requestor the interface speed. This was fixed in one of the post SP1 hotfixes IIRC and I've never heard of it affecting Windows 2003 but they shared a lot of code so it's possible.

Are you seeing Event log entries with ID 3019 when the attempt to map to the UNC path fails?

Helvick
  • 20,019
  • 4
  • 38
  • 55