We get an error saying "TF30162: Task "SharePointPortal" from Group "Portal" failed". "The request The request failed with HTTP status 400: Bad Request." We see that it is trying to go to
http://computername/Sites/, but this is the wrong location. The path
http://computername/ is already owned by SSRS. Sharepoint's web application is pointing to it as well, which is definitly a problem. We looked at the TFS settings at
http://localhost:8080/services/v1.0/Registration.asmx/GetRegistrationEntries and the "BaseSiteURL" for WSS is
http://computername/Sites/ which is already owned by SSRS. So, can we fix this and how?
Good coding involves knowing one's logical limits and expanding them as necessary.