Traitée Exchange 2010 public folders works "strange"

  • lundi 28 mai 2012 11:38
     
     

    Hi there.

    After replication of Public folders from Exchange 2007 to 2010 and moving Replica to Exchange 2010 I got a feedback from users that Public folders are working "differently" then before. Users use Outlook 2010 with latest sp and updates. If they drag and drop an item from one folder to another, there stays a copy of that moved item and they must manually delete it in the 1st folder after they have moved this item to 2nd folder.

    Also if a user right clicks a mail and chooses option move, error message appears that he does not have permission to do that, while drag and drop works, but there is a copy left on the original location after the drop to other location.

    Did anyone had same "problems" after the migration of public folders 2007 --> 2010?


    bostjanc

Toutes les réponses

  • mardi 29 mai 2012 03:31
    Modérateur
     
     

    Hi ,

    Have you replicated the contents from old server to 2010?

    How to Move Public Folder Content from one Public Folder Database to Another Public Folder Database:

    http://technet.microsoft.com/en-us/library/bb331970(v=exchg.80).aspx

    Verify that with:

    Get-PublicFolder -Identity \NON_IPM_SUBTREE -Recurse | Ft -Wrap Name,Replicas

    Get-PublicFolderStatistics -Server “Exchange2010-FQDN”

    Get-PublicFolder -Recurse | Format-List Name,Replicas

     Have you configured the properties on the mailbox databases with the new public folder database?


    Wendy Liu

    TechNet Community Support



  • mardi 29 mai 2012 06:58
     
     
    Wendy thank you for your reply. I will take a look and reply the results.

    bostjanc

  • mardi 29 mai 2012 07:16
     
     

    My procedure to move public folders was:

    * 1st I have added on every public folder that it must be replicated to Exchange2010.
    * I have left it that way for a few days then I have run script: MoveAllReplicas.ps1 -Server EXCHANGE2007 -NewServer EXCHANGE2010
    * When script ended I have removed Exchange2007 to be replicated on public folder database.
    * At the end I have opened properties of every mailbox database (we have 6 of them) went on client settings tab and choosed Default public folder database to be this new public database created on Exchange 2010.

     

    Get-PublicFolder -Identity \NON_IPM_SUBTREE -Recurse | Ft -Wrap Name,Replicas gives me this results:

    NON_IPM_SUBTREE
    EFORMS REGISTRY
    Events Root
    OFFLINE ADDRESS BOOK
    /o=Company/cn=addrlists/cn=oabs/cn=Company Offline Address Book
    OAB Version 2
    OAB Version 3a
    OAB Version 4
    EX:/o=Company/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)
    OWAScratchPad{2670C19A-2DD0-4FA8-A819-00F26BEE453F}
    OWAScratchPad{AA8910A0-C9F0-499E-8E0C-ADA854472006}
    SCHEDULE+ FREE BUSY
    EX:/o=Company/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)
    schema-root
    Default
    microsoft
    exchangeV1
    StoreEvents{2670C19A-2DD0-4FA8-A819-00F26BEE453F}
    globalevents
    internal
    StoreEvents{AA8910A0-C9F0-499E-8E0C-ADA854472006}
    globalevents
    internal


    Get-PublicFolderStatistics -Server “Exchange2010FQDN”
    gives me numbers of messages in folders/subfolders which seems ok

    Get-PublicFolder -Recurse | Format-List Name,Replicas
    Gives me info that all the replicas are on Exchange2010 and not Exchange2007

     


    bostjanc

  • jeudi 31 mai 2012 08:50
    Modérateur
     
     Traitée

    Hi,

    Do you try to drag and drop public folder item in OWA?

    Try to drag and drop other item and verify if it occurred same error.

    What about other users ?

    Please also check the permission of public folder via ExFolders.

    http://gallery.technet.microsoft.com/Exchange-2010-RTM-ExFolders-c76c3649


    Wendy Liu

    TechNet Community Support