offtopic:
Allemaal nog de beste wensen
Allemaal nog de beste wensen
Na het overlijden van onze Exchange server hebben we besloten om gelijk from scratch het netwerk opnieuw op te bouwen. Om die reden draait er nu een nieuwe Windows Server 2008R2 met Exchange Server 2010 SP1.
Alles werkt weer naar behoren, maar we willen graag nog een aantal mails uit de oude databse halen.
Het volgende heb ik gedaan:
- De oude database in een map geplaatst (C:\Users\tim\Desktop\RecoveryDB\RescoveryDB.edb)
- Daar in nog een map 'Logs' welke leeg is (C:\Users\tim\Desktop\RecoveryDB\Logs\)
- Deze map plus onderliggende bestanden en mappen (Logs en RecoveryDB.edb) de 'Everyone group' 'Full Access' gegeven.
[PS] C:\Windows\system32>eseutil /mh 'C:\Users\tim\Desktop\RecoveryDB\RescoveryDB.edb' | findstr "State:" State: Clean Shutdown
Dus de database is in Clean Shutdown state[PS] C:\Windows\system32>New-MailboxDatabase RecoveryDB -Server SERVER01 -Recovery:$true -EdbFilePath 'C:\Users\tim\Desk top\RecoveryDB\RescoveryDB.edb' -LogFolderPath 'C:\Users\tim\Desktop\RecoveryDB\Logs' WARNING: Recovery database 'RecoveryDB' was created using existing file C:\Users\tim\Desktop\RecoveryDB\RescoveryDB.edb. The database must be brought into a clean shutdown state before it can be mounted. Name Server Recovery ReplicationType ---- ------ -------- --------------- RecoveryDB SERVER01 True None
[PS] C:\Windows\system32>Mount-Database RecoveryDB Couldn't mount the database that you specified. Specified database: RecoveryDB; Error code: An Active Manager operation failed. Error: The database action failed. Error: Operation failed with message: MapiExceptionCallFailed: Unable to mo unt database. (hr=0x80004005, ec=1276) . [Database: RecoveryDB, Server: server01.tim427.net]. + CategoryInfo : InvalidOperation: (RecoveryDB:ADObjectId) [Mount-Database], InvalidOperationException + FullyQualifiedErrorId : 6081F3C5,Microsoft.Exchange.Management.SystemConfigurationTasks.MountDatabase
De eventviewer laat niet veel meer zien dan de error die ik terug krijg in de PowerShell, namelijk:
Couldn't mount the database that you specified. Specified database: RecoveryDB; Error code: An Active Manager operation
failed. Error: The database action failed. Error: Operation failed with message: MapiExceptionCallFailed: Unable to mo
unt database. (hr=0x80004005, ec=1276)
. [Database: RecoveryDB, Server: server01.tim427.net].
+ CategoryInfo : InvalidOperation: (RecoveryDB:ADObjectId) [Mount-Database], InvalidOperationException
+ FullyQualifiedErrorId : 6081F3C5,Microsoft.Exchange.Management.SystemConfigurationTasks.MountDatabase