Replay only particular logs (before a certain date) to restored Exchange 2010 database?

Hello,
I'm doing Exchange 2010 database full backup using windows server backup (windows 2008 R2) every weekend. I have a Mac user which Mac Outlook 2011 which somehow managed to corrupt his mailbox. I.e. on Wednesday many messages and contacts disappeared (all
contact gone) after his Outlook told his something about "corrupted database". I'm not sure what Mac Outlook did, but fact is that his mailbox has zero contacts and many inbox message are gone. Hard deleted items don't contain lost messages. 
So I have DB backup from weekend before and weekend after. No circular logging, so all logs in place.
Is there a way how I can restore his mailbox back to the point in time? I want to restore his mailbox how it was on Wednesday morning. For it looks obvious that since I have log files from Monday to Friday, it should be possible to replay logs until certain
time. 
I tried to did thick trick by removing Friday and Thursday logs and doing soft recovery, but got Operation terminated with error -543 (JET_errRequiredLogFilesMissing, The required log files for recovery is missing.) They indeed missing:
         dbtime: 2221857861 (0x846edc45)
          State: Dirty Shutdown
   Log Required: 2895446-2895464 (0x2c2e56-0x2c2e68)
  Log Committed: 0-2895465 (0x0-0x2c2e69)
 Log Recovering: 2838005 (0x2b4df5)
Log required are logs from they day of backup, so they are really missed in that case, but that's what I want - restore DB with less/older logs to get back in time, when mailbox was not corrupted.
Is that possible? 
Thanks

ok so the problem is you have the dreaded  -1018 error and this is a very serious issue. -1018 is not a good deal at all, in short your DB has corruption within it
and it is usually caused by a hardware or firmware related issue. Most of the time these occur somewhere within the storage subsystem, i.e. firmware upgrade or lack of firmware upgrade, Controller issue, cabling, disk, disk arrays, etc, however they can
also be caused by memory upgrades or failures, Motherboard issues etc.   The -1018 tells you the DB is already damaged and if you see these its very bad and needs to be addressed ASAP else the DB's are sure to fail and the more stress you put on
them the faster the chance of failure, i.e. database backups, defrag;s and repairs etc are not recommended at all until you solve the hardware issue.  So here is what I would recommend:
A: Lets try to ensure the box is stable and whatever caused the DB to get the -1018's is solved before we do anything else.
General Review:  Whats changed recently?  i.e. any hardware, memory, motherboard, any firmware updates on anything at all?
Event Log Review: Look at your Application Log, how long have these 1018's been occurring?   Look at your System event log for errors and pay close attention to any errors regarding disk, memory or MB and report back
Protect: I would dismount the database & copy it and any others off to a secure, safe drive that is NOT connected to this system
Action:  Depending on what you find in your review there are really two options
     i: If you had a recent change that is easily identifiable you may be able to correct it and then we can look at finding a clean copy of the EDB and rolling up the logs OR we opt to repair the DB you have
     ii: if you cannot find the issue in short order then I would suggest that you build a new Exchange Server on new hardware and migrate your mailboxes immediately.
B: Once you have addressed the -1018 issue then;
1. We need to find a database from your backups that does NOT have the -1018 result code when attempting a rollup.
2. Once you have a non -1018 result you can then grab a fresh copy of the EDB along with all logs from that point forward and make a consistent DB via rollup up to the 18th as desired.
3. If you cannot find a good copy of the EDB then you are stuck with the latest data you have and should either move all mailboxes to a new EDB on that server but ONLY IF the source of the -1018 is found and resolved, else you will just be making thing s
worse.  IF you CANNOT resolve the issue that causes the -1018 then build a brand new server and move all users over to it ASAP, else you are headed for a major failure on all users.
Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline Exchange Mailbox and Public Folder EDB's and Live Exchange Servers or Import/Migrate direct from Offline EDB to Any Production Exchange Server, even cross version i.e. 2003 -->
2007 --> 2010 --> 2013 with Lucid8's
DigiScope

