<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>PeopleSoft Tipster &#187; Windows</title>
	<atom:link href="http://peoplesofttipster.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://peoplesofttipster.com</link>
	<description>A PeopleSoft Tips and Tricks Blog</description>
	<lastBuildDate>Wed, 25 Jan 2012 23:44:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='peoplesofttipster.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>PeopleSoft Tipster &#187; Windows</title>
		<link>http://peoplesofttipster.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://peoplesofttipster.com/osd.xml" title="PeopleSoft Tipster" />
	<atom:link rel='hub' href='http://peoplesofttipster.com/?pushpress=hub'/>
		<item>
		<title>Hide the &#8216;Windows 7 is not supported&#8217; message</title>
		<link>http://peoplesofttipster.com/2010/01/27/hide-the-windows-7-is-not-supported-message/</link>
		<comments>http://peoplesofttipster.com/2010/01/27/hide-the-windows-7-is-not-supported-message/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 00:03:19 +0000</pubDate>
		<dc:creator>Tipster</dc:creator>
				<category><![CDATA[PeopleTools 8.50]]></category>
		<category><![CDATA[PIA]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://peoplesofttipster.com/?p=438</guid>
		<description><![CDATA[If you&#8217;ve been using the latest version of PeopleTools with any version of Windows 7 (which is becoming more prevalent) then you&#8217;ll have seen this error message many times: Now I&#8217;m all for being warned if I&#8217;m doing something unsupported and I know Windows 7 isn&#8217;t supported yet, but probably will be in the near [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peoplesofttipster.com&amp;blog=893910&amp;post=438&amp;subd=duncandavies&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been using the latest version of PeopleTools with any version of Windows 7 (which is becoming more prevalent) then you&#8217;ll have seen this error message many times:</p>
<p><a href="http://duncandavies.files.wordpress.com/2010/01/windows7_error.jpg"><img class="alignleft size-full wp-image-439" title="Windows7_Error" src="http://duncandavies.files.wordpress.com/2010/01/windows7_error.jpg?w=460&#038;h=311" alt="" width="460" height="311" /></a></p>
<p>Now I&#8217;m all for being warned if I&#8217;m doing something unsupported and I know Windows 7 isn&#8217;t supported yet, but probably will be in the near future.  I&#8217;m not going to swap my client OS just to keep the PIA happy, but I don&#8217;t want to be warned every single time.  Also, it&#8217;s not a very well formatted error message as it throws out the alignment of the logon screen and it just looks a little messy.</p>
<p>I wasn&#8217;t going to do anything about my niggly annoyance until <a href="http://forums.oracle.com/forums/message.jspa?messageID=4052802#4052802">someone else wondered how to remove it</a> then it piqued my curiosity.</p>
<p>As far as I could see there are two ways to fix this, find a way of adding Windows 7 to the supported OSes, or hide the warning message.</p>
<p>I tried many variations of OS codes in the browser.xml file as that appears to be where the supported OSes are read from (the sharper eyed among you may have noticed that I&#8217;ve added Windows 7 to the list in the above screenshot).  This had no effect however, so I admitted defeat in trying to fix the cause and resigned myself to just trying to hide the symptom.</p>
<p>The HTML behind the signon page is &#8216;signin.html&#8217; within &#8216;&lt;PIA_HOME&gt;\webserv\&lt;domain&gt;\applications\&lt;site&gt;\PORTAL.war\WEB-INF\psftdocs\&lt;node&gt;&#8217;.  We can&#8217;t just comment out the error sections as we only want to hide this specific error message, other errors like &#8216;invalid password&#8217; we still want to see.</p>
<p>The first step is to hide the browser error message.  Search for &#8216;id=&#8221;browsercheck_error&#8221;&#8216; and you&#8217;ll see this section.  Comment out as shown.</p>
<p><code><span style="font-size:9pt;line-height:80%;font-family:'Lucida Console';color:#7f7f7f;">&lt;div style="text-align:center"&gt;<br />
&lt;h1 id="error_img" style="display:none"&gt;&lt;a id ="error_link" href="javascript:setFocus();" tabindex="1"&gt;&lt;img src="&lt;%=psCtxPath%&gt;&lt;%=psHome%&gt;/images/PT_LOGIN_ERROR.gif" alt="&lt;%=130%&gt;" border="0"/&gt;&lt;/a&gt;&lt;/h1&gt;<br />
&lt;h2 id="login_error"&gt; &lt;%=error%&gt; &lt;/h2&gt;<br />
&lt;h2 id="discovery_error"&gt; &lt;%=ps.discovery.error%&gt; &lt;/h2&gt;<br />
<span style="color:red;">&lt;!--&lt;h2 id="browsercheck_error" style="text-align:left"&gt; &lt;%=browserCheck%&gt; &lt;/h2&gt;--&gt;</span><br />
&lt;/div&gt;</span></code></p>
<p>This prevents the text from showing, however we also want to prevent the warning image being displayed for this warning also.</p>
<p>Search for &#8216;setErrorImg&#8217; and you&#8217;ll see this function.  Comment as shown and add the line below.</p>
<p><code><span style="font-size:9pt;line-height:80%;font-family:'Lucida Console';color:#7f7f7f;">function setErrorImg()<br />
{<br />
var login_error = document.getElementById('login_error').innerHTML;<br />
var discovery_error = document.getElementById('discovery_error').innerHTML;<br />
<span style="color:red;">/*var browsercheck_error = document.getElementById('browsercheck_error').innerHTML;*/<br />
var browsercheck_error = "";</span><br />
login_error = login_error.replace(/^\s+/,"");       // delete leading spaces<br />
discovery_error = discovery_error.replace(/^\s+/,"");<br />
browsercheck_error = browsercheck_error.replace(/^\s+/,"");<br />
if (login_error.length != 0 || discovery_error.length != 0 || browsercheck_error.length != 0)<br />
{<br />
document.getElementById('error_img').style.display = 'block';<br />
document.getElementById('error_link').focus();<br />
}<br />
else<br />
setFocus();<br />
}</span></code></p>
<p>Bounce your PIA and now the message won&#8217;t be displayed when you use Windows 7, however other error messages will still appear as desired.</p>
<p>Note: Updated 27th Jan after Jim Marion&#8217;s suggestion below on my incorrect commenting syntax.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/duncandavies.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/duncandavies.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/duncandavies.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/duncandavies.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/duncandavies.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/duncandavies.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/duncandavies.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/duncandavies.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/duncandavies.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/duncandavies.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/duncandavies.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/duncandavies.wordpress.com/438/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/duncandavies.wordpress.com/438/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/duncandavies.wordpress.com/438/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peoplesofttipster.com&amp;blog=893910&amp;post=438&amp;subd=duncandavies&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://peoplesofttipster.com/2010/01/27/hide-the-windows-7-is-not-supported-message/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/42d38fff00428e8b120714d45980af8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tipster</media:title>
		</media:content>

		<media:content url="http://duncandavies.files.wordpress.com/2010/01/windows7_error.jpg" medium="image">
			<media:title type="html">Windows7_Error</media:title>
		</media:content>
	</item>
		<item>
		<title>Service Start Up &#8211; Automatic (Delayed)</title>
		<link>http://peoplesofttipster.com/2009/07/15/service-start-up-automatic-delayed/</link>
		<comments>http://peoplesofttipster.com/2009/07/15/service-start-up-automatic-delayed/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 20:57:00 +0000</pubDate>
		<dc:creator>Tipster</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://peoplesofttipster.com/?p=311</guid>
		<description><![CDATA[I&#8217;ve been spending a little time putting together a VM using Windows Server 2008 and was pleasantly surprised to see that there is a new start-up type when configuring the PIA, App Server and Process Scheduler to start as services. As well as Automatic, Manual and Disabled, there is now an Automatic (Delayed) option. David [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peoplesofttipster.com&amp;blog=893910&amp;post=311&amp;subd=duncandavies&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been spending a little time putting together a VM using Windows Server 2008 and was pleasantly surprised to see that there is a new start-up type when configuring the PIA, App Server and Process Scheduler to start as services.</p>
<p>As well as <em>Automatic</em>, <em>Manual </em>and <em>Disabled</em>, there is now an <em>Automatic (Delayed)</em> option.</p>
<p>David Kurtz has spoken about using <a href="http://blog.psftdba.com/2007/02/use-of-windows-service-interdepency-in.html" target="_blank">service dependencies</a>, but I just want my App Server and Process Scheduler to start after the intial flurry of start-up activity has finished and everything else has calmed down.</p>
<p>Services that have a delayed start still start automatically, they just wait until all the services that aren&#8217;t delayed to finish before firing up.</p>
<p>It works a treat!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/duncandavies.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/duncandavies.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/duncandavies.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/duncandavies.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/duncandavies.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/duncandavies.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/duncandavies.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/duncandavies.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/duncandavies.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/duncandavies.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/duncandavies.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/duncandavies.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/duncandavies.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/duncandavies.wordpress.com/311/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peoplesofttipster.com&amp;blog=893910&amp;post=311&amp;subd=duncandavies&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://peoplesofttipster.com/2009/07/15/service-start-up-automatic-delayed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/42d38fff00428e8b120714d45980af8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tipster</media:title>
		</media:content>
	</item>
	</channel>
</rss>
