Autodesk Revit Architecture
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Revit Server 2012 installati on error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I'm experiencing exactly the same error! I have been searching the net for ages but no solution yet. I also contact our Autodesk supplier, but they have given me the same "solutions" as I found on the net and Alan posted here...
Can anyone help me with this issue, please?
Re: Revit Server 2012 installati on error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello Alan, Thanks for the FTP access. I've uploaded the contents of the %temp% folder (after the failed install)
Re: Revit Server 2012 installati on error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Alan many thanks for sticking with us and sending the information from the server lead. As the installer ultimately failed because there was no default web site in IIS, here's how I recreated the "default web site" in IIS:
I was able to reconstruct the "Default Web Site" by adding the following lines into the C:\Windows\System32\inetsrv\config\applicationsHos
<system.applicationHost>
...
<sites>
<site name="Default Web site" id="1" serverAutoStart="true">
<application path="/">
<virtualDirectory path="/" physicalPath="%SystemDrive%\inetpub\wwwroot" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:80:" />
</bindings>
</site>
<siteDefaults>
<logFile logFormat="W3C" directory="%SystemDrive%\inetpub\logs\LogFiles" />
<traceFailedRequestsLogging directory="%SystemDriv
</siteDefaults>
<applicationDefaults applicationPool="DefaultAppPool" />
<virtualDirectoryDefaults allowSubDirConfig="true" />
</sites>
...
</system.applicationHost>
Restart IIS 7 after making the change.
Re: Revit Server 2012 installati on error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I got the same problem an same error, however my problem already fixed.
From my installation process, it will show "internal information services connection failed" which actually cause by missing IIS role services "managemnet tools". When all options under management tools are installed, installation success without and error.


