James,
Thanks for the tip - I'd been looking at that variable myself and thinking along similar lines. However, having tried this, the installation still failed with the following error:
Error 28804. Setup cannot connect to the SQL Server 2005 Reporting Services report server. Verify that SQL Server 2005 Reporting Services is installed and running, and that you have sufficient privilages to access it. For more information, see the setup logs.
Viewing the VSMsiLog2AC1.txt I can see the same error I was seeing before in response to the call to createeds.exe - the URL in the /install parameter is still set as http://SERVER/ReportServer/ReportService.asmx.
I have copied the contents of the install CD onto a machine and editied msiproperties.ini in the at, dt and atdt subdirectories to reflect the non-standard port. I am running the install over the network from this PC via a UNC share rather than a mapped drive. I am logged into the server as domain user TFSSetup, who is a local admin. I'm using domain users TFSService and TFSReports as per the install instructions, neither of which are local admins on the server but both of which can log on locally and as a service. I can open a browser and browse to http://SERVER:8000/Reports and view the Report Server page fine. I'm afraid I neglected to check http://server:8000 before starting but following the abortive install there is a sharepoint site here with an entry posted by TFSService so it looks like the TFS install is talking with SharePoint fine.
The only other thing that I can think of that may be affecting the install is the Service account and authentication mode used for SQL 2005. The service account is not Local System but a domain account, and the authentication mode is set to mixed. This is a requirement for us as the SQL server is not going to be exclusively used for TFS.
Any further pointers would be appreciated. My next test will be to temporarily move the defaul website onto port 80 for the sharepoint and TFS installs, then try moving it afterwards and reconfiguring TFS, which I believe should be possible based on some of the research I've done.
Thanks,
Sam |