Nkarshev

updated

12 years ago

N

Nkarshev

1 Rookie

26 Posts

0

7919

April 8th, 2014 00:00

"an error occurred while retrieving the list of mailbox folders"

Hello,

one of our custommers have EX and ES1 in co-existence.

Everything is working except when you use Web Search to find a message and restore it to specific folder it gives the error "an error occurred while retrieving the list of mailbox folders".

I tried to change ES1 user and group with maximum rights on exchange server but still no luck. The messages are archived in ES1.

This only happens when someone tries to use web search.

Ex nad ES1 are latest versions, Exchange is 2013.

Any ideas?

1 Attachment

  • Nkarshev

    1 Rookie

    26 Posts

    5311

    0

    Posted April 10th, 2014 22:00

    Problem is fixed. I just upgraded to latest version and all is OK.

    Tha workaround if you don't want to upgrade is to run this against every Exchange Database:

    Get-MailboxDatabase -identity "[mailbox database name]" | Add-ADPermission -user [username] -AccessRights GenericAll


    Thanks again.

  • Gary_Reardon

    2 Intern

    272 Posts

    5311

    1

    Posted April 8th, 2014 06:00

    Verify the Service Account has the ms-Exch-Store-Admin Permission

  • Gary_Reardon

    2 Intern

    272 Posts

    5311

    1

    Posted April 8th, 2014 06:00

    I would also verify permission are correct at each level in exchange, Org, Server, and DB.

  • Nkarshev

    1 Rookie

    26 Posts

    5311

    0

    Posted April 8th, 2014 23:00

    Hello Gary,

    thanks for the suggestions. I will try that tommorow and write here.

  • szekelyk

    2 Intern

    129 Posts

    5311

    0

    Posted May 28th, 2015 04:00

    Hi HITMAN, could you please tell me which version did you installed.

    I am in a project implementing 7.2 and got this error message during a restore. We checked all the rights and it seems they are OK. We tested with GenericAll, and it worked. In the install guide only ReceiveAs is required.

    The Exchange is 2010 SP3.