• Liberada a atualização que ajusta a saída do horário brasileiro de verão

     

    Na semana passada, dia 25/11/2009, foi liberado o update December 2009 cumulative time zone update for Microsoft Windows operating systems para XP, 2003, Vista, 2008, Win7 e 2008 R2 que acerta a saída do horário de verão para o dia 21/02/2010. (sem este update a saída estava configurada para 14/02/2010).

    Segue o link para mais informações e download.

    http://support.microsoft.com/kb/976098

  • 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, http://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>

  • Erro “New transaction cannot enlist in the specified transaction coordinator” durante a configuração do MPS do HMC 4.5

    image

    Durante a configuração do MPS (Microsoft Provisioning System) do HMC (Host Messaging and Collaboration) versão 4.5 se aparecer a mensagem de erro abaixo:

    ErrorMHC1

    Exception: Microsoft.Provisioning.DeploymentTool.Engine.DeploymentExceptionDeploymentFailed
    HResult: -2146233088
    Message: Deployment interrupted because of a failure. See inner exception.

    Stack Trace:
       at Microsoft.Provisioning.DeploymentTool.Engine.Deployment.DoDeploymentWork()
       at Microsoft.Provisioning.DeploymentTool.MainForm.ExecuteDeploymentSlice()

    --------------------

    Inner Exception (1): Microsoft.Provisioning.DeploymentTool.Engine.NamedProcedureException
    HResult: -2146233088
    Message: <errorContext description="New transaction cannot enlist in the specified transaction coordinator." code="0x8004d00a" executeSeqNo="139"><errorSource namespace="Error Provider" procedure="SetError" /><errorSource namespace="Managed Active Directory" procedure="RethrowError_" /><errorSource namespace="Managed Plans" procedure="IgnoreExists_" /><errorSource namespace="Managed Plans" procedure="CreateEventType_" /><errorSource namespace="Managed Plans" procedure="Initialize_" /><errorSource namespace="Managed Plans" procedure="Initialize" /></errorContext>

    Stack Trace:
       at Microsoft.Provisioning.DeploymentTool.Engine.ExecuteNamedProcDeploymentAction.CheckForFinished()
       at Microsoft.Provisioning.DeploymentTool.Engine.DeploymentAction.Update()

    Verifique se a configuração do MSDTC do servidor de banco de dados está conforme abaixo (especialmente as opções: Allow Inbound e Allow Outbound)

    ErrorMHC1-Solucao