Exchange 2010 Exchange Server name appears as Instance – <GUID>

Current Status: Issue – no issue

A few customers, partners, and individual folks in the Exchange community have reported that a few of the Exchange 2010 users running Outlook 2003 randomly have issues connecting to their mailbox. After examining the mail profile in Outlook 2003, you can see the Exchange server name appears as Instance-<GUID> where <GUID> is a randomly generated GUID (or number). Re-resolving (‘Check Name’) the appropriate server name in the Outlook mail profile resolves the issue.


Figure 11: Instance-GUID issue in Outlook 2003

Note
Seeing Instance-<GUID> in conversation between an Outlook 2003 client and an Exchange 2010 server is normal (when Instance-<GUID> appears inside Outlook in the folders list view on left hand side); It does NOT mean you are hitting this particular issue. You experience this issue if the Outlook mail profile gets updated to refer to the Exchange server as Instance-GUID.

The problem behavior can be triggered by networking issues, patch applications, server reboots, etc. It requires Outlook 2003 to lose connectivity to Exchange and have a delegate mailbox logon attempted on a connection before the primary mailbox logon is attempted on that connection. This can affect users who are accessing shared mailboxes or folders of other users from their Outlook 2003 while connecting to Exchange 2010.

Currently there is no proper resolution available for this issue. However, to remediate this issue temporarily, simply re-resolve the Exchange server name in the Outlook mail profile. If possible, you may also remove the shared mailboxes or shared folders (like calendars) from the profile, preventing this issue from occurring in the future or create a new mail profile in Outlook.

Microsoft is working to investigate this issue for a fix. You can contact Microsoft Support to report this issue and request further assistance. Currently no KB article exists for this issue.

Update:

Microsoft has confirmed this to be a bug and the bug was assigned to the Outlook team within Microsoft. It has been fixed and a hotfix can be downloaded here: http://support.microsoft.com/kb/2510153

 

Special Thanks to Henrik Walther & Jaap Wesselius

Storage Solutions for Exchange 2010

Compellent

5000 Mailboxes or greater

Dell

1-1000 Mailboxes

1001-5000 Mailboxes

5000 Mailboxes or greater

EMC

1-1000 Mailboxes

1001-5000 Mailboxes

5000 Mailboxes or greater

Fujitsu

1001-5000 Mailboxes

HDS

5000 Mailboxes or greater

HP

1001-5000 Mailboxes

5000 Mailboxes or greater

IBM

5000 Mailboxes or greater

NetApp

1001-5000 Mailboxes

5000 Mailboxes or greater

Oracle (Sun)

5000 Mailboxes or greater

Xiotech

1-1000 Mailboxes

1001-5000 Mailboxes

5000 Mailboxes or greater

Hardware Load Balancers for Exchange Server 2010

Listed below are hardware load balancers that have been tested by the vendor and reviewed by Microsoft to meet Exchange Server 2010 requirements. It is recommended that you visit the vendor’s web site for the latest information regarding product specifications, capacity, country support and documentation including release notes and known issues. Please contact the vendor for more information on these products.

Hardware Load Balancers for Exchange Server 2010

Vendor

Qualified Product

Software Version Tested

Vendor’s Exchange Page

Barracuda Networks

Barracuda Load Balancer Model 340, 440, 640

3.3.1.005

Barracuda Deployment Guide

Brocade

ServerIron ADX 1000, 4000, 10000

V12.1

Brocade and Microsoft Exchange Server

Cisco

Application Control Engine (ACE)

A2(3.0)

Cisco Deployment Guide

Coyote Point Systems

Equalizer E250GX, E350GX, E450GX, E650GX

8.6.0b

Equalizer Deployment Guide for Exchange

Citrix Systems

Netscaler

9.1.102.8

Netscaler for Microsoft Exchange

F5

BIG-IP Local Traffic Manager (LTM)

10.0.1 and 10.1

F5 Solutions

KEMP Technologies

LoadMaster Models: 2200, 2500, 2600, 3500, 3600, 5500

5.1-28

KEMP Exchange 2010 Deployment Guide

Kemp Technologies is added to list. This is a nice thing because the customer where I work have 2 new load balancers Open-mouthed smile.

Software Load Balancers for Exchange Server 2010

Listed below are software load balancers that have been tested by the vendor and reviewed by Microsoft to meet Exchange Server 2010 requirements. It is recommended that you visit the vendor’s web site for the latest information regarding product specifications, capacity, country support and documentation including release notes and known issues. Please contact the vendor for more information on these products.

Vendor

Qualified Product

Software Version Tested

Vendor’s Exchange Page

