|
|
Scrum for Team System - V3.x Beta 2 Discussions
Started by ameenguy at 01-14-2010 10:24 . Topic has 6 replies.
 
 
|
|
Sort Posts:
|
|
|
|
01-14-2010, 10:24
|
ameenguy
Joined on 01-14-2010
Posts 2
|
"Service 'ReportServer' (ReportServer) failed to start" error during installation
Attachment: InstallError.JPG
|
|
|
|
|
Hello,
I get the following error during installation:
"Service 'ReportServer' (ReportServer) failed to start. Verify that you have sufficient privileges to start system services."
I'm unable to get past this error during my initial installation of v3.0.3621.03. I've run using elevated command prompt and have even disabled UAC to test with no success.
System info:
Windows Server 2008 R2 Enterprise
TFS2010 Beta 2
Any assistance would be greatly appreciated.
|
|
|
|
|
Report
|
|
|
|
01-18-2010, 9:13
|
Crispin Parker
Joined on 11-13-2007
Posts 977
|
Re: "Service 'ReportServer' (ReportServer) failed to start" error during installation
|
|
|
|
|
Hmm, permission errors are always a difficult. TFS touches on so many technologies that any environmental security setup errors can cause all sorts of problems. Please post the installation log and I will take a look.
Regards,
Crispin Parker, Senior Practice Consultant, EMC Consulting.
"It is better to light a candle than to curse the darkness"
|
|
|
|
|
Report
|
|
|
|
01-19-2010, 2:17
|
ameenguy
Joined on 01-14-2010
Posts 2
|
Re: "Service 'ReportServer' (ReportServer) failed to start" error during installation
|
|
|
|
|
Hi Crispin,
Thanks for your response. I think I've figured it out. It appears that the installer is not "instance-aware." It didn't like that we had an instantiated Report Server (the service name was "ReportServer$SQL2008" instead of "ReportServer." To get around this, I installed another instance of RS using the default Instance on the same box and reconfigured TFS to use the new RS Instance. All set now. Is this a known issue or requirement?
Thanks,
Ameen Syed
IT Services
Quantitative Risk Management, Inc.
|
|
|
|
|
Report
|
|
|
|
01-19-2010, 9:25
|
Crispin Parker
Joined on 11-13-2007
Posts 977
|
Re: "Service 'ReportServer' (ReportServer) failed to start" error during installation
|
|
|
|
|
Ah-ha! A reporting services named instance, that would explain the problem. It is possible to specify the reporting services instance name during the SfTS template installation using a command line parameter.
Here is an example installation command line:
- msiexec /i "ScrumforTeamSystem.3.0.3621.03.msi" /l*v install.log TEAMFOUNDATIONSERVERDTSQLINSTANCENAME="My Named Service"
Regards,
Crispin Parker, Senior Practice Consultant, EMC Consulting.
"It is better to light a candle than to curse the darkness"
|
|
|
|
|
Report
|
|
|
|
03-11-2010, 10:27
|
Badlands
Joined on 02-23-2010
Washington DC
Posts 7
|
Re: "Service 'ReportServer' (ReportServer) failed to start" error during installation
Attachment: install.log
|
|
|
|
|
I ran the install using command line instructions on version 3 RC
msiexec /i "ScrumforTeamSystem.3.0.3698.00_x64.msi" /l*v install.log TEAMFOUNDATIONSERVERDTSQLINSTANCENAME="ReportServer$TFSFEIReports"
The log is ignoring my parameter. I want the instance name to be "ReportServer$TFSFEIReports"
|
|
|
|
|
Report
|
|
|
|
03-11-2010, 10:55
|
Badlands
Joined on 02-23-2010
Washington DC
Posts 7
|
Re: "Service 'ReportServer' (ReportServer) failed to start" error during installation
|
|
|
|
|
There is a briliant guy over here. Chad said our TFS Database Server was a default instance database, but the report server was a different named instance so instead of renaming TEAMFOUNDATIONSERVERDTSQLINSTANCENAME we renamed REPORTSERVERSERVICENAME
msiexec /i "ScrumforTeamSystem.3.0.3698.00_x64.msi" /l*v install.log REPORTSERVERSERVICENAME="ReportServer$TFSFEIReports"
|
|
|
|
|
Report
|
|
|
|
03-12-2010, 8:51
|
Crispin Parker
Joined on 11-13-2007
Posts 977
|
Re: "Service 'ReportServer' (ReportServer) failed to start" error during installation
|
|
|
|
|
Glag you got it sorted. I'll add this info to my blog post:
http://consultingblogs.emc.com/crispinparker/archive/2010/01/22/scrum-for-team-system-v3-installer-environment-options.aspx
Crispin.
"It is better to light a candle than to curse the darkness"
|
|
|
|
|
Report
|
|
|
|
|
Scrum for Team ... » Version 3.x - T... » Scrum for Team ... » Re: "Service 'ReportServer' (ReportServer) failed to start" error during installation
|
|
|
|