I've done some searching but can't find a resolution for this issue yet.
I've tried uninstalling ADAM, rebooting, and restarting the install. No go.
During the installation of TFS, I get the following error:
"Error 32000. The commandline "(temp)\getadminport.exe /vstf" returned non-zero value: 1"
where "temp" is my local user's temp folder.
When I run getadminport.exe thru the command line myself, I see this:
Setting NTAuthenticationProviders for VSTFWeb...
Searching VSTFWeb
IIS://localhost/w3svc/1 ==> Default Web Site
IIS://localhost/w3svc/1253343209 ==> DirectServices
IIS://localhost/w3svc/1958305279 ==> *company name here*
IIS://localhost/w3svc/1958305280 ==> SharePoint Central Administration
IIS://localhost/w3svc/26265107 ==> Retail2002
IIS://localhost/w3svc/26265108 ==> Microsoft SharePoint Administration
IIS://localhost/w3svc/823974241 ==> eShop
Setting property NTAuthenticationProviders to NTLM for IIS://localhost/w3svc/
DDSet_Error: System.Runtime.InteropServices.COMException (0x80005000): Unknown e
rror (0x80005000)
at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_AdsObject()
at System.DirectoryServices.PropertyValueCollection.PopulateList()
at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entr
y, String propertyName)
at System.DirectoryServices.PropertyCollection.get_Item(String propertyName)
at ManagedCA.SetProperty(String path, String prop, String val)
at ManagedCA.SetNTLMForVSTFWeb()
DDSet_Error: Failed to set NTAuthenticationProviders for VSTFWeb
Can anyone help me track down what this is
Thanks,
-Sean-

