I am trying to finish testing and documenting recovery using SCR. After failing the live database I restore the scr copy database and run eseutil /mh to check the status. It is in dirty shutdown as expected. After running eseutil /r most of the time it remains in dirty shutdown. Here is the output of /mh.
Initiating FILE DUMP mode...
Database: c:\usersabc\usersabc.edb
File Type: Database
Format ulMagic: 0x89abcdef
Engine ulMagic: 0x89abcdef
Format ulVersion: 0x620,12
Engine ulVersion: 0x620,12
Created ulVersion: 0x620,12
DB Signature: Create time:06/12/2008 10:37:10
cbDbPage: 8192
dbtime: 186 (0xba)
State: Dirty Shutdown
Log Required: 26-28 (0x1a-0x1c)
Log Committed: 0-28 (0x0-0x1c)
Streaming File: No
Shadowed: Yes
Last Objid: 5
Scrub Dbtime: 0 (0x0)
Scrub Date: 00/00/1900 00:00:00
Repair Count: 0
Repair Date: 00/00/1900 00:00:00
Old Repair Count: 0
Last Consistent: (0x0,0,0) 00/00/1900 00:00:00
Last Attach: (0x1,9,6C) 06/12/2008 11:15:36
Last Detach: (0x0,0,0) 00/00/1900 00:00:00
Dbid: 1
Log Signature: Create time:06/12/2008 10:37:10
OS Version: (0.0.0 SP 0)
Previous Full Backup:
Log Gen: 0-0 (0x0-0x0)
Mark: (0x0,0,0)
Mark: 00/00/1900 00:00:00
Previous Incremental Backup:
Log Gen: 0-0 (0x0-0x0)
Mark: (0x0,0,0)
Mark: 00/00/1900 00:00:00
Previous Copy Backup:
Log Gen: 0-0 (0x0-0x0)
Mark: (0x0,0,0)
Mark: 00/00/1900 00:00:00
Previous Differential Backup:
Log Gen: 0-0 (0x0-0x0)
Mark: (0x0,0,0)
Mark: 00/00/1900 00:00:00
Current Full Backup:
Log Gen: 0-0 (0x0-0x0)
Mark: (0x0,0,0)
Mark: 00/00/1900 00:00:00
Current Shadow copy backup:
Log Gen: 0-0 (0x0-0x0)
Mark: (0x0,0,0)
Mark: 00/00/1900 00:00:00
cpgUpgrade55Format: 0
cpgUpgradeFreePages: 0
cpgUpgradeSpaceMapPages: 0
ECC Fix Success Count: none
Old ECC Fix Success Count: none
ECC Fix Error Count: none
Old ECC Fix Error Count: none
Bad Checksum Error Count: none
Old bad Checksum Error Count: none
Operation completed successfully in 0.63 seconds.
I can get it mountable using eseutil /p but I am trying to figure out what is going wrong so the /p is not necessary.
If I check the directory on the scr server the log files are all there, from e00 to e0049
I am posting my documentation here, possibly someone could look at it and see a step I am missing.
The part I am having problems with is under disaster recovery step 3