Adriano's profileAdriano ClareteBlogLists Tools Help

Blog


    May 27

    Links Exchange

    Exchange Server and Windows Server 2008
     
    Exchange 2007 - High Availability

    A Practical Look at Migrating From Exchange 2003 to Exchange 2007

    April 02

    Exchange 2007 - Schedule+ Free Busy

    Exchange Server 2007 and Public Folder Replicas
     
    During a migration from Exchange Server 2003 to Exchange Server 2007 you need to add the Exchange 2007 server to replicas for each of the Public Folders (as you would need with any Exchange server migration) and this includes the System folders as well.
    In our case I missed the SCHEDULE+ FREE BUSY folder. This resulted in Outlook 2003 clients unable to see Free/Busy information when creating a meeting request. The user would see this error in Outlook when attempting to see another users schedule:
    no free/busy information could be retrieved
    In addition to this, the following error was logged on the Exchange Server:
    Event Type: Error
    Event Source: MSExchangeFBPublish
    Event Category: General
    Event ID: 8207
    Date: 8/05/2007
    Time: 3:16:17 PM
    User: N/A
    Computer: EXCHSVR
    Description:
    Error updating public folder with free/busy information on virtual machine exchsrvr. The error number is 0×80004005.
    After a bit of digging around, it occurred to me that I’d missed adding the new server to the Public Folder replicas. To add the replicas you will need to get the list of the sub-folders of the SCHEDULE+ FREE BUSY folder. You can see this list with this command (replace exchsrvr with the name of your server):
    Get-PublicFolder -server exchsvr "\non_ipm_subtree\SCHEDULE+ FREE BUSY" -recurse | Format-List
     
    Then to add the replicas run these commands (you’ll have to add your own server and organisation names):
    Set-PublicFolder Identity "\NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY\EX:/o=Company/ou=First Administrative Group" Replicas "exchsrvr\Public Folder Database"
    Set-PublicFolder Identity "\NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY\EX:/o=Company/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)" Replicas "exchsrvr\Public Folder Database"
     
    Once I did this and ran OUTLOOK.EXE /cleanfreebusy, so I didn’t have to wait for the free/busy data to be published, all was well.

    Exchange 2007 - System Attendant

    Um ambiente onde o antigo Exchange foi removido da maneira incorreta, ficaram uma série de propriedades perdidas e a nova instalação não criou o user de System Attendant (que foi removido anteriormente também)... 
     
    Pra resolver é fácil, não precisa rodar SchemaPrep ou qualquer outro comando para recriar o Exchange ou suas propriedades.
     
    Abaixo alguns Links..
     
     
    Erro ao mover usuários dentro do próprio server Exchange 07? - http://forums.microsoft.com/TechNet-BR/ShowPost.aspx?PostID=3658451&SiteID=29
     
     
    Valeu Emerson!!

    Exchange 2007 - links

    Instalação Transporter (Notes / Internet Mail)
    http://www.andersonpatricio.org/Tutoriais/Tutoriais.asp?tut=940
     
    Site de teste das entradas MX e Blacklist
    http://www.mxtoolbox.com/
     
    Problema de OWA (Windows Vista) com Exchange 2003 (FIX)
    http://support.microsoft.com/kb/911829
     
     
    Language Pack PT-BR para Exchange 2007 UM
    http://www.andersonpatricio.org/Tutoriais/Tutoriais.asp?tut=944
     
     
     
     
    Planejando Exchange 2007 Unified Messaging
    http://technet.microsoft.com/en-us/library/bb738117.aspx