Why TFS Setup can not finish the request to Reporting Services report server (error 28805) during the installation of TFS
The main steps in TFS(services) installation are described below:
1. Install SQL Server 2005 Reporting Services on application-tire computer. During the installation, Reporting Services is set to log on as an account that will be used to setup TFS, and that account is in administrators group.
2. Install SharePoint Service on the same computer, and do not make any changes at this point. After restart computer, goes to setp 3.
3. Install TFS(services) on application-tire computer. During the installation, another account is provided to SQL Server Reporting Services, which is not the one used to setup TFS.
But at last, an error identified Error 28805 occurs, which says setup can not finish the request to Reporting Services report server... ... Why

Why TFS Setup can not finish the request to Reporting Services report server (error 28805) during the installation of TFS?
Douglas Chor
First, I setup Reporting Services on application-tier computer, and during the installation, Reporting Services was set to log on as an account (the account is in administrators group) that will be used to steup TFS. And at last, I didn't do any configurations.
Second, I setup SharePoint Services on application-tier computer, too. And at last I also didn't do any configurations.
Third, I configured Reporting Services manually to verify whether it has been setup properly. According to your first reply, I set ReportServer web site to use ReportServer app pool and the ReportServer app pool have a Network Service identity. And then I can browse to http://localhost/reportserver/reportservices.asmx. I think that means Reporting Services has been installed properly.
Fourth, I removed ReportServer web site and ReportServer app pool. Otherwise, TFS can not be installed, because if setup detected an existing virtual directory or app pool of ReportServer, it will not continue and throw out an error message.
But unfortunately after I did the above 4 steps, the error 28805 occured again when I install TFS service on application-tier computer. Can you comment that and give me some suggestions
By the way, I don't understand the last sentence:"You need to set your report service as Network Service" in your latest reply. Can you provide any details
Chin Tian
I think your problem is in the first step. When you install Report Services, you should use build-in System account (during Report Service setup, in Service Account page, select "Use the build-in system accout" and from the list, select "Network Services"), not the accout used to setup TFS as you stated in the first step.
Uninsall/resintall the report service to see if it fixes your problem.
Bo
BANG18
1. Install SQL Server 2005 Reporting Services on application-tire computer. During the installation, Reporting Services is set to log on as an account that will be used to setup TFS, and that account is in administrators group.
I am not sure that is correct. You need to set your report service as Network Service.
Bo
Roman Az
Most likely that your report server security is not configured properly. Can you browse to http://localhost/reportserver/reportservices.asmx You also need to make sure your ReportServer web site is using ReportServer app pool and the ReportServer app pool has Network Service identity.
Bo
Shawn Murphy