BlackBerry Enterprise Server v5.0.3 MR4 and Express v5.0.3 MR1

BlackBerry Enterprise Server v5.0.3 MR4 and BlackBerry Enterprise Server Express v5.0.3 MR1 for Exchange, along with Domino and GroupWise flavours, have been released.

The software updates can be downloaded from, http://www.blackberry.com/go/serverdownloads

BlackBerry_Logo_Preferred_Black_R

Newly fixed issues in BlackBerry Enterprise Server v5.0.3 MR4 include:

BlackBerry Attachment Service
*When a user viewed an .xls or .xlsx attachment on their device, negative percentages (example, -25%) were not displayed correctly. (DT 1428205)

BlackBerry Messaging Agent
*There is improved handling of partial name collisions that may have occurred in the LegacyExchangeDN field where the expected user account had been disabled. (DT 1448927)

BlackBerry Synchronization Service
*When the BlackBerry Synchronization Service tried to synchronize data for many devices that were not in service, a high CPU usage resulted. (DT 1839166)

BlackBerry Web Desktop Manager
*When you used the default version of USB drivers to connect a BlackBerry device to BlackBerry® Web Desktop Manager, sometimes the attached device was not recognized and could not be activated. (DT 1168677)

Organizer data synchronization
*Contacts that used a custom message class, did not synchronize with Public Folders. (DT 1400600)
*If you changed the Mappings settings for organizer data synchronization at the component level, the organizer
data was not synchronized. (DT 1396390)

Technorati Tags:

U-turn on Exchange 2010 SP1 /hosting mode guidance?

If you have been following Exchange 2010 options for hosters you will know that until recently you were pretty much pushed down the /hosting mode route. Well today I spotted this blog post by Ian Hameroff and Michael van Dijken, So, You Want to Host Exchange?, suggesting we don’t have to use /hosting if we want UM and some other functionality.

image

As with Exchange 2000, 2003 and 2007 we are able to make a standard deployment of Exchange 2010 SP1 work as a multi-tenant environment, Paul Roman covers it nicely here, The Hard Way - Hosting Environment Preparation.

My first Hosted Exchange solution was Exchange 2000 with a custom built automation engine, which was great, but I remember how much better the support was when HMC was introduced. With /hosting mode it became even simpler and although I desperately want UM in my solution today, I am not sure moving away from /hosting is the right direction.

What are your thoughts?

Daniel

Technorati Tags: ,,

Exchange 2010 SP1 Rollup 4 re-released

After being pulled and providing an explanation the Exchange Team have re-released Update Rollup 4 for Exchange Server 2010 Service Pack 1 (KB2579150).

Get the update below.

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=26910

Remove a domain from Office 365

If you are having trouble removing a domain using the Office 365 management portal you can use the Microsoft Online Services Module for Windows PowerShell to help.

First off download the module and find out a little bit more about the MSOL module from here, http://onlinehelp.microsoft.com/en-us/office365-enterprises/hh124998.aspx.

Use the following cmdlets to connect, identify and remove domains.

Connect-MsolService

the following command will list the domains you have added to O365.
Get-MsolDomain

Change the default domain.
Set-MsolDomain -IsDefault -Name exchangegeek.onmicrosoft.com

Remove the domain.
Remove-MsolDomain -domainname exchangegeek.com –force

Hope this helps, it worked for me out moving domains between tenant organisations and not getting any response to my “service requests”.

BES 5.0.3 support for Exchange 2010 SP1 Hosting Mode–CDO - no longer supported

The compatibility matrix for BES has been updated to include Exchange 2010 SP1 Hosting Mode support, BlackBerry Enterprise Server Compatibility.

When BES 5.0.3 was released I upgraded BES in my Exchange 2010 SP1 Hosting Mode environment to resolve a calendar issue preventing meeting management from devices, this was great news for my team as it had caused some pain internally.

I actually performed a fresh install and moved users to the new BES, for me this minimised down time, allowed time for testing and gave me an easy roll back operation.

CDO no longer supported by BlackBerry® Enterprise Server for Microsoft ® Exchange 2010 SP1 Hosting Mode

To enable Microsoft Exchange Web Services on BlackBerry Enterprise Server 5.0 SP3:

  1. Copy the BlackBerry Enterprise Server installation files to a computer that hosts a BlackBerry Enterprise Server instance.
  2. Extract the contents to a folder on the computer.
  3. At the command prompt, navigate to <extracted_folder>\tools.
  4. Perform one of the following actions:
    • To enable Microsoft Exchange Web Services for a specific BlackBerry Enterprise Server , type
      TraitTool -server <server_name> -trait EWSEnable -set true
    • To enable Microsoft Exchange Web Services for all BlackBerry Enterprise Server instances in a BlackBerry Domain, type
      TraitTool -global -trait EWSEnable -set true
  5. Press ENTER.
  6. Restart the BlackBerry Controller Service for every BlackBerry Enterprise Server modified.

Daniel