Answered by:
cannot install sharepoint 2010

Question
-
Hi,
Im trying to install sharepoint 2010 on a server, but having a bit of a nightmare. I get through the installation wizard but when the wizard (according to the book) the Central Administration page - I get the following error:
Anyone know how to resolve this?
Thanks,
Zoe
<fieldset>HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
</fieldset><fieldset><legend>Detailed Error Information</legend>Module IIS Web Core Notification Unknown Handler Not yet determined Error Code 0x800700b7 Config Error There is a duplicate 'reportserver/redirection' section defined Config File \\?\C:\inetpub\wwwroot\wss\VirtualDirectories\5322\web.config Requested URL http://fcvmsql87:12345/ Physical Path Logon Method Not yet determined Logon User Not yet determined <fieldset><legend>Config Source</legend>
</fieldset>45: <sectionGroup name="reportserver"> 46: <section name="redirection" type="Microsoft.ReportingServices.SharePoint.Configuration.RSRedirectConfigSection, RSSharePointSoapProxy, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> 47: </sectionGroup>
- Edited by Zoe.Ohara Monday, September 24, 2012 1:04 PM
Monday, September 24, 2012 12:43 PM
Answers
-
You can un-provision SharePoint Central Admin using following command
Open Command prompt using run as administrator option
Change current directory to
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\bin
psconfig.exe -cmd adminvs -unprovision
psconfig.exe -cmd adminvs -provision -port(port Number)
Hrishi Deshpande – Senior Consultant DeltaBahn
Blog | < | LinkedIn
Please click Mark As Answer; if a post solves your problem or Vote As Helpful; if a post has been useful to you.This can be beneficial to other community members reading the thread.Monday, September 24, 2012 4:32 PM -
Who knows how that happened, but you probably need to look at the web.config in the path mentioned above and delete the duplicate section. You can also try running the configuration wizard again to remove central admin. Then run it one more time to add it again. When you add it again, you might run it on a different port.
Corey Roth - SharePoint Server MVP blog: www.dotnetmafia.com twitter: @coreyroth
- Proposed as answer by Chris McNulty Monday, September 24, 2012 3:52 PM
- Marked as answer by Qiao Wei Monday, October 8, 2012 11:44 AM
Monday, September 24, 2012 1:24 PM
All replies
-
Who knows how that happened, but you probably need to look at the web.config in the path mentioned above and delete the duplicate section. You can also try running the configuration wizard again to remove central admin. Then run it one more time to add it again. When you add it again, you might run it on a different port.
Corey Roth - SharePoint Server MVP blog: www.dotnetmafia.com twitter: @coreyroth
- Proposed as answer by Chris McNulty Monday, September 24, 2012 3:52 PM
- Marked as answer by Qiao Wei Monday, October 8, 2012 11:44 AM
Monday, September 24, 2012 1:24 PM -
You can un-provision SharePoint Central Admin using following command
Open Command prompt using run as administrator option
Change current directory to
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\bin
psconfig.exe -cmd adminvs -unprovision
psconfig.exe -cmd adminvs -provision -port(port Number)
Hrishi Deshpande – Senior Consultant DeltaBahn
Blog | < | LinkedIn
Please click Mark As Answer; if a post solves your problem or Vote As Helpful; if a post has been useful to you.This can be beneficial to other community members reading the thread.Monday, September 24, 2012 4:32 PM