TF30063: You are not authorized to access Microsoft-IIS/6.0.

I receive the above error when doing a Get Latest (recursive) from the Source Control Explorer. It occurs when I'm on a remote client (with a fairly high latency) to both a Single Server install in domain or workgroup mode. If I acknowledge the error and continue to do Get Latest Recursive I do indeed get all files, but I may have to do it multiple times to complete, it seems the more files that're updated in source control, the more often I encounter the error. Any ideas?
[479 byte] By [Ridge] at [2007-12-17]
# 1
I've seen that error before but I don't recall the cause. I'll pass it on to a few people and see if they have ideas.
BrianHarry at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 2

The problem has to do with the code that handles downloads. In the past, we've seen the problem when one of the configuration files on the AT was corrupt. The file was proxyStatistics.xml, if I remember correctly. The bug was that an exception would be thrown on AT, and it got converted to an HTTP 401 error, resulting in the client displaying the message you report. The fix was to delete that file. I thought that bug had been addressed for beta 3, though.

Do you seen any event log errors on the AT when those download errors occur?

Buck

BuckHodges at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 3
Ok, so I had a teammate add five new files to source control, I then proceeded to do a Get Latest Recursive:
D:\Development\TeamSystem\BlahFramework\Data\DummyData.cs: TF30063: You are not authorized to access Microsoft-IIS/6.0.
D:\Development\TeamSystem\Blah\Framework\Gateway\DummyGateway.cs: TF30063: You are not authorized to access Microsoft-IIS/6.0.
D:\Development\TeamSystem\Blah\Framework\Model\DummyModel.cs: TF30063: You are not authorized to access Microsoft-IIS/6.0.
D:\Development\TeamSystem\Blah\Framework\Model\AnotherDummyModel.cs: TF30063: You are not authorized to access Microsoft-IIS/6.0.
D:\Development\TeamSystem\Blah\Framework\Service\DummyService.cs: TF30063: You are not authorized to access Microsoft-IIS/6.0.
Apparently, it got none, I then did another Get Latest Recursive:
D:\Development\TeamSystem\Blah\Framework\Gateway\DummyGateway.cs: TF30063: You are not authorized to access Microsoft-IIS/6.0.
D:\Development\TeamSystem\Blah\Framework\Model\DummyModel.cs: TF30063: You are not authorized to access Microsoft-IIS/6.0.
D:\Development\TeamSystem\Blah\Framework\Service\DummyService.cs: TF30063: You are not authorized to access Microsoft-IIS/6.0.
It got 2 of them, so I did another:
D:\Development\TeamSystem\Blah\Framework\Service\DummyService.cs: TF30063: You are not authorized to access Microsoft-IIS/6.0.
It got 2 more, so I did another and I had them all...
This does not occur when I'm on the local network, however, on my (very) high latency remote connection this does occur. I cleared the event log before performing the operation(s) and no entries were added.
And again, this happens against two seperate TFS installations, both are Single Server installs, one using DA, the other workgroups.
Ridge at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 4
Do you seen any event log errors on the AT when those download errors occur? Please post those, as that will give us the best shot at tracking this down.

Buck

BuckHodges at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 5
"I cleared the event log before performing the operation(s) and no entries were added."
On the AT.
Ridge at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 6
Well, this is a long shot, but you could uncomment the diagnostics section in tf.exe.config and use the command line to do the get. A log file will be created at the local path in specified in the .config file (c:\hatteras-dev.log, I believe).

Try running get with logging turned on to capture at least the client-side activity when that error occurs. Then email me the log, via the Contact link on my blog.

Buck

BuckHodges at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 7
I get this on the same source file every time for all developers accessing TFS. Any ideas why this would happen?
wayneacton at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...

Visual Studio Team System

Site Classified