Pro - Wednesday, August 7, 2013 7:44 AM:
Hi!
I installed Aras Innovator 9.4.0 on our newly installed Windows Server 2008 R2 Datacenter.
I followed the instructions from this video:
and installed all prerequisites mentioned in the video.
When I open the url: localhost/InnovatorServer on the server I get the error:
HTTP Error 503. The service is unavailable.
How can I fix this?
Thanks for the help!
There are also some events logged in the event viewer:
(Translated from german):
Event ID: 2276, The worker process failed to initialize correctly and therefore could not be started
Event ID: 5009, A process serving application pool '"Aras ASP.NET 4.0 AppPool" "has unexpectedly quit. The process ID is "278896". The process exit code is "0xfffffffe"
I attached the full event log (it should also contain english error messages).
Here is a list of all the installed programs on the Server:
Name Version
Microsoft Application Error Reporting 12.0.6015.500
SQL Server 2008 R2 SP2 Database Engine Services 10.52.4000.0
MSXML 4.0 SP3 Parser 4.30.2100.0
Microsoft SQL Server 2008 R2 Policies 10.50.1600.1
Microsoft SQL Server 2008 R2 RsFx Driver 10.52.4000.0
SQL Server 2008 R2 SP2 Database Engine Shared 10.52.4000.0
Microsoft SQL Server 2008 R2 Setup (English) 10.52.4000.0
Microsoft SQL Server Browser 10.52.4000.0
Microsoft SQL Server Compact 3.5 SP2 Query Tools ENU 3.5.8080.0
SQL Server 2008 R2 SP2 Database Engine Services 10.52.4000.0
Microsoft SQL Server 2008 R2 Native Client 10.52.4000.0
SQL Server 2008 R2 SP2 Management Studio 10.52.4000.0
Microsoft SQL Server 2008 Setup Support Files 10.1.2731.0
Microsoft Report Viewer Redistributable 2008 (KB971119) 9.0.30731
SQL Server 2008 R2 SP2 Database Engine Shared 10.52.4000.0
Microsoft Visual Studio Tools for Applications 2.0 - ENU 9.0.35191
SQL Server 2008 R2 SP2 Common Files 10.52.4000.0
Aras Innovator 9.4.0
Microsoft SQL Server Compact 3.5 SP2 ENU 3.5.8080.0
Microsoft SQL Server VSS Writer 10.52.4000.0
SQL Server 2008 R2 SP2 Common Files 10.52.4000.0
SQL Server 2008 R2 SP2 Management Studio 10.52.4000.0
Sql Server Customer Experience Improvement Program 10.50.1600.1
Jennifer - Wednesday, August 7, 2013 11:48 AM:
Hi Pro,
The 503 error you referenced ties to the improper setup of IIS. This is slightly different for each version.
Please ensure that at a minimum you have the following installed with the IIS role:
*ASP.NET
*ASP
*Windows Authentication
Normal
0
false
false
false
EN-US
X-NONE
X-NONE
MicrosoftInternetExplorer4

Please also ensure you have Microsoft .NET 4.0 installed.
Best,
Jennifer
Pro - Wednesday, August 7, 2013 12:07 PM:
Nice!!
Thanks a lot!
Installing .NET 4.0 fixed the problem (i had 3.5 installed as mentioned in the install guide).