This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - HTTP 500.19 error after installation Aras 9.3.0

Ilya - Monday, December 10, 2012 4:30 AM:

Basics:
HW: Sony VAIO VPCZ11V9R/B laptop, Core i7, 4Gb RAM, 2 x SSD 68Gb in RAID
SW: Windows 8 Professional x64, SQL 2012 Express Advanced, IIS 8.0 Express, IE 10.0.9200.16384, Aras Innovator 9.3.0.
All installed on single computer without any problems. All did like in docs and video.
After run Aras Innovator I received: http 500.19 error, code: 0x8007000d, module: IIS Web Core, configuration file: web.config.
I found next explanation:
---------------------------------------------------------------------------------------------------------------------------------------
This problem occurs because the ApplicationHost.config file or the Web.config file contains a malformed XML element. To resolve this problem, see Resolution 1.
(…)
Resolution 1. Delete the malformed XML element from the ApplicationHost.config file or from the Web.config file.
----------------------------------------------------------------------------------------------------------------------------------------
Any ideas? 



Ilya - Tuesday, December 11, 2012 3:18 AM:

By the way, while I'm receiving in IE error 500.19 (see above), in trace log I see next information (couple of errors 302.0 and 500.0). I just reorganized: 

Header

Row 1

Row 2

Date

11.12.2012

11.12.2012

time

7:22:38

7:22:38

s-sitename

W3SVC2

W3SVC2

s-computername

ILYAAFANASYEV

ILYAAFANASYEV

s-ip

::1

::1

cs-method

GET

GET

cs-uri-stem

/InnovatorServer/

/InnovatorServer/

cs-uri-query

-

-

s-port

80

80

cs-username

-

-

c-ip

::1

::1

cs(User-Agent)

Mozilla/4.0+(compatible

+MSIE+7.0;+Windows+NT

+6.2;+WOW64;+Trident/

6.0;+.NET4.0E;+.NET4.0C;

+.NET+CLR+3.5.30729;+

.NET+CLR+2.0.50727;+

.NET+CLR+3.0.30729)

Mozilla/4.0+(compatible

+MSIE+7.0;+Windows+NT

+6.2;+WOW64;+Trident/

6.0;+.NET4.0E;+.NET4.0C;

+.NET+CLR+3.5.30729;+

.NET+CLR+2.0.50727;+

.NET+CLR+3.0.30729)

cs(Referer)

-

-

sc-status

302

500

sc-substatus

0

0

sc-win32-status

0

0

time-taken

171

15



Ilya - Wednesday, December 12, 2012 4:53 AM:

Guys, I did it!

I run it on my single laptop (server and client). But not under W8. While forget about it, Aras doesn't work there.

My short explanation of my experience for anybody who search "Starter Kit":

1. Under W8 I activated Hyper-V (don't want re-install OS on my laptop) where I created VM with W7 Prof + SP1.

2. Installed SQL 2008 r2 sp1 and create instance of SQL server.

3. Create in Control Panel ODBC source.

4. Installed IIS 7.5 with .Net 4.0.

5. Installed MSXML 4.0 SP3.

6. Installed Aras in accordance with docs and video (don't forget of sdns.exe utility!)

When I ran Aras first time received message that can't load ui_resources.xml.

I found post here about this problem and set all flags exactly as explained there. Pay attention on it!!!

After this Aras started and I logged successfully.



Ilya - Wednesday, December 12, 2012 4:59 AM:

By the way, I verified information about EnableIEHosting flag in Win registry and iexplore.exe.config. It doesn't matter. Work with it and without.