Similar Messages

  • Can't Restore Exchange 2010 Mailbox DB from HP Data Protector backup

    I'm trying to implement Exchange 2010, but I won't feel comfortable moving many users to it until I've successfully restored a mail database from tape backup.  So far, this hasn't worked out so well.  I'm using HP Data Protector for my backup solution.
    Here's what I've done:
    1.  In DP's "Restore" GUI, navigated down to the MS Volume Shadow Copy Writers entry, then selected both "Files" and "Logs" from the DB's entry under Microsoft Information Store.  I'm not restoring any of the other Writers.  So that I don't have to take down Exchange, I'm restoring them to a temporary restore location.
    2. After the restore completes, I go to the temporary restore location on the server and run eseutil /mh on the database, which returns a "Dirty Shutdown" db status.
    3.  Since I have the log files, I attempt to repair using eseutil /r E01 in the log files' path.  This generates "Operation terminated with error -1216 (JET_errAttachedDatabaseMismatch, An outstanding database attachment has been detected at the start or end of recovery, but database is missing or does not match attachment info) after 10.608 seconds."
    Can anyone suggest what I'm doing wrong with this recovery?  If my steps are incorrect I'd love to know, as HP's documentation for restoring Exchange 2010 is very young and not terribly useful.  My ultimate goal is to be able to restore a database from DP's tapes and bring it back online on the Exchange 2010 server.
    Thanks! 
    Thanks!

    Hi Ben,
    We backup our primary database (Ex Writer) and always with full backup (DB+LOGS). When we restore we restore to alternate location, then manualy copy db file and everything from restored log directory to one folder (for example: d:\restore_DB1). At this
    stage DB is in dirty shutdown state. Then we run (in folder where we copied db file and log files) 
    Eseutil.exe /R E00 /D
    it takes a couple of seconds (160GB file) and the db is in clean shutdown state. Then we do:
    New-MailboxDatabase -Name “Restored DB” -Server MBOX1 -EDBFilePath “D:\Restore_DB1\DB1.edb”
    -Logfolderpath “D:\Restore_DB1” -Recovery
    and
    Mount-Database “Restored DB”
    now we can restore single mailbox or even single item from mailbox with:
    1: whole mailbox with overite the destination
    Restore-Mailbox –Identity “USERNAME” –RecoveryDatabase “Restored DB”
    2. whole mailbox to alternate location (new folder in another mailbox)
    Restore-Mailbox –Identity “EXISTING MAILBOX TO RESOTRE TO” –RecoveryDatabase “Restored DB” –RecoveryMailbox “MAILBOX DO BE RESTORED
    FROM BACKUP” –TargetFolder “NEW FOLDER IN EXISTING MAILBOX”
    3. the same as 2 but single item with MEETING in email subject
    Restore-Mailbox –Identity “EXISTING MAILBOX TO RESOTRE TO” –RecoveryDatabase “Restored DB” –RecoveryMailbox “MAILBOX DO BE RESTORED
    FROM BACKUP” -SubjectKeywords "MEETING" –TargetFolder “NEW FOLDER IN EXISTING MAILBOX”
    Best Regards,
    Alex

  • I can't transfer photos from my i pad to my macbook before a certain date.

    I am trying to place photos from my i pad onto my macbook. For some reason all photos before 2012 are not recognised and therefore I can't transfer them. Is there a way to sort this out?

    Hi kenfromchessington,
    If you are having issues syncing photos from your iPad back to your Mac, you may find the steps outlined in the following article helpful. Note: If the photos in question were originally synced to the iPad, they can not be directly synced back from the iPad:
    You can import only photo and video content taken with the built-in camera or captured on the device. You can't import photo or video content synced from iTunes.
    Import photos and videos from your iPhone, iPad, or iPod touch to your Mac or Windows PC - Apple Support
    Regards,
    - Brenden

  • TS4002 I cannot access my iCloud email messages before a certain date

    I can only acess my received email messages after April of this year - the rest won't load whether on my Mail desktop or via logging into iCloud on the internet.
    Does anyone know why this is and how to access my previous messages - I could access messages going back that much further, I have not changed my settins nor deleted the messages.
    PLEASE can some help - I desperately need to get hold of some of the email which I cannot access.
    Thankyou!

    At least I know I'm not alone.  I'm in the UK, five hours ahead of EST and that is about when it started.

  • ICal deleted all my events before a certain date on it's own

    I couldn't tell you when this happened, but just noticed it today. I went back to check on a prior event detail in my iCal and realized EVERYTHING from all calendars before October 11th has been deleted completely. Is there anyway I can get this info back?... kinda need it for tax purposes..
    I do have a time machine backup of the whole computer, but assume I'd lose my new events since that backup if I reverted.
    THANK YOU
    adam

    I am getting more confident that the problem has something to do with a background synchronization process. If I launch either Entourage or iSync, iCal launches also automatically. Perhaps there is a sync preference somewhere that got fouled up?
    Can anyone verify that launching Entourage or iSync also triggers iCal to launch on its own?
    MBP 15" 2.33 GHz   Mac OS X (10.4.9)  

  • Why can't I delete mailbox items before a certain date?

    What appears to be wrong with my syntax here? I am trying to delete all emails from the beggining of time up until today's date. I know it seems pointless because I could just execute -DeleteContent without a SearchQuery, but
    I am trying to prove a concept here.
    $date
    = (get-date).ToShortDateString()
    Search-Mailbox
    userID -SearchQuery
    "Received:<$($date)"
    –DeleteContent
    There are about 5 mail items that were sent yesterday (4/24/2014) in the mailbox I am testing with. My
    ResultItemCount is still 0 though. I was curious, so I sent it a couple of emails this morning. When I remove the
    < sign in my query, it actually does delete all emails that were sent today, and the
    ResultItemsCount was 2.
    Is it not liking the < sign? If so how do I work around that?

    I'm not sure about the overall syntax right there, but if you want to indicate greater than or less than in Powershell, you use "-gt" and "-lt". Likewise, for equals, you do not use the = sign but rather -eq
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • How do I set a date line in my email so I can delete all msgs before a certain date?

    i have thousands of emails downloaded and i want to delete all but the most recent couple months..but i can't figure out how to insert the date line in the display so I can delete all prior to that date (I used to be able to do that on my Razor Maxx)

        sharonnyc,
    We would love to investigate into assisting you with getting the correct emails deleted. What make/model device do you currently have? What email program are you trying to delete the emails from (ie. Gmail, Yahoo, etc...)? Also, are you using the standard email application on the device or a downloaded 3rd party email app?
    LindseyT_VZW
    Follow us on Twitter @VZWSupport

  • Updating operands: Not possible to maintain before a certain date

    Hello,
    When I try to insert an operand value in ES31, I got the following returned message "Not possible to maintain before XX.XX.XXXX", where XX.XX.XXXX is the End Billing Period of the last bill. In my understanding, SAP does not allow updating an operand before the last bill, right? I need to maintain an operand value. Is there a way to insert an operand value before the last bill?
    Thanks so much,
    Sukasom

    The problem is that we can not reverse the bill, because the customer had paid already.
    We have a case where the orginal bill was incorrect, so we did the manual bill to either return the money or charge the customer more,
    and then we need to insert operand value to maintain the past consumption.
    Thank so much

  • Missing all photos (and collections) before a certain date!

    I just imported all my photos from my iPhone 4 from a vacation to put with photos from my DSLR into LR3, when i noticed that I was missing about 15000 photos from my catalog. They are still on the hard drive. I know that I can just import those folders back in, but i am worried that i have lost any edits/keywordin/etc. What can i do?

    I found three different ones: the LR2 cat, the LR3 cat, and this one that I am currently on which I must have created on accident. So, I opened the one called something like "lightroom 3 catalog-2". I tried to "import from catalog" to get the photo & edits that I worked a little on in the past week (which was about 12GB of vacation photos), but an error occurred twice. So, i just imported all the photos from the folders to the correct catalog.
    Thanks for all the help guys. I will start backing up my catalog. And, next time i will know what to do.

  • Before I upgrade to SP3 for Exchange 2010...

    Hi All!
    My company’s Exchange environment consists of the following:
    AD Domain forest with one PDC in the main office, and 4 additional domain controllers at 4 remote offices
    The forest and domain functional level is 2003
    The PDC at the main office is running Server 2012 R2.
    The domain controllers at the remote offices are running Server 2003 SP2 (upgrade to 2012 R2 is in the works)
    Our Exchange server is in the main office. It is a simple Mailbox, Client, Hub, UM setup.
    The Exchange version is 14.00.0722.000
    Questions:
    Version 14.00.0722.000 would be Exchange RTM, and as a result hasn’t been SP’d or RU’d since it was installed on our email server correct?
    I would like to upgrade this Exchange server to the latest SP and RU. I understand that the updates are cumulative and that I should be able to install SP3 and RU8 without having
    to install all of the previous versions. Is this a safe assumption?
    What steps should I take before/after installing the SP and RU to ensure a "pleasant" and smooth experience for myself, my boss and my users?
    Any and all comments are appreciated, thank you!

    Hi ,
    Please check this link.
    http://pipe2text.com/?page_id=1761
    Throughout up gradation process , you have to play with the below mentioned commands.
    StartDagServerMaintenance.ps1 
    StopDagServerMaintenance.ps1
    RedistributeActiveDatabases.ps1 
    Regards
    S.Nithyanandham
    Thanks & Regards S.Nithyanandham

  • Filter grid quarters to show only certain time before certain date

    Is it possible to filter a grid to show only quarters which are certain time before certain date?
    Example- grid displays sales per quarter (for all years) filtered by customer.
    I would like the grid to display only quarters from a quarter before the customer's birthdate (which is a customer attribute).
    Please Advise- Thanks
    Namnami

    Is it possible to filter a grid to show only quarters which are certain time before certain date?
    Example- grid displays sales per quarter (for all years) filtered by customer.
    I would like the grid to display only quarters from a quarter before the customer's birthdate (which is a customer attribute).
    Please Advise- Thanks
    Namnami

  • Report to get total number of users logged in after a certain date

    Hi,
    Is there any report available in SIM which can give us the record of the users who logged into it after a certain date.
    I tried to use Historical User Changes Report but in this report there is an mandotory aatribute 'object Type' which filters the search based on its value. For example if we will give 'a' in the object type then the search result will contain only those users whouse accountID contain the character 'a'.
    But my requirement is to fetch all the logged in users after a certain date. Is there any other report available for the same.
    Thanks.

    Try Today's Activity Report...
    In the Actions select login
    In the Report Timeline there's calendar to select the date

  • Can you export only certain dates or events?

    I use iCal on my laptop to organize my life, but my job wants me to be on Oracle too. So I export my iCal "work" calendar and import it in Oracle. Fine. But then I add something to my calendar, and I want to put it on Oracle too. if I export my "work" calendar again, and import it on Oracle, now I've got one new event and duplicates of every other event I imported the first time.
    Is there a way to export my iCal calendar for only a range of dates? Or only this or that event? The ideal would be to be able to export everything added since the last export, but I don't see anything like that in the options.
    help -- this seems like an obvious and necessary feature, and I'm sure I'm just missing how to do it...

    HI,
    Did you ever determine an answer to this question? I really need to export data after a certain date... (I would also like to publish a calendar, after a certain date-- as no one needs to see the "old" events).
    Stu

  • TS3899 I can preview email when it arrives (I chose 5 lines) but when I then go to open up the full email, I see only the header info (To, Subject & Date); nothing in the body...it is blank.  This only started recently as before, it worked as expected. He

    I can preview email when it arrives (I chose 5 lines) but when I then go to open up the full email, I see only the header info (To, Subject & Date); nothing in the body...it is blank.  This only started recently as before, it worked as expected. Help?

    I have two yahoo accounts and I know as they 'improved' their servers I had periodic outages. It'd work fine on my webmail on  my computer, webmail on the iPad, but not via the mail app. And it was stuff on their end. It may be a case of wait and see and you may need to eventually remove/readd the account on your iPhone.
    When the issue is on their end, unfortunately there's not much for users to do beyond wait it out or find work arounds.

  • Datalogging with options to retrieve subset of log file based on date/time

    I would like to thank this forum for useful advice so far in completing my LabVIEW software.
    I have a data logging challenge. I am supposed to log about 30 parameters every 5 seconds. Some of these parameters are digital (ON/OFF), some are values of speed (rpm) and others, an expression of a percentage (%). It should be possible in future to do a histogram or bar chart plot of some of the parameters, for a specific period range (say the last 5 minutes of a certain day). So in effect, do an extraction of a segment of the total log file.
    My challenge is if I use text file, like the one in the attached VI, can it give functionality of retrieving data (while the VI is running) from the log file, based on a certain time range (i.e. retrieve a section of the log file based on a certain date/time range, on demand)?
    The format in the text file is close to what I require, since it lists the time n one column and the other parameters on other columns to enable future histogram generation.
    Thanks a lot, friends.
    Solved!
    Go to Solution.
    Attachments:
    writer.vi ‏19 KB
    time.txt ‏1 KB

    Hey maxidivine,
    Iv been playing round with your code and found that to perform the search that you require could be quite demanding to system resources when scaled to the size of your application I shall try and find a way to perform the search using .txt files but the there are some other options available. I recommend the use if TDMS files as the file format is a very efficient, manageable method of data-logging. The TDMS file format is designed to write and read measured data at a very high speed, while maintaining a hierarchical system of descriptive information.
    Traditionally, TDMS was a National Instruments only file format – you could only read it using our products – LabVIEW/CVI/DIAdem. However, thanks to the popularity of the format, a bolt-on is now available for Excel, which allows you to directly open the .tdms files with Excel (see link).
    National Instruments Technical Data Management Overview
    http://zone.ni.com/devzone/cda/tut/p/id/3676
    Introduction to LabVIEW TDM Streaming Vis
    http://zone.ni.com/devzone/cda/tut/p/id/3539
    VI-Based API for Writing TDMS Files
    http://zone.ni.com/devzone/cda/tut/p/id/6471
    TDM Excel Add-In Tool for Microsoft Excel User Guide
    http://zone.ni.com/devzone/cda/tut/p/id/4906
    TDM Excel Add-In for Microsoft Excel Download
    http://zone.ni.com/devzone/cda/epd/p/id/2944
    Troubleshooting the TDM Excel Add-In for Microsoft Excel 2000-2003
    http://zone.ni.com/devzone/cda/tut/p/id/5874
    Examples of the use of the TDMS API ship with LabVIEW. You will find them in HELP > find examples > fundamentals > File Input and Output. For you application, I would recommend the “Cont Acq&Graph Voltage - Write Data to File (TDMS).vi”.
    Furthermore, if you require some help with DIAdem, I would recommend clicking "getting started" from the DIAdem splash screen. This opens a manual which discusses everything from data analysis to report generation. Also, if you have DIAdem 11 or above, there are tutorial videos which install with DIAdem. These are useful little tutorials, which discuss all the DIAdem fundamentals. You can access these by selecting a particular palette tab (eg. report, view, analysis...etc) and then clicking the tutorial button (shown as a film strip with a question mark) at the top of the group view.
    Here are some more helpful DIAdem related resources for future reference.
    Report Gen in DIAdem...
    http://zone.ni.com/devzone/cda/tut/p/id/7379
    DataPlugins: Supported Data Formats (ni.com/dataplugins)
    http://zone.ni.com/devzone/cda/tut/p/id/4065
    Hope this is helpful
    Philip
    Philip
    Applications Engineer
    National Instruments
    UK Branch
    ===If this fixes your problem, mark as solution!===

