<?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>reedone whacky world</title>
	<atom:link href="http://reedone816.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://reedone816.wordpress.com</link>
	<description>world of personas</description>
	<lastBuildDate>Wed, 14 Dec 2011 06:35:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='reedone816.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>reedone whacky world</title>
		<link>http://reedone816.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://reedone816.wordpress.com/osd.xml" title="reedone whacky world" />
	<atom:link rel='hub' href='http://reedone816.wordpress.com/?pushpress=hub'/>
		<item>
		<title>setting crystal report using sqldatasource in visual studio 2008</title>
		<link>http://reedone816.wordpress.com/2011/12/14/setting-crystal-report-using-sqldatasource-in-visual-studio-2008/</link>
		<comments>http://reedone816.wordpress.com/2011/12/14/setting-crystal-report-using-sqldatasource-in-visual-studio-2008/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 04:16:07 +0000</pubDate>
		<dc:creator>reedone816</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[crystal report]]></category>
		<category><![CDATA[crystal report express for visual studio 2008]]></category>
		<category><![CDATA[crystal report viewer]]></category>
		<category><![CDATA[scrystal report source]]></category>
		<category><![CDATA[sql data source]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[visual studio 2008]]></category>
		<category><![CDATA[VS 2008]]></category>

		<guid isPermaLink="false">http://reedone816.wordpress.com/?p=138</guid>
		<description><![CDATA[It&#8217;s been several days I looking for connecting crystal report express for visual studio 2008 using sqldatasource, so i can edit the sql query using code behind on runtime. All I found on the net are using dataset or xsd, so more coding required But finally I found it in microsoft site, with a few [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=138&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been several days I looking for connecting crystal report express for visual studio 2008 using sqldatasource, so i can edit the sql query using code behind on runtime. All I found on the net are using dataset or xsd, so more coding required <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
But finally I found it in microsoft site, with a few simple steps:<br />
- Create crystal report file.<br />
- Connect to database and add fields on the report, customize it as you like.<br />
<em><span id="more-138"></span>Here I found another problem, the page wide is limited, the maximum size are E size sheet (43.5 inch) in landscape mode. so you need to limit the report page wide or using subreport.</em><br />
- Create a form page.<br />
- Add component sqldatasource, crystal report source and crystal report viewer.<br />
- Create your query in sql data source.<br />
- In crystal report source do these steps:<br />

<a href='http://reedone816.wordpress.com/2011/12/14/setting-crystal-report-using-sqldatasource-in-visual-studio-2008/idiedibg/' title='idiedibg'><img data-attachment-id='139' data-orig-size='436,236' data-liked='0'width="150" height="81" src="http://reedone816.files.wordpress.com/2011/12/idiedibg.png?w=150&#038;h=81" class="attachment-thumbnail" alt="idiedibg" title="idiedibg" /></a>
<a href='http://reedone816.wordpress.com/2011/12/14/setting-crystal-report-using-sqldatasource-in-visual-studio-2008/jjefdddh/' title='jjefdddh'><img data-attachment-id='140' data-orig-size='255,214' data-liked='0'width="150" height="125" src="http://reedone816.files.wordpress.com/2011/12/jjefdddh.png?w=150&#038;h=125" class="attachment-thumbnail" alt="jjefdddh" title="jjefdddh" /></a>
<a href='http://reedone816.wordpress.com/2011/12/14/setting-crystal-report-using-sqldatasource-in-visual-studio-2008/hbajfjbg/' title='hbajfjbg'><img data-attachment-id='141' data-orig-size='584,446' data-liked='0'width="150" height="114" src="http://reedone816.files.wordpress.com/2011/12/hbajfjbg.png?w=150&#038;h=114" class="attachment-thumbnail" alt="hbajfjbg" title="hbajfjbg" /></a>
</p>
<p>- In crystal report viewer, link the report source to crystal report source.<br />
- finished <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>so now you can edit the sql query in sql data source in code behind, like for example for the select query in sqldatasource1:<br />
Sqldatasource1.SelectCommand = &#8220;[your sql query]&#8220;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reedone816.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reedone816.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reedone816.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reedone816.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reedone816.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reedone816.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reedone816.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reedone816.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reedone816.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reedone816.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reedone816.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reedone816.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reedone816.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reedone816.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=138&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reedone816.wordpress.com/2011/12/14/setting-crystal-report-using-sqldatasource-in-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5934e651097903d2e72d14c263985940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reedone816</media:title>
		</media:content>

		<media:content url="http://reedone816.files.wordpress.com/2011/12/idiedibg.png?w=150" medium="image">
			<media:title type="html">idiedibg</media:title>
		</media:content>

		<media:content url="http://reedone816.files.wordpress.com/2011/12/jjefdddh.png?w=150" medium="image">
			<media:title type="html">jjefdddh</media:title>
		</media:content>

		<media:content url="http://reedone816.files.wordpress.com/2011/12/hbajfjbg.png?w=150" medium="image">
			<media:title type="html">hbajfjbg</media:title>
		</media:content>
	</item>
		<item>
		<title>ORA-00907 MISSING RIGHT PARENTHESIS</title>
		<link>http://reedone816.wordpress.com/2011/07/20/ora-00907-missing-right-parenthesis/</link>
		<comments>http://reedone816.wordpress.com/2011/07/20/ora-00907-missing-right-parenthesis/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 07:50:56 +0000</pubDate>
		<dc:creator>reedone816</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[MISSING RIGHT PARENTHESIS]]></category>
		<category><![CDATA[ORA-00907]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[oracle 8.1.7]]></category>
		<category><![CDATA[oracle sql error]]></category>

		<guid isPermaLink="false">http://reedone816.wordpress.com/2011/07/20/ora-00907-missing-right-parenthesis/</guid>
		<description><![CDATA[OK this is oracle sql error. the first step to trouble shoot it is by spotting what the error said: looks for missing right parenthesis. But unfortunately, this is not the only case for this error thrown out. Even when we match the count of left and right parenthesis, error ORA-00907 still can be thrown [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=137&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OK this is oracle sql error. the first step to trouble shoot it is by spotting what the error said: looks for missing right parenthesis.<br />
But unfortunately, this is not the only case for this error thrown out. Even when we match the count of left and right parenthesis, error ORA-00907 still can be thrown out. some of the cases are:<br />
1. In program, for multi lines sql query, if you put comment it will throw error. ex.<br />
sql = &#8221; select a,round(b,2 &#8211;comment &#8220;<br />
sql &amp;= &#8221; ) from table &#8220;</p>
<p><span id="more-137"></span>This happened because multi lines readed as a long line, so the above example is read as : select a,round(b,2 &#8211;comment ) from table,</p>
<p>2. adding &#8220;order by&#8221; in &#8220;IN&#8221; clause in &#8220;where&#8221;.</p>
<p>3. adding user defined function inside sql statement.<br />
ex. select myfunction(a) from table</p>
<p>4. adding &#8220;order by&#8221; next to &#8220;union&#8221; two select clause.</p>
<p>5. forget to add comma in between parameter/entries in &#8220;decode&#8221; statement.</p>
<p>some other things can trigger this error also, but this is because of the bug in oracle version, like in oracle 7 when use use &#8220;case&#8221; inside in sql query.<br />
or in oracle 10 before 10.2.0.3 using full/left outer join in link with Bug 4433936.<br />
or using quote inside quote, like &#8216;xxxx&#8217;xxxx&#8217;xxxx&#8217; as a single string will throw error also, to correct this use the quote inside twice, like: &#8216;xxxx&#8221;xxxx&#8221;xxxx&#8217;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reedone816.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reedone816.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reedone816.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reedone816.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reedone816.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reedone816.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reedone816.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reedone816.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reedone816.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reedone816.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reedone816.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reedone816.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reedone816.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reedone816.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=137&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reedone816.wordpress.com/2011/07/20/ora-00907-missing-right-parenthesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5934e651097903d2e72d14c263985940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reedone816</media:title>
		</media:content>
	</item>
		<item>
		<title>creating windows installer in usb flashdisk</title>
		<link>http://reedone816.wordpress.com/2011/05/04/creating-windows-installer-in-usb-flashdisk/</link>
		<comments>http://reedone816.wordpress.com/2011/05/04/creating-windows-installer-in-usb-flashdisk/#comments</comments>
		<pubDate>Wed, 04 May 2011 08:39:18 +0000</pubDate>
		<dc:creator>reedone816</dc:creator>
				<category><![CDATA[IT technical]]></category>
		<category><![CDATA[flash disk]]></category>
		<category><![CDATA[usb bootable]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://reedone816.wordpress.com/2011/05/04/creating-windows-installer-in-usb-flashdisk/</guid>
		<description><![CDATA[ok let us start, back early, we know about livedisk, where you can run OS from removable disk, where you dump the OS to the RAM. it was started with linux, but with bartpe windows live cd follows. then linux introduce the use of usb for both live OS and OS installation, this took several [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=136&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ok let us start, back early, we know about livedisk, where you can run OS from removable disk, where you dump the OS to the RAM. it was started with linux, but with bartpe windows live cd follows.<br />
then linux introduce the use of usb for both live OS and OS installation, this took several years before we have windows 7/2008 that making installation windows using usb easy. you just need to use these four steps (two is essential):</p>
<p>- makes windows 7/2008 dvd ready in the drive tray.</p>
<p><span id="more-136"></span>- format the flashdisk.</p>
<p>- using command line, enter the windows dvd drive then type in its root: boot\bootsect.exe /NT60 [flashdisk drive]</p>
<p>then type, still in its root:<br />
xcopy *.* /s /e /f [flashdisk drive]<br />
(or using windows explorer copy all files from the windows dvd, including the hidden one to the root of usb flashdisk.)</p>
<p>*Note, in order for you to be able to use bootsect.exe make sure your system is the same bit with the windows dvd, e.g. your windows is xp 32 bit, then the windows 7 dvd is the x86 version not the 64 bit version.<br />
but there is a run around for that, you can use the bootsect.exe from 32 bit version but copying the 64 bit version and vice versa.</p>
<p>and there are other software that can make bootable usb, personally since those steps above won&#8217;t work for xp, so I use Novicorp WinToFlash &#8211; currently in beta &#8211; to create the usb windows installation.<br />
btw. you still cannot create x64 usb windows 7 installation disk on 32bit system (xp or vista/7/2008). so the manual steps above is better.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reedone816.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reedone816.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reedone816.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reedone816.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reedone816.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reedone816.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reedone816.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reedone816.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reedone816.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reedone816.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reedone816.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reedone816.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reedone816.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reedone816.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=136&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reedone816.wordpress.com/2011/05/04/creating-windows-installer-in-usb-flashdisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5934e651097903d2e72d14c263985940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reedone816</media:title>
		</media:content>
	</item>
		<item>
		<title>oracle error ora-01033 : ORACLE initialization or shutdown in progress</title>
		<link>http://reedone816.wordpress.com/2011/04/11/oracle-error-ora-01033-oracle-initialization-or-shutdown-in-progress/</link>
		<comments>http://reedone816.wordpress.com/2011/04/11/oracle-error-ora-01033-oracle-initialization-or-shutdown-in-progress/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 03:27:22 +0000</pubDate>
		<dc:creator>reedone816</dc:creator>
				<category><![CDATA[IT technical]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[ora-01033]]></category>
		<category><![CDATA[ORA-01109]]></category>
		<category><![CDATA[ORA-01110]]></category>
		<category><![CDATA[ORA-01113]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[ORACLE initialization or shutdown in progress]]></category>
		<category><![CDATA[oracledb 8i]]></category>
		<category><![CDATA[oradev 6i]]></category>
		<category><![CDATA[svrmgrl]]></category>
		<category><![CDATA[windows server 2003]]></category>

		<guid isPermaLink="false">http://reedone816.wordpress.com/2011/04/11/oracle-error-ora-01033-oracle-initialization-or-shutdown-in-progress/</guid>
		<description><![CDATA[Ok i have this error on my oracle 8.1.7 database with oracle developer 6i R2. This usually happened when the computer is improperly shutdown like of power failure or BSOD. Been searching on the internet most of the solution is to connect straight to sqlplus, like this: &#8211; open the command prompt. - in &#8220;c:\&#62;&#8221;, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=133&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ok i have this error on my oracle 8.1.7 database with oracle developer 6i R2.<br />
This usually happened when the computer is improperly shutdown like of power failure or BSOD.<br />
Been searching on the internet most of the solution is to connect straight to sqlplus, like this: &#8211; open the command prompt.<br />
- in &#8220;c:\&gt;&#8221;, type &#8220;sqlplus /nolog&#8221;<br />
- in &#8220;sql&gt;&#8221; type connect / as sysdba</p>
<p>Now this is the problem, based on the tutorial it should generate &#8220;connected&#8221; status, even though i&#8217;ve tried using the proper form of &#8220;connect sys/manager as sysdba&#8221; it still generating TNS error.<br />
<span id="more-133"></span>First since it was TNS error i look for multiple TNSNames.ora but there were no duplicity, only one found in each database and in developer folder.<br />
So after failed asking to master google, i tried to contact the other master in the flesh. There he scribe me to do these steps: &#8211; open command prompt.<br />
- type &#8220;svrmgrl&#8221; so the prompt changed from &#8220;c:\&gt;&#8221; to &#8220;svrmgrl&#8221; &#8211; there type &#8220;connect sys/manager as sysdba&#8221;<br />
(here i finally able to connect)<br />
- then type &#8220;shutdown&#8221;, it will generate:<br />
(ORA-01109: database not open)<br />
(database dismounted)<br />
(ORACLE instance shutdown)<br />
- then you type &#8220;startup&#8221;, you&#8217;ll see the status of the database: (ORACLE instance started.)<br />
(Total System Global Area xxxxx byte)<br />
(Fixed Size xxxxx byte)<br />
(Variable Size xxxxx byte)<br />
(Database Buffers xxxxx byte)<br />
(Redo Buffers xxxxx byte)<br />
(Database Mounted.)</p>
<p>if nothing show up after that, just the &#8216;svrmgrl&gt;&#8217;, then congratulation, your database is ready for transaction!</p>
<p>but now if after that, you found instead some ora error like: ORA-01113: file xx needs media recovery<br />
and/or ORA-01110: data file xx: &#8216;[DBF file parth]&#8216;<br />
then you should repair the file, for i because too lazy i just drop user&#8211;&gt; create user&#8211;&gt;import the data&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reedone816.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reedone816.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reedone816.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reedone816.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reedone816.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reedone816.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reedone816.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reedone816.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reedone816.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reedone816.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reedone816.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reedone816.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reedone816.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reedone816.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=133&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reedone816.wordpress.com/2011/04/11/oracle-error-ora-01033-oracle-initialization-or-shutdown-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5934e651097903d2e72d14c263985940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reedone816</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP.NET 2008 BOUND FIELD LIMITATION</title>
		<link>http://reedone816.wordpress.com/2011/04/04/asp-net-2008-bound-field-limitation/</link>
		<comments>http://reedone816.wordpress.com/2011/04/04/asp-net-2008-bound-field-limitation/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 09:48:36 +0000</pubDate>
		<dc:creator>reedone816</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[bound field]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[design mode]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[source mode]]></category>
		<category><![CDATA[visual studio 2008]]></category>

		<guid isPermaLink="false">http://reedone816.wordpress.com/2011/04/04/asp-net-2008-bound-field-limitation/</guid>
		<description><![CDATA[just find out today, another limitation of the visual studio 2008 asp.net. beside it somehow not 100% compatible with early days oracle query (I use oracle 8.1.7 database with asp.net 2.0/vs2008, ans some queries just cannot work without &#8220;simplifying&#8221; it). anyway, back to the tittle, it seems that every time i make it over 127 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=129&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>just find out today, another limitation of the visual studio 2008 asp.net.<br />
beside it somehow not 100% compatible with early days oracle query (I use oracle 8.1.7 database with asp.net 2.0/vs2008, ans some queries just cannot work without &#8220;simplifying&#8221; it).</p>
<p>anyway, back to the tittle, it seems that every time i make it over 127 columns when i save it, the visual studio crashed (actually i can save it at 127 columns, but when i add 13 more bound fields, it crashed). the strange thing is that it is ok if you use automatic generating field option, but not ok if you manually add the field yourself&#8230;</p>
<p>but don&#8217;t worry there is a work around to that, but this is with a consequence,<br />
<span id="more-129"></span>you cannot again enter the &#8220;design&#8221; mode of your aspx page once you add the bound field columns manually through &#8220;source&#8221; mode because it will crash your visual studio and be mindful, that the visual studio will use 100% source of one of your processor (the visual studio standard version i use, seems only to use one processor, even though you configure the affiliation to all your processors)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reedone816.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reedone816.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reedone816.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reedone816.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reedone816.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reedone816.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reedone816.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reedone816.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reedone816.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reedone816.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reedone816.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reedone816.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reedone816.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reedone816.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=129&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reedone816.wordpress.com/2011/04/04/asp-net-2008-bound-field-limitation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5934e651097903d2e72d14c263985940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reedone816</media:title>
		</media:content>
	</item>
		<item>
		<title>unknown IP Address randomly pop up in the LAN creating IP conflict</title>
		<link>http://reedone816.wordpress.com/2011/03/08/unknown-ip-address-randomly-pop-up-in-the-lan-creating-ip-conflict/</link>
		<comments>http://reedone816.wordpress.com/2011/03/08/unknown-ip-address-randomly-pop-up-in-the-lan-creating-ip-conflict/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 02:18:17 +0000</pubDate>
		<dc:creator>reedone816</dc:creator>
				<category><![CDATA[IT technical]]></category>
		<category><![CDATA[IP address]]></category>
		<category><![CDATA[IP conflict]]></category>
		<category><![CDATA[IT Techincal]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[netscan]]></category>
		<category><![CDATA[port 80]]></category>
		<category><![CDATA[Print server]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[UPnP]]></category>

		<guid isPermaLink="false">http://reedone816.wordpress.com/?p=121</guid>
		<description><![CDATA[for months we were confused by IP address conflict happened with our servers (we are implementing static IP in our LAN). So like usual we were trying to locate what was the culprit. to make it easier for us we just use the portable software netscan. the software found the address, but can&#8217;t extract the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=121&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>for months we were confused by IP address conflict happened with our servers (we are implementing static IP in our LAN). So like usual we were trying to locate what was the culprit. to make it easier for us we just use the portable software netscan.<span id="more-121"></span><br />
the software found the address, but can&#8217;t extract the information about the device, it just blank&#8230;<br />
since we cannot determine which device it was, we can do several steps either by turning off the DHCP server, putting static IPs on every device, making several sub network (need routing table and own switch/router per sub network).<br />
anyway since the bosses are not too fond of tinkering their gadget, we were not allowed to do the above method, too unpractical they said&#8230;<br />
Ok, since they hold the bread and butter for my home, then I was forced to do the &#8220;manual labor&#8221;, checking every device that not smart enough to left out an identification on our network&#8230;<br />
after randomly shooting and doing some research on the net, It just hit my head that we can identify the device by scanning (you can do it manually by using telnet, useless though if it was firewalled) the open port. and bingo! we found that the port 80 were open.<br />
<a href="http://reedone816.files.wordpress.com/2011/03/moz-screenshot-14.png"><img class="alignnone size-full wp-image-122" title="moz screenshot 14" src="http://reedone816.files.wordpress.com/2011/03/moz-screenshot-14.png?w=474" alt=""   /></a></p>
<p>we then open the browser and entering the IP Address, and you know what? It turned out to be a DLink Print server.<br />
And that leaves us with more mystery, since we already put the static address to the device through print server application (PS-Admin). Anyway, we continue to see the detailed network configuration on the device, and it turned out (again) that this print server can have two IP Address, one is for its UPnP (?Universal Plug n Play?) connection.<br />
so we disable the UPnP function and save the configuration&#8230;</p>
<p><a href="http://reedone816.files.wordpress.com/2011/03/moz-screenshot-15.png"><img class="alignnone size-full wp-image-123" title="moz screenshot 15" src="http://reedone816.files.wordpress.com/2011/03/moz-screenshot-15.png?w=474" alt=""   /></a></p>
<p>++++problem solved+++</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reedone816.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reedone816.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reedone816.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reedone816.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reedone816.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reedone816.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reedone816.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reedone816.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reedone816.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reedone816.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reedone816.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reedone816.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reedone816.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reedone816.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=121&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reedone816.wordpress.com/2011/03/08/unknown-ip-address-randomly-pop-up-in-the-lan-creating-ip-conflict/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5934e651097903d2e72d14c263985940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reedone816</media:title>
		</media:content>

		<media:content url="http://reedone816.files.wordpress.com/2011/03/moz-screenshot-14.png" medium="image">
			<media:title type="html">moz screenshot 14</media:title>
		</media:content>

		<media:content url="http://reedone816.files.wordpress.com/2011/03/moz-screenshot-15.png" medium="image">
			<media:title type="html">moz screenshot 15</media:title>
		</media:content>
	</item>
		<item>
		<title>windows 2000 can only detect HDD up to 128 Gb</title>
		<link>http://reedone816.wordpress.com/2010/12/24/windows-2000-can-only-detect-hdd-up-to-128-gb/</link>
		<comments>http://reedone816.wordpress.com/2010/12/24/windows-2000-can-only-detect-hdd-up-to-128-gb/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 09:58:24 +0000</pubDate>
		<dc:creator>reedone816</dc:creator>
				<category><![CDATA[IT technical]]></category>

		<guid isPermaLink="false">http://reedone816.wordpress.com/2010/12/24/windows-2000-can-only-detect-hdd-up-to-128-gb/</guid>
		<description><![CDATA[Well microsoft says that it is because they purposely limit the detection mode, so the 48-bit mode is in disable state. must have SP4 installed first (for XP must have at least sp2 i think). The following conditions are necessary for the correct functioning of 48-bit LBA ATAPI support: A computer with a 48-bit LBA-compatible [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=120&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well microsoft says that it is because they purposely limit the detection mode, so the 48-bit mode is in disable state.<br />
must have SP4 installed first (for XP must have at least sp2 i think).</p>
<p><span id="more-120"></span>The following conditions are necessary for the correct functioning of 48-bit LBA ATAPI support:<br />
A computer with a 48-bit LBA-compatible Basic Input/Output System (BIOS) installed.<br />
A computer with a hard disk that has a capacity of greater than 137 gigabytes (GB).</p>
<p>You must enable the support in the Windows registry by adding or changing the EnableBigLba registry value to 1 in the following registry subkey:<br />
<strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\atapi\Parameters </strong></p>
<p>To enable 48-bit LBA large-disk support in the registry:</p>
<ul>
<li>Start Registry Editor (Regedt32.exe).</li>
<li>Locate and then click the following key in the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Atapi\Parameters</li>
<li>On the Edit menu, click Add Value, and then add the following registry value: Value name: EnableBigLba</li>
<li>Data type: REG_DWORD</li>
<li>Value data: 0&#215;1</li>
<li>Quit Registry Editor.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reedone816.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reedone816.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reedone816.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reedone816.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reedone816.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reedone816.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reedone816.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reedone816.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reedone816.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reedone816.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reedone816.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reedone816.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reedone816.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reedone816.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=120&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reedone816.wordpress.com/2010/12/24/windows-2000-can-only-detect-hdd-up-to-128-gb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5934e651097903d2e72d14c263985940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reedone816</media:title>
		</media:content>
	</item>
		<item>
		<title>SATA drive runs very slow in server with SAS.</title>
		<link>http://reedone816.wordpress.com/2010/12/22/sata-drive-run-very-slow-in-server-with-sas/</link>
		<comments>http://reedone816.wordpress.com/2010/12/22/sata-drive-run-very-slow-in-server-with-sas/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 04:49:29 +0000</pubDate>
		<dc:creator>reedone816</dc:creator>
				<category><![CDATA[IT technical]]></category>
		<category><![CDATA[harddisk]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[SATA]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[troubleshoot]]></category>

		<guid isPermaLink="false">http://reedone816.wordpress.com/2010/12/22/sata-drive-run-very-slow-in-server-with-sas/</guid>
		<description><![CDATA[SAS and SATA are using the same power and data slot. SAS HDD cannot be detected if you plug the SATA cable, but SATA can be detected fine when you plug SAS cable. I haven&#8217;t put any though about it until when I installed database on the SATA drive that was plugged to SAS cable. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=117&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SAS and SATA are using the same power and data slot. SAS HDD cannot be detected if you plug the SATA cable, but SATA can be detected fine when you plug SAS cable. I haven&#8217;t put any though about it until when I installed database on the SATA drive that was plugged to SAS cable. when I imported the data to the database it took all night long to finish then what normally only 30 minutes.</p>
<p><span id="more-117"></span><br />
So then I checked the server performance using performance monitor, there I saw disk queue waiting time had reached the roof. so to get the detail I added another parameter on individual physical drive, then I saw that the SATA drive had very low performance. So I installed HDD diagnostic utility HDD sentinel since it is freeware. There I saw that the read/write was so slow, only in 10&#8242;s kilo bytes.<br />
After days tweaking from bios, to the system and hadn&#8217;t been able to made a differences, I took off the casing side and looked inside and something hit my head, why should I use the SAS cable? So I took it off and use the regular SATA cable and restarted the server, reimporting my database and it even faster than the regular 30 minutes I took using SAS drive&#8230;<br />
dunno why, SAS should be faster than SATA it is 15000 rpm twice the SATA 7500 rpm.<br />
Anyway, since it is better now I refuse to inquiry further, hehehe&#8230; let sleeping dog lie.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reedone816.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reedone816.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reedone816.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reedone816.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reedone816.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reedone816.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reedone816.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reedone816.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reedone816.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reedone816.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reedone816.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reedone816.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reedone816.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reedone816.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=117&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reedone816.wordpress.com/2010/12/22/sata-drive-run-very-slow-in-server-with-sas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5934e651097903d2e72d14c263985940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reedone816</media:title>
		</media:content>
	</item>
		<item>
		<title>configuring ICA UPS</title>
		<link>http://reedone816.wordpress.com/2010/12/01/configuring-ica-ups/</link>
		<comments>http://reedone816.wordpress.com/2010/12/01/configuring-ica-ups/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 08:44:59 +0000</pubDate>
		<dc:creator>reedone816</dc:creator>
				<category><![CDATA[IT technical]]></category>
		<category><![CDATA[220v]]></category>
		<category><![CDATA[AC]]></category>
		<category><![CDATA[configuring]]></category>
		<category><![CDATA[ICA]]></category>
		<category><![CDATA[unstable AC]]></category>
		<category><![CDATA[UPS]]></category>
		<category><![CDATA[volt]]></category>
		<category><![CDATA[voltase]]></category>

		<guid isPermaLink="false">http://reedone816.wordpress.com/?p=110</guid>
		<description><![CDATA[well we just having visited by a technician where my company bough ICA UPS. we got nice info on how to configuring the UPS. you know if you open the ICA UPS, you&#8217;ll see a board right? in that board you&#8217;ll see number next to the blue thing that you can turn left or right [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=110&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[
<a href='http://reedone816.wordpress.com/2010/12/01/configuring-ica-ups/moz-screenshot-12/' title='moz screenshot 12'><img data-attachment-id='111' data-orig-size='200,150' data-liked='0'width="150" height="112" src="http://reedone816.files.wordpress.com/2010/12/moz-screenshot-12.png?w=150&#038;h=112" class="attachment-thumbnail" alt="moz screenshot 12" title="moz screenshot 12" /></a>
<a href='http://reedone816.wordpress.com/2010/12/01/configuring-ica-ups/moz-screenshot-13/' title='moz screenshot 13'><img data-attachment-id='112' data-orig-size='160,92' data-liked='0'width="150" height="86" src="http://reedone816.files.wordpress.com/2010/12/moz-screenshot-13.png?w=150&#038;h=86" class="attachment-thumbnail" alt="moz screenshot 13" title="moz screenshot 13" /></a>

<p>well we just having visited by a technician where my company bough ICA UPS. we got nice info on how to configuring the UPS.<br />
you know if you open the ICA UPS, you&#8217;ll see a board right? in that board you&#8217;ll see number next to the blue thing that you can turn left or right (like a screw).<span id="more-110"></span><br />
now you find the number 201, 501 and 401.<br />
the number 201 is to set the output of your UPS, to set it right you need a multitester or av tester. just using a screw driver you turn it to the right to increase and to the left to decrease, the recommendation is 220, since it is the factory default for any electronic appliance today.<br />
now the number 501 is to set the input, if the electricity of your home is not within a good range (like below 160v or above 240v) then you calibrate it to 224v.<br />
now the 401 is to set when you have problem when sudden surge on/off from the AC electricity of your home or the AC of your home is too low that makes the ICA cannot take any power input from your home AC. the tester wont be showing you the change when you calibrate the 401. only when you turn it too to the left the ICA UPS will stop accepting AC power from outside. (it will start to beep like when the electricity is off).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reedone816.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reedone816.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reedone816.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reedone816.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reedone816.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reedone816.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reedone816.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reedone816.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reedone816.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reedone816.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reedone816.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reedone816.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reedone816.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reedone816.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=110&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reedone816.wordpress.com/2010/12/01/configuring-ica-ups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5934e651097903d2e72d14c263985940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reedone816</media:title>
		</media:content>

		<media:content url="http://reedone816.files.wordpress.com/2010/12/moz-screenshot-12.png?w=150" medium="image">
			<media:title type="html">moz screenshot 12</media:title>
		</media:content>

		<media:content url="http://reedone816.files.wordpress.com/2010/12/moz-screenshot-13.png?w=150" medium="image">
			<media:title type="html">moz screenshot 13</media:title>
		</media:content>
	</item>
		<item>
		<title>sony vaio fn key problem</title>
		<link>http://reedone816.wordpress.com/2010/10/27/sony-vaio-fn-key-problem/</link>
		<comments>http://reedone816.wordpress.com/2010/10/27/sony-vaio-fn-key-problem/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 07:12:52 +0000</pubDate>
		<dc:creator>reedone816</dc:creator>
				<category><![CDATA[IT technical]]></category>
		<category><![CDATA[fn key]]></category>
		<category><![CDATA[monitor switch]]></category>
		<category><![CDATA[projector]]></category>
		<category><![CDATA[sony vaio vgn-sz433n]]></category>
		<category><![CDATA[vaio]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://reedone816.wordpress.com/2010/10/27/sony-vaio-fn-key-problem/</guid>
		<description><![CDATA[it happened when my director laptop need to be downgraded to xp. he got sony vaio vgn-sz433n. so i install the xp pro after downloading all the necessary drives and tools for xp. everything went smoothly, all driver installed so no more &#8220;other devices&#8221; showed in device manager. but when my boss used it he [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=107&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>it happened when my director laptop need to be downgraded to xp. he got sony vaio vgn-sz433n.<br />
so i install the xp pro after downloading all the necessary drives and tools for xp.<br />
everything went smoothly, all driver installed so no more &#8220;other devices&#8221; showed in device manager.<br />
but when my boss used it he said that the fn key was not working for the projector but it is fine for other functions.<br />
<span id="more-107"></span>so again i look to mr. search engine and i stumble upon one forum that this thing happened because you installing incompatible OS on the laptop, like the laptop was sold in japan but you use windows xp with english version, for that we need to install additional library from sony, for my case it is in here:<br />
<em><a href="http://www.sony.co.id/support/download/289297/product/vgn-sz433n/sectionfirst?subpage=detail">http://www.sony.co.id/support/download/289297/product/vgn-sz433n/sectionfirst?subpage=detail</a><br />
</em>you only need to download <strong>Sony Shared Library.<br />
</strong>after installing and restarted the fn f7 key for monitor switching finally worked.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reedone816.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reedone816.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reedone816.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reedone816.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reedone816.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reedone816.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reedone816.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reedone816.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reedone816.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reedone816.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reedone816.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reedone816.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reedone816.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reedone816.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reedone816.wordpress.com&amp;blog=8694214&amp;post=107&amp;subd=reedone816&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reedone816.wordpress.com/2010/10/27/sony-vaio-fn-key-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5934e651097903d2e72d14c263985940?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reedone816</media:title>
		</media:content>
	</item>
	</channel>
</rss>
