<?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>logicspot.NET</title>
	<atom:link href="http://www.logicspot.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.logicspot.net</link>
	<description>Tech-notes from the field!</description>
	<lastBuildDate>Thu, 26 Apr 2012 22:29:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to upgrade Windows Server 2008 R2 Standard to Enterprise edition!</title>
		<link>http://www.logicspot.net/?p=742</link>
		<comments>http://www.logicspot.net/?p=742#comments</comments>
		<pubDate>Thu, 26 Apr 2012 22:29:06 +0000</pubDate>
		<dc:creator>ftornell</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Productkey]]></category>

		<guid isPermaLink="false">http://www.logicspot.net/?p=742</guid>
		<description><![CDATA[This guide will help you upgrade (in-place) your Windows Server 2008 R2 Standard Edition to Windows Server 2008 R2 Enterprise Edition. I faced this recently when our local technicians installed the wrong version. The tool to be used is called Deployment Image Servicing and Management tool or just DISM for short. 1. Verify that the [...]]]></description>
			<content:encoded><![CDATA[<p>This guide will help you upgrade (in-place) your Windows Server 2008 R2 Standard Edition to Windows Server 2008 R2 Enterprise Edition.<br />
I faced this recently when our local technicians installed the wrong version.</p>
<p>The tool to be used is called Deployment Image Servicing and Management tool or just DISM for short.</p>
<p>1. Verify that the server is runnig Standard edition<br />
<code># dsim /online /getcurrentedition</code></p>
<p>2. Next step is to set a temporary key provided by Microsoft: 489J6-VHDMP-X63PK-3K798-CPX3Y (back to activate on three days)</p>
<p>3. The next step is to list the available target editions<br />
<code># dsim /online /gettargeteditions</code></p>
<p>4. The last step is to specify the target edition and add the product key<br />
<code># dsim /online /set-edition:serverenterprise /productkey: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</code></p>
<p>5. Restart the server</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicspot.net/?feed=rss2&#038;p=742</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 12.04 codenamed Precise Pangolin has been released!</title>
		<link>http://www.logicspot.net/?p=739</link>
		<comments>http://www.logicspot.net/?p=739#comments</comments>
		<pubDate>Thu, 26 Apr 2012 22:18:19 +0000</pubDate>
		<dc:creator>ftornell</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.logicspot.net/?p=739</guid>
		<description><![CDATA[The day hase come! Canonicals next LTS (Long Time Support) release has been released into the wild. The Ubuntu team is very pleased to announce the release of Ubuntu 12.04 LTS (Long-Term Support). Code-named &#8216;Precise Pangolin&#8217;, 12.04 continues Ubuntu&#8217;s proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux [...]]]></description>
			<content:encoded><![CDATA[<p>The day hase come! Canonicals next LTS (Long Time Support) release has been released into the wild.</p>
<blockquote><p>The Ubuntu team is very pleased to announce the release of Ubuntu 12.04 LTS (Long-Term Support). Code-named &#8216;Precise Pangolin&#8217;, 12.04 continues Ubuntu&#8217;s proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution. The team has been hard at work through this cycle, introducing a few new features and improving quality control. For PC users, Ubuntu 12.04 supports laptops, desktops, and netbooks with a unified look and feel based on an updated version of the desktop shell called &#8216;Unity&#8217;, which introduces &#8216;Head-Up Display&#8217; search capabilities.</p></blockquote>
<p>Head over to <a href="http://www.ubuntu.com" target="_blank">ubuntu.com</a> for more info!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicspot.net/?feed=rss2&#038;p=739</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Zimbra 7.1.4 on Ubuntu 10.04 LTS</title>
		<link>http://www.logicspot.net/?p=688</link>
		<comments>http://www.logicspot.net/?p=688#comments</comments>
		<pubDate>Mon, 12 Mar 2012 14:48:51 +0000</pubDate>
		<dc:creator>ftornell</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://www.logicspot.net/?p=688</guid>
		<description><![CDATA[This post will cover all you need to know about installing Zimbra on Ubuntu 10.04 LTS. Sections - Setting up Ubuntu - Installing dependencies - Configuring Bind9 DNS - Downloading Zimbra - Installing Zimbra Setting up Ubuntu First off we need to set up the hostname and static IP. Hostname sudo nano /etc/hosts It should [...]]]></description>
			<content:encoded><![CDATA[<p>This post will cover all you need to know about installing Zimbra on Ubuntu 10.04 LTS.</p>
<h4>Sections</h4>
<p>- Setting up Ubuntu<br />
- Installing dependencies<br />
- Configuring Bind9 DNS<br />
- Downloading Zimbra<br />
- Installing Zimbra</p>
<h4>Setting up Ubuntu</h4>
<p>First off we need to set up the hostname and static IP.</p>
<p>Hostname</p>
<pre>sudo nano /etc/hosts</pre>
<p>It should look something similar to:</p>
<pre>
127.0.0.1    localhost.localdomain        localhost
192.168.0.50 zimbra.logicspot.net         zimbra
</pre>
<p>Set static IP:</p>
<pre>sudo nano /etc/network/interfaces</pre>
<p>Change the desired information and save the file, example:</p>
<pre>
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.50
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
</pre>
<p>Restart the service:</p>
<pre>sudo /etc/init.d/networking restart</pre>
<h4>Installing dependencies</h4>
<p>These are the packages we need, install them using apt-get:</p>
<pre>sudo apt-get install libperl5.10 sysstat sqlite3 bind9</pre>
<h4>Get the BIND9 DNS up and running</h4>
<pre>sudo nano /etc/bind/named.conf.local</pre>
<p>The file should look something like this:</p>
<pre>
[...]

     zone "logicspot.net" {
          type master;
          file "/etc/bind/db.logicspot.net";
     };

[...]
</pre>
<p>Next step is to configure the db.logicspot.net file, but lets first create it by copying the template from another file:</p>
<pre>sudo cp /etc/bind/db.local /etc/bind/db.logicspot.net</pre>
<p>The file should look something like this:</p>
<pre>

;
; BIND data file for local loopback interface
;
$TTL    604800
@       IN        SOA     zimbra.logicspot.net. admin.logicspot.net. (
                                    2012031203; Serial
                                        604800; Refresh
                                         86400; Retry
                                       2419200; Expire
                                      604800 ); Negative Cache TTL
;
@       IN        NS      localhost.
@       IN        A       127.0.0.1
@       IN        AAAA    ::1
zimbra  IN        A       192.168.0.50
        IN        MX      10 zimbra
</pre>
<p><em>Remember to update the serialnr after every change, otherwise BIND will not understand that the file has been updated. A common Serialnr is YYYYMMDDNN.</em></p>
<p>If you need to add a forwarding server, edit named.conf.options:</p>
<pre>sudo cp /etc/bind/named.conf.options</pre>
<p>The file should look something like this:</p>
<pre>
[...]

forwarders {
192.168.0.1;
};

[...]
</pre>
<p>Restart BIND:</p>
<pre>sudo /etc/init.d/bind9 restart</pre>
<h4>Download Zimbra</h4>
<p>Download the package using wget:</p>
<pre>sudo wget http://files2.zimbra.com/downloads/7.1.4_GA/zcs-7.1.4_GA_2555.UBUNTU10_64.20120105094803.tgz</pre>
<p>Unpack:</p>
<pre>tar xzvf zcs-7.1.4_GA_2555.UBUNTU10_64.20120105094803.tgz</pre>
<h4>Install Zimbra</h4>
<pre>sudo ./install.sh</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.logicspot.net/?feed=rss2&#038;p=688</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to perform a single item recovery in Exchange 2010 using the shell</title>
		<link>http://www.logicspot.net/?p=681</link>
		<comments>http://www.logicspot.net/?p=681#comments</comments>
		<pubDate>Fri, 09 Mar 2012 13:01:29 +0000</pubDate>
		<dc:creator>ftornell</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Discovery]]></category>
		<category><![CDATA[Restore]]></category>
		<category><![CDATA[Single Item Recovery]]></category>

		<guid isPermaLink="false">http://www.logicspot.net/?p=681</guid>
		<description><![CDATA[Single item recovery is a very important feature of Exchange Server 2010. It provides a good layer of protection to recover items in a fast way without recovering an entire mailbox or mailbox database from various backup media like the tape. The method is divided into two steps 1. Perform a search based on various [...]]]></description>
			<content:encoded><![CDATA[<p>Single item recovery is a very important feature of Exchange Server 2010. It provides a good layer of protection to recover items in a fast way without recovering an entire mailbox or mailbox database from various backup media like the tape.</p>
<p><strong>The method is divided into two steps</strong><br />
1. Perform a search based on various criteria<br />
2. Restore the items to the users mailbox or to a .PST file.</p>
<p>First off, we need to grant the ability to search mailboxes. By default there are no accounts that have these permissions &#8211; provide them carefully to a few selected staff/helpdesk members.<br />
In this example we are granting Alex Westwood the Discovery Management permission:</p>
<pre>Add-RoleGroupMember "Discovery Management" -Member awestwood</pre>
<p><strong>Perform the search</strong><br />
In this example we are searching <strong>Jack Smith&#8217;s</strong> mailbox for emails from <strong>Dana Cox</strong> with keyword <strong>Energy</strong> &#8211; and saves the information into a folder called <strong>Jack Smith Recovery</strong> in the <strong>Discover Search Mailbox</strong> mailbox:</p>
<pre>Search-Mailbox "Jack Smith" -SearchQuery "from:'Dana Cox' AND Energy" -TargetMailbox "Discovery Search Mailbox" -TargetFolder "Jack Smith Recovery" -LogLevel Full</pre>
<p><strong>Restore the information</strong><br />
From here we could restore the mail to <strong>Jack Smith&#8217;s</strong> mailbox in a folder called <strong>Recovered Messages</strong> and delete the information from the <strong>Discovery Search Mailbox</strong> mailbox:</p>
<pre>Search-Mailbox "Discovery Search Mailbox" -SearchQuery "from:'Dana Cox' AND Energy" -TargetMailbox "Jack Smith" -TargetFolder "Recovered Messages" -LogLevel Full -DeleteContent</pre>
<p>&#8230;or export the data to a .PST file:</p>
<pre>New-MailboxExportRequest -Mailbox "Discovery Search Mailbox" -SourceRootFolder "Jack Smith Recovery" -ContentFilter {Subject -eq "Energy meeting"} -FilePath \\SERVER01\SHARE\JackSmithRecovery.pst</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.logicspot.net/?feed=rss2&#038;p=681</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5.8 released!</title>
		<link>http://www.logicspot.net/?p=733</link>
		<comments>http://www.logicspot.net/?p=733#comments</comments>
		<pubDate>Thu, 08 Mar 2012 16:16:21 +0000</pubDate>
		<dc:creator>ftornell</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>

		<guid isPermaLink="false">http://www.logicspot.net/?p=733</guid>
		<description><![CDATA[Johnny Hughes over at centos.org just announced that CentOS 5.8 has been released. We are pleased to announce the immediate availability of CentOS 5.8 for the i386 and x86_64 architectures. CentOS 5.8 is the eighth update to the CentOS 5 distribution series. It contains a lot of bug fixes, updates and new functionality. Known issues: [...]]]></description>
			<content:encoded><![CDATA[<p>Johnny Hughes over at centos.org just announced that CentOS 5.8 has been released.</p>
<blockquote><p>We are pleased to announce the immediate availability of CentOS 5.8 for the i386 and x86_64 architectures. CentOS 5.8 is the eighth update to the CentOS 5 distribution series. It contains a lot of bug fixes, updates and new functionality. Known issues: as of CentOS 5.7 the installation kit is split into two DVDs; there is a MultiLib issue with dbus-1.1.2-16 (i386 and x86_64) &#8211; they can not be installed at the same time due to a conflict of the file /etc/dbus-1/system.conf; there is a known issue with the tg3 kernel driver using VLANs (802.1q) and at least one Broadcom chipset; there is a known issue with the smartmontools and the 2.6.18-308 kernel where &#8216;hard drives behind a SAS controller can get dropped&#8217;; there is a known issue with the latest nfs-utils in EL 5.8 where invalid warnings are given on NFS mounts for rpc.idmapd and/or rpc.gssd.</p></blockquote>
<p>Releasenotes:<br />
<a href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.8" target="_blank">http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.8</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicspot.net/?feed=rss2&#038;p=733</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Consumer Preview released!</title>
		<link>http://www.logicspot.net/?p=659</link>
		<comments>http://www.logicspot.net/?p=659#comments</comments>
		<pubDate>Wed, 29 Feb 2012 21:42:43 +0000</pubDate>
		<dc:creator>ftornell</dc:creator>
				<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://www.logicspot.net/?p=659</guid>
		<description><![CDATA[The day has come to test the next desktop flagship from the blue giant. Windows 8 Consumer Preview is now live! The download links and other related information is provided here below. Please remember that this is not the final version, bugs may appear! System Requirements: Windows 8 Consumer Preview works great on the same [...]]]></description>
			<content:encoded><![CDATA[<p>The day has come to test the next desktop flagship from the blue giant. Windows 8 Consumer Preview is now live!<br />
The download links and other related information is provided here below.</p>
<p>Please remember that this is not the final version, bugs may appear!</p>
<p><strong>System Requirements:</strong><br />
Windows 8 Consumer Preview works great on the same hardware that powers Windows 7:</p>
<ul>
<li>Processor: 1 gigahertz (GHz) or faster</li>
<li>RAM: 1 gigabyte (GB) (32-bit) or 2 GB (64-bit)</li>
<li>Hard disk space: 16 GB (32-bit) or 20 GB (64-bit)</li>
<li>Graphics card: Microsoft DirectX 9 graphics device or higher</li>
<li>To use touch, you need a tablet or monitor that supports multitouch</li>
<li>To access Windows Store and to download and run apps, you need an active Internet connection and a screen resolution of at least 1024 x 768</li>
<li>To snap apps, you need a screen resolution of at least 1366 x 768</li>
</ul>
<p><strong>Windows Consumer Preview site:</strong><br />
<a href="http://windows.microsoft.com/en-US/windows-8/iso">http://windows.microsoft.com/en-US/windows-8/iso</a></p>
<p><strong>Windows Preview site:</strong><br />
<a href="http://preview.windows.com">http://preview.windows.com</a></p>
<p><strong>TechNet:</strong><br />
<a href="http://technet.microsoft.com/us-en/evalcenter/default.aspx">http://technet.microsoft.com/us-en/evalcenter/default.aspx</a></p>
<p>Windows 8 CP x64: <a href="http://iso.esd.microsoft.com/WCPDL/BD1B8A49393E30CC9C4E5C88457D73E964F1F3B18/Windows8-ConsumerPreview-64bit-English.iso">Download</a><br />
Windows 8 CP x86: <a href="http://iso.esd.microsoft.com/WCPDL/BD1B8A49393E30CC9C4E5C88457D73E964F1F3B18/Windows8-ConsumerPreview-32bit-English.iso">Download</a></p>
<p><strong>Product Key:</strong><br />
DNJXJ-7XBW8-2378T-X22TX-BKG7J</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicspot.net/?feed=rss2&#038;p=659</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get Netgear WNDA3100 to run under Debian 6</title>
		<link>http://www.logicspot.net/?p=652</link>
		<comments>http://www.logicspot.net/?p=652#comments</comments>
		<pubDate>Mon, 20 Feb 2012 22:30:02 +0000</pubDate>
		<dc:creator>ftornell</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Wifi]]></category>

		<guid isPermaLink="false">http://www.logicspot.net/?p=652</guid>
		<description><![CDATA[This post will help you get the wifi usb dongle Netgear WNDA 3100 based on the Atheros AR9170 chipset, to run on Debian 6, also known as Wheezy. First add a non-free repository to /etc/apt/sources.list: deb http://ftp.us.debian.org/debian squeeze main contrib non-free Now update the packages and install the firmware: apt-get update &#038;&#038; apt-get install firmware-atheros [...]]]></description>
			<content:encoded><![CDATA[<p>This post will help you get the wifi usb dongle Netgear WNDA 3100 based on the Atheros AR9170 chipset, to run on Debian 6, also known as Wheezy.</p>
<p>First add a non-free repository to /etc/apt/sources.list:</p>
<pre>
deb http://ftp.us.debian.org/debian squeeze main contrib non-free
</pre>
<p>Now update the packages and install the firmware:</p>
<pre>
apt-get update &#038;&#038; apt-get install firmware-atheros
</pre>
<p>Plug in the dongle again (remove first if inserted) and the firmware should be loaded and you should see some wireless networks.</p>
<p>If this is not working, try:</p>
<pre>modprobe -r ar9170usb</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.logicspot.net/?feed=rss2&#038;p=652</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set autologon for the Administrator in Windows Server 2008 R2!</title>
		<link>http://www.logicspot.net/?p=646</link>
		<comments>http://www.logicspot.net/?p=646#comments</comments>
		<pubDate>Wed, 15 Feb 2012 08:02:09 +0000</pubDate>
		<dc:creator>ftornell</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Autologon]]></category>

		<guid isPermaLink="false">http://www.logicspot.net/?p=646</guid>
		<description><![CDATA[I&#8217;m using this script to set automatic logon for my test environment running Exchange. Since this environment is just for test purposes it&#8217;s nice to have the autologon feature. $username = "Administrator" $domain = "Contoso" $password = "Password12" # Setup Autologon on Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name AutoAdminLogon -Value 1 -ErrorAction SilentlyContinue # Set Domain [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using this script to set automatic logon for my test environment running Exchange.<br />
Since this environment is just for test purposes it&#8217;s nice to have the autologon feature.</p>
<pre>
$username = "Administrator"
$domain = "Contoso"
$password = "Password12"

# Setup Autologon on
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name AutoAdminLogon -Value 1 -ErrorAction SilentlyContinue

# Set Domain name
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name DefaultDomainName -Value $domain -ErrorAction SilentlyContinue

# Set Username
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name DefaultUserName -Value ($domain + "\" + $username) -ErrorAction SilentlyContinue

# Set Password
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name DefaultPassword -Value $password -ErrorAction SilentlyContinue
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.logicspot.net/?feed=rss2&#038;p=646</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2010 SP2 Rollup 1 released!</title>
		<link>http://www.logicspot.net/?p=638</link>
		<comments>http://www.logicspot.net/?p=638#comments</comments>
		<pubDate>Tue, 14 Feb 2012 15:09:45 +0000</pubDate>
		<dc:creator>ftornell</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Rollup]]></category>

		<guid isPermaLink="false">http://www.logicspot.net/?p=638</guid>
		<description><![CDATA[A new update has been released for Exchange. This time it&#8217;s RU1 for Exchange Server 2010 SP2. KB: 2645995 Issues that the update rollup resolves Update Rollup 1 for Exchange Server 2010 SP2 resolves the issues that are described in the following Microsoft Knowledge Base (KB) articles: 2465015 You cannot view or download an image [...]]]></description>
			<content:encoded><![CDATA[<p>A new update has been released for Exchange. This time it&#8217;s RU1 for Exchange Server 2010 SP2.</p>
<p>KB: <a href="http://support.microsoft.com/kb/2645995" target="_blank">2645995</a></p>
<p><strong>Issues that the update rollup resolves</strong></p>
<p>Update Rollup 1 for Exchange Server 2010 SP2 resolves the issues that are described in the following Microsoft Knowledge Base (KB) articles:</p>
<ul>
<li>2465015 You cannot view or download an image on a Windows Mobile-based device that is synchronized with an Exchange Server 2010 mailbox</li>
<li>2492066 An automatic reply message is still sent after you clear the &#8220;Allow automatic replies&#8221; check box for a remote domain on an Exchange Server 2010 server</li>
<li>2492082 An Outlook 2003 user cannot view the free/busy information of a resource mailbox in a mixed Exchange Server 2010 and Exchange Server 2007 environment</li>
<li>2543850 A GAL related client-only message rule does not take effect in Outlook in an Exchange Server 2010 environment</li>
<li>2545231 Users in a source forest cannot view the free/busy information of mailboxes in a target forest in an Exchange Server 2010 environment</li>
<li>2549255 A meeting item displays incorrectly as multiple all-day events when you synchronize a mobile device on an Exchange Server 2010 mailbox</li>
<li>2549286 Inline contents disposition is removed when you send a &#8220;Content-Disposition: inline&#8221; email message in an Exchange Server 2010 environment</li>
<li>2556113 It takes a long time for a user to download an OAB in an Exchange Server 2010 organization</li>
<li>2557323 Problems when viewing an Exchange Server 2003 user’s free/busy information in a mixed Exchange Server 2003 and Exchange Server 2010 environment</li>
<li>2563245 A user who has a linked mailbox cannot use a new profile to access another linked mailbox in an Exchange Server 2010 environment</li>
<li>2579051 You cannot move certain mailboxes from an Exchange Server 2003 server to an Exchange Server 2010 server</li>
<li>2579982 You cannot view the message delivery report of a signed email message by using Outlook or OWA in an Exchange Server 2010 environment</li>
<li>2585649 The StartDagServerMaintenance.ps1 script fails in an Exchange Server 2010 environment</li>
<li>2588121 You cannot manage a mail-enabled public folder in a mixed Exchange Server 2003 and Exchange Server 2010 environment</li>
<li>2589982 The cmdlet extension agent cannot process multiple objects in a pipeline in an Exchange Server 2010 environment</li>
<li>2591572 &#8220;Junk e-mail validation error&#8221; error message when you manage the junk email rule for a user’s mailbox in an Exchange Server 2010 environment</li>
<li>2593011 Warning 2074 and Error 2153 are logged on DAG member servers in an Exchange Server 2010 environment</li>
<li>2598985 You cannot move a mailbox from a remote legacy Exchange forest to an Exchange Server 2010 forest</li>
<li>2599434 A Public Folder Calendar folder is missing in the Public Folder Favorites list of an Exchange Server 2010 mailbox</li>
<li>2599663 The Exchange RPC Client Access service crashes when you send an email message in an Exchange Server 2010 environment</li>
<li>2600034 A user can still open an IRM-protected email message after you remove the user from the associated AD RMS rights policy template in an Exchange Server 2010 environment</li>
<li>2600289 A user in an exclusive scope cannot manage his mailbox in an Exchange Server 2010 environment</li>
<li>2600943 EMC takes a long time to return results when you manage full access permissions in an Exchange Server 2010 organization that has many users</li>
<li>2601483 &#8220;Can’t open this item&#8221; error message when you use Outlook 2003 in online mode in an Exchange Server 2010 environment</li>
<li>2604039 The MSExchangeMailboxAssistants.exe process crashes frequently after you move mailboxes that contain IRM-protect email messages to an Exchange Server 2010 SP1 mailbox server</li>
<li>2604713 ECP crashes when a RBAC role assignee tries to manage another user’s mailbox by using ECP in an Exchange Server 2010 environment</li>
<li>2614698 A display name that contains DBCS characters is corrupted in the &#8220;Sent Items&#8221; folder in an Exchange Server 2010 environment</li>
<li>2616124 Empty message body when replying to a saved message file in an Exchange Server 2010 SP1 environment</li>
<li>2616230 IMAP4 clients cannot log on to Exchange Server 2003 servers when the Exchange Server 2010 Client Access server is used to handle proxy requests</li>
<li>2616361 Multi-Mailbox Search fails if the MemberOfGroup property is used for the management scope in an Exchange Server 2010 environment</li>
<li>2616365 Event ID 4999 when the Store.exe process crashes on an Exchange Server 2010 mailbox server</li>
<li>2619237 Event ID 4999 when the Exchange Mailbox Assistants service crashes in Exchange 2010</li>
<li>2620361 An encrypted or digitally-signed message cannot be printed when S/MIME control is installed in OWA in an Exchange Server 2010 SP1 environment</li>
<li>2620441 Stop-DatabaseAvailabilityGroup or Start-DatabaseAvailabilityGroup cmdlet fails when run together with the DomainController parameter in an Exchange Server 2010 environment</li>
<li>2621266 An Exchange Server 2010 database store grows unexpectedly large</li>
<li>2621403 &#8220;None&#8221; recipient status in Outlook when a recipient responds to a meeting request in a short period of time in an Exchange Server 2010 environment</li>
<li>2628154 &#8220;The action couldn’t be completed. Please try again.&#8221; error message when you use OWA to perform an AQS search that contains &#8220;Sent&#8221; or &#8220;Received&#8221; in an Exchange Server 2010 SP1 environment</li>
<li>2628622 The Microsoft Exchange Information Store service crashes in an Exchange Server 2010 environment</li>
<li>2628693 Multi-Mailbox Search fails if you specify multiple users in the &#8220;Message To or From Specific E-Mail Addresses&#8221; option in an Exchange Server 2010 environment</li>
<li>2629713 Incorrect number of items for each keyword when you search for multiple keywords in mailboxes in an Exchange Server 2010 environment</li>
<li>2629777 The Microsoft Exchange Replication service crashes on Exchange Server 2010 DAG members</li>
<li>2630708 A UM auto attendant times out and generates an invalid extension number error message in an Exchange Server 2010 environment</li>
<li>2630967 A journal report is not sent to a journaling mailbox when you use journaling rules on distribution groups in an Exchange Server 2010 environment</li>
<li>2632206 Message items rescanned in the background in an Exchange Server 2010 environment</li>
<li>2633044 The Number of Items in Retry Table counter displays an incorrect value that causes SCOM alerts in an Exchange Server 2010 SP1 organization</li>
<li>2639150 The MSExchangeSyncAppPool application pool crashes in a mixed Exchange Server 2003 and Exchange Server 2010 environment</li>
<li>2640218 The hierarchy of a new public folder database does not replicate on an Exchange Server 2010 SP1 server</li>
<li>2641077 The hierarchy of a new public folder database does not replicate on an Exchange Server 2010 SP1 server</li>
<li>2642189 The RPC Client Access service may crash when you import a .pst file by using the New-MailboxImportRequest cmdlet in an Exchange Server 2010 environment</li>
<li>2643950 A seed operation might not succeed when the source mailbox database has many log files in a Microsoft Exchange Server 2010 DAG</li>
<li>2644047 Active Directory schema attributes are cleared after you disable a user’s mailbox in an Exchange Server 2010 environment</li>
<li>2644264 Disabling or removing a mailbox fails in an Exchange Server 2010 environment that has Office Communications Server 2007, Office Communications Server 2007 R2 or Lync Server 2010 deployed</li>
<li>2648682 An email message body is garbled when you save or send the email message in an Exchange Server 2010 environment</li>
<li>2649727 Client Access servers cannot serve other Mailbox servers when a Mailbox server encounters a problem in an Exchange Server 2010 environment</li>
<li>2649734 Mailbox replication latency may occur when users perform a Multi-Mailbox Search function against a DAG in an Exchange Server 2010 environment</li>
<li>2649735 Warning of undefined recipient type of a user after the linked mailbox is moved from an Exchange Server 2007 forest to an Exchange Server 2010 forest</li>
<li>2652849 The MailboxCountQuota policy is not enforced correctly in an Exchange Server 2010 hosting mode</li>
<li>2665115 Event ID 4999 is logged on an Exchange Server 2010 Client Access server (CAS)</li>
</ul>
<p><strong>Remember to disable Forefront if used before installing!</strong></p>
<p>For more information and download: <a href="http://support.microsoft.com/kb/2645995" target="_blank">http://support.microsoft.com/kb/2645995</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicspot.net/?feed=rss2&#038;p=638</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MapiExceptionNetworkError: Unable to make connection to the server while moving a mailbox</title>
		<link>http://www.logicspot.net/?p=634</link>
		<comments>http://www.logicspot.net/?p=634#comments</comments>
		<pubDate>Mon, 13 Feb 2012 14:27:11 +0000</pubDate>
		<dc:creator>ftornell</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Error]]></category>

		<guid isPermaLink="false">http://www.logicspot.net/?p=634</guid>
		<description><![CDATA[Got this error while trying to migrate a testmailbox from Exchange 2007 to Exchange 2010. # New-MoveRequest ex2007test -TargetDatabase DB04 Error message: MapiExceptionNetworkError: Unable to make connection to the server. (hr=0x80004005, ec=2423) Diagnostic context: ...... Lid: 16280 dwParam: 0x6BA Msg: EEInfo: ComputerName: n/a Lid: 8600 dwParam: 0x6BA Msg: EEInfo: ProcessID: 4252 Lid: 12696 dwParam: 0x6BA [...]]]></description>
			<content:encoded><![CDATA[<p>Got this error while trying to migrate a testmailbox from Exchange 2007 to Exchange 2010.</p>
<p><code># New-MoveRequest ex2007test -TargetDatabase DB04</code></p>
<p>Error message:</p>
<pre>
MapiExceptionNetworkError: Unable to make connection to the server. (hr=0x80004005, ec=2423)
Diagnostic context:
    ......
    Lid: 16280   dwParam: 0x6BA      Msg: EEInfo: ComputerName: n/a
    Lid: 8600    dwParam: 0x6BA      Msg: EEInfo: ProcessID: 4252
    Lid: 12696   dwParam: 0x6BA      Msg: EEInfo: Generation Time: 2012-02-13 13:11:13:297
    Lid: 10648   dwParam: 0x6BA      Msg: EEInfo: Generating component: 18
    Lid: 14744   dwParam: 0x6BA      Msg: EEInfo: Status: 10060
    Lid: 9624    dwParam: 0x6BA      Msg: EEInfo: Detection location: 318
    Lid: 13720   dwParam: 0x6BA      Msg: EEInfo: Flags: 0
    Lid: 11672   dwParam: 0x6BA      Msg: EEInfo: NumberOfParameters: 0
    Lid: 53361   StoreEc: 0x977
    Lid: 51859
    Lid: 33649   StoreEc: 0x977
    Lid: 43315
    Lid: 58225   StoreEc: 0x977
    Lid: 50835
    Lid: 62321   StoreEc: 0x977
    Lid: 47987
    Lid: 50033   StoreEc: 0x977
    Lid: 52465   StoreEc: 0x977
    Lid: 60065
    Lid: 33777   StoreEc: 0x977
    Lid: 59805
    Lid: 52209   StoreEc: 0x977
    Lid: 56583
    Lid: 52487   StoreEc: 0x977
    Lid: 19778
    Lid: 27970   StoreEc: 0x977
    Lid: 17730
    Lid: 25922   StoreEc: 0x977
    + CategoryInfo          : NotSpecified: (0:Int32) [New-MoveRequest], RemoteTransientException
    + FullyQualifiedErrorId : 35442679,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest
</pre>
<p>The error was related till NETBIOS lookup. The Exchange 2010 server could not find NETBIOS names.</p>
<p>To solve the issue:<br />
1. Verify the connection to the legacy servers<br />
2. Verify that no firewall is blocking the path<br />
3. Verity NETBIOS lookup</p>
<p>I solved it by adding NETBIOS names to the hostfile on the Exchange 2010 server I was running the move-cmdlet from.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicspot.net/?feed=rss2&#038;p=634</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

