Exchange2013 ECP迁移用户提示错误(该用户没有Exchange邮箱)及解决方案

近期公司做了一些系统升级服务,原有使用的是Exchange2010,然后想升级Exchange2013,但是由于考虑到服务的稳定及持续性,所以就在环境内部署了两台Exchange2013服务器,部署后,准备迁移用户的时候发现有点问题,在迁移用户的时候提示用户邮箱不存在,其实呢是真实存在的,所以在网上找一些解决方案,解决后总结了一下分享给有需要的朋友,我们都知道,从Exchange2013开始Exchnage的架构变化很大,从原有的CS架构变成了BS架构,所以关于Exchange的所有操作都是通过BS进行管理的,在Exchange2013开始管理登录脚面叫ECP(Exchange控制面板),具体就不多说了,言归正传,我们在Exchange2013在ecp下迁移用户,提示错误,该用户没有Exchange邮箱,以下为解决方案。通过查看该问题出现的原因有以下三种可能:

1.There are one or multiple system mailboxs in an inconsistent state because
the HomeMDB attribute is missing

2.The Federated mailbox is in an inconsistent state because the HomeMDB
attribute is missing.

3.The Discover Search mailboxes is in an inconsisten state because the
HomeMDB attribute is missing.

https://social.technet.microsoft.com/Forums/zh-CN/7f891e85-8a87-49e5-bfe8-a03af256eea9/exchange-2013-ecp-exchange?forum=exchangeserverzhchs

http://blogs.technet.com/b/exchangesearch/archive/2011/09/20/discovery-search-fails-w-error-quot-the-user-does-not-have-an-exchange-mailbox-quot.aspx

所以我们使用以下命令查看问题所在的原因。

get-mailbox -arbitration | fl name,alias 获取有问题的信息

提示一下两个数据库有问题,缺少一个值

然后我们通过adsiedit来编辑修改信息

大概意思为:首先通过adsiedit下查看用户的HomeMDB值,然后编辑复制后,然后再通过users下的对应的错误的HomeMDB值进行粘贴

复制用户下的HomeMDB值后确认

然后我们在找到users下找对对应的错误的mailbox信息

此时我们右击属性

如果该页面不能够现实出HomeMDB的相关信息,我们可以单击筛选器进行设置现实状态信息

如果该页面不能够现实出HomeMDB的相关信息,我们可以单击筛选器进行设置现实状态信息

粘贴从用户那复制的信息,确认即可

如果存在站点部署的话,我们需要同步站点配置信息,让数据尽快保持最新,

repadmin /syncall /e

同步后我们就可以测试通过ECP进行迁移了,最后迁移成功

以下内容为官网的详细步骤:

https://support.microsoft.com/en-us/kb/2702446

http://blogs.technet.com/b/exchangesearch/archive/2011/09/20/discovery-search-fails-w-error-quot-the-user-does-not-have-an-exchange-mailbox-quot.aspx

https://social.technet.microsoft.com/Forums/zh-CN/7f891e85-8a87-49e5-bfe8-a03af256eea9/exchange-2013-ecp-exchange?forum=exchangeserverzhchs

To resolve this issue, follow these steps:

  1. Start the ECP.
  2. Verify that one or more mailboxes are in an inconsistent state. To do this,
    type the following cmdlet, and then press Enter:

    Get-Mailbox -Arbitration |fl name, alias

    Note You may receive an error message that resembles the following. This
    error message confirms that one or more System mailboxes or the Federated
    mailbox is in an inconsistent state:

    WARNING: The object
    xxxxx/xxxxx/SystemMailbox{1f05a927-9daf-4003-9bf7-036822f96290} has been
    corrupted, and it‘s
    in an inconsistent state. The following validation errors
    happened:
    WARNING: Database is mandatory on UserMailbox.
    WARNING: Database
    is mandatory on UserMailbox.

  3. Verify that the value for the HomeMDB attribute is missing for a mailbox. To
    do this, type the following cmdlet in the ECP, and then press Enter:

    Get-Mailbox |fl name, alias

    Note The following error message indicates that the value for the HomeMDB
    attribute is missing:

    Database is mandatory on UserMailbox

  4. Copy the HomeMDB attribute value for a mailbox in the same database as the
    System mailbox, the Federated mailbox, or the Discovery Search mailbox. To do
    this, follow these steps:

    1. Click Start, type Adsi Edit in the Search programs
      and files
      box, and then press Enter.
    2. On the Action menu, click Connect to.
    3. Click Select or type a domain or server, click the server
      that you want, and then click OK.
    4. Expand Default naming context, and then click the following
      item:

      DC=domain,DC=com

    5. Double-click CN=Users.
    6. Right-click a user mailbox, and then click Properties.
    7. Under Attribute, click homeMDB, and then
      click Edit.
    8. Copy the value for the HomeMDB attribute, and then click OK two times.
  5. Set the HomeMDB attribute value on the System mailbox, the Federated
    mailbox, or the Discovery Search mailbox account. To do this, follow these
    steps:

    1. In ADSI Edit, right-click the account for the System mailbox, the Federated
      mailbox, or the Discovery Search mailbox, and then click
      Properties.
    2. Under Attribute, click homeMDB, and then
      click Edit.
    3. Type or paste the HomeMDB attribute value that you copied in step 4.
    4. Click OK two times.
  6. On the File menu, click Exit.
  7. Replicate the forest. To do this, type the following at an elevated command
    prompt, and then press Enter:

    repadmin /syncall /e

时间: 2024-10-13 01:43:34

Exchange2013 ECP迁移用户提示错误(该用户没有Exchange邮箱)及解决方案的相关文章

Svn 提示错误:previous operation has not finished 解决方案

svn提交遇到恶心的问题,可能是因为上次cleanup中断后,进入死循环了. 解决方案: 找到你项目的.svn文件,查看是否存在wc.db 网上下载SQLite Expert工具,手动打开wc.db,找到 work_queue 数据表,将表中的数据清空即可,再运行cleanup ,svn的图标显示就正常了.

MSSQL2008R2数据库附加上后新建用户设置权限提示错误“用户、组或角色

我们在进行MSSQL数据库迁移时候常常会用到附加数据库方式快速还原数据库内容.简单又快捷的.但是当我要设立用户来对数据库进行管理时候会发现.有这样一个提示错误:这里我们来找找问题在哪里!首先我们可以查看我们附加上的服务器的数据库的配置,我们查看他的属性.我们在属性中查看权限这个时候会发现这里有个用户但是当我们在数据库安全性中的登录名中查看用户的时候会发现并没有存在这个用户. 这里可能会用到一个名词叫'孤立用户'.这里解释下这个名词:孤立帐户,就是某个数据库的帐户只有用户名而没有登录名,这样的用户

SourceTree不出现用户登录窗口,提示错误fatal: unable to access'...'; error setting certificate verify locations

SourceTree不出现用户登录窗口,提示错误fatal: unable to access'...'; error setting certificate verify locations; ...\Git\mingw64\libexec\ssl\certs 去查看这个这个目录下的文件是否存在,不存在则放到对应的地方即可. SourceTree不出现用户登录窗口,提示错误fatal: unable to access'...'; error setting certificate verif

Oracle登录时提示错误,导致用户无法登录

Oracle登录时提示错误,导致用户无法登录,错误如下 ------------------------------------------------------------------------- ORA-00604:递归SQL级别1出现错误 ORA-01653表SYS.AUD$无法通过1024(在表空间SYSTEM中扩展) ORA-02002:写入审计线索时出错 ORA-01653表SYS.AUD$无法通过1024(在表空间SYSTEM中扩展) ---------------------

sql server 2005 数据库迁移问题总结——"错误15023:当前数据库中已存在用户或角色"

在数据库迁移过程中,如何设置不好用户与登录,会造成"错误15023:当前数据库中已存在用户或角色". 现在整理下思路: 1.在原数据库进行数据库备份 ***.bak 文件: 2.在新建数据库,建立与原数据库相同的登录名: 3.在新数据库上恢复备份的数据库文件 ***.bak 文件:选择覆盖原数据库文件: 4.将数据库恢复到其他服务器时,需要处理"孤立用户"的问题.具体解决办法如下: 用户和权限,但可能没有相应的登录或者登录所关联的用户可能不是相同的用户.这种情况被称

提示用户输入密码,如果密码是“888888”则提示正确,否则要求再输入一次,如果密码是“888888”则提示正确,否则提示错误,程序结束。

提示用户输入密码,如果密码是“888888”则提示正确,否则要求再输入一次,如果密码是“888888”则提示正确,否则提示错误,程序结束. Console.WriteLine("请输入密码"); string a = Console.ReadLine(); if (a == "888888") { Console.WriteLine("正确"); } else { Console.WriteLine("请在输入一遍"); st

linux使用su切换用户提示 Authentication failure的解决方法& 复制文件时,报cp: omitting directory `XXX'

linux使用su切换用户提示 Authentication failure的解决方法:这个问题产生的原因是由于ubtun系统默认是没有激活root用户的,需要我们手工进行操作,在命令行界面下,或者在终端中输入如下命令: sudo passwd Password:你当前的密码 Enter new UNIX password:这个是root的密码Retype new UNIX password:重复root的密码然后会提示成功的信息. 在说明一点,使用su和sudo是有区别的,使用su切换用户需要

mysql连接错误导致用户blocked

1.每过一段时间线上业务就会出现如下错误: kHost 'XXXXX' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'Connection closed by foreign host 2.需要使用mysqladmin flush-hosts解锁用户 3.查看错误日志 4.查看官方文档对max_connect_errors的解释如下     当某用户连续的错误连接达到max_c

开通Lync 2013用户 提示“无法重试此操作:访问 特权不够,不能执行该 ...

其它用户开通正常,但唯一个用户无法开通Lync 2013  ,启用时报错:"无法重试此操作:访问 特权不够,不能执行该操作.00002098:SecErr:DSID-03150BC1,problem 4003(INSUFF_ACCESS_RIGHTS),data 0"上图: 后经过查证,因此用户没有"启用继承". 开通Lync 2013用户 提示"无法重试此操作:访问 特权不够,不能执行该 ...,布布扣,bubuko.com