<?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>Daniel Adeniji&#039;s - Learning in the Open</title>
	<atom:link href="http://danieladeniji.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://danieladeniji.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 17:51:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='danieladeniji.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Daniel Adeniji&#039;s - Learning in the Open</title>
		<link>http://danieladeniji.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://danieladeniji.wordpress.com/osd.xml" title="Daniel Adeniji&#039;s - Learning in the Open" />
	<atom:link rel='hub' href='http://danieladeniji.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Sun/Oracle &#8211; Java &#8211; JDBC Driver &#8211; Microsoft / JDBC Driver v3.0</title>
		<link>http://danieladeniji.wordpress.com/2012/01/29/sunoracle-java-jdbc-driver-microsoft-jdbc-driver-v3-0/</link>
		<comments>http://danieladeniji.wordpress.com/2012/01/29/sunoracle-java-jdbc-driver-microsoft-jdbc-driver-v3-0/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 17:46:03 +0000</pubDate>
		<dc:creator>danieladeniji</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JDBC Drivers]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://danieladeniji.wordpress.com/?p=2481</guid>
		<description><![CDATA[Playing a bit with Java JDBC Drivers this morning. I needed a quick avenue to play with Java\JDBC Connection URL this morning. As I did not have a simple, free JDBC-able Query tool on the machine I was using,I downloaded &#8230; <a href="http://danieladeniji.wordpress.com/2012/01/29/sunoracle-java-jdbc-driver-microsoft-jdbc-driver-v3-0/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2481&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Playing a bit with Java JDBC Drivers this morning.</p>
<p>I needed a quick avenue to play with Java\JDBC Connection URL this morning.</p>
<p>As I did not have a simple, free JDBC-able Query tool on the machine I was using,I downloaded JaySQL from <a href="http://synametrics.com/SynametricsWebApp/WinSQLForJdbc.jsp">http://synametrics.com/SynametricsWebApp/WinSQLForJdbc.jsp</a>.</p>
<p>The GUI is a bit difficult to use, but nevertheless configured it to point to my recently downloaded Microsoft&#8217;s JDBC Driver - <a href="http://msdn.microsoft.com/en-us/sqlserver/aa937724">http://msdn.microsoft.com/en-us/sqlserver/aa937724</a>.  It is version 3.0 software and it works well.</p>
<p>Nevertheless, within JSQL I configured the JDBC Connection String and pointed to the DB Server.</p>
<p><a href="http://danieladeniji.files.wordpress.com/2012/01/sqljdbc-jar-jaysql-jdbc-driver-manager.jpg"><img class="aligncenter size-full wp-image-2484" title="sqljdbc.jar.jpg (JaySQL - JDBC Driver Manager)" src="http://danieladeniji.files.wordpress.com/2012/01/sqljdbc-jar-jaysql-jdbc-driver-manager.jpg?w=640&#038;h=400" alt="" width="640" height="400" /></a></p>
<p>But, the tool was just not working it was stuck and not quite working.</p>
<p>So next I tried my more trusted Cross-Platform Database Query Tool, DBVisualizer (<a href="http://www.dbvis.com/">http://www.dbvis.com/</a>).</p>
<p>I set up the Driver Manager &#8211; pointed at the same JDBC Driver.</p>
<p><a href="http://danieladeniji.files.wordpress.com/2012/01/dbviz-sqljdbc-jar2.jpg"><img class="aligncenter size-large wp-image-2487" title="DBViz - sqljdbc.jar" src="http://danieladeniji.files.wordpress.com/2012/01/dbviz-sqljdbc-jar2.jpg?w=1024&#038;h=528" alt="" width="1024" height="528" /></a></p>
<p>And, thankfully, it gave me a much better, cleaner, and revealing error message:</p>
<p><a href="http://danieladeniji.files.wordpress.com/2012/01/jrev1-6isnotsupportedbythisdriver.jpg"><img class="aligncenter size-full wp-image-2482" title="JREV1.6IsNotSupportedByThisDriver" src="http://danieladeniji.files.wordpress.com/2012/01/jrev1-6isnotsupportedbythisdriver.jpg?w=640&#038;h=294" alt="" width="640" height="294" /></a></p>
<p>The error message states clearly &#8211; Java RunTime Environment (JRE) version 1.6 is not supported by the driver.  Use the sqljdbc4.jar class library&#8230;</p>
<p>Thus, configured the Driver Manager to use sqljdbc4.jar</p>
<p>&nbsp;</p>
<p><a href="http://danieladeniji.files.wordpress.com/2012/01/sqljdbc4-jar.jpg"><img class="aligncenter size-large wp-image-2498" title="sqljdbc4.jar" src="http://danieladeniji.files.wordpress.com/2012/01/sqljdbc4-jar.jpg?w=1024&#038;h=327" alt="" width="1024" height="327" /></a></p>
<p>&nbsp;</p>
<p>Things worked better.</p>
<p>Now re-intimated with DBViz, I probably should continue using it.</p>
<p>But, to close off, returned to JaySQL&#8230;</p>
<p>a] Terminated the existing hung process</p>
<p>b] Re-initiated a new JaySQL process</p>
<p>c] Re-configured the Driver Manager to point to sqljdbc4.jar</p>
<p>And, now things worked better</p>
<p><a href="http://danieladeniji.files.wordpress.com/2012/01/sqljdbc4-jar-jaysql-jdbc-driver-manager1.jpg"><img class="aligncenter size-full wp-image-2490" title="sqljdbc4.jar.jpg (JaySQL - JDBC Driver Manager)" src="http://danieladeniji.files.wordpress.com/2012/01/sqljdbc4-jar-jaysql-jdbc-driver-manager1.jpg?w=640&#038;h=385" alt="" width="640" height="385" /></a></p>
<p>References:</p>
<ol>
<li>Microsoft &amp; jTDS JDBC driver broken after update to 1.6.0_29<br />
<a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7105007">http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7105007</p>
<p></a></li>
<li>System Requirements for JDBC<br />
<a title="http://msdn.microsoft.com/en-us/library/ms378422.aspx " href="http://msdn.microsoft.com/en-us/library/ms378422.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/ms378422.aspx </a></li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danieladeniji.wordpress.com/2481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danieladeniji.wordpress.com/2481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danieladeniji.wordpress.com/2481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danieladeniji.wordpress.com/2481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danieladeniji.wordpress.com/2481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danieladeniji.wordpress.com/2481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danieladeniji.wordpress.com/2481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danieladeniji.wordpress.com/2481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danieladeniji.wordpress.com/2481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danieladeniji.wordpress.com/2481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danieladeniji.wordpress.com/2481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danieladeniji.wordpress.com/2481/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danieladeniji.wordpress.com/2481/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danieladeniji.wordpress.com/2481/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2481&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danieladeniji.wordpress.com/2012/01/29/sunoracle-java-jdbc-driver-microsoft-jdbc-driver-v3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d364328e398836b164a62bb78248ad8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danieladeniji</media:title>
		</media:content>

		<media:content url="http://danieladeniji.files.wordpress.com/2012/01/sqljdbc-jar-jaysql-jdbc-driver-manager.jpg" medium="image">
			<media:title type="html">sqljdbc.jar.jpg (JaySQL - JDBC Driver Manager)</media:title>
		</media:content>

		<media:content url="http://danieladeniji.files.wordpress.com/2012/01/dbviz-sqljdbc-jar2.jpg?w=1024" medium="image">
			<media:title type="html">DBViz - sqljdbc.jar</media:title>
		</media:content>

		<media:content url="http://danieladeniji.files.wordpress.com/2012/01/jrev1-6isnotsupportedbythisdriver.jpg" medium="image">
			<media:title type="html">JREV1.6IsNotSupportedByThisDriver</media:title>
		</media:content>

		<media:content url="http://danieladeniji.files.wordpress.com/2012/01/sqljdbc4-jar.jpg?w=1024" medium="image">
			<media:title type="html">sqljdbc4.jar</media:title>
		</media:content>

		<media:content url="http://danieladeniji.files.wordpress.com/2012/01/sqljdbc4-jar-jaysql-jdbc-driver-manager1.jpg" medium="image">
			<media:title type="html">sqljdbc4.jar.jpg (JaySQL - JDBC Driver Manager)</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft &#8211; Outlook &#8211; v2010 Error &#8211; &#8220;An Error occurred in the Underlying security system. Not Enough Memory available to complete the command&#8221;</title>
		<link>http://danieladeniji.wordpress.com/2012/01/29/microsoft-outlook-v2010-error-an-error-occurred-in-the-underlying-security-system-not-enough-memory-available-to-complete-the-command/</link>
		<comments>http://danieladeniji.wordpress.com/2012/01/29/microsoft-outlook-v2010-error-an-error-occurred-in-the-underlying-security-system-not-enough-memory-available-to-complete-the-command/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 06:27:02 +0000</pubDate>
		<dc:creator>danieladeniji</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://danieladeniji.wordpress.com/?p=2478</guid>
		<description><![CDATA[&#160; Microsoft &#8211; Outlook &#8211; v2010 Error – “An Error occurred in the Underlying security system. Not Enough Memory available to complete the command” &#160; &#160; The problem might be due to the fact that Outlook is trying to access &#8230; <a href="http://danieladeniji.wordpress.com/2012/01/29/microsoft-outlook-v2010-error-an-error-occurred-in-the-underlying-security-system-not-enough-memory-available-to-complete-the-command/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2478&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Microsoft &#8211; Outlook &#8211; v2010 Error – “An Error occurred in the Underlying security system. Not Enough Memory available to complete the command”</p>
<p>&#160;</p>
<p><a href="http://danieladeniji.files.wordpress.com/2012/01/anerroroccurredintheunderlyingsecuritysystem.gif"><img style="display:inline;border-width:0;" title="AnErrorOccurredInTheUnderlyingSecuritySystem" border="0" alt="AnErrorOccurredInTheUnderlyingSecuritySystem" src="http://danieladeniji.files.wordpress.com/2012/01/anerroroccurredintheunderlyingsecuritysystem_thumb.gif?w=244&#038;h=51" width="244" height="51" /></a> </p>
<p>&#160;</p>
<p>The problem might be due to the fact that Outlook is trying to access your profile and attach a digital signature to your message.</p>
<p>&#160;</p>
<p>To correct:</p>
<p>&#160;</p>
<p>For current (outgoing) message:    </p>
<p>&#160;</p>
<p>In Outlook 2010:</p>
<p>&#160;</p>
<p>1] Access the message </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; a] By creating a new one   <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; b] By replying \ forwarding an existing one    </p>
<p>2] Click on menu items File \ Info</p>
<p>&#160;</p>
<p>3] Click on the “Properties” button   </p>
<p>3] The “Properties” window appears   </p>
<p>&#160;&#160;&#160; i ] In the “Security” panel, Click on “Security Settings” button</p>
<p>&#160;&#160; ii] In the “Microsoft Outlook Trust Center” section, click on “Trust Center Settings” button</p>
<p>&#160;</p>
<p>d] The “Security Properties” window appears   </p>
<p>&#160;&#160;&#160; i] Un-check “Add digital signature to this messages”</p>
<p>&#160;</p>
<p>&#160;</p>
<p><a href="http://danieladeniji.files.wordpress.com/2012/01/securityproperties.gif"><img style="display:inline;border-width:0;" title="SecurityProperties" border="0" alt="SecurityProperties" src="http://danieladeniji.files.wordpress.com/2012/01/securityproperties_thumb.gif?w=230&#038;h=244" width="230" height="244" /></a> </p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>To set default (for all subsequent email messages):</p>
<p>&#160;</p>
<p>In Outlook 2010:</p>
<p>&#160;</p>
<p>1] Access Outlook Mail View   </p>
<p>2] Click on menu items File \ Options   </p>
<p>3] The “Outlook Options” window appears</p>
<p>&#160;&#160;&#160; a] In the left panel, Click on “Trust Center”</p>
<p>&#160;&#160;&#160; b] In the “Microsoft Outlook Trust Center” section, click on “Trust Center Settings” button</p>
<p>&#160;</p>
<p>4] The “Trust Center” window appears   </p>
<p>&#160;&#160;&#160; a] In the left panel, click on “E-mail Security”</p>
<p>&#160;&#160;&#160; b] In the “Encrypted e-mail” section:   </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; i] Review the item “Add digital signature to outgoing messages” – <em>You probably want this item un-checked</em></p>
<p>&#160;</p>
<p>&#160;</p>
<p><a href="http://danieladeniji.files.wordpress.com/2012/01/trustcenter.gif"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="TrustCenter" border="0" alt="TrustCenter" src="http://danieladeniji.files.wordpress.com/2012/01/trustcenter_thumb.gif?w=244&#038;h=199" width="244" height="199" /></a>&#160; </p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>References:</p>
<p>&#160;</p>
<ol>
<li>Secure messages with a digital signature     <br />Applies to: Microsoft Office Outlook 2007      <br /><a href="http://office.microsoft.com/en-us/outlook-help/secure-messages-with-a-digital-signature-HP001230539.aspx" target="_blank">http://office.microsoft.com/en-us/outlook-help/secure-messages-with-a-digital-signature-HP001230539.aspx</a></li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danieladeniji.wordpress.com/2478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danieladeniji.wordpress.com/2478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danieladeniji.wordpress.com/2478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danieladeniji.wordpress.com/2478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danieladeniji.wordpress.com/2478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danieladeniji.wordpress.com/2478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danieladeniji.wordpress.com/2478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danieladeniji.wordpress.com/2478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danieladeniji.wordpress.com/2478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danieladeniji.wordpress.com/2478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danieladeniji.wordpress.com/2478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danieladeniji.wordpress.com/2478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danieladeniji.wordpress.com/2478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danieladeniji.wordpress.com/2478/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2478&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danieladeniji.wordpress.com/2012/01/29/microsoft-outlook-v2010-error-an-error-occurred-in-the-underlying-security-system-not-enough-memory-available-to-complete-the-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d364328e398836b164a62bb78248ad8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danieladeniji</media:title>
		</media:content>

		<media:content url="http://danieladeniji.files.wordpress.com/2012/01/anerroroccurredintheunderlyingsecuritysystem_thumb.gif" medium="image">
			<media:title type="html">AnErrorOccurredInTheUnderlyingSecuritySystem</media:title>
		</media:content>

		<media:content url="http://danieladeniji.files.wordpress.com/2012/01/securityproperties_thumb.gif" medium="image">
			<media:title type="html">SecurityProperties</media:title>
		</media:content>

		<media:content url="http://danieladeniji.files.wordpress.com/2012/01/trustcenter_thumb.gif" medium="image">
			<media:title type="html">TrustCenter</media:title>
		</media:content>
	</item>
		<item>
		<title>Technology &#8211; How Secure are your common passwords</title>
		<link>http://danieladeniji.wordpress.com/2012/01/25/technology-how-secure-are-your-common-passwords/</link>
		<comments>http://danieladeniji.wordpress.com/2012/01/25/technology-how-secure-are-your-common-passwords/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 20:56:11 +0000</pubDate>
		<dc:creator>danieladeniji</dc:creator>
				<category><![CDATA[Account Password]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://danieladeniji.wordpress.com/?p=2468</guid>
		<description><![CDATA[Everyone has favorite passwords. As time goes on it is so difficult to change them. If you are in the market for new ones, try them out using the following tools: HowSecureIsmyPassword http://howsecureismypassword.net/ Microsoft &#8211; Safety &#38; Security Center - Check &#8230; <a href="http://danieladeniji.wordpress.com/2012/01/25/technology-how-secure-are-your-common-passwords/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2468&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Everyone has favorite passwords.</p>
<p>As time goes on it is so difficult to change them.</p>
<p>If you are in the market for new ones, try them out using the following tools:</p>
<ol>
<li>HowSecureIsmyPassword<br />
<a href="http://howsecureismypassword.net/">http://howsecureismypassword.net/</p>
<p></a></li>
<li>Microsoft &#8211; Safety &amp; Security Center - Check your password—is it strong?<br />
<a href="https://www.microsoft.com/security/pc-security/password-checker.aspx">https://www.microsoft.com/security/pc-security/password-checker.aspx<br />
</a></li>
<li>Password Strength Checker<br />
<a href="http://passwordstrength.net/">http://passwordstrength.net/</a></li>
<li>Password Strength Checker from TGP<br />
<a title="http://www.hammerofgod.com/passwordcheck.aspx" href="http://www.hammerofgod.com/passwordcheck.aspx" target="_blank">http://www.hammerofgod.com/passwordcheck.aspx</a></li>
</ol>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danieladeniji.wordpress.com/2468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danieladeniji.wordpress.com/2468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danieladeniji.wordpress.com/2468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danieladeniji.wordpress.com/2468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danieladeniji.wordpress.com/2468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danieladeniji.wordpress.com/2468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danieladeniji.wordpress.com/2468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danieladeniji.wordpress.com/2468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danieladeniji.wordpress.com/2468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danieladeniji.wordpress.com/2468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danieladeniji.wordpress.com/2468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danieladeniji.wordpress.com/2468/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danieladeniji.wordpress.com/2468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danieladeniji.wordpress.com/2468/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2468&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danieladeniji.wordpress.com/2012/01/25/technology-how-secure-are-your-common-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d364328e398836b164a62bb78248ad8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danieladeniji</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress &#8211; Images appearing in-between text &#8211; Line Breaks not helping</title>
		<link>http://danieladeniji.wordpress.com/2012/01/24/wordpress-images-appearing-in-between-text-line-breaks-not-helping/</link>
		<comments>http://danieladeniji.wordpress.com/2012/01/24/wordpress-images-appearing-in-between-text-line-breaks-not-helping/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 21:24:17 +0000</pubDate>
		<dc:creator>danieladeniji</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://danieladeniji.wordpress.com/?p=2460</guid>
		<description><![CDATA[WordPress &#8211; Images appearing in-between text &#8211; Line Breaks not helping Had a whale of a time trying to get things lined up as text and images kept getting wrapped around each other. Finally, figured it out. Each image&#8217;s property &#8230; <a href="http://danieladeniji.wordpress.com/2012/01/24/wordpress-images-appearing-in-between-text-line-breaks-not-helping/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2460&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>WordPress &#8211; Images appearing in-between text &#8211; Line Breaks not helping</p>
<p>Had a whale of a time trying to get things lined up as text and images kept getting wrapped around each other.</p>
<p>Finally, figured it out.</p>
<p>Each image&#8217;s property needs to be changed depending on the effect one wants.</p>
<p>To effect:</p>
<p>1] In edit mode</p>
<p>2] Select the image by left clicking on it</p>
<p>3] Two picture buttons will appear, select the first one</p>
<p>4] In the &#8220;Edit Image&#8221; window, choose the &#8220;Alignment&#8221; option you want</p>
<p>&nbsp;</p>
<p><strong>References</strong>:</p>
<p>&nbsp;</p>
<p>1] WordPress.Com &#8211; Image Buttons -<br />
<a href="http://en.support.wordpress.com/images/image-settings/">http://en.support.wordpress.com/images/image-settings/</p>
<p></a></p>
<p>2] WordPress Tutorial – How to Position an Image and Wrap Text Around an Image Using WordPress</p>
<p><a href="http://mcbuzz.wordpress.com/2007/11/04/wordpress-tutorial-how-to-position-an-image-and-wrap-text-around-an-image-using-wordpress/">http://mcbuzz.wordpress.com/2007/11/04/wordpress-tutorial-how-to-position-an-image-and-wrap-text-around-an-image-using-wordpress/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danieladeniji.wordpress.com/2460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danieladeniji.wordpress.com/2460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danieladeniji.wordpress.com/2460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danieladeniji.wordpress.com/2460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danieladeniji.wordpress.com/2460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danieladeniji.wordpress.com/2460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danieladeniji.wordpress.com/2460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danieladeniji.wordpress.com/2460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danieladeniji.wordpress.com/2460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danieladeniji.wordpress.com/2460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danieladeniji.wordpress.com/2460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danieladeniji.wordpress.com/2460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danieladeniji.wordpress.com/2460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danieladeniji.wordpress.com/2460/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2460&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danieladeniji.wordpress.com/2012/01/24/wordpress-images-appearing-in-between-text-line-breaks-not-helping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d364328e398836b164a62bb78248ad8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danieladeniji</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft &#8211; SQL Server &#8211; Management Studio &#8211; v2008 &#8211; Database Objects not showing up</title>
		<link>http://danieladeniji.wordpress.com/2012/01/24/microsoft-sql-server-management-studio-v2008-database-objects-not-showing-up/</link>
		<comments>http://danieladeniji.wordpress.com/2012/01/24/microsoft-sql-server-management-studio-v2008-database-objects-not-showing-up/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 00:12:50 +0000</pubDate>
		<dc:creator>danieladeniji</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://danieladeniji.wordpress.com/?p=2455</guid>
		<description><![CDATA[We had a bit of problem in Microsoft SQL Server – Management Studio – v2008.&#160;&#160; &#160; Though we had granted read permissions to one of our users via: &#160; create user [lab\myGoodUser] from login [lab\myGoodUser]; exec sp_addrolemember [db_datareader], [lab\myGoodUser]; But, &#8230; <a href="http://danieladeniji.wordpress.com/2012/01/24/microsoft-sql-server-management-studio-v2008-database-objects-not-showing-up/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2455&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We had a bit of problem in Microsoft SQL Server – Management Studio – v2008.&#160;&#160; </p>
<p>&#160;</p>
<p>Though we had granted read permissions to one of our users via:</p>
<p>&#160;</p>
<pre>   create user [lab\myGoodUser] from login [lab\myGoodUser];
   exec sp_addrolemember [db_datareader], [lab\myGoodUser];</pre>
<p>But, still the user upon logging on could not see any of the database objects. Looked everywhere, but no luck. So what to do: </p>
<ol>
<li><font face="Courier New">Kicked off “Microsoft SQL Server Profiler”</font> </li>
<li><font face="Courier New">Filtered for that user</font> </li>
<li><font face="Courier New">And, captured the sql generated when we refreshed the database object list</font> </li>
</ol>
<p><font face="Courier New"></font>&#160;</p>
<p><font face="Courier New">The Query we captured looks like:</font></p>
<p><font face="Courier New"></font>&#160;</p>
<p>&#160; </p>
<p>SELECT </p>
<p>&#8216;Server[@Name=' + quotename(CAST(serverproperty(N'Servername') AS sysname),'''') + ']&#8216; + &#8216;/Database[@Name=' + quotename(db_name(),'''') + ']&#8216; + &#8216;/Table[@Name=' + quotename(tbl.name,'''') + ' and @Schema=' + quotename(SCHEMA_NAME(tbl.schema_id),'''') + ']&#8216; AS [Urn], </p>
<p>tbl.name AS [Name], </p>
<p>SCHEMA_NAME(tbl.schema_id) AS [Schema], </p>
<p>CAST( </p>
<p>case </p>
<p>&#160;&#160;&#160; when tbl.is_ms_shipped = 1 then 1 </p>
<p>&#160;&#160;&#160; when ( </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; select </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; major_id </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; from </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sys.extended_properties </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; where </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; major_id = tbl.object_id and </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; minor_id = 0 and </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; class = 1 and </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; name = N&#8217;microsoft_database_tools_support&#8217;) </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; is not null then 1 </p>
<p>&#160;&#160;&#160; else 0 </p>
<p>end&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; AS bit) AS [IsSystemObject], </p>
<p>tbl.create_date AS [CreateDate] </p>
<p>FROM </p>
<p>sys.tables AS tbl </p>
<p>WHERE </p>
<p>(CAST( </p>
<p>case </p>
<p>&#160;&#160;&#160; when tbl.is_ms_shipped = 1 then 1 </p>
<p>&#160;&#160;&#160; when ( </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; select </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; major_id </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; from </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sys.extended_properties </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; where </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; major_id = tbl.object_id and </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; minor_id = 0 and </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; class = 1 and </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; name = N&#8217;microsoft_database_tools_support&#8217;) </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; is not null then 1 </p>
<p>&#160;&#160;&#160; else 0 </p>
<p>end&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; AS bit)=0) </p>
<p>ORDER BY </p>
<p>[Schema] ASC,[Name] ASC </p>
<p></p>
<p>&#160;</p>
<p>&#160;</p>
<p>Tried to understand the query, but it was not as easy. So what to do &#8211; Take the Easy way &#8211; Google&#8230;. </p>
<p>&#160;</p>
<p>SQL SERVER Management Studio 2008 can&#8217;t list all tables under SQL2005 database<br />
  <br /><a title="SQL SERVER Management Studio 2008 can&#039;t list all tables under SQL2005 database" href="http://www.sqlservercentral.com/Forums/Topic882092-391-4.aspx" target="_blank">http://www.sqlservercentral.com/Forums/Topic882092-391-4.aspx</a> </p>
<p>&#160;</p>
<p>In a nutshell: </p>
<p>&#160;</p>
<ol>
<li>It seems that Management SQL Server Management Studio v2008 has problems when connecting to a v2005 database Instance </li>
<li>The problem can be fixed by granting access to ‘view definition’ </li>
</ol>
<p>&#160;</p>
<p>&#160;</p>
<p>To grant access to ‘View Definition’</p>
<p>&#160;</p>
<p>&#160;</p>
<p>1) Grant ‘View Definition’ to specific object </p>
<p>&#8211;grant view definition on all database objects </p>
<p>use [msdb]</p>
<p>GRANT VIEW DEFINITION ON object::[dbo].[DTA_input] TO [lab\mygoodUser];</p>
<p>&#160;</p>
<p>&#160;</p>
<p>2) Grant ‘View Definition’ to specific schemas </p>
<p>use [myDB];</p>
<p>&#8211;<a href="http://msdn.microsoft.com/en-us/library/ms187940.aspx">http://msdn.microsoft.com/en-us/library/ms187940.aspx</a> </p>
<p>&#8211;grant ability to view schema definition </p>
<p>&#8211;GRANT VIEW DEFINITION ON SCHEMA::&lt;schema&gt; TO [login]; </p>
<p>GRANT VIEW DEFINITION ON SCHEMA::dbo TO [lab\myGoodUser]; </p>
<p>&#160; </p>
<p>&#160; </p>
<p>3) Grant ‘View Definition’ to specific database </p>
<p>&#8211;<a href="http://msdn.microsoft.com/en-us/library/ms173848.aspx">http://msdn.microsoft.com/en-us/library/ms173848.aspx</a> </p>
<p>&#8211;grant ability to view database definition </p>
<p>&#8211;GRANT VIEW DEFINITION ON DATABASE::&lt;database&gt; TO [login]; </p>
<p>GRANT VIEW DEFINITION ON DATABASE::[myDB] TO [lab\mygoodUser];</p>
<p>&#160;</p>
<p>4) Grant ‘View Definition’ to current database </p>
<p>&#8211;GRANT VIEW DEFINITION TO [login];</p>
<p>GRANT VIEW DEFINITION TO [lab\mygoodUser];</p>
<p>&#160;</p>
<p>5) Grant ‘View Definition’ on all databases</p>
<p>&#8211;grant view definition on all database objects<br />
  <br />GRANT VIEW ANY DEFINITION TO [lab\mygoodUser];</p>
