<?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>Duh! Microsoft did it again</title>
	<atom:link href="http://windows7bugs.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://windows7bugs.wordpress.com</link>
	<description>Whatever possible about Windows 7</description>
	<lastBuildDate>Sun, 15 Jan 2012 06:08:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='windows7bugs.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Duh! Microsoft did it again</title>
		<link>http://windows7bugs.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://windows7bugs.wordpress.com/osd.xml" title="Duh! Microsoft did it again" />
	<atom:link rel='hub' href='http://windows7bugs.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Select count(*) or Select &#8216;X&#8217; ??</title>
		<link>http://windows7bugs.wordpress.com/2012/01/15/select-count-or-select-x/</link>
		<comments>http://windows7bugs.wordpress.com/2012/01/15/select-count-or-select-x/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 06:08:29 +0000</pubDate>
		<dc:creator>windows7bugs</dc:creator>
				<category><![CDATA[Oracle related]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://windows7bugs.wordpress.com/?p=323</guid>
		<description><![CDATA[One of the most confusing &#8220;stuff&#8221; I had with PLSQL coding! After spending these many years developing more than a dozen business applications, I still try to negotiate between Select count(*) and Select &#8216;X&#8217; approaches while trying to find out whether a set of rows or particular information is available with a particular repository! Select count(*)into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=323&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the most confusing &#8220;stuff&#8221; I had with PLSQL coding! After spending these many years developing more than a dozen business applications, I still try to negotiate between Select count(*) and Select &#8216;X&#8217; approaches while trying to find out whether a set of rows or particular information is available with a particular repository!</p>
<p>Select count(*)into some_local_variable from dual where1=2 would always return &#8217;0&#8242;, thus nullifying the scope of raising an exception unless further coding done from PL/SQL prospectives, as following example</p>
<p>if NOT(some_local_variable&gt;0) then</p>
<p>message(&#8216;Nothing found, raising error&#8217;);</p>
<p>raise form_trigger_failure;</p>
<p>end if;</p>
<p><strong>While within a Begin Scope</strong></p>
<p>Begin</p>
<p>Select &#8217;X&#8217; into some_local_variable from dual where1=2;</p>
<p>Exception</p>
<p>when no_data_found then</p>
<p>message(&#8216;Nothing found, raising error&#8217;);</p>
<p>raise form_trigger_failure;</p>
<p>End;</p>
<p>Would look more professional approach towards handling the situation. Finally the choice is entirely upon the developer, based on requirements, both may look most appropriate.</p>
<p>Hope this post was useful for few out there!</p>
<p>Regards,</p>
<p>Admin</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/windows7bugs.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/windows7bugs.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/windows7bugs.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/windows7bugs.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/windows7bugs.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/windows7bugs.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/windows7bugs.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/windows7bugs.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/windows7bugs.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/windows7bugs.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/windows7bugs.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/windows7bugs.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/windows7bugs.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/windows7bugs.wordpress.com/323/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=323&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://windows7bugs.wordpress.com/2012/01/15/select-count-or-select-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5751c01e1ca2aa9cd400b0014cc74158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">windows7bugs</media:title>
		</media:content>
	</item>
		<item>
		<title>2011 in review</title>
		<link>http://windows7bugs.wordpress.com/2012/01/08/2011-in-review/</link>
		<comments>http://windows7bugs.wordpress.com/2012/01/08/2011-in-review/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 11:35:53 +0000</pubDate>
		<dc:creator>windows7bugs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://windows7bugs.wordpress.com/?p=319</guid>
		<description><![CDATA[The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog. Here&#8217;s an excerpt: The concert hall at the Sydney Opera House holds 2,700 people. This blog was viewed about 45,000 times in 2011. If it were a concert at Sydney Opera House, it would take about 17 sold-out performances for that many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=319&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog.</p>
<p><a href="/2011/annual-report/"><img src="http://www.wordpress.com/wp-content/mu-plugins/annual-reports/img/emailteaser.jpg" alt="" width="100%" /></a></p>
<p>Here&#8217;s an excerpt:</p>
<blockquote><p>The concert hall at the Sydney Opera House holds 2,700 people. This blog was viewed about <strong>45,000</strong> times in 2011. If it were a concert at Sydney Opera House, it would take about 17 sold-out performances for that many people to see it.</p></blockquote>
<p><a href="/2011/annual-report/">Click here to see the complete report.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/windows7bugs.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/windows7bugs.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/windows7bugs.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/windows7bugs.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/windows7bugs.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/windows7bugs.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/windows7bugs.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/windows7bugs.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/windows7bugs.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/windows7bugs.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/windows7bugs.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/windows7bugs.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/windows7bugs.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/windows7bugs.wordpress.com/319/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=319&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://windows7bugs.wordpress.com/2012/01/08/2011-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5751c01e1ca2aa9cd400b0014cc74158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">windows7bugs</media:title>
		</media:content>

		<media:content url="http://www.wordpress.com/wp-content/mu-plugins/annual-reports/img/emailteaser.jpg" medium="image" />
	</item>
		<item>
		<title>APP-ONT-251084 No Messages in the Stack</title>
		<link>http://windows7bugs.wordpress.com/2011/12/20/app-ont-251084-no-messages-in-the-stack/</link>
		<comments>http://windows7bugs.wordpress.com/2011/12/20/app-ont-251084-no-messages-in-the-stack/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 13:00:30 +0000</pubDate>
		<dc:creator>windows7bugs</dc:creator>
				<category><![CDATA[Oracle Applications (R12.0.4)]]></category>
		<category><![CDATA[12.0.4]]></category>
		<category><![CDATA[app-ont-251084]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[no message in the stack]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[r12]]></category>

		<guid isPermaLink="false">http://windows7bugs.wordpress.com/?p=315</guid>
		<description><![CDATA[A user may be provided this particular error while trying to book a sales order. If checked in Oracle support documentation, you may not find much useful information addressing this particular error. Our case, most of the times this error occured while users tried to book an order against a customer who doesn&#8217;t have site [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=315&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://windows7bugs.files.wordpress.com/2011/12/app-ont-251084.png"><img class="alignleft size-full wp-image-316" title="app-ont-251084 No mesasges in the stack" src="http://windows7bugs.files.wordpress.com/2011/12/app-ont-251084.png?w=450" alt=""   /></a>A user may be provided this particular error while trying to book a sales order. If checked in Oracle support documentation, you may not find much useful information addressing this particular error.</p>
<p>Our case, most of the times this error occured while users tried to book an order against a customer who doesn&#8217;t have site information for that particular organization. ie, Customer &#8216;ABC&#8217; was created for organization &#8216;XYZ&#8217; and users from organization &#8216;DEF&#8217; tried to create sales orders for customer &#8216;ABC&#8217;. This issue could happen to any organization which has &#8220;multi-org&#8221; structure.</p>
<p>The first thing the consultant should check should be the customer site information for the organization, if the site information is missing, proceed towards creating it. Once the site information is updated, manually select the shipping address and other details and proceed to book the order.</p>
<p>If the error is not addressed after creatingt the site information, proceed to next level of trouble shooting. Metalink documentation points towards items not in price list and tax etc.<br />
Metalink document id(s) : 396427.1, 988810.1</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/windows7bugs.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/windows7bugs.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/windows7bugs.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/windows7bugs.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/windows7bugs.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/windows7bugs.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/windows7bugs.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/windows7bugs.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/windows7bugs.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/windows7bugs.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/windows7bugs.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/windows7bugs.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/windows7bugs.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/windows7bugs.wordpress.com/315/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=315&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://windows7bugs.wordpress.com/2011/12/20/app-ont-251084-no-messages-in-the-stack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5751c01e1ca2aa9cd400b0014cc74158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">windows7bugs</media:title>
		</media:content>

		<media:content url="http://windows7bugs.files.wordpress.com/2011/12/app-ont-251084.png" medium="image">
			<media:title type="html">app-ont-251084 No mesasges in the stack</media:title>
		</media:content>
	</item>
		<item>
		<title>Yahoo Messenger 11 connectivity issues behind ISA 2006 firewall</title>
		<link>http://windows7bugs.wordpress.com/2011/12/15/yahoo-messenger-11-connectivity-issues-behind-isa-2006-firewall/</link>
		<comments>http://windows7bugs.wordpress.com/2011/12/15/yahoo-messenger-11-connectivity-issues-behind-isa-2006-firewall/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 06:59:24 +0000</pubDate>
		<dc:creator>windows7bugs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[connectivity]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ISA 2006]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[Messenger 11]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[yahoo messenger]]></category>

		<guid isPermaLink="false">http://windows7bugs.wordpress.com/?p=290</guid>
		<description><![CDATA[Do you &#8220;still&#8221; IM using yahoo messenger? The latest version has facebook integration and more to offer which allows you to communicate (chat) with your friends online over social networks. However, Yahoo messenger fails to establish a connection to it&#8217;s servers if behind ISA firewall. Here we are offering you some guidelines dealing with such scenarios. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=290&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Do you &#8220;still&#8221; IM using yahoo messenger? The latest version has facebook integration and more to offer which allows you to communicate (chat) with your friends online over social networks.</p>
<p>However, Yahoo messenger fails to establish a connection to it&#8217;s servers if behind ISA firewall. Here we are offering you some guidelines dealing with such scenarios.</p>
<p><a href="http://windows7bugs.files.wordpress.com/2011/12/ylerr01.png"><img class="alignleft size-full wp-image-292" title="Yahoo Messenger 11 (US)" src="http://windows7bugs.files.wordpress.com/2011/12/ylerr01.png?w=450&#038;h=550" alt="" width="450" height="550" /></a>Most acceptible reasoning for connectivity issues behind ISA firewall should be, YM failing to forward the NTLM authentication credentials to ISA fiewall while trying to establish a connection. Once failed to establish a connection, user will be provided a chance to troubleshoot the issue, which does the trick!</p>
<p><a href="http://windows7bugs.files.wordpress.com/2011/12/ylerr.png"><img class="alignleft size-full wp-image-293" title="Yahoo troubleshoot dialog" src="http://windows7bugs.files.wordpress.com/2011/12/ylerr.png?w=450" alt=""   /></a>All you need to do is to click the troubleshoot button and wait for the process to complete. If curious, click on the details button to see multiple connectivity checks performed by YM. As soon as the troubleshoot activity completed, rush to login again with your username and password</p>
<p><a href="http://windows7bugs.files.wordpress.com/2011/12/ylerr2.png"><img class="alignleft size-full wp-image-296" title="YM Trouble shooting process" src="http://windows7bugs.files.wordpress.com/2011/12/ylerr2.png?w=450" alt=""   /></a></p>
<p>You should able to logon to yahoo services without troubles this time. <span style="color:#ff0000;"><em><strong>Please note, you should try to logon immediately once after the troubleshooting process is completed. This means you cannot wait minutes after the troubleshoot activity is completed</strong></em></span>. Else you will once again have to go through the entire process of troubleshooting until you manage to logon.</p>
<p><a href="http://windows7bugs.files.wordpress.com/2011/12/ylerr32.png"><img class="alignleft size-full wp-image-302" title="YM Signing in" src="http://windows7bugs.files.wordpress.com/2011/12/ylerr32.png?w=450" alt=""   /></a></p>
<p>Enjoy all new features offered by Yahoo Messenger from &#8220;work&#8221; now</p>
<p><a href="http://windows7bugs.files.wordpress.com/2011/12/ylerr4.png"><img class="alignleft size-full wp-image-305" title="YM Online behind ISA" src="http://windows7bugs.files.wordpress.com/2011/12/ylerr4.png?w=450" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/windows7bugs.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/windows7bugs.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/windows7bugs.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/windows7bugs.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/windows7bugs.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/windows7bugs.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/windows7bugs.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/windows7bugs.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/windows7bugs.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/windows7bugs.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/windows7bugs.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/windows7bugs.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/windows7bugs.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/windows7bugs.wordpress.com/290/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=290&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://windows7bugs.wordpress.com/2011/12/15/yahoo-messenger-11-connectivity-issues-behind-isa-2006-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5751c01e1ca2aa9cd400b0014cc74158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">windows7bugs</media:title>
		</media:content>

		<media:content url="http://windows7bugs.files.wordpress.com/2011/12/ylerr01.png" medium="image">
			<media:title type="html">Yahoo Messenger 11 (US)</media:title>
		</media:content>

		<media:content url="http://windows7bugs.files.wordpress.com/2011/12/ylerr.png" medium="image">
			<media:title type="html">Yahoo troubleshoot dialog</media:title>
		</media:content>

		<media:content url="http://windows7bugs.files.wordpress.com/2011/12/ylerr2.png" medium="image">
			<media:title type="html">YM Trouble shooting process</media:title>
		</media:content>

		<media:content url="http://windows7bugs.files.wordpress.com/2011/12/ylerr32.png" medium="image">
			<media:title type="html">YM Signing in</media:title>
		</media:content>

		<media:content url="http://windows7bugs.files.wordpress.com/2011/12/ylerr4.png" medium="image">
			<media:title type="html">YM Online behind ISA</media:title>
		</media:content>
	</item>
		<item>
		<title>Fix VMware connectivity problems after installing Avast Internet Security</title>
		<link>http://windows7bugs.wordpress.com/2011/12/12/fix-vmware-connectivity-problems-after-installing-avast-internet-security/</link>
		<comments>http://windows7bugs.wordpress.com/2011/12/12/fix-vmware-connectivity-problems-after-installing-avast-internet-security/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 06:08:17 +0000</pubDate>
		<dc:creator>windows7bugs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Avast]]></category>
		<category><![CDATA[connectivity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://windows7bugs.wordpress.com/?p=283</guid>
		<description><![CDATA[This article is copied from http://blog.timmattison.com/ Entry Says &#8220; I am a big fan of the Avast! line of security products. I just upgraded from Pro to Internet Security since I got a new laptop and getting the Pro version for that was the same price as the Internet Security version and I figured that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=283&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This article is copied from http://blog.timmattison.com/</p>
<p>Entry Says &#8220;<br />
<span style="color:#0000ff;">I am a big fan of the Avast! line of security products. I just upgraded from Pro to Internet Security since I got a new laptop and getting the Pro version for that was the same price as the Internet Security version and I figured that an added firewall couldn’t hurt. Naturally, it’s never that simple and I realized that after I rebooted the firewall was causing the web browsers in my virtual machines to lose access to the Internet. I was still able to ping things via the command line but I couldn’t do much else.</span></p>
<p><span style="color:#0000ff;">In order to fix this I found out that you just need to do the following steps and you’re back online:</span><br />
<span style="color:#0000ff;"> 1.Open Avast!</span><br />
<span style="color:#0000ff;"> 2.Click the Firewall tab</span><br />
<span style="color:#0000ff;"> 3.Make sure the Firewall Settings sub-tab is selected</span><br />
<span style="color:#0000ff;"> 4.Click “Expert Settings” next to the “Stop” button</span><br />
<span style="color:#0000ff;"> 5.Check “Internet Connection Sharing mode”</span><br />
<span style="color:#0000ff;"> 6.Click OK</span><br />
<span style="color:#0000ff;"> 7.Close Avast!</span></p>
<p><span style="color:#0000ff;">Now your VMs are back online.&#8221;</span></p>
<p><strong>and we confirm it!</strong></p>
<p>Regards,</p>
<p>Admin</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/windows7bugs.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/windows7bugs.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/windows7bugs.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/windows7bugs.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/windows7bugs.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/windows7bugs.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/windows7bugs.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/windows7bugs.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/windows7bugs.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/windows7bugs.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/windows7bugs.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/windows7bugs.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/windows7bugs.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/windows7bugs.wordpress.com/283/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=283&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://windows7bugs.wordpress.com/2011/12/12/fix-vmware-connectivity-problems-after-installing-avast-internet-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5751c01e1ca2aa9cd400b0014cc74158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">windows7bugs</media:title>
		</media:content>
	</item>
		<item>
		<title>Quest toad or Oracle Sql Developer?</title>
		<link>http://windows7bugs.wordpress.com/2011/11/09/quest-toad-or-oracle-sql-developer/</link>
		<comments>http://windows7bugs.wordpress.com/2011/11/09/quest-toad-or-oracle-sql-developer/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 07:22:28 +0000</pubDate>
		<dc:creator>windows7bugs</dc:creator>
				<category><![CDATA[Oracle related]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle SQL sql Developer developer]]></category>
		<category><![CDATA[Quest]]></category>
		<category><![CDATA[Quest Toad]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Toad]]></category>

		<guid isPermaLink="false">http://windows7bugs.wordpress.com/?p=278</guid>
		<description><![CDATA[There were times when Quest Toad used to desert us with plain statements like &#8220;There was an error&#8221; especially while compiling procedures or funcations @ database level. We assume it was mostly because of the older versions of toad being used against latest versions of Oracle database. Well usually no firms want to upgrade to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=278&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There were times when Quest Toad used to desert us with plain statements like &#8220;There was an error&#8221; especially while compiling procedures or funcations @ database level. We assume it was mostly because of the older versions of toad being used against latest versions of Oracle database. Well usually no firms want to upgrade to latest versions of Toad, as it involves the biting factor, money!</p>
<p>So, we started using Oracle&#8217;s own sql developer. The look and feel of Oracle&#8217;s SQL developer is so so, nothing compared to the neat and organized look of Quest toad, at the same time it is the most affordable tool for a developer, as it costs nothing for one to download and start using!<br />
Not just that, if you have the latest version of Sql Developer, it does show you the exact error messages under almost all possible scenarios.<br />
A quick post from a very satisfied Oracle&#8217;s SQL Developer suite!</p>
<p>for Windows7bugs,<br />
admin</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/windows7bugs.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/windows7bugs.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/windows7bugs.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/windows7bugs.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/windows7bugs.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/windows7bugs.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/windows7bugs.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/windows7bugs.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/windows7bugs.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/windows7bugs.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/windows7bugs.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/windows7bugs.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/windows7bugs.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/windows7bugs.wordpress.com/278/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=278&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://windows7bugs.wordpress.com/2011/11/09/quest-toad-or-oracle-sql-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5751c01e1ca2aa9cd400b0014cc74158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">windows7bugs</media:title>
		</media:content>
	</item>
		<item>
		<title>emsg:was terminated by signal 25</title>
		<link>http://windows7bugs.wordpress.com/2011/09/08/emsgwas-terminated-by-signal-25/</link>
		<comments>http://windows7bugs.wordpress.com/2011/09/08/emsgwas-terminated-by-signal-25/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 08:10:03 +0000</pubDate>
		<dc:creator>windows7bugs</dc:creator>
				<category><![CDATA[Oracle related]]></category>
		<category><![CDATA[Error calling fdprep() - RAXAVR]]></category>
		<category><![CDATA[Error calling raaprx()]]></category>
		<category><![CDATA[Program was terminated by signal 25]]></category>

		<guid isPermaLink="false">http://windows7bugs.wordpress.com/?p=276</guid>
		<description><![CDATA[Oracle applications suffer from the above error quite many times (depending upon how frequently the reports.log file reaches 2.0GB) and many important programs like &#8220;AutoInvoice Master&#8221; and associated ones will tend to complete with error status. This is due to the size limitation set on &#8220;reports.log&#8221; file by Oracle application architecture. Please follow the below [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=276&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Oracle applications suffer from the above error quite many times (depending upon how frequently the reports.log file reaches 2.0GB) and many important programs like &#8220;AutoInvoice Master&#8221; and associated ones will tend to complete with error status. This is due to the size limitation set on &#8220;reports.log&#8221; file by Oracle application architecture.</p>
<p>Please follow the below to address this situation effectively</p>
<p><strong>Applies<br />
to: </strong></p>
<p>Oracle Application Object Library &#8211; Version: 12.0.0 to<br />
12.0.6</p>
<p>This problem can occur on any platform.</p>
<p>&nbsp;</p>
<p><strong>Symptoms</strong></p>
<p>Problem Statement:</p>
<p>When attempting to run a concurrent program which is<br />
accessing file &#8220;reports.log&#8221; in directory<br />
$INST_TOP/logs/appl/conc/log then following error occurs:</p>
<p>&nbsp;</p>
<p><strong>Error:<br />
</strong></p>
<p>emsg:was terminated by signal 25</p>
<p>&nbsp;</p>
<p><strong>Step<br />
to Reproduce: </strong></p>
<p>Run a concurrent program which is accessing file<br />
&#8220;reports.log&#8221; in directory $INST_TOP/logs/appl/conc/log for its<br />
execution.</p>
<p>&nbsp;</p>
<p><strong>Cause</strong></p>
<p>File size of &#8220;reports.log&#8221; has reached its maximum<br />
limit at operating system which is 2GB. If<br />
$INST_TOP/logs/appl/conc/log/reports.log will be huge &#8212; 2GB in size, then<br />
reports can not append anything else to it and hence concurrent program<br />
accessing reports.log for its execution will errored out.</p>
<p>&nbsp;</p>
<p><strong>Solution</strong></p>
<p>To implement the solution, please execute the following<br />
steps:</p>
<p>1. Stop the concurrent manager.</p>
<p>&nbsp;</p>
<p>2. Rename/Truncate existing &#8220;reports.log&#8221; in directory<br />
$INST_TOP/logs/appl/conc/log/reports.log and create a empty<br />
&#8220;reports.log&#8221;.</p>
<p>&nbsp;</p>
<p>3. Start the concurrent manager.</p>
<p>&nbsp;</p>
<p>4. Retest the issue.</p>
<p>&nbsp;</p>
<p>5. Migrate the solution as appropriate to other<br />
environments.</p>
<p>&nbsp;</p>
<p>Note : Truncation of<br />
file &#8220;reports.log&#8221; is a regular maintenance work for application<br />
DBA&#8217;s. Make sure that reports log file size should not increase its maximum<br />
limit of 2 GB. There is no purge concurrent program to truncate file<br />
&#8220;reports.log&#8221;. This maintenance needs to be done manually and regularly<br />
depending on number of concurrent program which uses &#8220;reports.log&#8221;.<br />
You can safely truncate &#8220;reports.log&#8221;.</p>
<p>for Windows7bugs</p>
<p>Admin</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/windows7bugs.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/windows7bugs.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/windows7bugs.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/windows7bugs.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/windows7bugs.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/windows7bugs.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/windows7bugs.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/windows7bugs.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/windows7bugs.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/windows7bugs.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/windows7bugs.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/windows7bugs.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/windows7bugs.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/windows7bugs.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=276&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://windows7bugs.wordpress.com/2011/09/08/emsgwas-terminated-by-signal-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5751c01e1ca2aa9cd400b0014cc74158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">windows7bugs</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle client server architecture, TNS error &#8220;Unable to connect&#8221;</title>
		<link>http://windows7bugs.wordpress.com/2011/07/03/oracle-client-server-architecture-tns-error-unable-to-connect/</link>
		<comments>http://windows7bugs.wordpress.com/2011/07/03/oracle-client-server-architecture-tns-error-unable-to-connect/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 07:01:58 +0000</pubDate>
		<dc:creator>windows7bugs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[TNS error]]></category>
		<category><![CDATA[unable to connect]]></category>

		<guid isPermaLink="false">http://windows7bugs.wordpress.com/?p=271</guid>
		<description><![CDATA[Okay guys, a new topic after a long break. We had a situation with a client server based 3rd party application printing certain reports adhering Kuwaiti labor rules (Arabic reports). For reasons unknown our R12 implementation partner has decided to make a set of forms and reports which were copied to individual user computers and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=271&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Okay guys, a new topic after a long break. We had a situation with a client server based 3rd party application printing certain reports adhering Kuwaiti labor rules (Arabic reports). For reasons unknown our R12 implementation partner has decided to make a set of forms and reports which were copied to individual user computers and called upon requirement.</p>
<p>Recently we wanted to copy the same application for a new user and came across a problem with TNS error &#8220;Unable to connect&#8221;. Our team has gone through hours to figure out the issue, futile. Ironically legacy applications which were client server architecture were running smooth without triggering the TNS errors at the same time!</p>
<p>Finally, while grouping the folder items by &#8220;type&#8221; we noticed the presence of a &#8220;tnsnames.ora&#8221; file along with runtimes (.fmx and .rdp/.rpt files)</p>
<p>Bingo! removing the file resolved almost 48 hours pain in the ***! So, if you come across such a siutation, have a look inside the folder, where ifrun60.EXE &#8220;starts in&#8221; (Right click the application, check the &#8220;Starts in&#8221; folder) and make sure that a copy of tnsnames.ora is not present in the same folder with wrong tns entries.</p>
<p>for Windows7bugs,</p>
<p>admin</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/windows7bugs.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/windows7bugs.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/windows7bugs.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/windows7bugs.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/windows7bugs.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/windows7bugs.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/windows7bugs.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/windows7bugs.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/windows7bugs.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/windows7bugs.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/windows7bugs.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/windows7bugs.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/windows7bugs.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/windows7bugs.wordpress.com/271/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=271&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://windows7bugs.wordpress.com/2011/07/03/oracle-client-server-architecture-tns-error-unable-to-connect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5751c01e1ca2aa9cd400b0014cc74158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">windows7bugs</media:title>
		</media:content>
	</item>
		<item>
		<title>Java security warning &#8220;This application requires an older version&#8230;&#8221;</title>
		<link>http://windows7bugs.wordpress.com/2011/06/03/java-security-warning-this-application-requires-an-older-version/</link>
		<comments>http://windows7bugs.wordpress.com/2011/06/03/java-security-warning-this-application-requires-an-older-version/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 06:45:13 +0000</pubDate>
		<dc:creator>windows7bugs</dc:creator>
				<category><![CDATA[Oracle related]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://windows7bugs.wordpress.com/?p=267</guid>
		<description><![CDATA[Try the below to get rid of annoying Java security warnings (As we don&#8217;t know what would happen if you would uninstall the older versions which are used by 3rd party applications like Oracle e-business suite,  recommended application installed instead) This tip was collected from this link 1. Close all browsers; 2. Make sure you are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=267&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Try the below to get rid of annoying Java security warnings (As we don&#8217;t know what would happen if you would uninstall the older versions which are used by 3rd party applications like Oracle e-business suite,  recommended application installed instead)</p>
<p>This tip was collected from this <a title="Java Security Warning" href="http://www.google.com/support/forum/p/Chrome/thread?tid=16d638ebf145969e&amp;hl=en" target="_blank">link</a></p>
<p>1. Close all browsers;<br />
2. Make sure you are running latest version of Java<br />
(check this via Java Control Panel in Windows Control Panel, or, more simply,<br />
just download latest version from Java.com) (as of today&#8217;s date, the latest<br />
version is 1.6.0_13);<br />
3. Open Java Control Panel (via Windows Control<br />
Panel);<br />
4. Go to &#8220;Java&#8221; tab;<br />
5. Click on &#8220;View&#8221; in &#8220;Java Applet Runtime<br />
Settings&#8221; of that tab;<br />
6. Uncheck &#8220;Enabled&#8221; for every version of Java listed<br />
EXCEPT for the latest version;<br />
7. Click &#8220;OK&#8221;, etc., and thus close Java<br />
Control Panel;<br />
8. Restart browser(s);<br />
9. Done.</p>
<p>We hope this information is useful for few others out there!</p>
<p>for Windows7bugs</p>
<p>Admin</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/windows7bugs.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/windows7bugs.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/windows7bugs.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/windows7bugs.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/windows7bugs.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/windows7bugs.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/windows7bugs.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/windows7bugs.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/windows7bugs.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/windows7bugs.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/windows7bugs.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/windows7bugs.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/windows7bugs.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/windows7bugs.wordpress.com/267/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=267&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://windows7bugs.wordpress.com/2011/06/03/java-security-warning-this-application-requires-an-older-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5751c01e1ca2aa9cd400b0014cc74158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">windows7bugs</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7, deal with network adaptor issues</title>
		<link>http://windows7bugs.wordpress.com/2011/05/21/windows-7-deal-with-network-adaptor-issues/</link>
		<comments>http://windows7bugs.wordpress.com/2011/05/21/windows-7-deal-with-network-adaptor-issues/#comments</comments>
		<pubDate>Sat, 21 May 2011 11:50:18 +0000</pubDate>
		<dc:creator>windows7bugs</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Adaptor]]></category>
		<category><![CDATA[additional]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[log on]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[required]]></category>

		<guid isPermaLink="false">http://windows7bugs.wordpress.com/?p=263</guid>
		<description><![CDATA[We have one 6530b HP laptop machine with us, which has gone through half dozen formats, mainly due to issues with network adaptor. The last format was performed 2 weeks back and realized one important factor. If windows finds a proper driver for your network adaptor, NEVER NEVER try to upgrade the driver using OEM [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=263&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We have one 6530b HP laptop machine with us, which has gone through half dozen formats, mainly due to issues with network adaptor. The last format was performed 2 weeks back and realized one important factor. If windows finds a proper driver for your network adaptor, NEVER NEVER try to upgrade the driver using OEM or chip manufacturer drivers!</p>
<p>We were doing the same mistake always as the driver configured by Microsoft dates back to year 2009 beginning. Once the driver set by Microsoft untouched, the network related issues are almost non-existing right now.</p>
<p>Hope this information is useful for those who have few years old hardware and a new age OS like Windows 7!</p>
<p>for Windows7bugs,</p>
<p>Admin</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/windows7bugs.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/windows7bugs.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/windows7bugs.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/windows7bugs.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/windows7bugs.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/windows7bugs.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/windows7bugs.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/windows7bugs.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/windows7bugs.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/windows7bugs.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/windows7bugs.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/windows7bugs.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/windows7bugs.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/windows7bugs.wordpress.com/263/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=windows7bugs.wordpress.com&amp;blog=12103537&amp;post=263&amp;subd=windows7bugs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://windows7bugs.wordpress.com/2011/05/21/windows-7-deal-with-network-adaptor-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5751c01e1ca2aa9cd400b0014cc74158?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">windows7bugs</media:title>
		</media:content>
	</item>
	</channel>
</rss>