Maybe you are looking for

  • Opening attachments gives the error : "The connection was reset. The connection to the server was reset

    Opening attachments gives the error : "The connection was reset. The connection to the server was reset. I tried clearing cookies and cache, but it doesnot work. 8 out of 10 times this is happenning. It's reproducible, and happening only after the la

  • InDesign CS6 crashes on large PDF export...

    I have my company's catalog done through InDesign.  We've done this the same way for years.  I've had this file for the last 3 years and have never had an issue exporting the full catalog as a PDF.  I can no longer say that. When I try to export the

  • T500 swtichable fuzzy on external monitor

    Hi, I have a T500 and trying switchable graphics, just updated all of the drivers. I use a samsung syncmaster 931b monitor attached to a lenovo docking station. When I use high performance graphics, it works great. When I switch to the intel energy s

  • New in Supplement Option: Extending ROB (Repository Object Browser) Reports

    To everyone who is subscribed to the Supplement Option of the iDevelopment Accelerators: On cso.oracle.com you can find a new Technical Bulletin: TB.OR.18 - Extending the Repository Object Browser (ROB) Reports. The Repository Object Browser (ROB) is

  • Problème pour installer OS X Mountain Lion

    Bonjour, Je voudrais installer en ligne OS X Mountain Lion, mais un message d'erreur apparait indiquant : "Impossible de finaliser votre achat OS X 10.8 requiert au moins 2 Go de mémoire." Mon imac a pourtant une capacité de 250 Go et 100Go de libre.