Link to home
Start Free TrialLog in
Avatar of Angelus146
Angelus146

asked on

ExChange 2016 database not mounting

I have 2 database in an exchange 2016 dag that are not mounting the errors I get is as follows

Failed to mount database "MGR-DB006". Error: An Active Manager operation failed. Error: The database action failed. Error: Operation failed with message: MapiExceptionDatabaseError: Unable to mount database. (hr=0x80004005, ec=1108) Diagnostic context: Lid: 65256 Lid: 10722 StoreEc: 0x454 Lid: 1494 ---- Remote Context Beg ---- Lid: 1238 Remote Context Overflow Lid: 59596 dwParam: 0x2DAB68F Msg: JI14 Lid: 59596 dwParam: 0x2DAB68F Msg: JI17 Lid: 43212 dwParam: 0x2DAB68F Msg: JT05 Lid: 43212 dwParam: 0x2DAB69F Msg: JT06 Lid: 43212 dwParam: 0x2DABBDF Msg: JT07 Lid: 43212 dwParam: 0x2DAC9C9 Msg: JT08 Lid: 34760 StoreEc: 0xFFFFFDDA Lid: 41344 Guid: 70a7bed6-8876-4e07-a8d8-d46cf2765e03 Lid: 35200 dwParam: 0x1B4F4 Lid: 59596 dwParam: 0x2DAC9D9 Msg: JI20 Lid: 43212 dwParam: 0x2DAC9D9 Msg: JT05 Lid: 43212 dwParam: 0x2DAC9D9 Msg: JT08 Lid: 59596 dwParam: 0x2DAC9D9 Msg: WM19 Lid: 59596 dwParam: 0x2DAC9D9 Msg: WM20 Lid: 59596 dwParam: 0x2DAC9D9 Msg: WM21 Lid: 54472 StoreEc: 0x980 Lid: 42184 StoreEc: 0x454 Lid: 1750 ---- Remote Context End ---- Lid: 1047 StoreEc: 0x454 [Database: MGR-DB006, Server: PHAMB0004-X16.phabahamas.org]
Avatar of Elango Sathyadev
Elango Sathyadev
Flag of Australia image

The Database had a dirty shutdown and hence it is not able to mount the database. You can move the checkpoint and logs to a temp location and mount the database. Sometimes it will mount or do a proper check of the database and repair.

Run Database consistency check

eseutil /mh “D:\<Path of Mailbox>\<mailbox database>.edb”

Open in new window


Run Soft repair if required

eseutil /r “D:\<Path of Mailbox>\<mailbox database>.edb”

Open in new window

Avatar of Angelus146
Angelus146

ASKER

I have ran the repair eseutil /p and it returned still in a dirty shutdown I will attrmpt to tun with eseutil /r, do I need the log files or can I run it without the log files
ASKER CERTIFIED SOLUTION
Avatar of Elango Sathyadev
Elango Sathyadev
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Ajit Singh
Ajit Singh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Use -force while mounting the db.
explained solution stated by Elango Sathyadev