Hi

Is it possible to replay transaction logs generated after database backup?

I mean situation:

1) I have transaction logs generated after database backup

2) I have database lost.

3) I restore exchange database

4) How to replay transaction logs generated after database backup (to have
mails received after last backup)???



Thanks

Re: Transaction Log File Replay by Simon

Simon
Mon Apr 16 08:54:54 CDT 2007

Yes provided that the log sequence is complete and that none of the log
files are corrupted
http://www.google.com/search?sourceid=navclient&ie=UTF-8&rlz=1T4GGLJ_enSE210SE210&q=exchange+transaction+log+replay

/Simon
"Kevin" <kevin@yahoo.com> wrote in message
news:OUz2$SAgHHA.1980@TK2MSFTNGP02.phx.gbl...
> Hi
>
> Is it possible to replay transaction logs generated after database backup?
>
> I mean situation:
>
> 1) I have transaction logs generated after database backup
>
> 2) I have database lost.
>
> 3) I restore exchange database
>
> 4) How to replay transaction logs generated after database backup (to have
> mails received after last backup)???
>
>
>
> Thanks
>
>
>
>



Re: Transaction Log File Replay by Kevin

Kevin
Tue Apr 17 03:28:22 CDT 2007

Hi

Thanks but I couldn't find solution.



If I restore backup and replace log file with logs after backup and then
replay them with ESEUTIL /cc it replay only first file

I tried with

ESEUTIL /r enn /L[path to log files] /s[path to checkpoint file] /d[path to
database file] /i

but I don't see messages received after backup



Thanks


"Simon Walsh" <simon.walsh@nospam.kerfi.com> wrote in message
news:%235CdP7CgHHA.1252@TK2MSFTNGP04.phx.gbl...
> Yes provided that the log sequence is complete and that none of the log
> files are corrupted
> http://www.google.com/search?sourceid=navclient&ie=UTF-8&rlz=1T4GGLJ_enSE210SE210&q=exchange+transaction+log+replay
>
> /Simon
> "Kevin" <kevin@yahoo.com> wrote in message
> news:OUz2$SAgHHA.1980@TK2MSFTNGP02.phx.gbl...
>> Hi
>>
>> Is it possible to replay transaction logs generated after database
>> backup?
>>
>> I mean situation:
>>
>> 1) I have transaction logs generated after database backup
>>
>> 2) I have database lost.
>>
>> 3) I restore exchange database
>>
>> 4) How to replay transaction logs generated after database backup (to
>> have mails received after last backup)???
>>
>>
>>
>> Thanks
>>
>>
>>
>>
>
>



Re: Transaction Log File Replay by Simon

Simon
Tue Apr 17 04:49:09 CDT 2007

Unfortuantely I don't have time to go into long explanations on how this
works but read this: http://support.microsoft.com/kb/232938

and make sure that you know which settings in your backup solution
correspond to ntbackup's Last Restore Set

/Simon

Kevin" <kevin@yahoo.com> wrote in message
news:uqtmdpMgHHA.4936@TK2MSFTNGP04.phx.gbl...
> Hi
>
> Thanks but I couldn't find solution.
>
>
>
> If I restore backup and replace log file with logs after backup and then
> replay them with ESEUTIL /cc it replay only first file
>
> I tried with
>
> ESEUTIL /r enn /L[path to log files] /s[path to checkpoint file] /d[path
> to database file] /i
>
> but I don't see messages received after backup
>
>
>
> Thanks
>
>
> "Simon Walsh" <simon.walsh@nospam.kerfi.com> wrote in message
> news:%235CdP7CgHHA.1252@TK2MSFTNGP04.phx.gbl...
>> Yes provided that the log sequence is complete and that none of the log
>> files are corrupted
>> http://www.google.com/search?sourceid=navclient&ie=UTF-8&rlz=1T4GGLJ_enSE210SE210&q=exchange+transaction+log+replay
>>
>> /Simon
>> "Kevin" <kevin@yahoo.com> wrote in message
>> news:OUz2$SAgHHA.1980@TK2MSFTNGP02.phx.gbl...
>>> Hi
>>>
>>> Is it possible to replay transaction logs generated after database
>>> backup?
>>>
>>> I mean situation:
>>>
>>> 1) I have transaction logs generated after database backup
>>>
>>> 2) I have database lost.
>>>
>>> 3) I restore exchange database
>>>
>>> 4) How to replay transaction logs generated after database backup (to
>>> have mails received after last backup)???
>>>
>>>
>>>
>>> Thanks
>>>
>>>
>>>
>>>
>>
>>
>
>



Re: Transaction Log File Replay by Jamestechman

Jamestechman
Wed Apr 18 09:00:52 CDT 2007

After db restore prior to mounting, delete your checkpoint file chk.
This will force your db to read all the logs files when you mount.



James Chong (MVP)
MCSE | M+, S+, MCTS, Security+
msexchangetips.blogspot.com


On Apr 16, 4:48 am, "Kevin" <k...@yahoo.com> wrote:
> Hi
>
> Is it possible to replay transaction logs generated after database backup?
>
> I mean situation:
>
> 1) I have transaction logs generated after database backup
>
> 2) I have database lost.
>
> 3) I restore exchange database
>
> 4) How to replay transaction logs generated after database backup (to have
> mails received after last backup)???
>
> Thanks