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

<channel>
	<title>blog.watashii &#187; Software</title>
	<atom:link href="http://blog.watashii.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.watashii.com</link>
	<description></description>
	<lastBuildDate>Wed, 02 Nov 2011 02:23:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Change Power Scheme From Windows Command Prompt</title>
		<link>http://blog.watashii.com/2011/02/change-power-scheme-from-windows-command-prompt/</link>
		<comments>http://blog.watashii.com/2011/02/change-power-scheme-from-windows-command-prompt/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 10:16:53 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=544</guid>
		<description><![CDATA[If you have a laptop, Windows provides different power schemes that you can switch (or create your own) for power management.  You can switch your power scheme the same way using the command prompt using the powercfg utility. To list all the available power schemes, open the Windows command prompt and run powercfg /list C:\Users\Watashii&#62;powercfg [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/' rel='bookmark' title='Permanent Link: Windows Vista &#8211; Change Sleep Button to Shutdown Button'>Windows Vista &#8211; Change Sleep Button to Shutdown Button</a></li>
<li><a href='http://blog.watashii.com/2010/10/windows-desktop-shortcut-to-activate-screensaver/' rel='bookmark' title='Permanent Link: Windows Desktop Shortcut to Activate Screensaver'>Windows Desktop Shortcut to Activate Screensaver</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2011/02/powerscheme.png"><img class="alignnone size-full wp-image-545" title="powerscheme" src="http://blog.watashii.com/wp-content/uploads/2011/02/powerscheme.png" alt="" width="227" height="242" /></a></p>
<p>If you have a laptop, Windows provides different power schemes that you can switch (or create your own) for power management.  You can switch your power scheme the same way using the command prompt using the powercfg utility.</p>
<p>To list all the available power schemes, open the Windows command prompt and run powercfg /list</p>
<pre><code>C:\Users\Watashii&gt;powercfg /list

Existing Power Schemes (* Active)
-----------------------------------
Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e  (Balanced)
Power Scheme GUID: 49ef8fc0-bb7f-488e-b6a0-f1fc77ec649b  (Dell Recommended) *
Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c  (High performance)
Power Scheme GUID: a1841308-3541-4fab-bc81-f71556f20b4a  (Power saver)</code></pre>
<p>To change your power scheme (to Power Saver for example), run powercfg /setactive</p>
<pre><code>powercfg /setactive a1841308-3541-4fab-bc81-f71556f20b4a</code></pre>
<p>Tip: You can also put the above command inside a batch (.bat) file and run this conveniently like a shortcut.</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/' rel='bookmark' title='Permanent Link: Windows Vista &#8211; Change Sleep Button to Shutdown Button'>Windows Vista &#8211; Change Sleep Button to Shutdown Button</a></li>
<li><a href='http://blog.watashii.com/2010/10/windows-desktop-shortcut-to-activate-screensaver/' rel='bookmark' title='Permanent Link: Windows Desktop Shortcut to Activate Screensaver'>Windows Desktop Shortcut to Activate Screensaver</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2011/02/change-power-scheme-from-windows-command-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install &amp; Uninstall Probes/Gateways on Netcool Omnibus</title>
		<link>http://blog.watashii.com/2011/01/install-uninstall-probesgateways-on-netcool-omnibus/</link>
		<comments>http://blog.watashii.com/2011/01/install-uninstall-probesgateways-on-netcool-omnibus/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 05:56:06 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[netcool]]></category>
		<category><![CDATA[omnibus]]></category>
		<category><![CDATA[probes]]></category>
		<category><![CDATA[tivoli]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=516</guid>
		<description><![CDATA[Installing probes &#38; gateway for Netcool/Omnibus 7.2 and below (ie prior to 7.3) is done by using the nco_patch patch tool over an existing Netcool Omnibus installation, with the un-tarred path of the patch (Unix): $ $NCHOME/omnibus/install/nco_patch -install /tmp/probe-nco-p-mttrapd-9_0/patch/probe-nco-p-mttrapd-9_0/ To list all the patch (ids) that has been already applied to the installation, run the [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/07/netcoolomnibus-replay-raw-capture-alarms/' rel='bookmark' title='Permanent Link: Netcool/OMNIbus &#8211; Replay raw capture alarms'>Netcool/OMNIbus &#8211; Replay raw capture alarms</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://blog.watashii.com/wp-content/uploads/2011/01/IBM_Tivoli.gif"><img class="size-full wp-image-517 aligncenter" title="IBM_Tivoli" src="http://blog.watashii.com/wp-content/uploads/2011/01/IBM_Tivoli.gif" alt="" width="163" height="84" /></a></p>
<p>Installing probes &amp; gateway for Netcool/Omnibus 7.2 and below (ie prior to 7.3) is done by using the <em>nco_patch</em> patch tool over an existing Netcool Omnibus installation, with the un-tarred path of the patch (Unix):</p>
<p><code>$ $NCHOME/omnibus/install/nco_patch -install /tmp/probe-nco-p-mttrapd-9_0/patch/probe-nco-p-mttrapd-9_0/</code></p>
<p>To list all the patch (ids) that has been already applied to the installation, run the following command:</p>
<p><code>$ $NCHOME/omnibus/install/nco_patch -print=id<br />
gateway-nco-g-oracle-4_0<br />
gateway-nco-g-remedy-8_0<br />
probe-nco-p-mttrapd-9_0</code></p>
<p>To remove/uninstall the probe, we use the same <em>nco_patch</em> tool with the patch id :</p>
<p><code>$ $NCHOME/omnibus/install/nco_patch -remove probe-nco-p-mttrapd-9_0</code></p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/07/netcoolomnibus-replay-raw-capture-alarms/' rel='bookmark' title='Permanent Link: Netcool/OMNIbus &#8211; Replay raw capture alarms'>Netcool/OMNIbus &#8211; Replay raw capture alarms</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2011/01/install-uninstall-probesgateways-on-netcool-omnibus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Desktop Shortcut to Activate Screensaver</title>
		<link>http://blog.watashii.com/2010/10/windows-desktop-shortcut-to-activate-screensaver/</link>
		<comments>http://blog.watashii.com/2010/10/windows-desktop-shortcut-to-activate-screensaver/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 06:59:00 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=489</guid>
		<description><![CDATA[For all the power saving green freaks out there, heres how to create a handy Windows desktop shortcut to activate the screensaver immediately. Step 1 Right click on the desktop &#62; New &#62; Shortcut Step 2 In the &#8220;Type in the location of the item&#8220;, add in the following:   %SystemRoot%\system32\logon.scr /s Note this is [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2011/02/change-power-scheme-from-windows-command-prompt/' rel='bookmark' title='Permanent Link: Change Power Scheme From Windows Command Prompt'>Change Power Scheme From Windows Command Prompt</a></li>
<li><a href='http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/' rel='bookmark' title='Permanent Link: Windows Vista &#8211; Change Sleep Button to Shutdown Button'>Windows Vista &#8211; Change Sleep Button to Shutdown Button</a></li>
<li><a href='http://blog.watashii.com/2008/10/xp-themes-designed-signed-by-microsoft/' rel='bookmark' title='Permanent Link: XP Themes Designed &#038; Signed by Microsoft'>XP Themes Designed &#038; Signed by Microsoft</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2010/10/screensaver_sc.png"><img class="alignnone size-full wp-image-490" style="width: 437px; height: 217px;" title="screensaver_sc" src="http://blog.watashii.com/wp-content/uploads/2010/10/screensaver_sc.png" alt="" width="437" height="217" /></a></p>
<p>For all the power saving green freaks out there, heres how to create a handy Windows desktop shortcut to activate the screensaver immediately.</p>
<h5><span id="more-489"></span><strong>Step 1</strong></h5>
<p>Right click on the desktop &gt; <em>New </em>&gt; <em>Shortcut</em></p>
<h5><strong>Step 2</strong></h5>
<p>In the &#8220;<em>Type in the location of the item</em>&#8220;, add in the following:   <strong>%SystemRoot%\system32\logon.scr /s</strong></p>
<p>Note this is the location of the screen-saver executable file that is used during Windows user login.  You can switch to another screen-saver file of your choice (eg look for different <em>.scr</em> files under the <em>C:\windows\system32\</em> folder)</p>
<h5><strong>Step 3</strong></h5>
<p>Give it a shortcut name to complete, eg:  <strong>&#8220;Activate Screensaver&#8221;</strong></p>
<h5><strong>Step 4</strong></h5>
<p>Optionally you can change the icon of your choice:  Right click on your shortcut &gt; <em>Properties </em>&gt; <em>Change Icon&#8230;</em></p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2011/02/change-power-scheme-from-windows-command-prompt/' rel='bookmark' title='Permanent Link: Change Power Scheme From Windows Command Prompt'>Change Power Scheme From Windows Command Prompt</a></li>
<li><a href='http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/' rel='bookmark' title='Permanent Link: Windows Vista &#8211; Change Sleep Button to Shutdown Button'>Windows Vista &#8211; Change Sleep Button to Shutdown Button</a></li>
<li><a href='http://blog.watashii.com/2008/10/xp-themes-designed-signed-by-microsoft/' rel='bookmark' title='Permanent Link: XP Themes Designed &#038; Signed by Microsoft'>XP Themes Designed &#038; Signed by Microsoft</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2010/10/windows-desktop-shortcut-to-activate-screensaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion &#8211; Allow Author Name Logging</title>
		<link>http://blog.watashii.com/2010/07/subversion-allow-author-name-logging/</link>
		<comments>http://blog.watashii.com/2010/07/subversion-allow-author-name-logging/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 08:44:40 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[hook]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[subversive]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=423</guid>
		<description><![CDATA[To log the author name when trying to check-in files using Subversive/Eclipse over SVN, switch to SVN Repository Exploring perspective &#62; right-click on your repository &#62; edit the Location Properties &#62; Advanced tab &#62; and enable Override author name: However, the following error may occur on the SVN repository server: svn: 'Set revision author' operation [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2010/07/subversion_logo.png"><img class="alignnone size-full wp-image-424" title="subversion_logo" src="http://blog.watashii.com/wp-content/uploads/2010/07/subversion_logo.png" alt="" width="468" height="64" /></a></p>
<p>To log the author name when trying to check-in files using Subversive/Eclipse over SVN, switch to <em>SVN Repository Exploring</em> perspective &gt; right-click on your repository &gt; edit the<em> Location Properties </em>&gt; <em>Advanced </em>tab &gt; and enable <em>Override author name:</em></p>
<p><em><a href="http://blog.watashii.com/wp-content/uploads/2010/07/subversive_location.png"><img class="alignnone size-full wp-image-428" title="subversive_location" src="http://blog.watashii.com/wp-content/uploads/2010/07/subversive_location.png" alt="" width="448" height="517" /></a><br />
</em></p>
<p><span id="more-423"></span>However, the following error may occur on the SVN repository server:</p>
<pre><code>svn: 'Set revision author' operation finished with error: Disabled repository feature
svn: Repository has not been enabled to accept revision propchanges;
ask the administrator to create a pre-revprop-change hook</code></pre>
<p>The solution is to create a <a href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-repository-hooks.html" target="_blank">hook</a>, ie an executable script, on the SVN repository server under the hooks directory.  Create a file, named <em>pre-revprop-change.bat</em> (for Windows, but similar fashion on *nix) with the following commands:</p>
<pre><code>@echo off
REM pre-revprop-change.bat hook script
if "%4" == "svn:author" exit /b 0
echo "Changing revision properties %4% is prohibited" &gt;&amp;2
exit /b 1</code></pre>
<p>This will allow the author name log property (svn:author) updates to be accepted (which is rejected by default).</p>
<p><em></em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2010/07/subversion-allow-author-name-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IOGraph &#8211; Capture Mouse Movements Into Art</title>
		<link>http://blog.watashii.com/2010/06/iograph-capture-mouse-movements-into-art/</link>
		<comments>http://blog.watashii.com/2010/06/iograph-capture-mouse-movements-into-art/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 02:16:14 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mouse]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=360</guid>
		<description><![CDATA[IOGraph is a simple Java application that captures your mouse cursor movements on the screen and plots them on to a blank canvas picture.  All you need to do is run the application, minimize it, then perform your usual routines on your computer.  After a while you will see a cool looking graphic art that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2010/06/IOGraphica_1hour.png"><img class="alignnone size-full wp-image-361" title="IOGraphica_1hour" src="http://blog.watashii.com/wp-content/uploads/2010/06/IOGraphica_1hour.png" alt="" width="471" height="306" /></a></p>
<p><a href="http://iographica.com/" target="_blank">IOGraph</a> is a simple Java application that captures your mouse cursor movements on the screen and plots them on to a blank canvas picture.  All you need to do is run the application, minimize it, then perform your usual routines on your computer.  After a while you will see a cool looking graphic art that you can export.</p>
<p>The capture displayed here was taken for 1 hour at work on my dual monitor computer.  The large black dots represent how long the mouse have paused;  the longer, the larger.  Notice my right monitor was hardly ever used!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2010/06/iograph-capture-mouse-movements-into-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Reserved Ports Restricted For Security Reasons</title>
		<link>http://blog.watashii.com/2010/05/firefox-reserved-ports-restricted-for-security-reasons/</link>
		<comments>http://blog.watashii.com/2010/05/firefox-reserved-ports-restricted-for-security-reasons/#comments</comments>
		<pubDate>Wed, 12 May 2010 03:22:44 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=346</guid>
		<description><![CDATA[When browsing to web sites based on non standard HTTP ports, such as port 636 for LDAP SSL, Firefox bans access with the above message.  By default, a number of ports are blocked from access due to a number of potential security vulnerabilities.  These banned ports are usually reserved for specific services and are not [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
<li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
<li><a href='http://blog.watashii.com/2008/06/firefox-30/' rel='bookmark' title='Permanent Link: Firefox 3.0 Upgraded'>Firefox 3.0 Upgraded</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2010/05/firefox_port_restricted01.png"><img class="alignnone size-full wp-image-348" title="firefox_port_restricted01" src="http://blog.watashii.com/wp-content/uploads/2010/05/firefox_port_restricted01.png" alt="" width="554" height="449" /></a></p>
<p>When browsing to web sites based on non standard HTTP ports, such as port 636 for LDAP SSL, Firefox bans access with the above message.  By default, a number of ports are blocked from access due to a number of potential <a href="http://www.mozilla.org/projects/netlib/PortBanning.html" target="_blank">security vulnerabilities</a>.  These banned ports are usually reserved for specific services and are not ideal for web browsing.</p>
<p><span id="more-346"></span>To unblock these ports, we can specify the <a href="network.security.ports.banned.override preference" target="_blank"><em>network.security.ports.banned.override</em></a> preference in <em>about:config</em>. This is a new preference inside about:config, so right-click on the screen and create a new <em>String </em>preference to the port you want to allow access.  You can also specify a range instead of a single port number, such as <em>1-1024</em>.   Just a word of warning, unblocking ports will pose a security risk.</p>
<p><a href="http://blog.watashii.com/wp-content/uploads/2010/05/firefox_port_restricted02.png"><img class="alignnone size-full wp-image-347" title="firefox_port_restricted02" src="http://blog.watashii.com/wp-content/uploads/2010/05/firefox_port_restricted02.png" alt="" width="555" height="178" /></a></p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
<li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
<li><a href='http://blog.watashii.com/2008/06/firefox-30/' rel='bookmark' title='Permanent Link: Firefox 3.0 Upgraded'>Firefox 3.0 Upgraded</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2010/05/firefox-reserved-ports-restricted-for-security-reasons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to Enable/Startup RAS</title>
		<link>http://blog.watashii.com/2010/03/unable-to-enablestartup-ras/</link>
		<comments>http://blog.watashii.com/2010/03/unable-to-enablestartup-ras/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 06:16:24 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[BusinessObjects]]></category>
		<category><![CDATA[ccm.sh]]></category>
		<category><![CDATA[cmc]]></category>
		<category><![CDATA[ras]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=315</guid>
		<description><![CDATA[On a BusinessObjects XIR2 (SP3) Solaris installation, the following effects may be occurring: The RAS server refuses to startup using ./ccm.sh -start ras or ./startservers commands. Performing a ./ccm.sh -enable ras will complain that the RAS object does not exist, even though it is listed within ccm.config file. When the RAS server instance is deleted [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/09/businessobjects-internal-error-when-connecting-windows-clients/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Internal Error when connecting Windows clients'>BusinessObjects &#8211; Internal Error when connecting Windows clients</a></li>
<li><a href='http://blog.watashii.com/2008/10/businessobjects-delete-universes-in-cmc/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Delete Universes in CMC'>BusinessObjects &#8211; Delete Universes in CMC</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2010/03/sap_business_objects.jpg"><img class="alignnone size-full wp-image-317" title="sap_business_objects" src="http://blog.watashii.com/wp-content/uploads/2010/03/sap_business_objects.jpg" alt="" width="382" height="100" /></a></p>
<p>On a BusinessObjects XIR2 (SP3) Solaris installation, the following effects may be occurring:</p>
<ol>
<li>The RAS server refuses to startup using <em>./ccm.sh -start ras</em> or <em>./startservers</em> commands.</li>
<li>Performing a <em>./ccm.sh -enable ras</em> will complain that the RAS object does not exist, even though it is listed within <em>ccm.config</em> file.</li>
<li>When the RAS server instance is deleted from the CMC, restarting all the servers and performing <em>./ccm.sh -enable all</em> or <em>./ccm.sh -display</em>, the RAS entry does not show up at all.</li>
<li>When the RAS server instance is deleted and added using the <em>./serverconfig.sh</em> tool, the RAS entry does not show up at all in CMC, <em>./ccm.sh -enable all </em>or <em>./ccm.sh -display</em>.</li>
<li>When the <em>./ccm.sh -start ras</em> <strong>does </strong>performs successfully, related serverpid&#8217;s <strong>are </strong>created, RAS processes <strong>are </strong>running, but RAS entry does not show up in <em>./ccm.sh -display</em> or CMC, and the RAS server&#8217;s tcp ports are not opened at all.</li>
</ol>
<p><span id="more-315"></span></p>
<p>Note there is no single method to fix this and is case-by-case, and depends on the software/patch level your BO installation is on.  Here are my steps to get the RAS running again:</p>
<ol>
<li>Stop all the servers.</li>
<li>Run the <em>./serverconfig.sh</em> tool and delete the RAS server.</li>
<li>Run the <em>./setup/env.sh</em> script to be safe</li>
<li>Run the<em> server_patch_xir2.sh</em> script. This is a patch provided by SAP support and is not available on the BusinessObjects installation. Uploaded <a href="http://www.watashii.com/code/businessobjects_ras/server_patch_xir2.sh" target="_blank">here</a> for convenience, but you should get it verified before using it (Disclaimer).</li>
<li>Run the <em>./serverconfig.sh</em> tool and add the RAS server.</li>
<li>Optionally, custom edit the ccm.config file for the corresponding RAS entry that was automatically appended by the previous step.</li>
<li>Start the CMS: <em>./ccm.sh -start cms</em>.</li>
<li>Run <em>./ccm.sh -enable all</em>.  Hopefully the RAS entry gets listed and enabled here.</li>
<li>Try to start the RAS again: <em>./ccm.sh -start ras</em></li>
</ol>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/09/businessobjects-internal-error-when-connecting-windows-clients/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Internal Error when connecting Windows clients'>BusinessObjects &#8211; Internal Error when connecting Windows clients</a></li>
<li><a href='http://blog.watashii.com/2008/10/businessobjects-delete-universes-in-cmc/' rel='bookmark' title='Permanent Link: BusinessObjects &#8211; Delete Universes in CMC'>BusinessObjects &#8211; Delete Universes in CMC</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2010/03/unable-to-enablestartup-ras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable &amp; Setup Sharing Folders in VMWare Player 2.0+</title>
		<link>http://blog.watashii.com/2009/11/enable-setup-sharing-folders-in-vmware-player-2-0/</link>
		<comments>http://blog.watashii.com/2009/11/enable-setup-sharing-folders-in-vmware-player-2-0/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 03:01:26 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[shared folders]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmx]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=299</guid>
		<description><![CDATA[To enable sharing folders on VMWare Player guest OS (without Workstation etc), the following entries can be added in the .VMX file: isolation.tools.hgfs.disable = "FALSE" sharedFolder.maxNum = "1" sharedFolder0.present = "TRUE" sharedFolder0.enabled = "TRUE" sharedFolder0.readAccess = "TRUE" sharedFolder0.writeAccess = "TRUE" sharedFolder0.hostPath = "C:\" sharedFolder0.guestName = "MyHostCDrive" sharedFolder0.expiration = "never" Load your Windows guest OS and [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/11/run-ubuntu-on-vmware-player/' rel='bookmark' title='Permanent Link: Install and Run Ubuntu on VMWare Player'>Install and Run Ubuntu on VMWare Player</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-300" title="vmware_shared" src="http://blog.watashii.com/wp-content/uploads/2009/11/vmware_shared.png" alt="vmware_shared" width="371" height="500" /></p>
<p>To enable sharing folders on VMWare Player guest OS (without Workstation etc), the following entries can be added in the .VMX file:</p>
<pre><code>isolation.tools.hgfs.disable = "FALSE"

sharedFolder.maxNum = "1"

sharedFolder0.present = "TRUE"
sharedFolder0.enabled = "TRUE"
sharedFolder0.readAccess = "TRUE"
sharedFolder0.writeAccess = "TRUE"
sharedFolder0.hostPath = "C:\"
sharedFolder0.guestName = "MyHostCDrive"
sharedFolder0.expiration = "never"
</code></pre>
<p>Load your Windows guest OS and go to the VMWare Player menu &gt; Sharing Folders&#8230; &gt; Then check <em>&#8216;Always Enable&#8217;</em></p>
<p>Your shared folder on Windows host OS (in this example <strong><em>C:\</em></strong>) can now be accessed on the guest OS via <em><strong>\\.host\Shared Folders\</strong></em></p>
<p>To add more shared folders, increase the value of <em>maxNum </em>in .VMX file, and copy the same config settings for sharedFolder0.XXX into sharedFolder1.XXX&#8230;sharedFolder2.XXX and so forth.</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/11/run-ubuntu-on-vmware-player/' rel='bookmark' title='Permanent Link: Install and Run Ubuntu on VMWare Player'>Install and Run Ubuntu on VMWare Player</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2009/11/enable-setup-sharing-folders-in-vmware-player-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Messenger 8.1/8.5 Bypass Mandatory Upgrade</title>
		<link>http://blog.watashii.com/2009/09/live-messenger-8-18-5-bypass-mandatory-upgrade/</link>
		<comments>http://blog.watashii.com/2009/09/live-messenger-8-18-5-bypass-mandatory-upgrade/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 01:48:47 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[live messenger]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=250</guid>
		<description><![CDATA[Today when logging into my Windows Live Messenger 8.1,  I received a message forcing me to upgrade to the latest Windows Live Messenger (2009).  This was discussed on their blog less than 1 month ago (thanks for the short heads-up).  However, like many others, upgrading to the 2009 version was not ideal. That is:  it [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/07/winamp-live-messenger-msn-now-playing-updates/' rel='bookmark' title='Permanent Link: Winamp &#8211; Live Messenger (MSN) &#8216;Now Playing&#8217; Updates'>Winamp &#8211; Live Messenger (MSN) &#8216;Now Playing&#8217; Updates</a></li>
<li><a href='http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/' rel='bookmark' title='Permanent Link: Windows Vista &#8211; Change Sleep Button to Shutdown Button'>Windows Vista &#8211; Change Sleep Button to Shutdown Button</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-256" title="msnbypass00" src="http://blog.watashii.com/wp-content/uploads/2009/09/msnbypass00.png" alt="msnbypass00" width="418" height="281" /></p>
<p>Today when logging into my Windows Live Messenger 8.1,  I received a message forcing me to upgrade to the latest Windows Live Messenger (2009).  This was discussed <a href="http://messengersays.spaces.live.com/blog/cns!5B410F7FD930829E!82557.entry" target="_blank">on their blog</a> less than 1 month ago (thanks for the short heads-up).  However, like many others, upgrading to the 2009 version was not ideal. That is:  it just doesn&#8217;t work at all.</p>
<p>For me, I ran into problems logging in (via my workplace), as I kept getting the error<em>: &#8220;Signing in to Windows Live Messenger failed because the authentication service is not compatible with this version of the program.<br />
Error code: 8100030f&#8221;. </em>And <a href="http://help.live.com/help.aspx?project=WL_Messengerv9" target="_blank">NOTHING in the online help</a> provided any clues with this message!<em><br />
</em></p>
<p>So the only resolution for me was to find a way to continue using the old version.  Here I found a workaround to skip the mandatory upgrade (I&#8217;m on XP, however Vista should work also).</p>
<p><span id="more-250"></span></p>
<p>1.) Exit your Live Messenger, then locate the messenger executable file, where-ever you&#8217;ve installed it.</p>
<p><img class="alignnone size-full wp-image-251" title="msnbypass01" src="http://blog.watashii.com/wp-content/uploads/2009/09/msnbypass01.png" alt="msnbypass01" width="370" height="273" /></p>
<p>2.) Right click on its properties.</p>
<p><img class="alignnone size-full wp-image-252" title="msnbypass02" src="http://blog.watashii.com/wp-content/uploads/2009/09/msnbypass02.png" alt="msnbypass02" width="238" height="326" /></p>
<p>3.) Under <em>Compatibility </em>tab, change the compatibility mode for <strong>Windows 2000</strong>.  This is because Live Messenger 8.1/8.5 is still compatible on an older version of Windows, and this version will not enforce a mandatory upgrade.</p>
<p><img class="alignnone size-full wp-image-253" title="msnbypass03" src="http://blog.watashii.com/wp-content/uploads/2009/09/msnbypass03.png" alt="msnbypass03" width="409" height="509" /></p>
<p>4.) Press OK and start Live Messenger.  It will repair itself for the first time it starts.</p>
<p><img class="alignnone size-full wp-image-254" title="msnbypass04" src="http://blog.watashii.com/wp-content/uploads/2009/09/msnbypass04.png" alt="msnbypass04" width="499" height="392" /></p>
<p>5.) Login should be back to normal afterwards!</p>
<p>Do you know any other workarounds?</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/07/winamp-live-messenger-msn-now-playing-updates/' rel='bookmark' title='Permanent Link: Winamp &#8211; Live Messenger (MSN) &#8216;Now Playing&#8217; Updates'>Winamp &#8211; Live Messenger (MSN) &#8216;Now Playing&#8217; Updates</a></li>
<li><a href='http://blog.watashii.com/2009/01/windows-vista-change-sleep-button-to-shutdown-button/' rel='bookmark' title='Permanent Link: Windows Vista &#8211; Change Sleep Button to Shutdown Button'>Windows Vista &#8211; Change Sleep Button to Shutdown Button</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2009/09/live-messenger-8-18-5-bypass-mandatory-upgrade/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Vacuum Database to Speedup Firefox</title>
		<link>http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/</link>
		<comments>http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 05:37:15 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[vacuum]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=225</guid>
		<description><![CDATA[Firefox performance can be improved by defragmenting the internal SQLite database.  This can be done by running a vacuum command within Firefox, as explained in Mozilla Links.   The process are as follows: 1) Open Tools &#62; Error Console (or Press Ctrl + Shift + J) 2) In the Code text box, paste the following (in [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/06/firefox-30/' rel='bookmark' title='Permanent Link: Firefox 3.0 Upgraded'>Firefox 3.0 Upgraded</a></li>
<li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
<li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-226" title="vacuum_firefox" src="http://blog.watashii.com/wp-content/uploads/2009/08/vacuum_firefox.png" alt="vacuum_firefox" width="499" height="194" /></p>
<p>Firefox performance can be improved by defragmenting the internal SQLite database.  This can be done by running a vacuum command within Firefox, as explained in <a href="http://mozillalinks.org/wp/2009/08/vacuum-firefox-databases-for-better-performance-now-with-no-restart/" target="_blank">Mozilla Links</a>.   The process are as follows:</p>
<p>1) Open <strong>Tools </strong>&gt; <strong>Error Console </strong>(or Press Ctrl + Shift + J)</p>
<p>2) In the <strong>Code </strong>text box, paste the following (in one single line)</p>
<pre><code>Components.classes["@mozilla.org/browser/nav-history-service;1"].
getService(Components.interfaces.nsPIPlacesDatabase).
DBConnection.executeSimpleSQL("VACUUM"); </code></pre>
<p><em>Note:  Make sure the double-quotes are normal quotes and not slanted quotes</em></p>
<p>3) Press <strong>Evaluate</strong>.  Firefox will freeze for a few seconds while the database is being defragmented.</p>
<p>A handier <a title="Vacuum Places" href="https://addons.mozilla.org/en-US/firefox/addon/13878" target="_blank">add-on extension</a> is also available to perform this action.</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/06/firefox-30/' rel='bookmark' title='Permanent Link: Firefox 3.0 Upgraded'>Firefox 3.0 Upgraded</a></li>
<li><a href='http://blog.watashii.com/2008/08/viewing-firefox-cache-files/' rel='bookmark' title='Permanent Link: Viewing Firefox Cache Files'>Viewing Firefox Cache Files</a></li>
<li><a href='http://blog.watashii.com/2008/07/add-search-engines-to-firefox/' rel='bookmark' title='Permanent Link: Add Search Engines to Firefox'>Add Search Engines to Firefox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2009/08/vacuum-database-to-speedup-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

