<?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>dewaMedia</title>
	<atom:link href="http://www.dewamedia.com/Index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.dewamedia.com</link>
	<description>short . informative</description>
	<lastBuildDate>Fri, 06 Aug 2010 22:04:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Automate Repetitive Tasks on Your Computer</title>
		<link>http://www.dewamedia.com/?p=698</link>
		<comments>http://www.dewamedia.com/?p=698#comments</comments>
		<pubDate>Sat, 03 Jul 2010 00:13:35 +0000</pubDate>
		<dc:creator>Valdy</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://www.dewamedia.com/?p=698</guid>
		<description><![CDATA[Challenge: Don&#8217;t realise that it has 190+ steps including clicks to produce few reports in preparation for analysis. Pre-Solution: There are 2 approaches: 1. Reviewing the code. 2. Automate this repetitive tasks using third party software. I am exploring second option by researching this topic. Here&#8217;s what I found: 1. http://freddy1990.com/index.php?page=product&#38;name=scar 2. Use IBM Rational Robot [...]]]></description>
			<content:encoded><![CDATA[<p>Challenge:</p>
<p>Don&#8217;t realise that it has 190+ steps including clicks to produce few reports in preparation for analysis.</p>
<p>Pre-Solution:</p>
<p>There are 2 approaches:</p>
<p>1. Reviewing the code.</p>
<p>2. Automate this repetitive tasks using third party software. I am exploring second option by researching this topic. Here&#8217;s what I found:</p>
<p>1. <a href="http://freddy1990.com/index.php?page=product&amp;name=scar">http://freddy1990.com/index.php?page=product&amp;name=scar</a></p>
<p>2. Use IBM Rational Robot for this but keep in mind it&#8217;s not cheap. It&#8217;s also probably been renamed few times since started using it so just search for Rational testing products in general. It&#8217;s fully script-able, allowing you to monitor the screen and send key presses and what not.</p>
<p>3. First purchase <a rel="nofollow" href="http://www.soti.net/default.asp?Cmd=Products&amp;SubCmd=PCPro">SOTI Pocket Controller Pro</a> then just use the normal AutoIt automation tools. It&#8217;s a little different because can&#8217;t actually capture popup windows like you may be used to, but it can automate clicks, and then loop and wait for things using the GetPixel methods to check it the screen is what you expect.</p>
<p>4. Selenium IDE is an integrated development environment for Selenium tests. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment that they will run.  Selenium IDE is not only recording tool: it is a complete IDE. You can choose to use its recording capability, or you may edit your scripts by hand. With autocomplete support and the ability to move commands around quickly, Selenium IDE is the ideal environment for creating Selenium tests no matter what style of tests you prefer.</p>
<pre><code>http://www.slideshare.net/joaopmaia/web-app-testing-with-selenium - a slideshow on how to use Selenium for web testing
http://www.pushtotest.com/docs/testmaker-help/testmaker-tutorials/building-tests-of-rich-internet-applications-using-ajax-and-selenium/task-1-record-and-playback-a-web-application-functional-test - a sample of how to use Selenium IDE's record and playback features.</code></pre>
<p>5. <a rel="nofollow" href="http://code.google.com/p/webdriver/">http://code.google.com/p/webdriver/</a> Webdriver and selenium are going to be merged at some point.</p>
<p>6. Hp QuickTestPro</p>
<p><strong>7. DejaClick</strong>. This is a free add-on for Mozilla Firefox. This tool does not require to do coding. We can record, parameterize (data driven) and play-back the scripts. This tool also provide some details for performance parameters as well (like time it took to load the entire page, time it took during network etc)</p>
<p>8. WaTiR &#8211; Web Automated Testing in Ruby &#8211; that&#8217;s a very popular one that handles any interface on a web page, aside from interacting with java applets directly. WaTiJ exists as well if you prefer Java, and WaTiN if you like .NET. There are plenty more but I thought I&#8217;d mention that in particular, for the rest, check:</p>
<pre><code>http://www.softwareqatest.com/qatweb1.html</code></pre>
<pre><code>
Exploring AutoIt:</code></pre>
<pre><code>You can use debugger: <a href="http://www.thefoolonthehill.net/drupal/AutoIt%20Debugger">http://www.thefoolonthehill.net/drupal/AutoIt%20Debugger</a></code></pre>
<pre><code>
</code></pre>
<pre><code>
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.dewamedia.com/?feed=rss2&amp;p=698</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ask Wandy!</title>
		<link>http://www.dewamedia.com/?p=687</link>
		<comments>http://www.dewamedia.com/?p=687#comments</comments>
		<pubDate>Sat, 26 Jun 2010 12:18:37 +0000</pubDate>
		<dc:creator>Valdy</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.dewamedia.com/?p=687</guid>
		<description><![CDATA[I am starting to compile what IT&#38;T (information technology and telecommunication) challenges that I am facing as individual or as team whether is for individual, clients (small business or corporate) or partners. From a simple question to a task or project. It could take to minutes or hours or days or even months to solve [...]]]></description>
			<content:encoded><![CDATA[<p>I am starting to compile what IT&amp;T (information technology and telecommunication) challenges that I am facing as individual or as team whether is for individual, clients (small business or corporate) or partners. From a simple question to a task or project. It could take to minutes or hours or days or even months to solve but we are determined as much as we love the challenge.</p>
<p>&lt;content_coming_soon&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dewamedia.com/?feed=rss2&amp;p=687</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Networking and Marketing Resources</title>
		<link>http://www.dewamedia.com/?p=670</link>
		<comments>http://www.dewamedia.com/?p=670#comments</comments>
		<pubDate>Fri, 11 Jun 2010 15:19:44 +0000</pubDate>
		<dc:creator>Valdy</dc:creator>
				<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.dewamedia.com/?p=670</guid>
		<description><![CDATA[I am starting compiling useful information and blogger that I found very interesting to follow. Here&#8217;re some blogger or information: The Smart Business Networker by Brenda Thompson]]></description>
			<content:encoded><![CDATA[<p>I am starting compiling useful information and blogger that I found very interesting to follow.</p>
<p>Here&#8217;re some blogger or information:</p>
<p><a href="http://www.thesmartbusinessnetworker.com.au">The Smart Business Networker</a> by <a href="http://www.twitter.com/networkingworld">Brenda Thompson</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dewamedia.com/?feed=rss2&amp;p=670</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to test DNS entry?</title>
		<link>http://www.dewamedia.com/?p=665</link>
		<comments>http://www.dewamedia.com/?p=665#comments</comments>
		<pubDate>Mon, 07 Jun 2010 02:57:47 +0000</pubDate>
		<dc:creator>Valdy</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://www.dewamedia.com/?p=665</guid>
		<description><![CDATA[Challenge: We have a multiple DNS servers and it seems one of DNS entry is not correct. Solution: On Windows, type in cmd to open command line. Type nslookup &#62; server ns1.your-dnsserver-that-you-want-to-test.com &#62; support.your-wevsite.com Check the entry result.]]></description>
			<content:encoded><![CDATA[<p>Challenge:</p>
<p>We have a multiple DNS servers and it seems one of DNS entry is not correct.</p>
<p>Solution:</p>
<p>On Windows, type in cmd to open command line.</p>
<p>Type nslookup</p>
<p>&gt; server ns1.your-dnsserver-that-you-want-to-test.com</p>
<p>&gt; support.your-wevsite.com</p>
<p>Check the entry result.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dewamedia.com/?feed=rss2&amp;p=665</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configuring Mac</title>
		<link>http://www.dewamedia.com/?p=651</link>
		<comments>http://www.dewamedia.com/?p=651#comments</comments>
		<pubDate>Tue, 25 May 2010 07:16:12 +0000</pubDate>
		<dc:creator>Valdy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dewamedia.com/?p=651</guid>
		<description><![CDATA[  Printer: Most of the FujiXerox are easy to setup by going accepting Generic PostScript Printer as Print Using. With a new DocuCentre-IV C2270 series, you have to do: Print Using &#62; Printer Software &#62;FX Print Driuver for Mac OSX 1.1. Continued &#8230;]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p><strong>Printer:</strong></p>
<p>Most of the FujiXerox are easy to setup by going accepting Generic PostScript Printer as Print Using. With a new DocuCentre-IV C2270 series, you have to do: Print Using &gt; Printer Software &gt;FX Print Driuver for Mac OSX 1.1.</p>
<p>Continued &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dewamedia.com/?feed=rss2&amp;p=651</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue on Windows Live Messanger</title>
		<link>http://www.dewamedia.com/?p=629</link>
		<comments>http://www.dewamedia.com/?p=629#comments</comments>
		<pubDate>Sun, 16 May 2010 05:00:49 +0000</pubDate>
		<dc:creator>Valdy</dc:creator>
				<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://www.dewamedia.com/?p=629</guid>
		<description><![CDATA[I cannot Sign in to Windows Live Messenger. I am could not see any error or getting unknown error message 4863 of 9633 people found this solution helpful. You may not be able to Sign in to Windows Live Messenger, due to any of the following reasons &#8220; Contacts cache in Windows Live Messenger is corrupted [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">I cannot Sign in to Windows Live Messenger. I am could not see any error or getting unknown error message 4863 of 9633 people found this solution helpful.</div>
<div id="_mcePaste">You may not be able to Sign in to Windows Live Messenger, due to any of the following reasons &#8220;</div>
<div id="_mcePaste">
<ol>
<li>Contacts cache in Windows Live Messenger is corrupted</li>
<li>Incorrect Date and Time settings in your computer</li>
<li>Firewall is blocking Windows Live Messenger Service</li>
</ol>
</div>
<div id="_mcePaste">TROUBLESHOOTING STEPS:</div>
<div>1. Ensure that msnmsgr.exe and wlcomm.exe is completely shut down</div>
<div id="_mcePaste">
<ul>
<li>Go to Task Manager (press Ctrl + Alt + Delete Key to bring up task manager option)</li>
<li>Go to Processes tab and look for msnmsgr.exe and wlcomm.exe program</li>
<li>If running, right click on the .exe files and select End process</li>
<li>Try to sign into Windows Live Messenger again</li>
</ul>
</div>
<div id="_mcePaste">2.  Change the Microsoft Windows Explorer settings:</div>
<div>
<ul>
<li>Go to Start, Run, Type explorer and click ok.</li>
<li>On the Tools menu, click Folder Options in Windows XP</li>
</ul>
</div>
<div id="_mcePaste">Organize and Folder and Search options in Windows Vista or Windows 7</div>
<div>
<ul>
<li>On the View tab, in the advanced settings list, select Show hidden files and folders under Hidden Files and Folders.</li>
<li>Clear the Hide extensions for known file types check box.</li>
<li>Click Ok to close the Folder Options window.</li>
</ul>
</div>
<div id="_mcePaste">3. Delete Windows Live Contacts Folder:</div>
<div>Based on the operating system version, browse to the following location:</div>
<div id="_mcePaste">Windows XP:</div>
<div id="_mcePaste">
<ul>
<li>Go to Start, click on My Computer</li>
<li>Browse to the location, C:\Documents and Settings\&lt;Windows logon name&gt;\Local Settings\Application Data\Microsoft</li>
<li>Delete Windows Live Contacts folder</li>
<li>Browse to the location, C:\Documents and Settings\&lt;Windows logon name&gt;\Contacts</li>
<li>Delete Contacts folder</li>
</ul>
</div>
<div id="_mcePaste">Windows Vista and Windows 7:</div>
<div id="_mcePaste">
<ul>
<li>Go to Start, click on Computer</li>
<li>Browse to the location, C:\Users\&lt;Windows logon name&gt;\AppData\Local\Microsoft</li>
<li>Delete Windows Live Contacts folder</li>
</ul>
</div>
<div id="_mcePaste">Note: Windows Logon name is the logon name that you use to sign in to Windows Operating system</div>
<div id="_mcePaste">Re-launch Windows Live Messenger and try to sign in again, and verify if the issue remains</div>
<div>4. Verify that the Date and Time Settings on the computer:</div>
<div>
<ul>
<li>Follow these steps based on your Operating System version to get to Date and Time Option :</li>
<li>In Windows XP, Go to Start, Click on Run, Type Control in the Run window to Open control Panel</li>
<li>In Windows Vista and Windows 7, Click Start, type date and time in the Start Search box, and then click Date and Time in the Programs list</li>
<li>Make sure that the date and time settings are configured to use the current date, time, and year, and then click OK</li>
</ul>
</div>
<div id="_mcePaste">If not, click on Change date and time… and set it to the current date and time</div>
<div>5. Verify if Windows Live Messenger is enabled through the firewall:</div>
<div>(If you are not sure which firewalls you have installed on the computer, click Add or Remove Programs in Control Panel, and then scroll through the list of installed programs in Windows XP and in Windows 7, click on Start and Control Panel, and look for Programs and Features to get the list of installed applications. Some popular firewall vendors include Norton, McAfee, and Zone Alarm).</div>
<div id="_mcePaste">Visit the following Web site http://messenger-support.spaces.live.com/blog/cns!8B3F39C76A8B853F!13942.entry,  Click on the link which is applicable to the firewall that you have to follow the steps.</div>
<div id="_mcePaste">Note: Windows Live Messenger application is installed at C:\Program Files\Windows Live\Messenger\msnmsgr.exe. Ensure that msnmsgr.exe is allowed in your firewall software. This is only a temporary workaround and you may have to reinstall the firewall software again if none of the above steps works</div>
<div id="_mcePaste">If you have disabled the firewall in the past, it may still be blocking Windows Live Messenger, try to restart the firewall. After the firewall software is running, make sure that Windows Live Messenger is enabled through the firewall. Also try removing the firewall program that is installed to verify that it is not causing a problem even if it is disabled.</div>
<div id="_mcePaste">6. Clear the Check for server certificate revocation option in Internet Explorer:</div>
<div id="_mcePaste">a. Start Internet Explorer.</div>
<div id="_mcePaste">b. On the Tools menu, click Internet Options.</div>
<div id="_mcePaste">c. Click the Advanced tab.</div>
<div id="_mcePaste">d. Under Security, clear the Check for Server certificate revocation (requires restart) check box.</div>
<div id="_mcePaste">e. Click OK.</div>
<div id="_mcePaste">f. Exit Internet Explorer</div>
<div id="_mcePaste">7.  Restart computer and then sign in to Windows Live Messenger again.</div>
<p>I cannot Sign in to Windows Live Messenger. I am could not see any error or getting unknown error messageWas this helpful?YesNo4863 of 9633 people found this solution helpful.You may not be able to Sign in to Windows Live Messenger, due to any of the following reasons &#8220;    1. Contacts cache in Windows Live Messenger is corrupted    2. Incorrect Date and Time settings in your computer    3. Firewall is blocking Windows Live Messenger Service<br />
TROUBLESHOOTING STEPS:1. Ensure that msnmsgr.exe and wlcomm.exe is completely shut down    a. Go to Task Manager (press Ctrl + Alt + Delete Key to bring up task manager option)    b. Go to Processes tab and look for msnmsgr.exe and wlcomm.exe program    c. If running, right click on the .exe files and select End process    d. Try to sign into Windows Live Messenger again 2.  Change the Microsoft Windows Explorer settings:      a. Go to Start, Run, Type explorer and click ok.      b. On the Tools menu, click Folder Options in Windows XP         Organize and Folder and Search options in Windows Vista or Windows 7      c. On the View tab, in the advanced settings list, select Show hidden files and folders under Hidden Files and Folders.       d. Clear the Hide extensions for known file types check box.       e. Click Ok to close the Folder Options window.  3. Delete Windows Live Contacts Folder:     Based on the operating system version, browse to the following location:     Windows XP:             a. Go to Start, click on My Computer             b. Browse to the location,                C:\Documents and Settings\&lt;Windows logon name&gt;\Local Settings\Application Data\Microsoft             c.  Delete Windows Live Contacts folder             d. Browse to the location,               C:\Documents and Settings\&lt;Windows logon name&gt;\Contacts            e. Delete Contacts folder       Windows Vista and Windows 7:            a. Go to Start, click on Computer            b. Browse to the location, C:\Users\&lt;Windows logon name&gt;\AppData\Local\Microsoft            c.  Delete Windows Live Contacts folder                Note: Windows Logon name is the logon name that you use to sign in to Windows Operating system               Re-launch Windows Live Messenger and try to sign in again, and verify if the issue remains 4. Verify that the Date and Time Settings on the computer:       a.     Follow these steps based on your Operating System version to get to Date and Time Option :              ·       In Windows XP, Go to Start, Click on Run, Type Control in the Run window to Open control Panel              ·       In Windows Vista and Windows 7, Click Start, type date and time in the Start Search box, and then click Date and Time in the Programs list        b.     Make sure that the date and time settings are configured to use the current date, time, and year, and then click OK               If not, click on Change date and time… and set it to the current date and time 5. Verify if Windows Live Messenger is enabled through the firewall: (If you are not sure which firewalls you have installed on the computer, click Add or Remove Programs in Control Panel, and then scroll through the list of installed programs in Windows XP and in Windows 7, click on Start and Control Panel, and look for Programs and Features to get the list of installed applications. Some popular firewall vendors include Norton, McAfee, and Zone Alarm).<br />
Visit the following Web site http://messenger-support.spaces.live.com/blog/cns!8B3F39C76A8B853F!13942.entry,  Click on the link which is applicable to the firewall that you have to follow the steps. Note: Windows Live Messenger application is installed at C:\Program Files\Windows Live\Messenger\msnmsgr.exe. Ensure that msnmsgr.exe is allowed in your firewall software. This is only a temporary workaround and you may have to reinstall the firewall software again if none of the above steps worksIf you have disabled the firewall in the past, it may still be blocking Windows Live Messenger, try to restart the firewall. After the firewall software is running, make sure that Windows Live Messenger is enabled through the firewall. Also try removing the firewall program that is installed to verify that it is not causing a problem even if it is disabled. 6. Clear the Check for server certificate revocation option in Internet Explorer:a. Start Internet Explorer. b. On the Tools menu, click Internet Options. c. Click the Advanced tab. d. Under Security, clear the Check for Server certificate revocation (requires restart) check box. e. Click OK. f. Exit Internet Explorer 7.  Restart computer and then sign in to Windows Live Messenger again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dewamedia.com/?feed=rss2&amp;p=629</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to transfer music files from iPhone to your Mac?</title>
		<link>http://www.dewamedia.com/?p=585</link>
		<comments>http://www.dewamedia.com/?p=585#comments</comments>
		<pubDate>Wed, 05 May 2010 01:32:49 +0000</pubDate>
		<dc:creator>Valdy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.dewamedia.com/?p=585</guid>
		<description><![CDATA[Challenge: I did installed iTunes on my Windows. How to transfer music files from iPhone to my new Mac? Solution: Follow the step by step below: You need to install SharePod from http://www.getsharepod.com into your Windows first. Plug the IPhone into your PC Close the iTunes application Run the SharePod application On the main pane, [...]]]></description>
			<content:encoded><![CDATA[<p>Challenge:</p>
<p>I did installed iTunes on my Windows. How to transfer music files from iPhone to my new Mac?</p>
<p>Solution:</p>
<p>Follow the step by step below:</p>
<p>You need to install SharePod from http://www.getsharepod.com into your Windows first.</p>
<p>Plug the IPhone into your PC</p>
<p>Close the iTunes application</p>
<p>Run the SharePod application</p>
<p>On the main pane, select all file that you would like to move.</p>
<p>Click Copy to PC button on the top.</p>
<p>Point the path to your external drive.</p>
<p>Once it dones, open up iTunes on the Mac.</p>
<p>Copy all music into the folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dewamedia.com/?feed=rss2&amp;p=585</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Error: this.controller is null or not an object reportviewer</title>
		<link>http://www.dewamedia.com/?p=578</link>
		<comments>http://www.dewamedia.com/?p=578#comments</comments>
		<pubDate>Thu, 29 Apr 2010 21:36:31 +0000</pubDate>
		<dc:creator>Valdy</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.dewamedia.com/?p=578</guid>
		<description><![CDATA[Report Viewer Control missing Header Icons In IIS 7, we need to make sure we configurate the ReportViewer handler. You can follow these steps: Open Internet Information Services (IIS) Manager and select your Web application. Under IIS area, double-click on Handler Mappings icon. At the Action pane on your right, click on Add Managed Handler. [...]]]></description>
			<content:encoded><![CDATA[<p>Report Viewer Control missing Header Icons</p>
<div id="_mcePaste">In IIS 7, we need to make sure we configurate the ReportViewer handler.</div>
<div></div>
<div id="_mcePaste">You can follow these steps:</div>
<div id="_mcePaste">
<ul>
<li>Open Internet Information Services (IIS) Manager and select your Web application.</li>
<li>Under IIS area, double-click on Handler Mappings icon.</li>
<li>At the Action pane on your right, click on Add Managed Handler.</li>
<li>At the Add Managed Handler dialog, enter the following:</li>
</ul>
</div>
<div id="_mcePaste">Request path: Reserved.ReportViewerWebControl.axd</div>
<div id="_mcePaste">Type: Microsoft.Reporting.WebForms.HttpHandler</div>
<div id="_mcePaste">Name: Reserved-ReportViewerWebControl-axd</div>
<div>
<ul>
<li>Click OK.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dewamedia.com/?feed=rss2&amp;p=578</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to repair a SQL Server 2005 suspect database?</title>
		<link>http://www.dewamedia.com/?p=567</link>
		<comments>http://www.dewamedia.com/?p=567#comments</comments>
		<pubDate>Mon, 19 Apr 2010 04:14:35 +0000</pubDate>
		<dc:creator>Valdy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.dewamedia.com/?p=567</guid>
		<description><![CDATA[You may find it in suspect mode on your database when you connect to your database server. Your database server won’t allow you to perform any operation on that database until the database is repaired. A database can go in suspect mode for many reasons like improper shutdown of the database server, corruption of the [...]]]></description>
			<content:encoded><![CDATA[<p>You may find it in suspect mode on your database when you connect to your database server. Your database server won’t allow you to perform any operation on that database until the database is repaired.</p>
<p>A database can go in suspect mode for many reasons like improper shutdown of the database server, corruption of the database files etc.</p>
<p>To find out the error:</p>
<p>DBCC CHECKDB (‘YourDBname’) WITH NO_INFOMSGS, ALL_ERRORMSGS</p>
<p>Output of the above query will give the errors in the database.</p>
<p>To repair the database, run the following queries in Query Analyzer:</p>
<p>EXEC sp_resetstatus ‘yourDBname’;</p>
<p>ALTER DATABASE yourDBname SET EMERGENCY</p>
<p>DBCC checkdb(‘yourDBname’)</p>
<p>ALTER DATABASE yourDBname SET SINGLE_USER WITH ROLLBACK IMMEDIATE</p>
<p>DBCC CheckDB (‘yourDBname’, REPAIR_ALLOW_DATA_LOSS)</p>
<p>ALTER DATABASE yourDBname SET MULTI_USER</p>
<p>Please note that with REPAIR_ALLOW_DATA_LOSS option, keep in mind that some cases will loose some data. That&#8217;s why it&#8217;s good idea to have a backup regularly eventhough just for development or testing environment. [<a href="http://www.twitter.com/valdy" target="_blank">@Valdy</a>, #ITTChallenge]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dewamedia.com/?feed=rss2&amp;p=567</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The future of the workspace: No office</title>
		<link>http://www.dewamedia.com/?p=542</link>
		<comments>http://www.dewamedia.com/?p=542#comments</comments>
		<pubDate>Sun, 28 Mar 2010 21:07:17 +0000</pubDate>
		<dc:creator>Valdy</dc:creator>
				<category><![CDATA[eBusiness]]></category>

		<guid isPermaLink="false">http://www.dewamedia.com/?p=542</guid>
		<description><![CDATA[This is taken from ABC news in regards to the future of the workspace.]]></description>
			<content:encoded><![CDATA[<p>This is taken from ABC news in regards to the future of the workspace.</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/ZmfXksLir1g&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ZmfXksLir1g&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dewamedia.com/?feed=rss2&amp;p=542</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
