<?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>Robert Martin&#039;s Blog</title>
	<atom:link href="http://www.robertwmartin.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.robertwmartin.com</link>
	<description>A site about VMware, Powershell and Exchange topics</description>
	<lastBuildDate>Thu, 05 Aug 2010 03:57:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dell EqualLogic PS series upgrade errors to v4.3.6</title>
		<link>http://www.robertwmartin.com/?p=77</link>
		<comments>http://www.robertwmartin.com/?p=77#comments</comments>
		<pubDate>Thu, 05 Aug 2010 03:57:43 +0000</pubDate>
		<dc:creator>Robert Martin</dc:creator>
				<category><![CDATA[Dell EqualLogic]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[EqualLogic]]></category>
		<category><![CDATA[PS5000]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[v4.3.6]]></category>

		<guid isPermaLink="false">http://www.robertwmartin.com/?p=77</guid>
		<description><![CDATA[I was upgrading my Dell Array this evening and ran into an error and had to call Dell Premier Support, so I am going to share the fix since I couldn&#8217;t find the answer anywhere online. ERROR  8/4/10  8:15:40 PM  &#60;ARRAYNAME&#62;  Array firmware update from version V4.3.2 to  failed. Reason: Space required: 21MB, available: 19MB. [...]]]></description>
			<content:encoded><![CDATA[<p>I was upgrading my Dell Array this evening and ran into an error and had to call Dell Premier Support, so I am going to share the fix since I couldn&#8217;t find the answer anywhere online.</p>
<p>ERROR  8/4/10  8:15:40 PM  &lt;ARRAYNAME&gt;  Array firmware update from version V4.3.2  to  failed. Reason: Space required: 21MB, available: 19MB.</p>
<p>Turns out the Dell Equal Logic stores unnecessary files on the flash drive and that will cause the upgrade to fail. Nice huh!</p>
<p>So here is how you fix it.</p>
<div class="code">Open a Windows Command Prompt</p>
<p>Type: FTP &lt;Address to eth0 or management IP for Member you are having problems with&gt;</p>
<p>User: Your GRPAdmin username</p>
<p>Password: XXXXXXX</p>
<p>Once connected you should get ftp&gt;</p>
<p>Type BIN &#8220;Which is short for Binary&#8221;</p>
<p>Type DIR</p>
<p>You should now see all the files on the flash drive. According to Dell Support you do not need files that end in .core or .dgo so they are safe to delete</p>
<p>DEL &lt;Filename&gt;</p>
</div>
<p>You should now be able to perform the upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertwmartin.com/?feed=rss2&amp;p=77</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Upgrade to the newest vSphere ESX 4.1</title>
		<link>http://www.robertwmartin.com/?p=71</link>
		<comments>http://www.robertwmartin.com/?p=71#comments</comments>
		<pubDate>Tue, 20 Jul 2010 21:56:23 +0000</pubDate>
		<dc:creator>Robert Martin</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESX 4.1]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[VMware 4.1]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.robertwmartin.com/?p=71</guid>
		<description><![CDATA[1. First you need to log in to a machine that has the VMware vSphere CLI installed. 2. Download the following upgrade ZIP bundles from the VMware Web site to a location that is accessible to the vSphere CLI machine. The esxupdate bulletin, pre-upgrade-from-ESX4.0-to-4.1.0-0.0.build#-release.zip The upgrade bulletin, upgrade-from-ESX4.0-to-4.1.0-0.0.build#-release.zip 3. Power off any virtual machines that [...]]]></description>
			<content:encoded><![CDATA[<p>1. First you need to log in to a machine that has the VMware vSphere CLI installed.</p>
<p>2. Download the following upgrade ZIP bundles from the VMware Web site to a location that is accessible to the vSphere CLI machine.</p>
<p>The esxupdate bulletin, pre-upgrade-from-ESX4.0-to-4.1.0-0.0.build#-release.zip<br />
The upgrade bulletin, upgrade-from-ESX4.0-to-4.1.0-0.0.build#-release.zip</p>
<p>3. Power off any virtual machines that are running on the host and place the host into maintenance mode.</p>
<p>4. Install the esxupdate bulletin by running the following command on the vSphere CLI machine.</p>
<div class=code>vihostupdate.pl -i &#8211;server &lt;host name or IP address&gt; &#8211;username &lt;username&gt; &#8211;password &lt;password&gt; -b &lt;location of the ESX update ZIP bundle&gt;</div>
<p>5. Install the upgrade bulletin by running the following command on the vSphere CLI machine.</p>
<div class=code>vihostupdate.pl -i &#8211;server &lt;host name or IP address&gt; &#8211;username  &lt;username&gt; &#8211;password &lt;password&gt; -b &lt;location of the ESX  upgrade ZIP bundle&gt;</div>
<p>6. Verify that the bulletins are installed on the ESXi host by running the following command.</p>
<div class=code>vihostupdate.pl -i &#8211;server &lt;host name or IP address&gt; &#8211;username   &lt;username&gt; &#8211;password &lt;password&gt; &#8211;query</div>
<p>7. Reboot the host.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertwmartin.com/?feed=rss2&amp;p=71</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Kill a hung VMware Tools Install</title>
		<link>http://www.robertwmartin.com/?p=64</link>
		<comments>http://www.robertwmartin.com/?p=64#comments</comments>
		<pubDate>Sat, 17 Jul 2010 12:27:26 +0000</pubDate>
		<dc:creator>Robert Martin</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[vmware-cmd]]></category>

		<guid isPermaLink="false">http://www.robertwmartin.com/?p=64</guid>
		<description><![CDATA[Ever try to install VMware Tools and after hours and hours the install won&#8217;t seem to complete and from the GUI Going to End VMware Tools Install doesn&#8217;t work. Well here is how you kill the install from the Console of the ESX Server your VM is running on. First thing we need to do [...]]]></description>
			<content:encoded><![CDATA[<p>Ever try to install VMware Tools and after hours and hours the install won&#8217;t seem to complete and from the GUI Going to End VMware Tools Install doesn&#8217;t work. Well here is how you kill the install from the Console of the ESX Server your VM is running on.</p>
<p>First thing we need to do is get the ID of the VM.</p>
<div class="code">[root@ESXSERVNAME ~]# /usr/bin/vmware-cmd /vmfs/volumes/data-storename/vm-folder/vmname.vmx getid<br />
getid() = idnumber<br />
[root@ESXSERVNAME ~]# /usr/bin/vmware-vim-cmd vmsvc/tools.cancelinstall idnumber</div>
<p>That&#8217;s it! You should now be able to manually install the tools on the VM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertwmartin.com/?feed=rss2&amp;p=64</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script: To add users to a AD Group based on Criteria</title>
		<link>http://www.robertwmartin.com/?p=55</link>
		<comments>http://www.robertwmartin.com/?p=55#comments</comments>
		<pubDate>Fri, 09 Jul 2010 16:59:06 +0000</pubDate>
		<dc:creator>Robert Martin</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Get-Mailbox]]></category>
		<category><![CDATA[qadgroupmember]]></category>

		<guid isPermaLink="false">http://www.robertwmartin.com/?p=55</guid>
		<description><![CDATA[The script below was written to add about 1000 user that fit a certain criteria into a group. You could use any field of Get-Mailbox to sort, and this script filters out disabled accounts. To run this script you need to load PSSnapin Exchange and Quest $users = Get-Mailbox -ResultSize Unlimited &#124; ?{$_.CustomAttribute1 -eq &#8220;Phoenix&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>The script below was written to add about 1000 user that fit a certain criteria into a group. You could use any field of Get-Mailbox to sort, and this script filters out disabled accounts. To run this script you need to load PSSnapin Exchange and Quest</p>
<div class="code"><span style="color: #800080;">$users</span> <span style="color: #ff0000;">=</span> <span style="color: #5f9ea0;"><strong>Get-Mailbox</strong> <em>-ResultSize</em></span> <span style="color: #800000;">Unlimited</span> | ?{$_.CustomAttribute1 <span style="color: #ff0000;">-eq</span> <span style="color: #800000;">&#8220;Phoenix&#8221;</span> <span style="color: #ff0000;">-and</span> <span style="color: #800080;">$_</span>.UserAccountControl <span style="color: #ff0000;">-notlike</span> <span style="color: #800000;">&#8220;*AccountDisabled*&#8221;</span>} | <span style="color: #5f9ea0;"><strong>Select</strong></span> <span style="color: #800000;">GUID</span><br />
Foreach(<span style="color: #800080;">$user</span> in <span style="color: #800080;">$users</span>)<br />
{<br />
    <span style="color: #5f9ea0;"><strong>Add-qadgroupmember</strong> <em>–Identity</em></span><span style="color: #800000;"> &#8220;CN=WirelessUsers,OU=Groups,DC=mydomain,DC=internal&#8221; </span><span style="color: #5f9ea0;"><em>–Member</em></span> <span style="color: #800080;">$user</span>.GUID.ToString()<br />
}
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.robertwmartin.com/?feed=rss2&amp;p=55</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrate users from one Domain to another</title>
		<link>http://www.robertwmartin.com/?p=24</link>
		<comments>http://www.robertwmartin.com/?p=24#comments</comments>
		<pubDate>Wed, 07 Jul 2010 18:49:29 +0000</pubDate>
		<dc:creator>Robert Martin</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Migrate]]></category>

		<guid isPermaLink="false">http://www.robertwmartin.com/?p=24</guid>
		<description><![CDATA[This script was written to migrate users from one domain to another and migrate the mailboxes. Save the entire script as a .ps1 file and when you run it you will need to pass it a file name that should be in same directory as script. # Add Exchange Module if you need to Add-PSSnapin [...]]]></description>
			<content:encoded><![CDATA[<p>This script was written to migrate users from one domain to another and migrate the mailboxes. Save the entire script as a .ps1 file and when you run it you will need to pass it a file name that should be in same directory as script.</p>
<div class="code"><span style="color: #008000;"># Add Exchange Module if you need to<br />
</span><span style="color: #5f9ea0;">Add-PSSnapin</span> <span style="color: #800000;">Microsoft.Exchange.Management.PowerShell.Admin</span></div>
<p>This function is passed the number of seconds and it displays <strong><span style="color: #000000;">Sleeping for 0:0:0 seconds</span></strong></p>
<div class="PowerGuiScript"><span style="color: #008000;"># Function to Wait a number of Seconds</span><br />
<span style="color: #0000ff;">function</span> <span style="color: #5f9ea0;">CountDown</span>(<span style="color: #800080;">$waitSeconds</span>) {<br />
<span style="color: #800080;">      $startTime</span> <span style="color: #ff0000;">=</span> <span style="color: #5f9ea0;">get-date</span><br />
<span style="color: #800080;">      $endTime</span> <span style="color: #ff0000;">=</span> <span style="color: #800080;">$startTime</span>.addSeconds(<span style="color: #800080;">$waitSeconds</span>)<br />
<span style="color: #800080;">      $timeSpan</span> <span style="color: #ff0000;">=</span> <span style="color: #5f9ea0;">new-timespan</span> <span style="color: #800080;">$startTime</span> <span style="color: #800080;">$endTime</span><br />
<span style="color: #5f9ea0;">      write-host</span><span style="color: #800000;"> &#8220;`nSleeping for $waitSeconds seconds&#8230;&#8221; -backgroundcolor black -foregroundcolor yellow</span><br />
<span style="color: #0000ff;">      while</span> (<span style="color: #800080;">$timeSpan</span> <span style="color: #ff0000;">-gt</span> 0) {<br />
<span style="color: #800080;">            $timeSpan</span> <span style="color: #ff0000;">=</span> <span style="color: #5f9ea0;">new-timespan</span> $(<span style="color: #5f9ea0;">get-date</span>) <span style="color: #800080;">$endTime</span><br />
<span style="color: #5f9ea0;">            write-host</span> <span style="color: #800000;">&#8220;`r&#8221;</span>.padright(40,&#8221; <span style="color: #800000;">&#8220;) -nonewline</span><br />
<span style="color: #800000;">            write-host $([string]::Format(&#8220;`rTime Remaining: {0:d2}:{1:d2}:{2:d2}&#8221;, `<br />
</span><span style="color: #800080;">                  $timeSpan</span>.hours, `<br />
<span style="color: #800080;">                  $timeSpan</span>.minutes, `<br />
<span style="color: #800080;">                  $timeSpan</span>.seconds)) `<br />
                  -nonewline -backgroundcolor black -foregroundcolor yellow<br />
<span style="color: #5f9ea0;">            sleep</span> 1<br />
            }<br />
<span style="color: #5f9ea0;">write-host</span> <span style="color: #ff0000;">&#8220;&#8221;</span><br />
}</div>
<p> </p>
<p>This section of code is what I used to get a unigue log file as I was migrating many mailboxes. You can hard code the path if desired.</p>
<div class="code"><span style="color: #008000;"># Build Log file you can use anything you want here.</span><br />
<span style="color: #800080;">$a</span> <span style="color: #ff0000;">=</span> <span style="color: #5f9ea0;">Get-Date</span><br />
<span style="color: #800080;">$logday</span> <span style="color: #ff0000;">=</span> <span style="color: #800080;">$a</span>.Day<br />
<span style="color: #800080;">$logmonth</span> <span style="color: #ff0000;">=</span> <span style="color: #800080;">$a</span>.Month<br />
<span style="color: #800080;">$logYear</span> <span style="color: #ff0000;">=</span> <span style="color: #800080;">$a</span>.Year<br />
<span style="color: #800080;">$logHour</span> <span style="color: #ff0000;">=</span> <span style="color: #800080;">$a</span>.Hour<br />
<span style="color: #800080;">$logMinute</span> <span style="color: #ff0000;">=</span> <span style="color: #800080;">$a</span>.Minute<br />
<span style="color: #800080;">$logdate</span> <span style="color: #ff0000;">=</span> <span style="color: #800080;">$logmonth</span>.ToString() <span style="color: #ff0000;">+</span> <span style="color: #800000;">&#8220;_&#8221;</span> <span style="color: #ff0000;">+</span> <span style="color: #800080;">$logday</span>.ToString() <span style="color: #ff0000;">+</span> <span style="color: #800000;">&#8220;_&#8221;</span> <span style="color: #ff0000;">+</span> <span style="color: #800080;">$logyear</span>.ToString() <span style="color: #ff0000;">+</span> <span style="color: #800000;">&#8220;_&#8221;</span> <span style="color: #ff0000;">+</span><span style="color: #800080;"> $logHour</span>.ToString() <span style="color: #ff0000;">+</span> <span style="color: #800080;">$logMinute</span>.ToString()<br />
<span style="color: #800080;">$logfile</span> <span style="color: #ff0000;">=</span><span style="color: #800000;"> &#8220;c:\conversionlog_&#8221;</span> <span style="color: #ff0000;">+</span> <span style="color: #800080;">$logdate</span> <span style="color: #ff0000;">+</span> <span style="color: #800000;">&#8220;.txt&#8221;</span></div>
<p>This section starts powershell transcript</p>
<div class="code"><span style="color: #008000;"># start log</span><br />
<span style="color: #5f9ea0;">start-transcript -path</span> <span style="color: #800080;">$logfile</span></div>
<p>The following code is where the file is read and the values are parsed to export the mailbox from one domain to the other. You will need a csv file with DOMAINA and DOMAINB as the two columns and for my file I used the samAccount from both domains. This code does not create the new account in the new domain it just mail enables it. But you could write that into this code if you needed that functionality.</p>
<div class="code"><span style="color: #008000;"># read file name</span><br />
<span style="color: #800080;">$file</span> <span style="color: #ff0000;">=</span> <span style="color: #5f9ea0;">Read-Host</span><span style="color: #800000;"> &#8220;Type File Name (ex. Users.csv)&#8221;<br />
</span><span style="color: #008000;"># get users</span><br />
<span style="color: #800080;">$Users</span> <span style="color: #ff0000;">=</span><span style="color: #5f9ea0;"> import-csv</span> <span style="color: #800080;">$file</span> <span style="color: #5f9ea0;">-delimiter </span><span style="color: #800000;">&#8216;,&#8217;</span> <span style="color: #5f9ea0;">-erroraction</span> <span style="color: #800000;">stop</span><br />
<span style="color: #0000ff;">foreach</span> (<span style="color: #800080;">$User</span> <span style="color: #0000ff;">in</span> <span style="color: #800080;">$Users</span>)<br />
{<br />
<span style="color: #008000;"># Add permission for the user running script to export</span><br />
<span style="color: #5f9ea0;">Add-MailboxPermission</span> <span style="color: #800000;">&#8220;$($User.DOMAINA)@fqdn.olddomain&#8221;</span> <span style="color: #5f9ea0;">-User</span>:<span style="color: #800000;">&#8216;USER TO RUN EXPORT&#8217;</span> <span style="color: #5f9ea0;">-AccessRights</span>:FullAccess<br />
<span style="color: #008000;"># Write to screen what we just did</span><br />
<span style="color: #5f9ea0;">Write-Host</span><span style="color: #800000;"> &#8220;USER NAME permission added&#8221;<br />
</span><span style="color: #008000;"># Path and Name to Export PST File</span><br />
<span style="color: #800080;">$path</span> <span style="color: #ff0000;">=</span> <span style="color: #800000;">&#8220;C:\PSTBackup\$($User.DOMAINA).pst&#8221;</span><br />
<span style="color: #008000;"># Export the PST from Exchange</span><br />
<span style="color: #5f9ea0;">Export-Mailbox</span> <span style="color: #5f9ea0;">–Identity</span> <span style="color: #800000;">&#8220;$($User.DOMAINA)@fqdn.olddomain&#8221;</span> <span style="color: #5f9ea0;">-PSTFolderPath</span> <span style="color: #800080;">$path</span> <span style="color: #5f9ea0;">-Confirm</span>:<span style="color: #800080;">$false</span><br />
<span style="color: #008000;"># Write to screen what we just did</span><br />
<span style="color: #5f9ea0;">Write-Host</span> <span style="color: #800000;">&#8220;$($User.DOMAINA) exported to C:\PSTBackup\$($User.DOMAINA).pst&#8221;<br />
</span><span style="color: #008000;"># Disable the Exchange Attributes so we can add to new domain</span><br />
<span style="color: #5f9ea0;">Disable-Mailbox</span> <span style="color: #800000;">&#8220;$($User.DOMAINA)@fqdn.olddomain&#8221;</span> <span style="color: #5f9ea0;">-DomainController</span> <span style="color: #800000;">&#8220;YOUR OLD DOMAIN CONTROLLER&#8221;</span> <span style="color: #5f9ea0;">-Confirm</span>:<span style="color: #800080;">$false</span><br />
<span style="color: #008000;"># Write to screen what we just did</span><br />
<span style="color: #5f9ea0;">Write-Host</span><span style="color: #800000;"> &#8220;$($User.DOMAIN) mailbox disabled.&#8221;</span><br />
<span style="color: #008000;"># Run a wait function to allow AD to update</span><br />
<span style="color: #5f9ea0;">Countdown</span> 60<br />
<span style="color: #008000;"># Enable the new account on new domain</span><br />
<span style="color: #5f9ea0;">Enable-Mailbox</span><span style="color: #5f9ea0;"> -Identity</span> <span style="color: #800000;">&#8220;$($User.DOMAINB)@fqdn.newdomain&#8221;</span> <span style="color: #5f9ea0;">-Alias</span> <span style="color: #800080;">$User</span>.DOMAINB<span style="color: #5f9ea0;"> -Database</span> <span style="color: #800000;">&#8216;FULL DATABASE PATH&#8217;</span> <span style="color: #5f9ea0;">-Confirm</span>:<span style="color: #800080;">$false</span><br />
<span style="color: #008000;"># Again wait for 60 seconds for AD to update</span><br />
<span style="color: #5f9ea0;">Countdown </span>60<br />
<span style="color: #008000;"># Add permission to new mailbox to run Import</span><br />
<span style="color: #5f9ea0;">Add-MailboxPermission</span> <span style="color: #800000;">&#8220;$($User.DOMAINB)@fqdn.newdomain&#8221;</span> <span style="color: #5f9ea0;">-User</span>:<span style="color: #800000;">&#8216;USER TO RUN IMPORT&#8217;</span> <span style="color: #5f9ea0;">-AccessRights</span>:FullAccess<br />
<span style="color: #008000;"># Again wait for 60 second for AD to update</span><br />
<span style="color: #5f9ea0;">Countdown</span> 60<br />
<span style="color: #008000;"># Import the exported PST into new mailbox</span><br />
<span style="color: #5f9ea0;">Import-Mailbox</span> <span style="color: #5f9ea0;">-Identity</span> <span style="color: #800000;">&#8220;$($User.DOMAINB)@fqdn.newdomain&#8221;</span> <span style="color: #5f9ea0;">-PSTFolderPath</span> <span style="color: #800080;">$path</span> <span style="color: #5f9ea0;">-Confirm</span>:<span style="color: #800080;">$false</span><br />
<span style="color: #008000;"># Write to screen what we just did</span><br />
<span style="color: #5f9ea0;">Write-Host</span><span style="color: #800000;"> &#8220;$($User.DOMAINB) imported&#8221;<br />
</span>}</div>
<p>Stop the transcript for PowerShell</p>
<div class="code"><span style="color: #5f9ea0;">stop-transcript</span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.robertwmartin.com/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hard to figure out Exchange Issue</title>
		<link>http://www.robertwmartin.com/?p=6</link>
		<comments>http://www.robertwmartin.com/?p=6#comments</comments>
		<pubDate>Fri, 02 Jul 2010 04:32:27 +0000</pubDate>
		<dc:creator>Robert Martin</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[NDR]]></category>

		<guid isPermaLink="false">http://robertwmartin.com/?p=6</guid>
		<description><![CDATA[Ok yesterday, I ran into an issue where store.exe on one of my CCR Cluster was repeatedly crashing, with no related event logs being generated in the Application Event Log.  I called MS Premier Support and after running a debugeer on store.exe the log was related to  KnowledgeBase article 959135, it was necessary to create a registry key called [...]]]></description>
			<content:encoded><![CDATA[<p>Ok yesterday, I ran into an issue where store.exe on one of my CCR Cluster was repeatedly crashing, with no related event logs being generated in the Application Event Log.  I called MS Premier Support and after running a debugeer on store.exe the log was related to  <a href="http://support.microsoft.com/kb/959135" target="_blank">KnowledgeBase article 959135</a>, it was necessary to create a registry key called “Search Folder Nesting Level” in HKLM\System\CCS\Services\MSExchangeIS\ParamtersSystem and set it to a value of 500 and a registry key called &#8220;Validate Search Folder Restriction&#8221; in HKLM\System\CCS\Services\MSExchangeIS\ParametersSystem and set the value to 1</p>
<p>Today I received a call that messages to one of our key users was bouncing with a rather weird NDR notificiation</p>
<div class=code>:#550 5.3.4 STOREDRV.Deliver: message exceeds fixed system limits. The following information should help identify the cause: “MapiExceptionTooComplex:16.18969:890F0000, ….</div>
<p style="text-align: left;">I moved the mailbox to another DB and got an error but the mailbox moved.</p>
<p style="text-align: left;">The next recommended step is to still run ISINTEG on the DB to get rid of the corrupt data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertwmartin.com/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
