IT Community - Software Programming, Web Development and Technical Support

TFS Installation Error 29112

This is a discussion on TFS Installation Error 29112 within the Server Management forums, part of the Servers and Hosting category; Hi all, My TFS setup failed I am installing in Single Server mode, paying attention to follow the latest version ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Servers and Hosting > Server Management

Register FAQ Members List Calendar Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 10-17-2007, 10:02 AM
arjkhanna arjkhanna is offline
D-Web Incredible
 
Join Date: Mar 2007
Posts: 1,949
arjkhanna is on a distinguished road
Default TFS Installation Error 29112

Hi all,

My TFS setup failed

I am installing in Single Server mode, paying attention to follow the latest version of the guide.

The error is:

Error 29112.Team Foundation Report Server Configuration: Report Server is not properly configured or the Reporting Services Web site could not be reached.

I tried to resolve it myself, but nothing.

Help me

I tried:

1) Run http://localhost/reports and I get "SQL server reporting services" home page.

2) Run the following command line
"C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools\TFRSConfig.exe" /verify
Report is:

================================================== =======================
Verifying the configuration of SQL Server Reporting Services...
SQL Server Reporting Services status Name: ReportServerVirtualDirectory Status: Set Severity: 1 Description: A virtual directory is specified for this instance of report server.
SQL Server Reporting Services status Name: ReportManagerVirtualDirectory Status: Set Severity: 1

Description: A virtual directory is specified for this instance of report manager.
SQL Server Reporting Services status Name: WindowsServiceIdentityStatus Status: Set Severity: 1 Description: A Windows service identity is specified for this instance of report server.
SQL Server Reporting Services status Name: WebServiceIdentityStatus Status: OutOfSync Severity: 3 Description: A change has occured to the report server web service identity. Reset the identity using the reporting services configuration tool.
SQL Server Reporting Services status Name: DatabaseConnection Status: Set Severity: 1

Description: A report server database is specified for this report server.
SQL Server Reporting Services status Name: EmailConfiguration Status: NotSet Severity: 2 Description: E-mail delivery settings are not specified for the report server. E-mail delivery is disabled until these settings are specified.

SQL Server Reporting Services status Name: ReportManagerIdentityStatus Status: OutOfSync Severity: 3

Description: A change has occured to the report manager identity. Reset the identity using the reporting services configuration tool.
SQL Server Reporting Services status Name: IsInitialized S
tatus: Set Severity: 1 Description: The report server is initialized.

Error: Error Checking Report Server Status.

Configuring SQL Server Reporting Services failed.
================================================== ========


3) In "Configure Report Server" tool, there is the panel "Web Server identity" in red (not configured).

I tried to fix this.

In IIS the identity in the report application pool is already stetted to network service.

After that, in the reporting service configuration I clicked on the tabs with identity names and then I clicked

The Apply button.

I get the following error:

================================================== ========
"Apply default Virtual Directory Settings for Report Manager"
There was an error applying the default virtual directory settings for the report manager
================================================== ========


4) I verified that the Report Server application pool had been created.

5) in IIS manager\Application Pools, right click on Report Server\Properties\Identity tab. Its security account is Network Service.

6) Tried to run aspnet_regiis.exe for .Net 2.0 - no help.

7) I tried to uninstall and install ASP.Net from control panel - no help.

Note: The first time I installed all using a local Administrator account, and local user accounts for TFS users.

All was OK.

Then, I reinstalled more time all (also Win 2003), in order to use Domain Accounts...

Now i get always the same problem.

Anyone can help me pls?
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 10-19-2007, 12:41 AM
JSureshkumar JSureshkumar is offline
D-Web Sr.Programmer
 
Join Date: Feb 2007
Location: in someone's heart
Posts: 139
JSureshkumar is on a distinguished road
Send a message via Skype™ to JSureshkumar
Default TFS Installation Error 29112

Hi arjkhanna,

I think you are on the right track with the Reporting Services configuration changes - when you get the error "There was an error applying the default virtual directory settings for the report manager" are you able to click on a link for additional details (typically there is an option to do this).


Often the link details indicate exactly what the problem is (permissions, existing virtual directory, etc).
__________________
J Suresh Kumar
Google Hacks
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 10-22-2007, 08:15 AM
arjkhanna arjkhanna is offline
D-Web Incredible
 
Join Date: Mar 2007
Posts: 1,949
arjkhanna is on a distinguished road
Default TFS Installation Error 29112

Hi,