Error 32000 During Installation of TFS Beta 2
JLJM
1. No, SP1 is not installed.
2. Yes, IIS is up and running, I went to localhost\Reports to check on the Reporting Services app and it is up and responding
3. Commerce Server 2002, primarily. SQL Server 2005, Sharepoint Services (the one linked from the install guide for TFS )... Visual Studio 2003, SourceSafe. That's about all I can think of that might be relevant here. The other apps you are seeing in the list there from IIS are in-house apps in development.
4. 1-box install
In regards to your follow-up question, yes, the middle-tier apps that are listed in the TFS install docs have already been installed. IIS, Sql 2005 Dev, and SharePoint were all installed prior to the TFS installation, and this message is occurring around the middle to end of the TFS install. When I try running that getadminports.exe file separately I can see I am getting the same results as is being logged into the MSI log during the failed installation.
It seems as though from inspecting the custom EXE that is erroring that TFS is searching for a web app in Sharepoint with a particular comment. Perhaps it attempted to install a new Sharepoint site and then is trying to find it and cannot I am not familiar with Sharepoint so it is possible i botched the Sharepoint Services install somehow.
I am very very eager to see if TFS will be suitable for our environment, since it does so much in one product that we currently depend on several customized apps for, so I am glad to have the help.
Thanks Again,
-Sean-
Apteryx
Thanks again for your help. I tried what you said, and I am still getting the same error at the same stage of the install.
Is the install trying to create a new Sharepoint site I see it is checking for a comment like "VSTF" in a sharepoint site on the server...
Here's the command line from my setting the value, resetting IIS, and then checking the value again.
E:\Inetpub\AdminScripts>cscript adsutil.vbs set w3svc/NTAuthenticationProviders
NTLM
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
NTAuthenticationProviders : (STRING) "NTLM"
E:\Inetpub\AdminScripts>iisreset
Attempting stop...
Internet services successfully stopped
Attempting start...
Internet services successfully restarted
E:\Inetpub\AdminScripts>cscript adsutil.vbs get w3svc/NTAuthenticationProviders
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
NTAuthenticationProviders : (STRING) "NTLM"
Bertrand JURADO
Thanks,
-Sean-
Julian Horn
I would try it on a clean machine, but I'm not sure how long it will be until I can get my hands on one; we've requisitioned about 15 virtual dev machines from our IS dept. already and we're maxed out on disk space on the SAN, at least for now.
I would like to try to pursue fixing the issue on this machine if it is possible at all, but I would understand if it were not. Worst case scenario, I could burn down this one and start again, but since there are other apps running on it I'd have to run it past quite a few people to get it cleared.
-Sean-
Javier Canones
I was doing a single server install of TFS.
http://robz.webhop.org/blog/archive/2005/04/24/742.aspx - Uninstall any existing ADAM before starting the installation. Some other methods that I used through troubleshooting.
I know this seems like a lot of shots in the dark, but you know how tricky beta installs can be sometimes!
Update:
Here is what I am working with:
Windows Server 2003 (non SP1)
Single Server Install
Using Rob Caron's instructions for install = http://www.microsoft.com/downloads/details.aspx FamilyId=E54BF6FF-026B-43A4-ADE4-A690388F310E&displaylang=en
SQL Server 2005 CTP April 2005
I priorly had this:
Windows Server 2003 (non SP1)
VS.NET 2005 Beta 1 with Team System
SQL Server 2005 Beta 2
TFS System CTP (no uninstall for this that I could find)
ADAM
Found that I had to remove ADAM before attempting to install Team Foundation System, but that just got me to the newer errors.
ADAM error:
Visual Studio 2005 Team Foundation App-Data Tier Beta 2 (English): [2] WARNING:Warning 32000. The Commandline '"C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\sdk\bin\tfsadaminst.exe" /uninstall <SERVER> 2420 TFGSS' returned non-zero value: 1.
This is the error it doesn't seem to get past:
Error 32000.The Commandline '"C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\sdk\bin\BisSubscribe.exe" /eventType ArtifactChangedEvent /userid RD\TFSService /deliveryType Soap /Address http://SERVER:8080/Currituck/BisService.asmx' returned non-zero value: 1.
For some reason I got past it one time (maybe it timed out
I posted this error after turning on the trace mode of BisService.asmx when trying to connect to it:
Microsoft.VisualStudio.ELead.Common.Exceptions.ELeadException: Unable to connect to BIS service. ---> System.Security.SecurityException: You don't have sufficient permissions to perform this operation. For further information contact the Team Foundation Server administrator.
at Microsoft.VisualStudio.Bis.Proxy.BisRegistrationProxy.GetRegistrationEntries(String toolId)
at Microsoft.VisualStudio.Bis.Proxy.BisRegistrationService.RefreshCacheIfNeeded(Boolean direct)
The Zone of the assembly that failed was:
MyComputer
--- End of inner exception stack trace ---
Adam_W
Tamirro
Understandable.
I remember why we do this from long time ago. This stems from our need to enable NTLM on the w3svc path for ADAM to work.
You can try to do this via adsutil script.
1> In a cmd prompt, navigate to %SystemDrive%:\InetPub\AdminScripts
2> Run "cscript adsutil.vbs get w3svc/NTAuthenticationProviders". This should return something like 'NTAuthenticationProviders : (STRING) "Negotiate,NTLM"'.
3> Set the value by doing 'cscript adsutil.vbs set w3svc/NTAuthenticationProviders “NTLM”'
(NOTE: this turns off Kerberos which may be needed by other apps. see (http://support.microsoft.com/ id=215383))
My guess is that this probably will work. At that point the setup *MAY* skip step this if it checks before running (but I don't know the exact coding behind this).
Acartina
Is it possible that you install this on a clean machine We have not tested this with other products installed on the machine. I don't know how it will be affected by having Commerce Server 2002 on the box.
LondonSte
-Sean-
Harmen Mesker
When I get connected back to Microsoft I'm going to ask someone from my team to look into this.
In the meantime, can I get you provide a little additional information.
1. Did you install SP1 on W2K3
2. Is IIS up and running ... please verify
3. What other software do you have running on your computer
4. Did you do a 1 box or 2 box install
When you ran this command was the middle-tier installed So you know, part of this command is looking for some specific items in IIS and I can see opportunities for failure if you were to run this command outside of the installation process
The reason for #3 is that it's clear from the output that you have multiple products installed on your computer. So, please be pretty specific with non-OS items that are installed.
Marc
PM, Team System
Microsoft
david.r.johnson
See is this helps with your problem:
http://www.amaxo.com/blog/archives/2005/04/problems_with_s_1.html
pecasis
All our installs are working for us. We currently are unsure of the exact steps/environment that you have set up to reproduce this issue so we are having a difficult time understanding what could cause this.
DSLMaxQ
Inkyskin_UK
http://forums.microsoft.com/msdn/ShowPost.aspx PostID=2895
I've posted a solution to my problem which meant I managed to get the server to install, but I've now got a problem creating new projects....