User Tools

Site Tools


microsoft:exchange:2013

Microsoft Exchange Server 2013

Documentation

TechNet

Storage

Multi-Tenancy

Updates

SP1 (CU4)

CU5

CU6

CU7

CU8

Articles/Blogposts

Load Balancing

Coexistence/Migration

Outlook Anywhere

Migration

Sizing

Memory

Tools

Known Bugs

  1. When moving an e-mail with HTML layout from one mailbox to another mailbox or exporting to .pst, inline pictures and part of the HTML layout disappears.
    1. Fixed in: SP1
    2. Workaround:
      1. When the mail needs to be moved to another mailbox: forward the email.
    3. Sources:
  2. After migrating a mailbox from Exchange 2010 with an active ActiveSync partnership to Exchange 2013 the ActiveSync device stops synchronizing until 1-8 hours have passed.
    1. Fixed in: Supposed to be fixed in CU5, but the fix is not in CU5. See “Update 3” at the bottom of: Tony Redmond's Exchange Unwashed Blog > Exchange 2013 CU5 - the totally unremarkable update (in a good way)
    2. Workaround: recycle the IIS application pool worker processes.
    3. Sources:
  3. POP/IMAP clients unable to Authenticate
    1. Fixed in: CU2
  4. You can't disable Outlook Web App access for users in on-premises Exchange Server
    1. Fixed in: CU2
    2. Sources:
  5. Beware Full OAB Downloads After Installing 1st Exchange 2013 Server in Existing Exchange 2007/2010 Environment
    1. Workaround: Make sure all of your Exchange 2007/2010 Mailbox Databases have an actual value populated for their Offline Address Book. If they are currently blank, then populate them with your current Default OAB.
    2. Sources:
  6. “Exchange Server 2013 introduced separate internal and external client settings for Outlook Anywhere connectivity. Outlook uses the external namespace to connect to alternate mailboxes, even though Outlook is located on the internal network. Alternate mailboxes include auto-mapped mailboxes and public folders.”
    1. Fixed in: Outlook 2007/2010/2013 hotfix package of July/August 2013. See KB2839517 link below.
    2. Sources:
  7. Users cannot access mailboxes in OWA or EAS when mailbox database is removed
    1. Fixed in: CU6
    2. Workaround: “For now, the solution is simple: don’t remove old databases from Exchange 2007 or Exchange 2010 after you move the mailboxes to Exchange 2013 SP1. Leave them alone and make sure that they remain available until every moved mailbox has successfully logged on to Exchange 2013 SP1. Once that happens, you should be able to remove the old database.”
    3. Sources:
  8. Migrated mailboxes have duplicate folders
    1. Fixed in: CU6
    2. Sources:
  9. Exchange 2013 CU6 can't proxy ActiveSync connections to Exchange 2007
    1. Fixed in: KB2997847 hotfix (contact support)
    2. Sources:
  10. Exchange Server 2013 CU6 databases unexpectedly fail over in a co-existence environment with Exchange Server 2007
    1. Fixed in: KB2997209 hotfix (contact support)
    2. Sources:

See also:
Jason (Izzy) Sherry's Blog - Exchange 2013 RTM CU2 released (Again on 7/29) & Known Issues
Jason (Izzy) Sherry's Blog - Exchange 2010 SP3 RU3 and 2013 CU3 Released & Known Issues
Jason (Izzy) Sherry's Blog - Known Issues with Exchange 2013 SP1
Jason (Izzy) Sherry's Blog - Exchange 2013 CU6, 2010 SP3 RU7, & 2007 SP3 RU14 released & Known Issues

STOP 0x000000EF

Known Issues

  1. Outlook Exchange Proxy Settings dialog box always displays the internal host name as the Proxy server in an Exchange Server 2013 environment
    1. Sources:
  2. Users of Exchange Server 2013 or Exchange Online can't open public folders or shared mailboxes on an Exchange 2010 or Exchange 2007 server
    1. Sources:

Microsoft Exchange services start type

On an Exchange Server 2013 CU23 server the Microsoft Exchange services have the following start type:

DisplayName                                                   StartType  Status
-----------                                                   ---------  ------
Microsoft Exchange Active Directory Topology                  Automatic Running
Microsoft Exchange Anti-spam Update                           Automatic Running
Microsoft Exchange DAG Management                             Automatic Running
Microsoft Exchange Diagnostics                                Automatic Running
Microsoft Exchange EdgeSync                                   Automatic Running
Microsoft Exchange Frontend Transport                         Automatic Running
Microsoft Exchange Health Manager                             Automatic Running
Microsoft Exchange IMAP4                                         Manual Stopped
Microsoft Exchange IMAP4 Backend                                 Manual Stopped
Microsoft Exchange Information Store                          Automatic Running
Microsoft Exchange Mailbox Assistants                         Automatic Running
Microsoft Exchange Mailbox Replication                        Automatic Running
Microsoft Exchange Mailbox Transport Delivery                 Automatic Running
Microsoft Exchange Mailbox Transport Submission               Automatic Running
Microsoft Exchange POP3                                          Manual Stopped
Microsoft Exchange POP3 Backend                                  Manual Stopped
Microsoft Exchange Replication                                Automatic Running
Microsoft Exchange RPC Client Access                          Automatic Running
Microsoft Exchange Search                                     Automatic Running
Microsoft Exchange Search Host Controller                     Automatic Running
Microsoft Exchange Server Extension for Windows Server Backup    Manual Stopped
Microsoft Exchange Service Host                               Automatic Running
Microsoft Exchange Throttling                                 Automatic Running
Microsoft Exchange Transport                                  Automatic Running
Microsoft Exchange Transport Log Search                       Automatic Running
Microsoft Exchange Unified Messaging                          Automatic Running
Microsoft Exchange Unified Messaging Call Router              Automatic Running

The services overview was created with the following PowerShell command:

Get-Service | Where-Object {$_.DisplayName -match "^Microsoft Exchange"} | Sort-Object DisplayName | Select-Object DisplayName,StartType,Status

Troubleshooting

Exchange stops working, and event id 15021 messages flood System event log

Problem

Outlook can't connect to a mailbox.
The Exchange Control Panel (ECP) shows blank page after logging in.

The Exchange Management Shell shows error:

VERBOSE: Connecting to ex.intern.local.
New-PSSession : [ex.intern.local] Connecting to remote server ex.int.wordworkers.nl failed with the following err
or message : [ClientAccessServer=EX,BackEndServer=ex.intern.local,RequestId=GUID,
TimeStamp=6-12-2021 08:41:26] [FailureCategory=Cafe-SendFailure]  For more information, see the about_Remote_Troublesho
oting Help topic.
At line:1 char:1
+ New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
   gTransportException
    + FullyQualifiedErrorId : -2144108477,PSSessionOpenFailed

The System event log shows multiple messages like:

Log Name:      System
Source:        Microsoft-Windows-HttpEvent
Date:          6-12-2021 09:37:57
Event ID:      15021
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      EX.intern.local
Description:
An error occurred while using SSL configuration for endpoint 0.0.0.0:444.  The error status code is contained within the returned data.

When checking the 444 binding on the “Exchange Back End” site in IIS Manager the certificate that should be there instead shows as “Not selected”.

Cause

Unclear.

Solution

ECP shows "Revocation check failed" for a certificate

microsoft/exchange/2013.txt · Last modified: 2021/12/06 11:01 by bas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki