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]
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
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.
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