Skip to main content

Blog

Go Search
Home
Blog
Publications
Contact
  

Kathy Hughes, MVP > Blog > Categories
SharePoint Conference 2010 Sydney, Australia
16th and 17th June, 2010, The Hilton, Sydney, Australia
 
Don't miss the Australian SharePoint Conference for 2010, proudly sponsored by Microsoft and leading partners, and organized by members of the Australian and New Zealand SharePoint community. For details and registration, visit the following site:
 
 
 
 
Laurel Papworth on Social Media SBTUG 25th November
Laurel Papworth, well known and respected social media strategist, will present at next week's Sydney Business and Technology User Group (SBTUG) here in Australia.
 
If you want to know what's happening in the latest online social and media trends, such as the open source tools like Twitter, Facebook, blogging and others, then this session is a must for you. Also, if you're wondering how you can make the most out of social networking, such as business benefits, i.e. promoting your own business and profile using online tools, then you'll benefit by attending this session.
 
Laurel has a great site and blog, full of resources - http://laurelpapworth.com/. Her Twitter alias is @silkcharm.
 
She also has made her book/courseware - Social Web Workshop P.R.& Crisis Communication - available for download. You can read about it and get it here - http://www.scribd.com/doc/14549206/COURSEWARE-Social-Media-PR-Crisis-Communication
 
Further details about next week's event, including registration details, can be found at http://sbtug.com.
 
And, I think you'll find that we're also combining our Christmas party with the same event so if you come along expect some Christmas cheer!
 
 
Uninstalling Exchange 2007 and Installing Exchange 2010 Windows Server 2008 R2
If you work with SharePoint, then you probably also get to work with lots of other related servers and applications, like Exchange. Recently I moved Exchange 2007 SP1 over to a Windows 2008 R2 server/domain only to discover it didn't work properly - well, it kind of did but there were some issues - and then realized that it is not officially supported running on a Windows 2008 R2 machine. So, I chose to boldly move to Exchange 2010, which is supported on Windows 2008 R2.
 
But... 
 
First step was to uninstall Exchange 2007 SP1 first but I found I couldn't fully uninstall it using either add/remove programs or command line. Uninstall would fail at removing the Mailbox role. This post - http://itowns.blogspot.com/2009/09/cant-uninstall-exchange-2007-sp1.html - worked and I was finally able to fully remove my Exchange 2007 SP1 server.
 
-------------------
 
"An error occurred. The error code was 3221685466. The message was The service is already registered.."
while trying to uninstall Exchange 2007 SP1 Mailbox role from Server 2008 R2 (RC in my case)
try changing registry key value from "Uninstall" to "Install" located at
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\v8.0\Mailbox\
after that try uninstalling again.
 
----------------
 
But...
 
I forgot to reboot the server following successful removal of Exchange 2007 SP1 and subsequent install of Exchange 2010 failed. So, I rebooted the server and reran my Exchange 2010 install.
 
Next...
 
Install was mostly successful but my Exchange Server Information Store wouldn't start. I was getting an error message "Unable to initialize the Microsoft Exchange Information Store service. Failed to find the working directory parameter from the registry - Error 0x80004005". The Exchange databases were in an unmounted state and I wasn't able to mount them. In order to resolve this issue, I needed to modify my server's registry. This post here - http://www.petri.co.il/errors_after_moving_exchange_stores_to_a_different_disk.htm - explains the process. Even though the post relates to Exchange 2007 SP1, it is relevant to Exchange 2010.
 
----------------------
 
  1. Open Registry Editor.
  2. In Registry Editor, navigate to the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem
  1. Create the following value (REG_SZ):

Working Directory

and give it a value that points to the new database folder.

----------------------------
 
In my case, simply adding the new value 'Working Directory' and leaving the databases in the default location worked. I was then able to mount both my Mailbox and Public Folder database and everything worked.
 
 
 
New blog
As of 16th October, 2009, this is my main blog. I'll continue to cross-post on my Mindsharp blog at http://sharepoint.mindsharpblogs.com/Kathy/default.aspx, where my archived posts can also be found.