Erro “The server 'EXCASOAB01' is not configured with a distribution point” durante a configuração do CAS para HMC 4.5

image

Durante a execução do comando:

 provtest AddOABCAS.xml /x2

para configuração do Exchange 2007 SP1 CAS (Client Access Server) do HMC (Host Messaging and Collaboration) versão 4.5 se aparecer a mensagem de erro:

<response>

  <errorContext description="The server 'EXCASOAB01' is not configured with a distribution point."

      code="0x80004005"

      executeSeqNo="111">

    <errorSource namespace="Error Provider"

        procedure="SetError"/>

    <errorSource namespace="Managed Email 2007"

        procedure="AddOABCAS"/>

  </errorContext>

</response>

A primeira opção é seguir o procedimento recomendado na documentação do HMC: 

“If you run into an error message indicating that EXCASOAB01 is not configured with a distribution point, use the Exchange Management Console to change the internal URL of the OAB distribution to a non-existing URL (for example, https://excas01.fabrikam.com/OAB), and make a copy of the original URL. Then, repeat the above procedure to add EXCASOAB01 into the default OAB CAS pool. After the addition is complete, change the internal URL of the OAB distribution back to the original.”

Porém, isso pode não funcionar (aconteceu para comigo) !!!

Para resolver, desligue tudo !!!!

Desligue os Domain Controllers, SQL Servers, MPS Server, Provisioning Server , Exchange, etc, e inicie tudo novamente nesta ordem (AD, SQL, MPS, Prov e Exch). OBS.: Não é preciso configurar a URL com endereço errado, conforme recomendado acima.

O resultado do comando provtest AddOABCAS.xml /x2 quando executado corretamente deve ser:

<response>

  <data>

    <!--The domain controller to use for Active Directory actions.-->

    <!--Name of the OABCASPool.-->

    <!--Name of the CAS server to add into pool.-->

    <preferredDomainController>ad01.fabrikam.com</preferredDomainController>

    <oabCASPool>CasPool001</oabCASPool>

    <cas>EXCASOAB01</cas>

    <casServers>

      <serverName>EXCASOAB01</serverName>

    </casServers>

  </data>

</response>