locked
ExchangeServer2013の新規インストールでエラー RRS feed

  • 質問

  • WindowsServer2012/R2 Datacenterの環境に、ExchangeServer2013をインストール 中に以下のエラーが発生します。

    発生箇所:ステップ14の7:メールボックスの役割:トランスポートサービス

    エラー:

    "$error.Clear(); 
              $maxWait = New-TimeSpan -Minutes 8
              $timeout = Get-Date;
              $timeout = $timeout.Add($maxWait);
              $currTime = Get-Date;
              $successfullySetConfigDC = $false;

              while($currTime -le $timeout)
              {
                $setSharedCDCErrors = @();
                try
                {
                  Set-SharedConfigDC -DomainController $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
                  $successfullySetConfigDC = ($setSharedCDCErrors.Count -eq 0);

                  if($successfullySetConfigDC)
                  {
                    break;
                  }
                  Write-ExchangeSetupLog -Info ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors[0]);
                }
                catch
                {
                  Write-ExchangeSetupLog -Info ("An exception ocurred while setting shared config DC. Exception: " + $_.Exception.Message);
                }

                Write-ExchangeSetupLog -Info ("Waiting 30 seconds before attempting again.");
                Start-Sleep -Seconds 30;
                $currTime = Get-Date;
              }

              if( -not $successfullySetConfigDC)
              {
                Write-ExchangeSetupLog -Error "Unable to set shared config DC.";
              }
            " の実行時に、次のエラーが生成されました: "Unable to set shared config DC."。

    WindowsServer2012/R2以外は評価版を使用しており、単純なシングルDC構成です。同事象が発生し、

    一旦アンインストール、ADの降格→削除により再インストールするも同じ状況となります。

    □インストールの手順↓(ログインユーザはadministrator)

    ・WindowsServer2012/R2のインストール(正常動作)※仮想マシン

    ・役割と機能の追加(ActiveDirectoryドメインサービス)→ドメインコントローラに昇格→再起動

    ・Media-Foundationのインストール(Windows PowerShell)→再起動

    ・UCMランタイムのインストール

    ・MicrosoftOffice2010 フィルタパック V2.0 64bitのインストール

    ・MicrosoftOffice2010 フィルタパック V2.0 64bit SP1のインストール→再起動

    ・ExchangeServer2013のインストール、構成

     「スキーマ拡張」→「コンテナ作成」→管理者モードでsetup.exe起動

    2019年2月8日 17:55

すべての返信

  • DCのスキーマを変更できる権限が足りていないのではないですか?

    Enterprise Admins と Schema Admins の権限がある必要がありますが付与されていますか?

    https://docs.microsoft.com/ja-jp/exchange/plan-and-deploy/deploy-new-installations/install-mailbox-role?view=exchserver-2019


    • 編集済み Hotaka 2019年2月9日 3:21
    2019年2月9日 3:21