exchange 2013 SP1 删除数据库后的影响

最近公司邮箱储扩容,原有数据库没法满足现有需要,扩容后将所有用户邮箱全部都迁移到新的数据库上,迁移完成后十多天将老的数据库删除(系统自建的不能删),结果有部分用户登录出现500 错误。

检查CAS各项设置都没有问题,检查IIS日志发现登录不上的都会出现:DatabaseGuidNotFound 用户查的数据库GUID 是被我删除的那些数据库的GUID。

根据官方的最终解决方案需要打CU6,只能使用替代方式,删除所有客户端 cookie,然后重新并清除服务器缓存的MSExchangeOWAAppPoolMSExchangeSyncAppPool的应用程序池。

在微软官网发现这是EXCHANGE 2013 的一个BUG.

Users cannot access their mailbox in either Outlook Web App (OWA) or Microsoft Exchange ActiveSync (EAS) when both of the following conditions are true:

  • All mailboxes are moved off a mailbox database.
  • The original mailbox database is removed from the organization.

When users try to log in to OWA, they receive either a blank page or an "HTTP 500" error message. For example, they receive the following error message:

The website cannot display the page HTTP 500

Cause

This problem occurs because a user‘s mailbox database GUID (source) is contained within a client-side cookie and is added to the server cache on the Client Access server (CAS). The HTTP proxy on the CAS tries to locate the mailbox database by using the old database GUID within the cache. Because the old database GUID has been deleted, the attempt fails and returns a DatabaseGuidNotFound error.

Workaround

To avoid this problem, do not immediately remove the source mailbox database after the mailbox move is complete.

To work around this problem, delete all client cookies, and then restart the MSExchangeOWAAppPool and MSExchangeSyncAppPool application pools to clear the server cache.

时间: 2024-10-11 03:37:17

exchange 2013 SP1 删除数据库后的影响的相关文章

Exchange 2013 SP1部署系列10:配置数据库高可用DAG

首先把Exchange Trusted Subsystem加入到Administrators组中,由于域控制器不在exchnge受信任的子系统里面,所以我们在域上把Exchange Trusted Subsystem加入到Administrators组.本来我们可以不用添加Exchange Trusted Subsystem组到Adminsitrators组,因为CAS服务器默认属于Exchange Trusted Subsystem组,而我们新建数据库可用性组,填入DAG名称.见证服务器,而见

SharePoint 2013 附加内容数据库后出现404错误

本文讲述如何解决SharePoint 2013 加内容数据库(Content DataBase)后出现404错误. 笔者按照http://technet.microsoft.com/en-us/library/ff628582(v=office.15).aspx的手动步骤在管理中心站点删除了老的内容数据库并附加了内容数据库. 但是访问站点是出现 404错误. 后来http://social.technet.microsoft.com/Forums/sharepoint/en-US/7c12f55

Exchange 2013 SP1部署系列14:配置客户端访问协议(IMAP&POP3)

安装 Microsoft Exchange Server 2013 时,未启用 POP3 客户端连接.若要启用 POP3 客户端连接,您需要启动两个 POP3 服务,即 Microsoft Exchange POP3 服务和 Microsoft Exchange POP3 Backend 服务.启用 POP3 之后,Exchange 2013 使用安全套接字层 (SSL) 接受端口 110 和端口 995 上的不安全 POP3 客户端通信. Microsoft Exchange POP3 服务在

Exchange 2013 SP1 安装准备工作

第一章 准备工作 1.1 Exchange2013系统要求 1.1.1 网络和目录服务器要求 组件     要求 架构主机 默认情况下架构主机在林中安装的第一个 Active Directory 域控制器上运行. 架构主机必须运行以下一种操作系统 Windows Server 2012 R2 Standard 或 Datacenter1 Windows Server 2012 Standard 或 Datacenter Windows Server 2008 R2 Standard 或 Ente

Exchange 2013非常规卸载重新安装后administrator登录ECP报错

现象: Exchange 2013 部署完后强制卸载,再次重新安装好后,ECP和OWA都可以打开,但是登录确失 败,不能进一步进行配置. 报错如下: X-OWA-Error: Microsoft.Exchange.Data.Storage.ObjectNotFoundException Exchange Management Shell 执行获取邮箱命令,提示如下: 故障原因: 非常贵卸载导致administrator 失去了主数据库,且ServerName 也不是重新部署后的ServerNam

Exchange 2013 SP1部署系列11:添加数据库副本

点击"添加数据库副本" 指定存放副本的邮件服务器 因我这里只安装了两台邮箱服务器角色,所以只能选择MBX02了 点击保存开始创建数据库副本了 可以看到,数据库已经在MBX01和MBX02具有副本,所以副本添加成功,但是我们可能注意到副本服务器上的内容索引状态为失败状态,不用急,稍等片刻所以即可建立成功 到此,添加副本的方法介绍到此!欢迎大家讨论

Exchange 2013 SP1部署系列16:分层通讯薄HAB配置

通过使用分层通讯簿 (HAB),最终用户可以利用组织的分层结构查找通讯簿中的收件人.通常,用户仅限于默认全局地址列表 (GAL) 及其收件人属性,GAL 的结构通常不会反映组织中收件人的管理或资历关系.能够自定义 HAB 以反映您的组织独特的业务结构,这可以为您的用户提供查找内部收件人的高效方法. 默认我们的全局通讯薄如下,结构还是比较松散 下面是组织中的OU分布架构 在 组织中创建名为 HAB 的 OU.可以使用 Active Directory 用户和计算机,或在命令提示符中键入下列内容.

重建exchange 2013 指定的数据库索引

有时候会发生无法正常搜索数据库内容的情况,这个可能是索引文件发生了故障,索引文件即是我们见过的跟数据库文件在同一个目录下面的文件夹,下面有indexmeta  Journal  ms 三个文件 停止服务器的两个邮件系统服务 Stop-Service MSExchangeFastSearch Stop-Service HostControllerService 删除该目录下面的文件,重启服务即可重新建立索引,为保证万一,可以另外存在目录下面 Start-Service MSExchangeFast

Symantec Backup Exec 2014 备份Exchange 2013之六恢复数据库

通过BE还原数据库到其他位置,因为通过恢复数据库去覆盖现有数据库,我个人觉得意义不大,例如:假如公司因为一个人的邮件的丢失,你觉得管理员会由于一个的邮件去恢复整个数据库吗?所以我这里通过恢复数据库到其他位置,然后通过恢复数据库对邮件进行恢复,先讲下通过BE2014还原数据库到其他位置 依次执行如下操作 点击"下一步" 选择"Microsoft Exchange Server数据库或村出租",点击"下一步" 进入数据库选择页面 选择我们需要作恢复的