Citrix Systems

Netscaler VPX

9.1.102.8

Netscaler for Microsoft Exchange

F5

BIG-IP Local Traffic Manager (LTM) Virtual Edition

10.1 and 10.2

F5 Solutions

KEMP Technologies

LoadMaster VLM

5.1-28

KEMP Exchange 2010 Deployment Guide

How to demote a Exchange 2007 CCR Cluster with Load balanced CAS/HUB Servers

I used the following steps to do this.

1. All public folders and system folders that are housed on the Exchange 2007 CCR Cluster computer must be replicated to another Exchange 2007/2010 computer that is in the site.

2. Verify the contents of the public folder store with the following Powershell commands
Get-PublicFolderStatistics -server <Exchange 2007_Server_Name> | fl | out-file d:\PFstat.txt

Get-PublicFolder -server < Exchange 2007_Server_Name > \ -recurse | fl | out-file d:\PFIPMSub.txt

Get-PublicFolder -server < Exchange 2007_Server_Name > \non_ipm_subtree -recurse | fl | out-file d:\PFNonIPMSub.txt.

3. Remove the replicas from the public folder store

MoveAllReplicas.ps1 -Server ccrclustername –NewServer newservername

4. Remove the public folder store

Remove–PublicFolderDatabase –Identity "Public_Folder_Store_Name"

5. Change the server that is responsible for generating the Offline Address Lists

Move-OfflineAddressBook –Identity OfflineAddressBookIdParameter -Server ServerIdParameter

6. Move the Routing Group Connectors by using the following command:

Get-RoutingGroupConnector | where {$_.SourceTransportServers -like "<First Exchange 2007 server>"} | Set-RoutingGroupConnector -SourceTransportServers "<Second Exchange 2007 server>"
Get-RoutingGroupConnector | where {$_.TargetTransportServers -like "<First Exchange 2007 server>"} | Set-RoutingGroupConnector -TargetTransportServers <Second Exchange 2007 server>

7. To modify any Send connectors that have the first Exchange 2007 server as the source transport server, run the following commands:

Get-SendConnector | where {$_.SourceTransportServers -like "<First Exchange 2007 server>"} | Set-SendConnector -SourceTransportServers "<Second Exchange 2007 server>"

8.Important:
How to use the Exchange Server SP1 2007 Setup wizard to remove Exchange 2007

  1. Log on to the server from which you want to remove Exchange 2007.

  2. Open Control Panel, and then double-click Programs and Features.

  3. In Programs and Features, select Microsoft Exchange Server 2007, and then click Uninstall.

    If you click Change instead of Uninstall, you can add server roles, but you cannot remove server roles.

  4. In the Exchange Server 2007 SP1 Setup wizard, on the Exchange Maintenance Mode page, click Next.

  5. On the Server Role Selection page, clear all the server role check boxes, clear the Management Tools check box, and then click Next.

    By default, all server roles are selected. This indicates that no server roles will be removed. To remove a server role, you must clear the appropriate check box.

  6. On the Readiness Checks page, after the check completes, click Uninstall.

  7. On the Completion page, click Finish.

  8. (Optional) If you are removing Exchange from a Mailbox server, remove the Exchange database files (*.edb) and storage group log files (*.log).

    If you reinstall the Mailbox server role on this server, you must first remove the database and log files from the server.

  9. (Optional) Remove the setup log files that are located at %systemdrive%\ExchangeSetupLogs.

  10. (Optional) Remove the following virtual servers that are created for Exchange 2007 under the Default Web Site in IIS:

    • Microsoft-Server-ActiveSync
    • OAB
    • Owa

    When you remove Exchange 2007, neither IIS nor these virtual servers are removed

9.  First Remove the Passive Mailbox Node

10. Second the Primary Mailbox Role

11. Remove the CAS/HUB’s Role on the nodes
Important: NOT AT THE SAME TIME

12. Demote the Cluster

13. Demote the NLB Cluster

14. Remove the Servers from the domain

15. Shutdown the Servers

16. Take a cold bier when you are don with testing and everything works Winking smile

Exchange 2010 Free space within a Mailbox Database

In previous versions of Exchange Server there was a process called "online maintenance". This process ran at night and one of the tasks was to an online defragmentation to do within the database. The task was that the empty spaces are grouped together resulting in more efficient use of the Mailbox Database.

In Exchange 2010 has changed and there is a 24×7 online process. There is also the option of online, direct to see how much space is available within the databases with the Powershell command:

Get-MailboxDatabase –Status | fl Name,AvailableNewMailboxSpace

Output:

image

If we were to do an offline defragmentation on the Mailbox Database the mailbox database would be approximately a 90MB smaller.

This is on my test Exchange 2010 server with only a few mailboxes. In normal production enjoinment this will  be a lot more.

In Exchange 2010 you can you a online mailbox move. There fore you can
better create a new mailbox database en move all the mailboxes to the new mailbox database.
Then you have the same result with no down time.

Rollup 5 for Exchange Server 2010

Microsoft has released rollup 5 for Exchange Server 2010:

This update rollup is highly recommended for all Exchange Server 2010 customers.

For a list of changes that are included in this update rollup, see KB2407113.

The is only one fix:

You cannot uninstall Exchange Server 2010 RTM after you install Update Rollup 2, Update Rollup 3, or Update Rollup 4 for Exchange Server 2010

Download the rollup here

Note to Forefront users:

If you don’t disable Forefront before installing a rollup or service pack, and enable afterwards, you run the risk of Exchange related services not starting. You can disable Forefront by going to a command prompt and navigating to the Forefront directory and running FSCUtility /disable. To enable Forefront after installation of a UR or SP, run FSCUtility /enable.

Publishing Outlook Anywhere Using NTLM Authentication With Forefront TMG or Forefront UAG

This white paper provides detailed information about publishing Microsoft Exchange Server 2010 using Forefront TMG or Forefront UAG to secure access for Outlook Anywhere when using NTLM Authentication.

When you publish Exchange, Microsoft offers two software-based options: Microsoft Forefront Threat Management Gateway 2010 and Microsoft Forefront Unified Access Gateway 2010. Both options offer publishing wizards and security features to provide secure access to Exchange when it’s accessed from outside the safety of the corporate network.

This white paper provides detailed information about publishing Microsoft Exchange Server 2010 using Forefront TMG or Forefront UAG, including how to choose between them for different scenarios, and provides specific steps you can take to configure Forefront TMG and Forefront UAG to publish Exchange 2010 while using NTLM authentication for Outlook Anywhere access.

Download details Publishing Outlook Anywhere Using NTLM Authentication With Forefront TMG or Forefront UAG

Microsoft Certified Master Exchange Video Preview

There is one Microsoft exam that I find very interesting. That is the Microsoft Certified Master for Exchange program.

I found a nice video what tells what we actually do in the classroom during Microsoft Certified Master rotations?  Well, here is a 30 minute summary of the Exchange 2010 header firewall from  Brian Reid, one of our regular MCM instructors.  Brian covers the header firewall and much more during his two and a half day delivery of instruction and labs on Exchange Transport.

You can find the video HERE

Exchange 2010: An Active Manager operation failed with a transient error. Please retry the operation. Error: Database action failed with transient error. Error: A transient error occurred during a database operation. Error: An error occurred while preparing to mount database

Failed to mount database ‘Mailbox Database 1’. After recovering a Exchange 2010 SP1. I had no Database Backup. Because I am only using this exchange server for test only. I would use the recovered database but I get the following error:

Error:

Couldn’t mount the database that you specified. Specified database: Mailbox Database 1; Error code: An Active Manager operation failed with a transient error. Please retry the operation. Error: Database action failed with transient error. Error: A transient error occurred during a database operation. Error: An error occurred while preparing to mount database ‘Mailbox Database 1’. Error: Could not find a part of the path ‘D:\Exchsvr\Mailbox\Mailbox Database 2133499474’. [Database: Mailbox Database 1, Server: WARD-EX01.wardvissers.local].

An Active Manager operation failed with a transient error. Please retry the operation. Error: Database action failed with transient error. Error: A transient error occurred during a database operation. Error: An error occurred while preparing to mount database ‘Mailbox Database 1’. Error: Could not find a part of the path ‘D:\Exchsvr\Mailbox\Mailbox Database 2133499474’. [Database: Mailbox Database 1, Server: WARD-EX01.wardvissers.local]

An Active Manager operation failed with a transient error. Please retry the operation. Error: An error occurred while preparing to mount database ‘Mailbox Database 1’. Error: Could not find a part of the path ‘D:\Exchsvr\Mailbox\Mailbox Database 2133499474’. [Server: WARD-EX01.wardvissers.local]

An error occurred while preparing to mount database ‘Mailbox Database 1’. Error: Could not find a part of the path ‘D:\Exchsvr\Mailbox\Mailbox Database 2133499474’.

Could not find a part of the path ‘D:\Exchsvr\Mailbox\Mailbox Database 2133499474’.

Screenshot:

image
Solution:
Make sure that all folders exist that are given with the error.

Translate »