<p>
  <br />&#160;</p>
<p>The problem appears to be with sys.tables.&#160; </p>
<p>&#160;</p>
<p>Data returned from this table is governed based on user’s permission granted via ‘view definition’.</p>
<p>To validate issue query ( select * form sys.tables) against sys.tables and results will vary depending on permissions.</p>
<p>The error will not be a hard-error \ fault, but a bit more subtle.</p>
<p>&#160;</p>
<p>More data: </p>
<p>&#160; </p>
<ol>
<li>The problem is confirmed in MS SQL Server v2005 Engine when accessed via MS SQL Server – v2008 – Management Studio<br />
    </li>
<li>There is a MS Connect Article that is created:
<p>Tables Node Does Not Show All Schemas In SSMSE 2008 by Nicholas Piasecki<br />
      <br /><a href="https://connect.microsoft.com/SQLServer/feedback/details/387616/tables-node-does-not-show-all-schemas-in-ssmse-2008">https://connect.microsoft.com/SQLServer/feedback/details/387616/tables-node-does-not-show-all-schemas-in-ssmse-2008</a></p>
</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danieladeniji.wordpress.com/2455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danieladeniji.wordpress.com/2455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danieladeniji.wordpress.com/2455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danieladeniji.wordpress.com/2455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danieladeniji.wordpress.com/2455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danieladeniji.wordpress.com/2455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danieladeniji.wordpress.com/2455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danieladeniji.wordpress.com/2455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danieladeniji.wordpress.com/2455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danieladeniji.wordpress.com/2455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danieladeniji.wordpress.com/2455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danieladeniji.wordpress.com/2455/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danieladeniji.wordpress.com/2455/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danieladeniji.wordpress.com/2455/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2455&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danieladeniji.wordpress.com/2012/01/24/microsoft-sql-server-management-studio-v2008-database-objects-not-showing-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d364328e398836b164a62bb78248ad8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danieladeniji</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft &#8211; Windows 7 (x64) &#8211; HP LaserJ 2100 &#8211; Can&#8217;t we all get along</title>
		<link>http://danieladeniji.wordpress.com/2012/01/23/microsoft-windows-7-x64-hp-laserj-2100-cant-we-all-get-along/</link>
		<comments>http://danieladeniji.wordpress.com/2012/01/23/microsoft-windows-7-x64-hp-laserj-2100-cant-we-all-get-along/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 14:51:51 +0000</pubDate>
		<dc:creator>danieladeniji</dc:creator>
				<category><![CDATA[HP]]></category>
		<category><![CDATA[Printers]]></category>
		<category><![CDATA[HP LaserJet 2100]]></category>

		<guid isPermaLink="false">http://danieladeniji.wordpress.com/?p=2429</guid>
		<description><![CDATA[Microsoft &#8211; Windows 7 (x64) &#8211; HP LaserJ 2100 &#8211; Can&#8217;t we all get along Another self betrothed Insomnia Night. Started off last night.  Went online looking for a nice dinner to take the old lady. Found a bunch in &#8230; <a href="http://danieladeniji.wordpress.com/2012/01/23/microsoft-windows-7-x64-hp-laserj-2100-cant-we-all-get-along/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2429&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft &#8211; Windows 7 (x64) &#8211; HP LaserJ 2100 &#8211; Can&#8217;t we all get along</p>
<p>Another self betrothed Insomnia Night.</p>
<p>Started off last night.  Went online looking for a nice dinner to take the old lady.<br />
Found a bunch in San Francisco, but wasn&#8217;t so sure as I knew the local team is<br />
playing for the NFC Championship and so places might be crowded or we<br />
might just get caught in Traffic.</p>
<p>Tried to float riding Bart.  But, newly done hair and rain does not work for<br />
most ladies.</p>
<p>And, so make a long story short, visited &#8220;Check Please SF&#8221; (<a href="http://blogs.kqed.org/checkplease/">http://blogs.kqed.org/checkplease/</a>) and checked out a bunch<br />
of restaurants.</p>
<p>Made a good long list with web sites, phone numbers, and hours<br />
of Operations; especially for Sunday Nights.</p>
<p>Next in line is to print &#8211; Connected to printer server using UNC (\\myprintserver\hplaserj).</p>
<p>But, no printer drivers, etc.</p>
<p>Stupid error messages:</p>
<pre>Windows can't find a driver for HP LaserJet 2100 PCL6 on the
network.
To locate one manually, click OK. Otherwise, click Cancel and
consult your network administrator or the printer manufacturer's
website.</pre>
<p>Visited Control Panel, Device Manager and tried to add printer manually:</p>
<ol>
<li>Control Panel \ System \ Device Manager</li>
<li>Once in &#8220;Device Manager&#8221;, clicked on menu items &#8220;Add Legacy Hardware&#8221;</li>
<li>In the &#8220;Add Hardware&#8221; window, choose to &#8220;Install the Hardware that I manually select&#8221; &#8212; This is only option as printer is not physically connected to laptop</li>
<li>In the &#8220;Common hardware types&#8221; window, select &#8220;Printers&#8221;</li>
<li>In the &#8220;Choose a printer port&#8221; choose LTPI, unless you are using your printer is accessible via network and you have a TCP/IP Address and port, etc&#8221;</li>
</ol>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<p>See &#8211; &#8220;HP LaserJet 2100&#8243; is not listed.</p>
<p>Tried the &#8220;HP LaserJet 2200 Series PCL 5&#8243;, but no luck.</p>
<p>Tried various iterations accessible via &#8220;Have Disk&#8221;; especially after downloading PCL5 and PCL6</p>
<p>The generic PCL5 &amp; PCL6 Drivers are available via:</p>
<p>HP Universal Print Driver for Windows PCL6</p>
<p><a title="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&amp;cc=us&amp;prodNameId=3271552&amp;prodTypeId=18972&amp;prodSeriesId=503548&amp;swLang=8&amp;taskId=135&amp;swEnvOID=4063  " href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&amp;cc=us&amp;prodNameId=3271552&amp;prodTypeId=18972&amp;prodSeriesId=503548&amp;swLang=8&amp;taskId=135&amp;swEnvOID=4063" target="_blank">http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&amp;cc=us&amp;prodNameId=3271552&amp;prodTypeId=18972&amp;prodSeriesId=503548&amp;swLang=8&amp;taskId=135&amp;swEnvOID=4063</a></p>
<p>HP Universal Print Driver for Windows PCL5</p>
<p><a title="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;cc=us&amp;prodTypeId=18972&amp;prodSeriesId=25469&amp;swItem=ds-99378-2&amp;prodNameId=14914&amp;swEnvOID=4063&amp;swLang=8&amp;taskId=135&amp;mode=4&amp;idx=3" href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;cc=us&amp;prodTypeId=18972&amp;prodSeriesId=25469&amp;swItem=ds-99378-2&amp;prodNameId=14914&amp;swEnvOID=4063&amp;swLang=8&amp;taskId=135&amp;mode=4&amp;idx=3" target="_blank">http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;cc=us&amp;prodTypeId=18972&amp;prodSeriesId=25469&amp;swItem=ds-99378-2&amp;prodNameId=14914&amp;swEnvOID=4063&amp;swLang=8&amp;taskId=135&amp;mode=4&amp;idx=3</a></p>
<p>But, still no joy.</p>
<p>Also read a bunch of relevant links:</p>
<p>HP LaserJet, Color LaserJet, and LaserJet AiO/MFP Products -</p>
<p>Install the driver included in the Windows 7 operating system (OS)</p>
<p><a title="http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02536257  " href="http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02536257" target="_blank">http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02536257</a></p>
<p>Windows 7 64 bits driver for HP LaserJet 1200</p>
<p><a title="http://h30434.www3.hp.com/t5/Printer-All-in-One-Software/Windows-7-64-bits-driver-for-HP-LaserJet-1200/td-p/221446/page/3  " href="http://h30434.www3.hp.com/t5/Printer-All-in-One-Software/Windows-7-64-bits-driver-for-HP-LaserJet-1200/td-p/221446/page/3" target="_blank">http://h30434.www3.hp.com/t5/Printer-All-in-One-Software/Windows-7-64-bits-driver-for-HP-LaserJet-1200/td-p/221446/page/3</a></p>
<p>Windows 7 &#8211; HP LaserJet 1200</p>
<p><a title="http://www.sevenforums.com/drivers/6206-hp-laserjet-1200-a.html" href="http://www.sevenforums.com/drivers/6206-hp-laserjet-1200-a.html" target="_blank">http://www.sevenforums.com/drivers/6206-hp-laserjet-1200-a.html</a></p>
<p>Win 7 Drivers for Laserjet 2100</p>
<p><a title="http://h30434.www3.hp.com/t5/Printer-All-in-One-Software/Win-7-Drivers-for-Laserjet-2100/td-p/257216  " href="http://h30434.www3.hp.com/t5/Printer-All-in-One-Software/Win-7-Drivers-for-Laserjet-2100/td-p/257216" target="_blank">http://h30434.www3.hp.com/t5/Printer-All-in-One-Software/Win-7-Drivers-for-Laserjet-2100/td-p/257216</a></p>
<p>But, nothing quite nailed it.</p>
<p>What provided best relieve is:</p>
<p>1) From the run window, Enter the print server name (\\myprintserver)</p>
<p>2) Choose to view &#8220;remote printers&#8221;</p>
<p>3) Wait until the printers are shown</p>
<p>4) Right click on your printer and choose &#8220;properties&#8221;</p>
<p>5) In the &#8220;Properties&#8221; window, access the &#8220;Sharing Tab&#8221;</p>
<p>6) Choose the &#8220;Additional Drivers&#8230;&#8221; button</p>
<p>7) Ensure that you have selected all the Drivers for each Processor Architecture (x86, x64).</p>
<p>8) For each missing OS (that you need supported), click on the &#8220;Add&#8230;&#8221; button</p>
<p>In our case, the x64 driver was not previously chosen.</p>
<p>You might need Windows 2003 x64 Server, Windows 2008 x64 server CD depending on the OS that is running on your print server.</p>
<p>So go your Print Server, place the Windows 2003 x 64, Windows 2008 x64 CD, etc in your CD plate or install from Network Location.</p>
<p><a href="http://danieladeniji.files.wordpress.com/2012/01/printerdrivers1.jpg"><img class="size-full wp-image-2437 alignnone" style="display:block;margin-left:auto;margin-right:auto;" title="PrinterDrivers" src="http://danieladeniji.files.wordpress.com/2012/01/printerdrivers1.jpg?w=640" alt=""   /></a></p>
<p>Once all drivers are installed and available, return to your client workstation, and try connecting to your Network Printer once again.</p>
<p>This time you should receive an option asking whether you will like to &#8220;Install Driver&#8221;.</p>
<p style="text-align:center;"><a href="http://danieladeniji.files.wordpress.com/2012/01/doyoutrustthisprinter1.jpg"><img class="wp-image-2439 aligncenter" style="display:block;" title="DoYouTrustThisPrinter" src="http://danieladeniji.files.wordpress.com/2012/01/doyoutrustthisprinter1.jpg?w=360&#038;h=191" alt="" width="360" height="191" /></a></p>
<p>Kind of reminds me of &#8220;Steve Winwords &#8211; Back in the HighLife&#8221; again.</p>
<p>References:</p>
<p>Update and Manage Printer Drivers</p>
<p><a title="http://technet.microsoft.com/en-us/library/cc732946.aspx" href="http://technet.microsoft.com/en-us/library/cc732946.aspx" target="_blank">http://technet.microsoft.com/en-us/library/cc732946.aspx</a></p>
<p>How to: Add 64-bit print drivers on 32-bit Windows Server 2003 or Windows Server 2008 print server</p>
<p><a title="http://blogs.technet.com/b/yongrhee/archive/2009/09/14/how-to-add-64-bit-print-drivers-on-32-bit-windows-server-2003-or-windows-server-2008-print-server.aspx  " href="http://blogs.technet.com/b/yongrhee/archive/2009/09/14/how-to-add-64-bit-print-drivers-on-32-bit-windows-server-2003-or-windows-server-2008-print-server.aspx" target="_blank">http://blogs.technet.com/b/yongrhee/archive/2009/09/14/how-to-add-64-bit-print-drivers-on-32-bit-windows-server-2003-or-windows-server-2008-print-server.aspx</a></p>
<p>Installing Windows Vista Print Drivers on Windows Server 2003</p>
<p><a href="http://blogs.technet.com/b/askperf/archive/2008/09/19/installing-windows-vista-print-drivers-on-windows-server-2003.aspx">http://blogs.technet.com/b/askperf/archive/2008/09/19/installing-windows-vista-print-drivers-on-windows-server-2003.aspx</a></p>
<p>How to find a compatible printer driver for a computer that is running a 64-bit version of Windows</p>
<p><a title="http://support.microsoft.com/kb/895612" href="http://support.microsoft.com/kb/895612" target="_blank">http://support.microsoft.com/kb/895612</a></p>
<p>Windows 7 Compatibility Center</p>
<p><a href="http://www.microsoft.com/windows/compatibility/windows-7/en-us/default.aspx">http://www.microsoft.com/windows/compatibility/windows-7/en-us/default.aspx</a></p>
<p><a href="http://www.microsoft.com/windows/compatibility/windows-7/en-us/default.aspx"> </a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danieladeniji.wordpress.com/2429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danieladeniji.wordpress.com/2429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danieladeniji.wordpress.com/2429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danieladeniji.wordpress.com/2429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danieladeniji.wordpress.com/2429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danieladeniji.wordpress.com/2429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danieladeniji.wordpress.com/2429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danieladeniji.wordpress.com/2429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danieladeniji.wordpress.com/2429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danieladeniji.wordpress.com/2429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danieladeniji.wordpress.com/2429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danieladeniji.wordpress.com/2429/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danieladeniji.wordpress.com/2429/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danieladeniji.wordpress.com/2429/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2429&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danieladeniji.wordpress.com/2012/01/23/microsoft-windows-7-x64-hp-laserj-2100-cant-we-all-get-along/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d364328e398836b164a62bb78248ad8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danieladeniji</media:title>
		</media:content>

		<media:content url="http://danieladeniji.files.wordpress.com/2012/01/printerdrivers1.jpg" medium="image">
			<media:title type="html">PrinterDrivers</media:title>
		</media:content>

		<media:content url="http://danieladeniji.files.wordpress.com/2012/01/doyoutrustthisprinter1.jpg" medium="image">
			<media:title type="html">DoYouTrustThisPrinter</media:title>
		</media:content>
	</item>
		<item>
		<title>OSError &#8211; Failed to execute command</title>
		<link>http://danieladeniji.wordpress.com/2012/01/23/oserror-failed-to-execute-command/</link>
		<comments>http://danieladeniji.wordpress.com/2012/01/23/oserror-failed-to-execute-command/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 00:17:18 +0000</pubDate>
		<dc:creator>danieladeniji</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://danieladeniji.wordpress.com/?p=2418</guid>
		<description><![CDATA[Playing a  bit with Jython lately. As in other programming languages &#38; scripting tools needed to invoke another Application.  Be it another script or Application, one occasionally needs to spawn another stand-alone app: So looked at some sample code and &#8230; <a href="http://danieladeniji.wordpress.com/2012/01/23/oserror-failed-to-execute-command/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2418&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Playing a  bit with Jython lately.</p>
<p>As in other programming languages &amp; scripting tools needed to invoke another Application.  Be it another script or Application, one occasionally needs to spawn another stand-alone app:</p>
<p>So looked at some sample code and ended up with something resembling</p>
<pre>import sys
import os
import tempfile
import popen2
script_contents = 'Echo "Hello World"'
script_file = tempfile.mktemp('.cmd')
file = open(script_file, 'w')
file.write(script_contents)
file.close()

command = r'"%s"' % script_file 

proc = popen2.Popen3(command, True)
proc.tochild.close()
output = proc.fromchild.read()
errors = proc.childerr.read()
status = proc.wait()

print '[DEBUG] OUTPUT: %s' % output
print '[DEBUG] ERRORS: %s' % errors
print '[DEBUG] RETURN CODE: %s' % status

if os.path.isfile(script_file):
    os.remove(script_file)
 </pre>
<p>Though, the above script is a bit watered-down it basically does the following:</p>
<ol>
<li>Dynamically generates a payload</li>
<li>Creates a temporary file</li>
<li>Saves the generated payload unto the temporary file</li>
<li>Invokes the Temp file</li>
<li>Cleans-up by removing the temp file</li>
</ol>
<p>As I tried running the app kept getting an error that resembles the error listed below:</p>
<pre>Failed to get environment, environ will be empty: (0, 'Failed to execute command
([\'sh\', \'-c\', \'env\']): java.io.IOException: Cannot run
program "sh": CreateProcess error=2, The system cannot find the file specified')

script_file name is: e:\temp\tempfile.cmd

Traceback (innermost last):

File "C:\Windows\TEMP\eqscript1323213519948", line 41, in ?

File "E:\Program Files (x86)\jython\Lib\popen2.py", line 72, in __init__

File "E:\Program Files (x86)\jython\Lib\javashell.py", line 64, in execute

OSError: (0, 'Failed to execute command ([\'sh\', \'-c\', "e:\\\\temp\\\\tempfile.cmd"\']): java.io.IOException: Cannot run program "sh": CreateProcess error=2, The system cannot find the file specified')</pre>
<p>Had a bit of difficulty understanding the problem:</p>
<ol>
<li>Was the system having difficulty determining the temporary folder</li>
<li>Did we not have access to the temporary folder</li>
</ol>
<p>To get a bit closer to what was happening behind the scene, commented out the bit of code</p>
<p>that was removing the script file:</p>
<p>Doing so allowed us to preserve the payload and execute the payload file directly (against the OS).</p>
<pre>if os.path.isfile(script_file):
    os.remove(script_file)</pre>
<p>Ended up the at the same place \ space:</p>
<pre>Could not execute due to file not found.</pre>
<p>More goggling brought us joy.  The problem is that sometimes one has to explicitly specify the OS.</p>
<p>The clue came from:</p>
<p>Jython &#8211; javaos.getenv() gives “Failed to get environment, environ will be empty”<br />
<a href="http://stackoverflow.com/questions/245787/jython-javaos-getenv-gives-failed-to-get-environment-environ-will-be-empty">http://stackoverflow.com/questions/245787/jython-javaos-getenv-gives-failed-to-get-environment-environ-will-be-empty</a></p>
<p>&nbsp;</p>
<pre>Try to uncomment and change the os setting in the 'registry' file

(it is in the same directory as your jython.jar / i hope)

# python.os determines operating-specific features, similar to and overriding the
# Java property "os.name".
# Some generic values are also supported: 'nt', 'ce' and 'posix'.
# Uncomment the following line for the most generic OS behavior available.
#python.os=None
python.os=nt
# try nt or dos</pre>
<p>Once we knew we had to deal with the registry file the next question is what is actual name of the registry file, where should it be placed, what determines where the system looks for it:</p>
<p>The easiest path would have being to go back and read the Language&#8217;s documentation, but as always took the laziest path. Googled for it:</p>
<p>Found some help along the way via:</p>
<ol>
<li>&#8220;Failed to execute command ([\'sh\', \'-c\', \'env\']): java.io.IOException: Cannot run program &#8220;sh&#8221;: CreateProcess error=2, The system cannot find the file specified.&#8221;<br />
<a href="http://www-01.ibm.com/support/docview.wss?uid=swg21411513">http://www-01.ibm.com/support/docview.wss?uid=swg21411513</a></li>
</ol>
<p>&nbsp;</p>
<p>The registry file:</p>
<ol>
<li>The name of the registry file is registry</li>
<li>Review our jython is invoked &#8211; In our case jython.bat and make a note of any arguments passed in or initialized</li>
</ol>
<p>&nbsp;</p>
<p>In our case, we created a file named registry and added this lone line:</p>
<pre><code>python.os=nt</code></pre>
<p>Things worked well once we explicitly specified that our OS is Windows.</p>
<p>It is probably that by default the OS is Unix.</p>
<p>But, as Billy Currington said, thank God for good directions, on the way home went back (after the fact) and read the Jython&#8217;s FAQ:</p>
<p><a href="http://jython.org/archive/22/userfaq.html#where-s-the-registry-file" target="_blank">http://jython.org/archive/22/userfaq.html#where-s-the-registry-file</a></p>
<p>The location and name of the registry was a bit clearer.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danieladeniji.wordpress.com/2418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danieladeniji.wordpress.com/2418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danieladeniji.wordpress.com/2418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danieladeniji.wordpress.com/2418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danieladeniji.wordpress.com/2418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danieladeniji.wordpress.com/2418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danieladeniji.wordpress.com/2418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danieladeniji.wordpress.com/2418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danieladeniji.wordpress.com/2418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danieladeniji.wordpress.com/2418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danieladeniji.wordpress.com/2418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danieladeniji.wordpress.com/2418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danieladeniji.wordpress.com/2418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danieladeniji.wordpress.com/2418/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2418&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danieladeniji.wordpress.com/2012/01/23/oserror-failed-to-execute-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d364328e398836b164a62bb78248ad8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danieladeniji</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft &#8211; SQL Server &#8211; Reporting Services &#8211; Scheduled Reports not going out ( Error Failure sending mail: Attempted to read or write protected memory. This is often an indication that other memory is corrupt)</title>
		<link>http://danieladeniji.wordpress.com/2012/01/19/microsoft-sql-server-reporting-services-scheduled-reports-not-going-out-error-failure-sending-mail-attempted-to-read-or-write-protected-memory-this-is-often-an-indication-that-other-memory-i/</link>
		<comments>http://danieladeniji.wordpress.com/2012/01/19/microsoft-sql-server-reporting-services-scheduled-reports-not-going-out-error-failure-sending-mail-attempted-to-read-or-write-protected-memory-this-is-often-an-indication-that-other-memory-i/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 21:47:37 +0000</pubDate>
		<dc:creator>danieladeniji</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://danieladeniji.wordpress.com/?p=2410</guid>
		<description><![CDATA[Microsoft &#8211; SQL Server &#8211; Reporting Services &#8211; Scheduled Reports not going out ( Error Failure sending mail: Attempted to read or write protected memory. This is often an indication that other memory is corrupt) From one of our servers &#8230; <a href="http://danieladeniji.wordpress.com/2012/01/19/microsoft-sql-server-reporting-services-scheduled-reports-not-going-out-error-failure-sending-mail-attempted-to-read-or-write-protected-memory-this-is-often-an-indication-that-other-memory-i/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2410&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Microsoft &#8211; SQL Server &#8211; Reporting Services &#8211; Scheduled Reports not going out ( Error Failure sending mail: Attempted to read or write protected memory. This is often an indication that other memory is corrupt)</strong></p>
<p>From one of our servers scheduled reports were not going out.</p>
<p>Reviewed the &#8220;MS Reporting Services&#8221; log files and noticed error entries that correlated with the date and time reports were scheduled to go out:</p>
<p><strong>Error Entries:</strong></p>
<p>Failure sending mail: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.</p>
<p><span style="color:#000000;"><strong><br />
</strong></span></p>
<p><strong>Full Error Message</strong>:</p>
<p>ReportingServicesService!emailextension!3!01/19/2012-15:00:03:: Error sending email. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.<br />
at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.CreateMessage(Notification notification)<br />
at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)</p>
<p>&nbsp;</p>
<p><strong>Remediation</strong>:</p>
<p>Restarted Microsoft SQL Server Reporting Services.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danieladeniji.wordpress.com/2410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danieladeniji.wordpress.com/2410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danieladeniji.wordpress.com/2410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danieladeniji.wordpress.com/2410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danieladeniji.wordpress.com/2410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danieladeniji.wordpress.com/2410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danieladeniji.wordpress.com/2410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danieladeniji.wordpress.com/2410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danieladeniji.wordpress.com/2410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danieladeniji.wordpress.com/2410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danieladeniji.wordpress.com/2410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danieladeniji.wordpress.com/2410/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danieladeniji.wordpress.com/2410/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danieladeniji.wordpress.com/2410/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2410&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danieladeniji.wordpress.com/2012/01/19/microsoft-sql-server-reporting-services-scheduled-reports-not-going-out-error-failure-sending-mail-attempted-to-read-or-write-protected-memory-this-is-often-an-indication-that-other-memory-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d364328e398836b164a62bb78248ad8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danieladeniji</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft &#8211; SQL Server &#8211; Connectivity &#8211; Error &#8211; SSL Provider: The Local Security Authority cannot be contacted (HResult 0&#215;80090304, Level 16, State 1)</title>
		<link>http://danieladeniji.wordpress.com/2012/01/19/microsoft-sql-server-connectivity-error-ssl-provider-the-local-security-authority-cannot-be-contacted-hresult-0x80090304-level-16-state-1/</link>
		<comments>http://danieladeniji.wordpress.com/2012/01/19/microsoft-sql-server-connectivity-error-ssl-provider-the-local-security-authority-cannot-be-contacted-hresult-0x80090304-level-16-state-1/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 01:52:02 +0000</pubDate>
		<dc:creator>danieladeniji</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://danieladeniji.wordpress.com/?p=2401</guid>
		<description><![CDATA[From this one host,  Connecting to any MS SQL Server Instance on the Network came back with this error: HResult 0&#215;80090304, Level 16, State 1 SSL Provider: The Local Security Authority cannot be contacted Tried with the following NCipher \ &#8230; <a href="http://danieladeniji.wordpress.com/2012/01/19/microsoft-sql-server-connectivity-error-ssl-provider-the-local-security-authority-cannot-be-contacted-hresult-0x80090304-level-16-state-1/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2401&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>From this one host,  Connecting to any MS SQL Server Instance on the Network came back with this error:</p>
<p>HResult 0&#215;80090304, Level 16, State 1<br />
SSL Provider: The Local Security Authority cannot be contacted</p>
<p>Tried with the following NCipher \ SSL Configuration Changes:</p>
<p>1) Check the version and date modified for the file dbnetlib.dll located under c:\windows\system32 in your client . If the date modified is not the same then replace the file with the one from working box.<br />
2) Since you are using nCipher, change the following registry key: HKLM\Software\nCipher\Cryptography\UseModulekeys to 0 and reboot, change it back to 1 and reboot and see if that helps.</p>
<p>3) I can see a number of cases where the issue occur when nCipher is the default CSP. Set SQL Server as the default CSP for the SQL Servers.</p>
<p>4) If the below key is enabled, disable it. This is only for SQL 2008 (which support nCipher) so for other SQL server we need to disable it<br />
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\TLS 1.0\Server]<br />
&#8220;Enabled&#8221;=hex:00,00</p>
<p>But, nothing quite helped until we un-installed the NCipher\nFast Client.</p>
<p>We went this route as  we were no longer using NCipher\nFast on that box.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danieladeniji.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danieladeniji.wordpress.com/2401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danieladeniji.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danieladeniji.wordpress.com/2401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danieladeniji.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danieladeniji.wordpress.com/2401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danieladeniji.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danieladeniji.wordpress.com/2401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danieladeniji.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danieladeniji.wordpress.com/2401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danieladeniji.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danieladeniji.wordpress.com/2401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danieladeniji.wordpress.com/2401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danieladeniji.wordpress.com/2401/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2401&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danieladeniji.wordpress.com/2012/01/19/microsoft-sql-server-connectivity-error-ssl-provider-the-local-security-authority-cannot-be-contacted-hresult-0x80090304-level-16-state-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d364328e398836b164a62bb78248ad8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danieladeniji</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft &#8211; SQL Server &#8211; SQLCmd &#8211; Error &#8211; Sqlcmd: Error: Connection failure. SQL Native Client is not installed correctly.</title>
		<link>http://danieladeniji.wordpress.com/2012/01/19/microsoft-sql-server-sqlcmd-error-sqlcmd-error-connection-failure-sql-native-client-is-not-installed-correctly/</link>
		<comments>http://danieladeniji.wordpress.com/2012/01/19/microsoft-sql-server-sqlcmd-error-sqlcmd-error-connection-failure-sql-native-client-is-not-installed-correctly/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 01:25:34 +0000</pubDate>
		<dc:creator>danieladeniji</dc:creator>
				<category><![CDATA[Client]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQLCMD]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://danieladeniji.wordpress.com/?p=2396</guid>
		<description><![CDATA[Trying to connect to a MS SQL Server Instance using sqlcmd.exe and got the error message below: Sqlcmd: Error: Connection failure. SQL Native Client is not installed correctly. Of course, Googled and discovered that it is probably a Windows Path &#8230; <a href="http://danieladeniji.wordpress.com/2012/01/19/microsoft-sql-server-sqlcmd-error-sqlcmd-error-connection-failure-sql-native-client-is-not-installed-correctly/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2396&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Trying to connect to a MS SQL Server Instance using sqlcmd.exe and got the error message below:</p>
<p>Sqlcmd: Error: Connection failure. SQL Native Client is not installed correctly.</p>
<p>Of course, Googled and discovered that it is probably a Windows Path issue (manifested by the system picking up a wrong \ mismatched dll).</p>
<p>Errors such as this is common in cases where multiple SQL Server Binaries are loaded on the system.</p>
<p>As a work-around:</p>
<ol>
<li>Review and correct your path</li>
<li>Transverse to the folder that contains the version of the sqlcmd that you want and run sqlcmd from that folder</li>
</ol>
<p>To fix:</p>
<ol>
<li>Un-installed previous Microsoft SQL Server Client</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/danieladeniji.wordpress.com/2396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/danieladeniji.wordpress.com/2396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/danieladeniji.wordpress.com/2396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/danieladeniji.wordpress.com/2396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/danieladeniji.wordpress.com/2396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/danieladeniji.wordpress.com/2396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/danieladeniji.wordpress.com/2396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/danieladeniji.wordpress.com/2396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/danieladeniji.wordpress.com/2396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/danieladeniji.wordpress.com/2396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/danieladeniji.wordpress.com/2396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/danieladeniji.wordpress.com/2396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/danieladeniji.wordpress.com/2396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/danieladeniji.wordpress.com/2396/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=danieladeniji.wordpress.com&amp;blog=3477054&amp;post=2396&amp;subd=danieladeniji&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://danieladeniji.wordpress.com/2012/01/19/microsoft-sql-server-sqlcmd-error-sqlcmd-error-connection-failure-sql-native-client-is-not-installed-correctly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d364328e398836b164a62bb78248ad8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">danieladeniji</media:title>
		</media:content>
	</item>
	</channel>
</rss>