the exception details is:
================================================== ============================
System.Runtime.InteropServices.COMException (0x80004005)
at System.Runtime.InteropServices.Marshal.ThrowExcept ionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Management.ManagementObject.InvokeMethod(St ring methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at ReportServicesConfigUI.WMIProvider.RSReportServerA dmin.ResetVirtualDirectoryMappings()
================================================== ============================
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 10-24-2007, 09:07 AM
satheesh satheesh is offline
D-Web Programmer
 
Join Date: Aug 2007
Posts: 96
satheesh is on a distinguished road
Default TFS Installation Error 29112

Hi,

I have suffering from this same issue. I can view the website, yet TFS installer tells me its unreachable. I'm using Windows Server 2003 Standard, with Microsoft SQL Server 2005 Enterprise Edition. I tried creating a new application pool and configureing within that. But with no luck. I'm going to try to re-install SQL Server 2005.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 10-24-2007, 09:09 AM
arjkhanna arjkhanna is offline
D-Web Incredible
 
Join Date: Mar 2007
Posts: 1,949
arjkhanna is on a distinguished road
Default TFS Installation Error 29112

Hi all,

i have uninstalled all softwares (Sql server 2005 + Sharepoint services + IIS ..) more times.. but without luck.

The last time I reinstalled also Windows Server 2003 ... but nothing changed
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 10-25-2007, 03:14 AM
nnraja nnraja is offline
D-Web Sr.Programmer
 
Join Date: May 2007
Posts: 144
nnraja is on a distinguished road
Default TFS Installation Error 29112

Hi All,

I am sorry you are running into this issue. Have you tried manually removing the SQLRS VDIRs and app pools prior to installation of TFS? TFS will re-create them if they are not there.



thanks,
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 10-27-2007, 04:11 AM
JSureshkumar JSureshkumar is offline
D-Web Sr.Programmer
 
Join Date: Feb 2007
Location: in someone's heart
Posts: 139
JSureshkumar is on a distinguished road
Send a message via Skype™ to JSureshkumar
Default TFS Installation Error 29112

Hi,

Yes It's sql reporting servives.


Here are steps to completely remove all.

1. Uninstall SQL Server 2005.

2. Open the IIS manager. Right click My Computer, Select manager.

3. Expand Services and Applications, expand Internet Information Services Mangaer (IIS)

4. Expand Application Pools.

5. Delete the 'ReportServer' pool if there is.

6. Expand Web Sites node, expand Default Web Site.

7. Delete 'ReportServer' VDIR if there is.

And

Try to delete folder : <Disk>:\Program Files\Microsoft SQL Server\MSSQL.3

It is default folder for the Report Server
__________________
J Suresh Kumar
Google Hacks
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 10-28-2007, 11:53 PM
bluesky bluesky is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 667
bluesky is on a distinguished road
Default TFS Installation Error 29112

Hi all,

I am also getting this exact error - multiple times now!

My last try was a COMPLETELY CLEAN installation, following the instructions at every step (updating at specified places)

I am installing on a single server

1.Windows 2003 Standard Server (clean install, updated)

2.IIS (with asp.net but not frontpage extensions)

3.SQL server 2005 standard edition (complete install, updated)

4.Sharepoint services 2.0 (installed for server farm, updated)

5.TFS for workgroups (WILL NOT INSTALL)

I have been at this *** for a week now, first trying to fix a broken installation and then trying a new installation on the old hardware and now finally a completely new installation - this is HIGH PRIORITY!

I are running into is with Single server install.

It seems that TFS doesn't configure Reporting services the way it's supposed to in single server install so your advice to clear the settings of reporting services was of no help.

Does anyone know how to get past this error to get TFS running on a single server?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 10-30-2007, 07:59 AM
bluesky bluesky is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 667
bluesky is on a distinguished road
Default TFS Installation Error 29112

Hi all,

This problem that the poster and I are running into is with Single server install.

It seems that TFS doesn't configure Reporting services the way it's supposed to in single server install so your advice to clear the settings of reporting services was of no help.

Does anyone know how to get past this error to get TFS running on a single server?

(I am installing on a completely clean system)
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 10-31-2007, 04:51 AM
JSureshkumar JSureshkumar is offline
D-Web Sr.Programmer
 
Join Date: Feb 2007
Location: in someone's heart
Posts: 139
JSureshkumar is on a distinguished road
Send a message via Skype™ to JSureshkumar
Default TFS Installation Error 29112

Hi all,

I am sorry to see you had problem while installing TFS.

Here are some suggestions.

From your post:


SQL server 2005 standard edition (complete install, updated)

Do you mean that you installed the SP2 for SQL Server 2005 immediately after installing SQL Server 2005?

If so could you please try not to install SP2 for SQL Server 2005 to see if it works.

You need to install KB914595 hotfix for SQL Server.

Or you can install SP1 for SQL Server 2005 which contains KB914595.

And

You can follow the latest installation guide.

Here is a download link for the TFS Installation Guide:

Download details: Visual Studio 2005 Team Foundation Installation Guide
__________________
J Suresh Kumar
Google Hacks
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Team Explorer 2008 installation error bluesky Server Management 2 05-08-2009 02:33 AM
Error: command line error MIDL1001 : cannot open input file wincodec.idl midl Mramesh C# Programming 0 02-18-2008 10:07 PM
Installation issue? error: 40 - could not open a connection to SQL Server 2005? arjkhanna Server Management 9 11-16-2007 04:17 AM
SQL 2005 Installation issues Error (0xc0000005). nnraja Server Management 2 10-29-2007 12:05 AM
What is installation shield in testing ? sivakumar Software Testing 1 07-27-2007 05:02 AM


All times are GMT -7. The time now is 09:41 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.
Our Partners
One Way Moving Companies | Stamford Dentist | Euro Millions Lottery | Home Loans| Furniture

SEO by vBSEO 3.0.0