BisService.asmx is missing
I'm installing the July CTP on Dual Servers. The data tier is setup fine. The app tier was installing fine until step 5.
I got an error 32000.Failed to execute action. I went into the VSMs* log and got the following message:
08/05/05 10:38:21 DDSet_Error: The Commandline '"C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\sdk\bin\BisSubscribe.exe" /eventType BuildCompletionEvent /userid SANDBOX\TFSSERVICE /deliveryType Soap /Address http://APP01:8080/Currituck/BisService.asmx' returned non-zero value: 1.
I tried running the command from a command prompt and got "unable to connect to BIS service.
I tried running http://APP01:8080/Currituck/BisService.asmx from the browser. I was prompted for a username/pw. I tried TFSSETUP and TFSSERVICE and got the same error both times:
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
Exception Details: System.Security.SecurityException: TF50309: You do not have sufficient permissions to perform this operation.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SecurityException: TF50309: You do not have sufficient permissions to perform this operation.]
Microsoft.TeamFoundation.Proxy.BisRegistrationProxy.GetRegistrationEntries(String toolId) +67
Microsoft.TeamFoundation.Proxy.BisRegistrationService.RefreshMemoryCache() +84
I did a search under C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\ and bisservice.asmx does not exist. I searched the ISO that I installed from and it didn't exist there either. When I put in fake webservice names (bisservice1.asmx, blahblahblah.asmx) I received the exact same error, so I'm guessing the problem is that the asmx file is missing.
Does anyone know what to do now. I hope I don't need to re-install the AT again :-).
Thanks.

