<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brad&#039;s Tech Blog &#187; ASP.net</title>
	<atom:link href="http://bradstechblog.com/tag/aspnet/feed" rel="self" type="application/rss+xml" />
	<link>http://bradstechblog.com</link>
	<description>Microsoft technologies like: System Center Operations Manager, and whatever else comes up at the office.</description>
	<lastBuildDate>Sat, 13 Feb 2010 01:59:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ASP.net causes reporting services and prerequisite to fail</title>
		<link>http://bradstechblog.com/scom/aspnet-causes-reporting-services-and-pre-requisite-to-fail</link>
		<comments>http://bradstechblog.com/scom/aspnet-causes-reporting-services-and-pre-requisite-to-fail#comments</comments>
		<pubDate>Tue, 29 Jul 2008 14:28:32 +0000</pubDate>
		<dc:creator>Brad Hearn</dc:creator>
				<category><![CDATA[OpsMgr]]></category>
		<category><![CDATA[SCOM]]></category>
		<category><![CDATA[SQL Reporting Services]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[aspnet_regiis]]></category>
		<category><![CDATA[prerequisite]]></category>
		<category><![CDATA[System Center Operations Manager]]></category>
		<category><![CDATA[System Centre Operations Manager]]></category>

		<guid isPermaLink="false">http://bradstechblog.com/?p=30</guid>
		<description><![CDATA[It appears that if IIS is installed before ASP then there are possible challenges with either the initial install of OpsMgr and/or the setup of reporting services. I have had two occasions where this has happened.  In both cases I performed the exact same fix to resolve this.  
  
Symptom 1: During the pre-requisite check you [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;">It appears that if IIS is installed before ASP then there are possible challenges with either the initial install of OpsMgr and/or the setup of reporting services. I have had two occasions where this has happened. <span style="mso-spacerun: yes"> </span>In both cases I performed the exact same fix to resolve this. <span style="mso-spacerun: yes"> </span></span></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"> <span id="more-30"></span> </p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;">Symptom 1: During the pre-requisite check you receive notification that ASP.net is not started but the service is running.</span></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;">Symptom 2: During setup you receive the “<strong><span style="color: #424242;">srs server validation” error </span></strong><span style="mso-spacerun: yes"> </span></span></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;"> </span></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;">To fix this </span></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;"> </span></span></p>
<ul style="MARGIN-TOP: 0in" type="disc">
<li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;">Of course confirm that ASP is installed. If it is then do the following.</span></span></li>
<li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;">Open the command prompt go to </span></span></li>
</ul>
<blockquote>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;">C:\windows\Microsoft.NET\Framework\v2.0.50727</span></span></p>
</blockquote>
<ul style="MARGIN-TOP: 0in" type="disc">
<li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;">Run the following command </span></span></li>
</ul>
<blockquote>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;">aspnet_regiis /i</span></span></p>
</blockquote>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"> </p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"> </p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;"><a href="http://bradstechblog.com"></a></span></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"><span style="FONT-SIZE: 12pt"><span style="FONT-SIZE: 12pt"><span style="font-family: Times New Roman;"><a href="http://bradstechblog.com"></a></span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://bradstechblog.com/scom/aspnet-causes-reporting-services-and-pre-requisite-to-fail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
