<?xml version="1.0" encoding="iso-8859-1"?>
<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>Lyle Epstein's Systems Engineer Blog</title>
	<atom:link href="http://blog.korteksolutions.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.korteksolutions.com</link>
	<description>Blogging about SBS and other Microsoft Technologies</description>
	<lastBuildDate>Thu, 09 Sep 2010 07:00:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>The SBSMonitoring database is nearing maximum size on SBS 2008</title>
		<link>http://blog.korteksolutions.com/the-sbsmonitoring-database-is-nearing-maximum-size-on-sbs-2008/</link>
		<comments>http://blog.korteksolutions.com/the-sbsmonitoring-database-is-nearing-maximum-size-on-sbs-2008/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 07:00:00 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[SBS 2008]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/the-sbsmonitoring-database-is-nearing-maximum-size-on-sbs-2008/</guid>
		<description><![CDATA[Have you received this error? The SBSMonitoring database is nearing maximum size on SBS 2008. I was getting this on a SBS 2008 server running the SBS BPA. From the error message, it&#8217;s pretty clear that the SBSMonitoring database is too large to work normally. There is a fix for this and it turns out [...]]]></description>
			<content:encoded><![CDATA[<p>Have you received this error? The SBSMonitoring database is nearing maximum size on SBS 2008. </p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/TheSBSMonitoringdatabaseisnearingmaximum_143A1/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/TheSBSMonitoringdatabaseisnearingmaximum_143A1/image_thumb.png" width="244" height="131" /></a> </p>
<p> I was getting this on a SBS 2008 server running the SBS BPA. From the error message, it&#8217;s pretty clear that the SBSMonitoring database is too large to work normally. There is a fix for this and it turns out the same SQL script that is used for an SBS problem where the Console displays too slowly is part of the solution. To shrink the database, Please follow these steps:</p>
<p>Step 1: Download the following file to the server you are going to be working on: </p>
<p>1. <a title="http://cid-d5fe25afb6c3615f.skydrive.live.com/self.aspx/.Public/updateSBSMonitoring.sql" href="http://cid-d5fe25afb6c3615f.skydrive.live.com/self.aspx/.Public/updateSBSMonitoring.sql">http://cid-d5fe25afb6c3615f.skydrive.live.com/self.aspx/.Public/updateSBSMonitoring.sql</a></p>
<p>2. I recommend you save the file to an easy to access path, such as c:\windows\temp. </p>
<p>Step 2: Complete a backup of the SBSMonitoring Databases </p>
<p>1.Open <strong>Services</strong> from <strong>Administrative Tools</strong>, <strong>Services</strong> </p>
<p>2.Accept the <strong>UAC</strong> prompt </p>
<p>3.Find and <strong>stop</strong> the SQL Server (<strong>SBSMONITORING</strong>) service. </p>
<p>4.Make a copy of the files in the following folder: </p>
<p>1.C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Data </p>
<p>5.Once the file backup is completed, <strong>start</strong> the SQL Server (SBSMONITORING) service. </p>
<p>Step 3: Proceed to run the following set of commands to implement the improvements </p>
<p>1.<strong>Open</strong> an Administrative <strong>Command Prompt</strong> (Run As Admin) </p>
<p>2.Type the following command, substitute the path to the updateSBSMonitoring.sql file as needed (We recommend that you do NOT copy &amp; paste this command directly from the blog post): </p>
<p>1.<strong>Sqlcmd -S %computername%\SBSMonitoring -E&#160; -i c:\windows\temp\updateSBSMonitoring.sql</strong> </p>
<p>2.Success will show an output like this: </p>
<p>Changed database context to &#8216;SBSMonitoring&#8217; </p>
<p>(1 rows affected) </p>
<p><font color="#ff0000"><strong>If your database is completely filled up, then you can replace it with a clean empty one, to install your new clean database, please follow these steps:</strong></font></p>
<p>1. <strong>Run</strong> services.msc.</p>
<p>2. <strong>Stop</strong> the<strong> Datacollectorsvc service(Windows SBS Manger Service), SQL Server(SBSMONITORING) service</strong> (To be able to unlock monitoring database files)</p>
<p>3. Change the name of those 2 files in case you will use them in the future:</p>
<p>C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Data\<strong>SBSMonitoring.mdf</strong> </p>
<p>C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Data\<strong>SBSMonitoring_log.ldf</strong></p>
<p>to</p>
<p>C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Data\<strong>SBSMonitoring-bak.mdf</strong> </p>
<p>C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Data\<strong>SBSMonitoring_log-bak.ldf</strong></p>
<p>4. <strong>Download</strong> <a href="http://cid-6ca40dd0d4c9caa6.skydrive.live.com/self.aspx/.Public/sbsmonitoring.zip">http://cid-6ca40dd0d4c9caa6.skydrive.live.com/self.aspx/.Public/sbsmonitoring.zip</a> file.</p>
<p>5. <strong>Unzip</strong> the zip file and copy those two files to <strong>C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Data\ folder</strong></p>
<p>Note: you don&#8217;t need to do detach or attach database in SQL Management Studio. And that database has already been tuned by the SQL command above.</p>
<p>6. <strong>Start</strong> the <strong>SQL Server(SBSMONITORING)</strong> service</p>
<p>7. <strong>Start</strong> the <strong>Datacollectorsvc service(Windows SBS Manger Service)</strong></p>
<p>For more information on the beginning part of this article, you can refer to this article:</p>
<p><a href="http://blogs.technet.com/b/sbs/archive/2009/07/13/sbs-2008-console-may-take-too-long-to-display-alerts-and-security-statuses-display-not-available-or-crash.aspx">SBS 2008 Console May Take Too Long to Display Alerts and Security Statuses, Display Not Available, or Crash</a>.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.korteksolutions.com%2Fthe-sbsmonitoring-database-is-nearing-maximum-size-on-sbs-2008%2F&amp;linkname=The%20SBSMonitoring%20database%20is%20nearing%20maximum%20size%20on%20SBS%202008">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/the-sbsmonitoring-database-is-nearing-maximum-size-on-sbs-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eaton LanSafe software may not find the controller</title>
		<link>http://blog.korteksolutions.com/eaton-lansafe-software-may-not-find-the-controller/</link>
		<comments>http://blog.korteksolutions.com/eaton-lansafe-software-may-not-find-the-controller/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 20:29:15 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[UPS Software]]></category>
		<category><![CDATA[Eaton]]></category>
		<category><![CDATA[LanSafe PowerWare]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/eaton-lansafe-software-may-not-find-the-controller/</guid>
		<description><![CDATA[Today I was working on a Eaton 9125 UPS and setting up the software to cleanly shut down the server in case of a power outage. After installing the software, I noticed the Powerware LanSafe could not detect the controller. Nothing found: Taking a deeper dive to see what was going on, I cracked out [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was working on a Eaton 9125 UPS and setting up the software to cleanly shut down the server in case of a power outage. After installing the software, I noticed the Powerware LanSafe could not detect the controller.</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/EatonLanSafesoftwaremaynotfindthecontrol_BA7C/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/EatonLanSafesoftwaremaynotfindthecontrol_BA7C/image_thumb.png" width="244" height="143" /></a> </p>
<p>Nothing found:</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/EatonLanSafesoftwaremaynotfindthecontrol_BA7C/image_3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/EatonLanSafesoftwaremaynotfindthecontrol_BA7C/image_thumb_3.png" width="244" height="217" /></a> </p>
<p>Taking a deeper dive to see what was going on, I cracked out my trusty NirSoft <a href="http://www.nirsoft.net/utils/cports.html">CurrPorts</a> software to see the ports. I found out that LanSafe Power Monitor uses ports 3068 and port 3069. Upon looking at the ports, I noticed Microsoft DNS was using port 3068. This would cause LanSafe Power Monitor not able to bind with that port since it was in use. What was tricky was it still showed the service as running which I would have expected it to fail since it could not bind. </p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/EatonLanSafesoftwaremaynotfindthecontrol_BA7C/image_4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/EatonLanSafesoftwaremaynotfindthecontrol_BA7C/image_thumb_4.png" width="244" height="134" /></a> </p>
<p>Here is how I fixed it. </p>
<p>Since DNS randomly selects the ports it wishes to use, I stopped the Microsoft DNS service. I then restarted the LanSafe Power Monitor services and checked to ensure it was bound to port 3068 and 3069. I then restarted the DNS service, and ensured it didn&#8217;t bind to port 3068 as it was before. Now launching LanSafe, I am able to see the server <a href="http://blog.korteksolutions.com/wp-content/uploads/EatonLanSafesoftwaremaynotfindthecontrol_BA7C/image_5.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/EatonLanSafesoftwaremaynotfindthecontrol_BA7C/image_thumb_5.png" width="244" height="216" /></a> </p>
<p>and am able to login to manage my UPS device.</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/EatonLanSafesoftwaremaynotfindthecontrol_BA7C/image_6.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/EatonLanSafesoftwaremaynotfindthecontrol_BA7C/image_thumb_6.png" width="244" height="164" /></a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.korteksolutions.com%2Featon-lansafe-software-may-not-find-the-controller%2F&amp;linkname=Eaton%20LanSafe%20software%20may%20not%20find%20the%20controller">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/eaton-lansafe-software-may-not-find-the-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P2V Migration for SA Beta</title>
		<link>http://blog.korteksolutions.com/p2v-migration-for-sa-beta/</link>
		<comments>http://blog.korteksolutions.com/p2v-migration-for-sa-beta/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 07:36:32 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[OS Migration]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/p2v-migration-for-sa-beta/</guid>
		<description><![CDATA[I received the following email today. This is by far a great feature for users who just can&#8217;t loose their old system and setup but want to use Windows 7. I&#8217;m going to test this one out for sure! Help unblock OS deployments by redelivering blocking users&#8217; old Windows environments, applications and browsers seamlessly in [...]]]></description>
			<content:encoded><![CDATA[<p><font color="#0000ff">I received the following email today. This is by far a great feature for users who just can&#8217;t loose their old system and setup but want to use Windows 7. I&#8217;m going to test this one out for sure!</font></p>
<p><strong></strong></p>
<p><strong>Help unblock OS deployments by redelivering blocking users&#8217; old Windows environments, applications and browsers seamlessly in Windows 7 using automated physical-to-virtual migration</strong><strong> </strong></p>
<p>P2V Migration for Software Assurance uses the Microsoft Deployment Toolkit and Sysinternals Disk2VHD to convert a user&#8217;s existing Windows XP or newer client environment to a virtual hard disk then automates the delivery of an updated and personalized Windows 7 operating system containing a virtual machine with the user&#8217;s previous Windows environment, applications and Web browser. The user&#8217;s previous virtual desktop retains its existing management components, domain membership and policies. The process also publishes applications and the browser for the user to access them seamlessly within Windows 7&#8242;s start menu.</p>
<p><strong>How it Works</strong></p>
<p>Starting Windows environment with Windows XP SP3 or newer. Environment is personalized with applications not compatible with Windows 7. </p>
<p><b><img src="http://connect.microsoft.com/SiteImages/235f0ee9-ec5e-4078-88d6-07bdde9c9a0d.jpg" /></b></p>
<p>Microsoft Deployment Toolkit 2010 initiates fully-automated migration to Windows 7. Process includes P2V conversion of the running OS using Sysinternals Disk2VHD.</p>
<p><b><img src="http://connect.microsoft.com/SiteImages/3c3434ed-5470-4022-91cf-9b8bbf52482b.jpg" /></b></p>
<p>Windows 7 migration complete. Windows 7 contains the previous operating system in its entirety within a virtual machine.</p>
<p><b><img src="http://connect.microsoft.com/SiteImages/ce60e036-bdfb-4be8-bc67-a448c691cac9.jpg" /></b></p>
<p>Standalone application and Internet Explorer links published from virtual machine to native Windows 7 start menu.<strong> </strong></p>
<p><b><img src="http://connect.microsoft.com/SiteImages/47240539-c253-4590-bc8c-8d6165a92d6a.jpg" /></b></p>
<p>Incompatible application from previous operating system is launched seamlessly within Windows 7 using RemoteApp integration and Virtual PC.</p>
<p><b><img src="http://connect.microsoft.com/SiteImages/d3473a08-59df-431a-b3fb-58a21bd6d87f.jpg" /></b></p>
<p>Even the most skilled IT shops, with resources to work through application compatibility challenges, often find a few users blocking roll-outs to entire sites or larger numbers of users due to:</p>
<ul>
<li>Compatibility of specialized, region or user-specific applications, browser customizations or USB device drivers. </li>
<li>Missing installation files or media to install applications or drivers for testing or redelivery. </li>
<li>Critical users who cannot risk losing any functionality of their current desktop environments and require a working backup before moving to Windows 7. </li>
</ul>
<p>These types of issues make it difficult to completely replace existing systems with Windows 7 without causing user disruption. Allowing users to retain their current desktop environments while moving to Windows 7 can smooth the transition while mitigating or delaying investments required for making applications and hardware natively compatible with Windows 7.</p>
<p><strong>Download P2V Migration for Software Assurance now</strong>:    <br /><a href="https://connect.microsoft.com/site14/Downloads/DownloadDetails.aspx?DownloadID=30989">P2V Migration for Software Assurance beta</a> (<a href="https://connect.microsoft.com/site14/Downloads/DownloadDetails.aspx?DownloadID=30989">https://connect.microsoft.com/site14/Downloads/DownloadDetails.aspx?DownloadID=30989</a>)</p>
<p>Note: <em>Physical-to-virtual hard drive migration of a Windows installation is a valid operation for customers with Software Assurance and full retail copies of Windows XP, Windows Vista, and Windows 7. Software Assurance provides users valuable benefits. Windows XP, Windows Vista and Windows 7 installed by Original Equipment Manufacturers (OEM) using OEM versions of these products may not be transferred to a virtual hard drive in accordance with Microsoft licensing terms.</em></p>
<p><strong>Customer Benefits</strong></p>
<p><strong>Help Reduce Windows 7 Deployment Times</strong>: The ability to perform P2V conversion of Windows XP or newer 32-bit systems as part of Windows 7 and/or 64-bit deployment means that IT organizations do not need to wait as long to get value from Windows 7. IT organizations will deliver the new Windows 7 operating system builds while preserving the old environments of a limited set of users that would otherwise delay production deployment.     <br /><strong>Extend the Timeframe to Mitigate Application Compatibility</strong>: Using this solution, targeted users can have access to their previous set of applications, just in case something was not provisioned as part of the Windows 7 deployment. Accessing previous applications is also easy for end users, as those applications are published to the Windows 7 start menu.</p>
<p><strong>Users can Access Incompatible Legacy OS Applications</strong>: Using this solution, targeted users can have access to their previous set of applications, just in case something was not provisioned as part of the Windows 7 deployment. Accessing previous applications is also easy for end users, as those applications are published to the Windows 7 start menu.</p>
<p><strong>How does P2V Migration compare to Windows XP Mode or MED-V?</strong></p>
<p><strong>Windows XP Mode</strong>: Windows XP Mode is not optimized for managed desktop environments. The operating system included in Windows XP Mode cannot be customized easily without manual effort. The time spent recreating a user&#8217;s previous environment can easily take several hours per computer and it is not guaranteed that software installation media exists for every application on the previous system.</p>
<p><strong>Microsoft Enterprise Desktop Virtualization (MED-V):</strong> Microsoft Enterprise Desktop Virtualization (MED-V) removes the barriers to Windows upgrades by resolving application incompatibility with Windows Vista or Windows 7. MED-V enables administrative control over the distribution and management of Virtual PC images, thereby ensuring that those images are up-to-date and compliant with regulations. P2V Migration is targeted at specific deployment-blocking users with specialized requirements or conditions where a standardized virtual environment delivered with MED-V will not suffice.</p>
<p><a href="https://connect.microsoft.com/site14/Downloads/DownloadDetails.aspx?DownloadID=30989">Download P2V Migration</a> (<a href="https://connect.microsoft.com/site14/Downloads/DownloadDetails.aspx?DownloadID=30989">https://connect.microsoft.com/site14/Downloads/DownloadDetails.aspx?DownloadID=30989</a>)</p>
<p>Tell us what you think! Send your feedback and questions to the SAT team.</p>
<p>For If you are not already a member of the MDT beta program, click link below to join:</p>
<p><a href="http://connect.microsoft.com/site14/InvitationUse.aspx?ProgramID=1646&amp;InvitationID=P2VM-C49K-PQHR">http://connect.microsoft.com/site14/InvitationUse.aspx?ProgramID=1646&amp;InvitationID=P2VM-C49K-PQHR</a></p>
<p><strong>MDT Team </strong></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.korteksolutions.com%2Fp2v-migration-for-sa-beta%2F&amp;linkname=P2V%20Migration%20for%20SA%20Beta">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/p2v-migration-for-sa-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drive Savers hard disk crash demo</title>
		<link>http://blog.korteksolutions.com/drive-savers-hard-disk-crash-demo/</link>
		<comments>http://blog.korteksolutions.com/drive-savers-hard-disk-crash-demo/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 06:32:54 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Hard Disk]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/drive-savers-hard-disk-crash-demo/</guid>
		<description><![CDATA[I found a rather interesting demo on how a hard disk works, and how it can crash as well. This link, provided by Drive Savers. Check out the SSD Failure, that one is my favorite! Share/Save]]></description>
			<content:encoded><![CDATA[<p>I found a rather interesting demo on how a hard disk works, and how it can crash as well. This <a href="http://www.drivesaversdatarecovery.com/ep/drivesaver-the-first-online-hard-disk-drive-simulator/">link</a>, provided by Drive Savers. Check out the SSD Failure, that one is my favorite!</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/DriveSaversharddiskdemo_14AAF/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/DriveSaversharddiskdemo_14AAF/image_thumb.png" width="172" height="244" /></a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.korteksolutions.com%2Fdrive-savers-hard-disk-crash-demo%2F&amp;linkname=Drive%20Savers%20hard%20disk%20crash%20demo">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/drive-savers-hard-disk-crash-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Docs and Facebook?</title>
		<link>http://blog.korteksolutions.com/cloud-docs-and-facebook/</link>
		<comments>http://blog.korteksolutions.com/cloud-docs-and-facebook/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 06:30:03 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/cloud-docs-and-facebook/</guid>
		<description><![CDATA[Recently, Microsoft launched a new beta site at http://docs.com/ . Although I am still trying to figure out what Docs has to do with Facebook, I see that Microsoft is leveraging Office Apps 2010, which is tightly integrated with SharePoint 2010 as well. If you have not tried out the new Office 2010, you are [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, Microsoft launched a new beta site at <a title="http://docs.com/" href="http://docs.com/">http://docs.com/</a> . Although I am still trying to figure out what Docs has to do with Facebook, I see that Microsoft is leveraging Office Apps 2010, which is tightly integrated with SharePoint 2010 as well. </p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/CloudDocsandFacebook_148F9/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/CloudDocsandFacebook_148F9/image_thumb.png" width="139" height="244" /></a> </p>
<p>If you have not tried out the new Office 2010, you are missing some really great new software.&#160; One new product that I enjoy using is the Office 2010 Web Apps. With this, you can create and edit Word, Excel, PowerPoint and OneNote documents without having the application installed on your computer. More info is at: <a title="http://office.microsoft.com/en-us/web-apps/" href="http://office.microsoft.com/en-us/web-apps/">http://office.microsoft.com/en-us/web-apps/</a>.&#160; Along with this integration with SharePoint, add Exchange Server 2010 and SharePoint 2010 becomes even more integrated with great features.</p>
<p><a href="http://workspace.officelive.com/en-us/Demos/HowItWorksVideoWebApp"><img title="Why work with Office Web Apps?" alt="Why work with Office Web Apps?" src="http://render.officelivecontent.com/Images/OL/Merchandising/en/us/splitterportal/webappspreview/Images/webappsdemovideo.png?v=1881" /></a></p>
<p>Oh, and if you want to download a free trail of Office 2010, browse on over to <a title="http://office.microsoft.com/en-us/" href="http://office.microsoft.com/en-us/">http://office.microsoft.com/en-us/</a> and download yourself a copy!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.korteksolutions.com%2Fcloud-docs-and-facebook%2F&amp;linkname=Cloud%20Docs%20and%20Facebook%3F">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/cloud-docs-and-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 2010 confusion</title>
		<link>http://blog.korteksolutions.com/office-2010-confusion/</link>
		<comments>http://blog.korteksolutions.com/office-2010-confusion/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 06:42:00 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/office-2010-confusion/</guid>
		<description><![CDATA[As Office 2010 has just launched publicly, I had a customer contact me today trying to understand why his new PC he purchased from us has Office 2010 but doesn&#8217;t come with Office Web Apps 2010. The reason for this is Microsoft has two different product lines. One is for Small Business/Home, and the other [...]]]></description>
			<content:encoded><![CDATA[<p>As Office 2010 has just launched publicly, I had a customer contact me today trying to understand why his new PC he purchased from us has Office 2010 but doesn&#8217;t come with Office Web Apps 2010. </p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Office2010confusion_14E00/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Office2010confusion_14E00/image_thumb.png" width="244" height="150" /></a> </p>
<p>The reason for this is Microsoft has two different product lines. One is for Small Business/Home, and the other is Enterprise. If you take a look at the enterprise lineup at <a title="http://office.microsoft.com/en-us/professional-plus/professional-plus-version-comparison-FX101871482.aspx" href="http://office.microsoft.com/en-us/professional-plus/professional-plus-version-comparison-FX101871482.aspx">http://office.microsoft.com/en-us/professional-plus/professional-plus-version-comparison-FX101871482.aspx</a> you will see it comes with Office Web Apps 2010 and SharePoint Workspace, which becomes the offline client for SharePoint, allowing end-users the ability to access documents posted on SharePoint even when they are offline.. if you look at <a title="http://office.microsoft.com/en-us/buy/office-2010-which-suite-is-right-for-you-FX101825640.aspx" href="http://office.microsoft.com/en-us/buy/office-2010-which-suite-is-right-for-you-FX101825640.aspx">http://office.microsoft.com/en-us/buy/office-2010-which-suite-is-right-for-you-FX101825640.aspx</a> which is for Small Business, you will not see Office Web Apps mentioned at all. </p>
<p>I see the confusion here. Microsoft seems to think that Small business&#8217;s don&#8217;t want products like Office Web Apps, but nothing could be farther than the truth. As there is no longer an upgrade SKU from Office 2007 or below, you now will purchase a full version of the product. </p>
<p>The enterprise line up is as follows:</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Office2010confusion_14E00/image_3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Office2010confusion_14E00/image_thumb_3.png" width="244" height="148" /></a> </p>
<p>My suggestion, if you want Office Web Apps, and be able to use SharePoint 2010 Foundation Server, which is FREE, then don&#8217;t buy the OEM/Retail version of the product. Instead, get the Volume License version of Office 2010 Professional Plus, which comes with Office Web Apps. </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.korteksolutions.com%2Foffice-2010-confusion%2F&amp;linkname=Office%202010%20confusion">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/office-2010-confusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP Mode and Windows Virtual PC Software Update</title>
		<link>http://blog.korteksolutions.com/windows-xp-mode-and-windows-virtual-pc-software-update/</link>
		<comments>http://blog.korteksolutions.com/windows-xp-mode-and-windows-virtual-pc-software-update/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 08:00:03 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/windows-xp-mode-and-windows-virtual-pc-software-update/</guid>
		<description><![CDATA[Windows XP Mode and Windows Virtual PC Software Update &#8211; NEW Microsoft has removed the virtualization-enabled processor requirement for Windows XP Mode on Windows 7 Professional and Ultimate. Windows XP Mode continues to use hardware virtualization such as Intel Virtualization Technology (Intel VT) or the AMD-V chipset when available but it no longer requires them. [...]]]></description>
			<content:encoded><![CDATA[<h4>Windows XP Mode and Windows Virtual PC Software Update &#8211; NEW</h4>
<p> Microsoft has removed the virtualization-enabled processor requirement for Windows XP Mode on Windows 7 Professional and Ultimate. Windows XP Mode continues to use hardware virtualization such as Intel Virtualization Technology (Intel VT) or the AMD-V chipset when available but it no longer requires them.
<p>Microsoft has released an update that enables PCs without hardware virtualization to also take advantage of Windows XP Mode. The software update provides support for Windows Virtual PC and Windows XP Mode on machines with non-Hardware-Assisted Virtualization (HAV) processors. This software will: </p>
<ul>
<li>Update Windows Virtual PC to run on non-HAV CPUs. </li>
<li>Install integration components into the Windows XP Mode VM to run on non-HAV platforms. </li>
</ul>
<p>Read more about the XP Mode and Windows Virtual PC Software Update on the <a href="http://windowsteamblog.com/blogs/windows7/archive/2010/03/18/windows-xp-mode-now-accessible-to-more-pcs.aspx">Windows team blog</a>. </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.korteksolutions.com%2Fwindows-xp-mode-and-windows-virtual-pc-software-update%2F&amp;linkname=Windows%20XP%20Mode%20and%20Windows%20Virtual%20PC%20Software%20Update">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/windows-xp-mode-and-windows-virtual-pc-software-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office 2010 new licensing programs</title>
		<link>http://blog.korteksolutions.com/microsoft-office-2010-new-licensing-programs/</link>
		<comments>http://blog.korteksolutions.com/microsoft-office-2010-new-licensing-programs/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 07:11:33 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/microsoft-office-2010-new-licensing-programs/</guid>
		<description><![CDATA[` As we prepare to begin shipping the newest release of Microsoft Office 2010 on our PC&#8217;s, we wanted to point out some of the new licensing changes in this version. This does not apply to software assurance customers or volume licensing, only OEM (on Pre-built computers by us or other OEM&#8217;s/system builders). With Office [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.korteksolutions.com/wp-content/uploads/82504202f8cf_14419/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/82504202f8cf_14419/image_thumb.png" width="402" height="96" /></a> `</p>
<p>As we prepare to begin shipping the newest release of Microsoft Office 2010 on our PC&#8217;s, we wanted to point out some of the new licensing changes in this version. This does not apply to software assurance customers or volume licensing, only OEM (on Pre-built computers by us or other OEM&#8217;s/system builders).</p>
<p>With Office 2010, system builders can offer two different license types: new Product Key Cards (PKCs) and Traditional Discs. Both of these license types are available on all three Office suites. </p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/82504202f8cf_14419/image_3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/82504202f8cf_14419/image_thumb_3.png" width="669" height="765" /></a> </p>
<p><strong>Office Home and Student 2010:</strong></p>
<p>As the name implies, this suite, which is licensed for noncommercial use, is perfect for everyday household projects, from doing homework to managing home finances. Also, depending on which licensing option is used, this suite can be installed on up to three devices within the same household (Traditional Disc is up to three devices; Product Key Card is one device only).</p>
<p><strong>Office Home and Business 2010:</strong></p>
<p>With Office Home and Business 2010, we are introducing a brand-new, entry-level commercial suite that replaces Office Basic 2007, Office Standard 2007, and Office Small Business Edition 2007 with a single suite. It contains all of our most popular business applications-Word, Excel, PowerPoint, and Outlook-along with OneNote.</p>
<p><strong>Office Professional 2010:</strong></p>
<p>Office Professional 2010 provides the best of Office 2010 with premium customer support and top-of-the-line tools that help your customers make the most of their time and business. Power your business with Microsoft Office Professional, comprehensive software and support to help you stay organized, connected, and competitive. As your company grows, so do your needs. The tools in Office Professional help you run your business now and down the road, including powerful e-mail and scheduling tools in Outlook, information and data management with Excel and Access, and the professional-caliber marketing and design tools in Publisher. The package comes complete with one year of technical support that&#8217;s there when you need it.</p>
<p><strong>Product Key Cards (PKC):</strong></p>
<p>Product Key Cards are similar in many ways to the Office 2007 Medialess License Kits (MLKs).They are designed for use with new PCs preloaded with Office 2010, and include a 25-character Product Key that can be used by the end user to activate one PC preloaded with Office 2010. Product Key Cards do not include a disc; however, a backup download is available until January 2011 for reinstallation on the same PC. The Product Key Card license type is not transferable to another computer. </p>
<p><strong>Traditional Disc:</strong></p>
<p>This license type, often referred to as Full Packaged Product (FPP) in the past, includes a DVD, a 25-character Product Key, and a Quick Start Guide. Similar to the way Product Key Cards work, the 25-character Product Key will activate an Office 2010 preloaded PC. However, unlike the Product Key Card, the DVD may also be used to install Office on a new PC that has not been preloaded with the Office 2010 or on an existing PC. The number of installations and users depends on the specific Office suite purchased. For example, Office Home and Student 2010 can be used on up to three PCs in a single household, but may <strong>not be used for any commercial, nonprofit, or revenue-generating activities.</strong> However, Office Home and Business 2010 and Office Professional 2010 are licensed for one user&#8217;s PC and on the same user&#8217;s portable device. A Traditional Disc product license can be transferred to a different PC if the user upgrades to a new PC. </p>
<p>Complete table of Office versions:</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/82504202f8cf_14419/image_4.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/82504202f8cf_14419/image_thumb_4.png" width="834" height="733" /></a> </p>
<p><strong>Office 2010 new and improved features      <br /></strong>    </p>
<p>NEW    <br /><strong>Co-Authoring</strong>     <br />Breakthrough technology that connects team members on a single project.     <br />Allows multiple people to update and share a notebook simultaneously. Each person on the team can see who is working on the document online and start a conversation with that person in real time. And edits are highlighted, so you can see what&#8217;s been changed.     <br />NEW     <br /><strong>Conversation View      <br /></strong>Get control of your e-mail.     <br />Improves the tracking and managing of related e-mails while saving valuable inbox space, letting you manage large amounts of e-mail with ease. It also hides entire conversations you don&#8217;t care about and condenses them with just a few clicks.     <br />NEW     <br /><strong>Broadcast Slide Show      <br /></strong>Instantly broadcast presentations to clients and team members who are not in your office.     <br />Instantly broadcast your slides to a remote audience, who can view your presentation online and on any device that has a Web browser, even if they don&#8217;t have Microsoft PowerPoint 2010.     <br />NEW     <br /><strong>Video Editing and Formatting</strong>     <br />Create professional materials that set you apart.     <br />Allows you to edit videos right in PowerPoint 2010, no additional software required. You can even insert a video link from the Internet into your presentation to create rich, dynamic work but keep your file size manageable. And video controls let you pause, rewind, fast-forward, and stop audio and video content without leaving slide-show mode during your presentation.     <br />NEW     <br /><strong>Microsoft Excel 2010 Sparklines      <br /></strong>Make quicker and better-informed business decisions.     <br />Sparklines are small charts in a worksheet cell that provide a clear and compact visual representation of your data. You can use them to show trends in a series of values, such as seasonal increases or your monthly expenditures, or to highlight maximum or minimum values.     <br />NEW     <br /><strong>Microsoft Office BackstageTM view      <br /></strong>Helps you quickly get to the commands you use the most and complete your work more efficiently.     <br />Provides a single location for essential information about your document, such as permissions and version information-and increases sharing options for print, online, and e-mail. And printing is faster and easier than ever with the new Live Preview. Now you can see your document and settings automatically before you print, without multiple clicks.     <br />IMPROVED     <br /><strong>Microsoft SharePoint Workspace 2010</strong>     <br />Keep productive on the go with a seamless offline and online experience.     <br />Allows you to work on a document offline in SharePoint Workspace 2010, and when you connect back online, your edits are automatically synchronized so your content remains consistent and you can keep your team up-to-date instantly.     <br />IMPROVED     <br /><strong>Microsoft Office Web Applications</strong>     <br />Respond faster and better, even when you are away from the office.     <br />Provides high-fidelity browser-based viewing and allows you to do lightweight editing of Microsoft Word 2010, Excel 2010, PowerPoint 2010, and OneNote 2010 files.     <br />IMPROVED     <br /><strong>Microsoft Office Mobile 2010</strong>     <br />Do more than just read e-mail on your phone.     <br />Office Mobile 2010 enables coworkers in different locations to share, edit, and comment on documents with their Microsoft Smartphones, without losing content or formatting, all within a familiar Office experience.     <br />IMPROVED     <br /><strong>OneNote 2010      <br /></strong>Stay organized and on top of your work.     <br />Jump to anywhere in your notebooks with OneNote Search. Improved search navigation provides quick access to your information with a single click. See search results as you type to quickly narrow the selection.     <br />NEW     <br /><strong>Linked Notes</strong>     <br />No more searching for your notes and important information.     <br />As you take notes, you can automatically link to the application that you referenced, including Windows Internet Explorer 8, Word 2010, or PowerPoint 2010. An icon is placed in-line to indicate the referencing application.     <br />IMPROVED     <br /><strong>The Ribbon      <br /></strong>All the tasks you need are right at your fingertips for enhanced productivity.     <br />Every application in Office 2010 now has the Ribbon. The Ribbon brings new features such as Microsoft Outlook 2010 Quick Steps to your attention. Through the Options menu in Backstage view, you can easily create new tabs that bring together your favorite commands and groups, or customize existing tabs to fit your needs.</p>
<p>Office now comes in 64 bit as well. To determine which version is appropriate for your installation, refer to <a title="http://blogs.technet.com/office_resource_kit/archive/2009/12/10/office-2010-introduces-64-bit-editions.aspx" href="http://blogs.technet.com/office_resource_kit/archive/2009/12/10/office-2010-introduces-64-bit-editions.aspx">http://blogs.technet.com/office_resource_kit/archive/2009/12/10/office-2010-introduces-64-bit-editions.aspx</a> . By default, the 32 bit version is installed for compatibility of 3rd party add-on&#8217;s.</p>
<p>If you would like a FREE copy of the Office 2010 Ebook, click <a href="http://download.microsoft.com/download/E/D/A/EDAE500D-75C8-406F-B1B4-A9FDEF477281/ebook_Microsoft_Office_2010.pdf" target="_blank">here</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.korteksolutions.com%2Fmicrosoft-office-2010-new-licensing-programs%2F&amp;linkname=Microsoft%20Office%202010%20new%20licensing%20programs">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/microsoft-office-2010-new-licensing-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The site-wide public folder database for administrative group &#8216;first administrative group&#8217; has been deleted after migrating to Exchange 2007 from Exchange 2000 or 2003</title>
		<link>http://blog.korteksolutions.com/the-site-wide-public-folder-database-for-administrative-group-first-administrative-group-has-been-deleted-after-migrating-to-exchange-2007-from-exchange-2000-or-2003/</link>
		<comments>http://blog.korteksolutions.com/the-site-wide-public-folder-database-for-administrative-group-first-administrative-group-has-been-deleted-after-migrating-to-exchange-2007-from-exchange-2000-or-2003/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 04:57:49 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[SBS 2008]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/the-site-wide-public-folder-database-for-administrative-group-first-administrative-group-has-been-deleted-after-migrating-to-exchange-2007-from-exchange-2000-or-2003/</guid>
		<description><![CDATA[After migrating a SBS 2003 server to a SBS 2008, a good practice is to run not only the SBS 2008 BPA but also the Exchange 2007 BPA built into the Exchange Management Console. In this case, the SBS BPA revealed no issues, but Exchange did. In the Exchange BPA, it was showing Site folder [...]]]></description>
			<content:encoded><![CDATA[<p>After migrating a SBS 2003 server to a SBS 2008, a good practice is to run not only the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=86a1aa32-9814-484e-bd43-3e42aec7f731&amp;displaylang=en" target="_blank">SBS 2008 BPA</a> but also the Exchange 2007 BPA built into the Exchange Management Console. In this case, the SBS BPA revealed no issues, but Exchange did. In the Exchange BPA, it was showing </p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Thesitewidepublicfolderdatabaseforadmini_11F82/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Thesitewidepublicfolderdatabaseforadmini_11F82/image_thumb.png" width="729" height="301" /></a> </p>
<p><strong>Site folder server deleted</strong></p>
<p>The site-wide public folder database for administrative group &#8216;first administrative group&#8217; has been deleted. Current public folder store: CN=Public Folder Store (OLDSBS03SERVER)\0ADEL:73d46e40-79b1-42c1-b3aa-535c97646ebd,CN=Deleted Objects,CN=Configuration,DC=domain,DC=local.</p>
<p>If you clicked on the link to tell you more about it, it would direct you to an <a href="http://technet.microsoft.com/en-us/library/aa996485(EXCHG.80).aspx" target="_blank">article</a> that was last updated in March 2006 that is for Exchange 2003. When I followed this article, the siteFolderServer attribute it indicated was wrong, was in this case correct at both locations. Further, the public folder store it was referencing was the old SBS 2003 /Exchange 2003 server.</p>
<p>So what happened? This issue occurs because the siteFolderServer attribute represents the Distinguished Name (DN) of the old Public Folder store, (i.e. the one on the old SBS 2003 server) which didn&#8217;t get replicated properly, in the scenario of migration from SBS 2003 to SBS 2008, the public folders replication occurs between source server and destination server, if there is any error in this process, the replication may fail and cause this issue.</p>
<p><strong>Here&#8217;s how to fix it:</strong></p>
<p>1. Open the ADSIEidt.msc and locate to CN=Configuration,DC=domain,DC=local &gt; CN=Services &gt; CN=Microsoft Exchange &gt; CN=First Organization &gt; CN=Administrative Groups.</p>
<p>2. Delete the CN=first administrative group (Kind of scary to delete this, but is not needed in a pure Exchange 2007 environment)</p>
<p>3. Restart the Exchange Information Store and the Exchange System Attendant.&#160; </p>
<p>4. Now open up the Exchange Management Console and run the BPA to check the health again.</p>
<p>5. Now open up the Exchange Management Console and go to Server Configuration, Mailbox.</p>
<p><strong><font color="#ff0000">Do you now get the following error:</font></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;    <br />Microsoft Exchange Warning     <br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;     <br />The following warning(s) were reported while loading topology information:</p>
<p>get-PublicFolderDatabase    <br />Completed</p>
<p>Warning:    <br />Object SERVER\Second Storage Group\Public Folder Database has been corrupted and it is in an inconsistent state. The following validation errors have occurred:</p>
<p>Warning:    <br />PublicFolderHierarchy is mandatory.</p>
<p>Warning:    <br />PublicFolderHierarchy is mandatory.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;    <br />OK     <br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>If so, read on, we have a few more things to do to bring this server back to a healthy state.</strong></p>
<p>This error indicates the public folder database hierarchies have been corrupted and cannot retrieve the necessary information from the active directory, and the possible cause is the msExchOwningPFTree attribute has a null value so the EMC cannot retrieve the information from it. </p>
<p>1. Open up ADSIEidt.msc and locate to CN=Configuration,DC=domain,DC=local &gt; CN=Services &gt; CN=Microsoft Exchange &gt; CN=First Organization &gt; CN=Administrative Groups &gt; CN=Exchange Administrative Group (FYDIBOHF23SPDLT) &gt; CN=Servers &gt; CN=Server &gt; CN=InformationStore &gt; CN=Second Storage Group.</p>
<p>2. Right-click the CN=Public Folder Database and select Properties, then find the msExchOwningPFTree, and check if the value is point to the correct DN, for example, in this case, it should be:    <br />CN=Public Folders,CN=Folder Hierarchies,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organization,CN=Microsoft Exchange, CN=Services, CN=Configuration,DC=domain,DC=local</p>
<p>3. If the value is null or pointed to an incorrect DN, check if the Folder Hierarchies object is lost in AD. Chances are it is missing. </p>
<p>4. If the Folder Hierarchies object is present, go to CN=Administrative Groups,CN=First Organization,CN=Microsoft Exchange, CN=Services, CN=Configuration,DC=domain,DC=local, and check if CN=Folder Hierarchies object. Double-click CN=Public Folders and find the distinguishedName and copy the value then paste it to the msExchOwningPFTree according to above steps.</p>
<p>5. If the CN=Folder Hierarchies object is missing, follow the steps below to recreate it.</p>
<p><strong>Re-create public folder hierarchy using the following steps:      <br /></strong>====================     <br />Create the &quot;Folder Hierarchies&quot; under the Exchange Administrative Group (FYDIBOHF23SPDLT)</p>
<p>a. Right click on Exchange Administrative Group (FYDIBOHF23SPDLT)    <br />b. Select New Object     <br />c. Select msExchPublicFolderTreeContainer for the class and click Next     <br />d. Enter &#8220;Folder Hierarchies&#8221;, click Next     <br />e. Click Finish</p>
<p>Create Public Folder Tree Object</p>
<p>a. Right click CN=Folder Hierarchies -&gt; New Object    <br />b. Select msExchPFTree for the class     <br />c. For the value enter, &quot;Public Folders&quot; and click next     <br />d. Click on the &quot;More Attributes&quot; button, select msExchPFTreeType and set the value to 1.     <br /><font color="#ff0000">Note: This is very important that this value is set to a value of 1 as this tells Exchange that this is a MAPI Tree</font>     <br />e. Click Ok and then finish</p>
<p>Populate msExchOwningPFTree attribute object of the PF Stores in the organization</p>
<p>1. Get properties of the newly created &quot;Public Folders&quot; Tree object in ADSIEdit.    <br />2. Copy the distinguishedname value to the clipboard and then click cancel.     <br />3. Navigate to CN=Configuration,DC=domain,DC=local &gt; CN=Services &gt; CN=Microsoft Exchange &gt; CN=First Organization &gt; CN=Administrative Groups &gt; CN=Exchange Administrative Group (FYDIBOHF23SPDLT) &gt; CN=Servers &gt; CN=Server &gt; CN=InformationStore &gt; CN=Second Storage Group. Right-click the CN=Public Folder Database and select Properties</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Thesitewidepublicfolderdatabaseforadmini_11F82/image_3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Thesitewidepublicfolderdatabaseforadmini_11F82/image_thumb_3.png" width="493" height="393" /></a> </p>
<p>4. Locate the msExchOwningPFTree attribute and paste in the value that was copied to the clipboard in step 2. Click OK.</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Thesitewidepublicfolderdatabaseforadmini_11F82/image_4.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Thesitewidepublicfolderdatabaseforadmini_11F82/image_thumb_4.png" width="422" height="151" /></a>     <br />5. Restart the Information Store Service.</p>
<p><strong>If this is a SBS 2008 server, do the following:</strong></p>
<p>Rerun the following wizards to fix the related settings.    </p>
<p>1. Open the Windows SBS Console, re-run the Connect to the Internet and Setup your Internet Address.     <br />2. After that, Navigate to Network &gt; Connectivity.     <br />3. In the Tasks pane, click &#8220;Fix my network&#8221; to check and fix any related networking issues.     <br />4. Restart all Exchange services, including the Information Store and System Attendant service.</p>
<p>Now open up the Exchange Management Console and again, go to Server Configuration, Mailbox.</p>
<p><strong>The stores should now be mounted and working correctly.</strong></p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Thesitewidepublicfolderdatabaseforadmini_11F82/image_5.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Thesitewidepublicfolderdatabaseforadmini_11F82/image_thumb_5.png" width="532" height="97" /></a> </p>
<p>Ok, so you think we are done now and everything is fixed? In my case, I had two more errors in the Application log that needed to get fixed from this.</p>
<p>I had Event ID: 107 , MSExchange Search Indexer, with the following message:</p>
<p>Exchange Search Indexer has temporarily disabled indexing of the Mailbox Database First Storage Group\Database-new (GUID = adb30473-006a-4393-8156-1f2b45d2932b) due to an error (Microsoft.Mapi.MapiExceptionNetworkError: MapiExceptionNetworkError: Unable to read events. (hr=0&#215;80040115, ec=-2147221227)</p>
<p>and</p>
<p>Event ID: 112, Microsoft Exchange OLEDB was unable to register OnSyncSave event for Schema propagation on MDB startup HRESULT = 0x8000ffff. </p>
<p>Well, these look pretty bad to me. The first error, Event ID 107, can&#160; be safely ignored and Exchange Search will try to index the database when the store is back online or is mounted.</p>
<p>The second error indicates there is a duplicate system folder &quot;schema-root&quot; exists in Exchange, and the error is caused by removal of the first administrative group from ADSIEDIT.MSC in the beginning of this posting, but understand this issue is caused by Exchange 2003 not being decommissioned properly, thus resulting in multiple schema root folders in the System Folders of the Public Folders.</p>
<p>So for the second error, more steps need to correct this issue:</p>
<p>1. Generate a random GUID</p>
<p>a. Download GUID Generator from Microsoft Download Center    <br /><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=94551f58-484f-4a8c-bb39-adb270833afc&amp;amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=94551f58-484f-4a8c-bb39-adb270833afc&amp;amp;displaylang=en</a>    <br />b. Extract the package and run guidgen.exe.     <br />c. Select Registry Format and click Copy to get the GUID.     <br />e.g. {50D52661-131C-47cf-9803-856F25DC790E}     <br />d. Remove the brackets and hyphens in the GUID, separate every two characters with a space.     <br />e.g. 50 D5 26 61 13 1C 47 cf 98 03 85 6F 25 DC 79 0E</p>
<p>2. Update the GUID of System Folders</p>
<p>a. Load ADSI Edit by running adsiedit.msc.    <br />b. Expand nodes to locate the AD object CN=Configuration,DC=domain,DC=local &gt; CN=Services &gt; CN=Microsoft Exchange &gt; CN=First Organization &gt; CN=Administrative Groups.     <br />c. On&#160; the right pane, right click the CN=Exchange Administrative Group (FYDIBOHF23SPDLT) folder and select Properties.     <br />d. On tab Attribute Editor, double-click attribute siteFolderGUID, paste the formatted GUID in step 1 to the textbox Value and click OK.</p>
<p>3. Restart Microsoft Exchange System Attendant service.</p>
<p>Now check your event logs. Mine are now clean!&#160; I hope this helps others who run into this issue as I was unable to find appropriate answers on the net.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.korteksolutions.com%2Fthe-site-wide-public-folder-database-for-administrative-group-first-administrative-group-has-been-deleted-after-migrating-to-exchange-2007-from-exchange-2000-or-2003%2F&amp;linkname=The%20site-wide%20public%20folder%20database%20for%20administrative%20group%20%26%238216%3Bfirst%20administrative%20group%26%238217%3B%20has%20been%20deleted%20after%20migrating%20to%20Exchange%202007%20from%20Exchange%202000%20or%202003">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/the-site-wide-public-folder-database-for-administrative-group-first-administrative-group-has-been-deleted-after-migrating-to-exchange-2007-from-exchange-2000-or-2003/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 SP1 adds more features</title>
		<link>http://blog.korteksolutions.com/exchange-2010-sp1-adds-more-features/</link>
		<comments>http://blog.korteksolutions.com/exchange-2010-sp1-adds-more-features/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 04:01:18 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[SP1]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/exchange-2010-sp1-adds-more-features/</guid>
		<description><![CDATA[Microsoft announced some nice new touches to it&#8217;s Exchange 2010 product with the release of SP1. Yesterday, Microsoft made the first public announcement about Exchange Server 2010 SP1. Besides some bug fixes, it adds a ton of extremely valuable new features to what is already the most significant release of Exchange in some time. The [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft announced some nice new touches to it&#8217;s Exchange 2010 product with the release of SP1.</p>
<p>Yesterday, Microsoft made the first public announcement about Exchange Server 2010 SP1. Besides some bug fixes, it adds a ton of extremely valuable new features to what is already the most significant release of Exchange in some time.</p>
<p>The first major SP1 change I want to talk about involves the way that the Personal Archive feature works. In Exchange 2010 RTM, Personal Archive mailboxes must be in the same mailbox database as the primary mailbox they support. This requirement prevents you from using the Personal Archive functionality with less-expensive, slower storage, and it puts limits on how you provision mailbox databases for users. This situation alone has slowed down Exchange 2010 deployments because the utility of Personal Archives is limited by not being able to move them to alternate storage.</p>
<p>SP1 removes this limitation so that a Personal Archive mailbox can be created in any mailbox database in the organization. It&#8217;s essentially treated as any other mailbox would be except that it&#8217;s linked to its primary mailbox. In keeping with the idea that it&#8217;s much like a regular mailbox, SP1 also lets you grant delegate access to users&#8217; Personal Archives.</p>
<p>SP1 includes a bunch of very welcome improvements to the Exchange Management Console (EMC) and the Exchange Control Panel (ECP). The biggest items here are support for Role Based Access Control (RBAC) and full support for retention tags and policies. </p>
<p>OWA and Exchange ActiveSync get some great new features as well, notably a series of interface tweaks that make OWA look more like a web app and less like a desktop app. OWA in SP1 will finally support themes again because they provide a very useful, and supported, way to brand and customize the appearance of OWA for companies that want to do so.</p>
<p>The Exchange Team Blog has an expanded list of SP1 features available in the post <a href="http://msexchangeteam.com/archive/2010/04/07/454533.aspx" target="_blank">&quot;Yes Virginia, there is an Exchange Server 2010 SP1,&quot;</a> </p>
<p>Now we wait for the announcement for SBS 2008 R2, which should include Exchange 2010 among other things. Keep your eye&#8217;s open!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.korteksolutions.com%2Fexchange-2010-sp1-adds-more-features%2F&amp;linkname=Exchange%202010%20SP1%20adds%20more%20features">Share/Save</a>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/exchange-2010-sp1-adds-more-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
