Recovering Mailbox data - no mailboxes listed to restore in recovery mail store

I have sucessfully restored and replayed the logs into the Recovery Mail Store and mounted the database.  however, when I perform a Get-Mailbox -Database RDB , I get no listing of mailboxes!  The DB shows data nearly 70 GB and it mounted without
barking.  Any thoughts?Karl

I re-ran the traditional restore-mailbox command (vs. the new-mailboxrestorerequest) and get the error:
MapiExceptionMailboxDisabled: Unable to open message store. (hr=0x80004005, ec=2412)
Diagnostic context:
    Lid: 40487   EMSMDBMT.EcDoRpcExt2 called [length=104]
    Lid: 56871   EMSMDBMT.EcDoRpcExt2 returned [ec=0x0][length=280][latency=0]
    Lid: 23226   --- ROP Parse Start ---
    Lid: 27962   ROP: ropLogon [254]
    Lid: 17082   ROP Error: 0x96C
    Lid: 26937
    Lid: 21921   StoreEc: 0x96C
    Lid: 27962   ROP: ropExtendedError [250]
    Lid: 1494    ---- Remote Context Beg ----
    Lid: 26426   ROP: ropLogon [254]
    Lid: 17597   Error: 0x0
    Lid: 22787   Error: 0x0
    Lid: 13032   StoreEc: 0x8004010F
    Lid: 25848
    Lid: 7588    StoreEc: 0x8004010F
    Lid: 25840
    Lid: 6564    StoreEc: 0x8004010F
    Lid: 51399
    Lid: 2567    StoreEc: 0x96C
    Lid: 19452
    Lid: 2199    StoreEc: 0x96C
    Lid: 56415
    Lid: 48223   StoreEc: 0x96C
    Lid: 17097   StoreEc: 0x96C
    Lid: 8620    StoreEc: 0x96C
    Lid: 1750    ---- Remote Context End ----
    Lid: 26849
    Lid: 21817   ROP Failure: 0x96C
    Lid: 26297
    Lid: 16585   StoreEc: 0x96C
    Lid: 32441
    Lid: 1706    StoreEc: 0x96C
    Lid: 24761
    Lid: 20665   StoreEc: 0x96C
    Lid: 25785
    Lid: 29881   StoreEc: 0x96C
    + CategoryInfo          : InvalidArgument: (0:Int32) [Restore-Mailbox], MapiExceptionMailboxDisabled
    + FullyQualifiedErrorId : 695D5375,Microsoft.Exchange.Management.RecipientTasks.RestoreMailbox
Karl

Similar Messages

  • Recovering lost data from a very old backup (disaster recovery)

    Hi all,
    I am trying to restore and recover data from an old DAT-72 cassette. All I know is the date when the backup was taken, that is back in November 2006. I do not know the DBID or anything else except for the date.
    To recover this, I bought an internal SCSI HP c7438a DAT-72 tape drive on eBay and installed it on a machine running Windows 2003 Server SP2. I made a fresh Oracle 11g Enterprise Edition installation. HP tape drivers have been installed and Windows sees the tape drive without problem. To act as a Media Manager, I have installed Oracle Secure Backup. Oracle Secure Backup sees the HP tape drive without problems as well.
    I have to admit my information about Oracle is not very in-depth. I read quite a lot of documents, but the more I read the more confused I become. The closest thing I can find to my situation is the following guide about disaster recovery:
    http://download.oracle.com/docs/cd/B10500_01/server.920/a96566/rcmrecov.htm#1007948
    I tried the suggestions in this document without success (details below).
    My questions are:
    1. Is it possible to retrieve data without knowing the DBID?
    2. If not, is it possible to figure out the DBID from the tape? I tried to use dd in cygwin, also booted with Knoppix/Debian and Ubuntu CDs to dump the contents of the tape with dd but all of them failed to see the tape device. If there is any way to dump the raw contents of the tape on Windows, I would also welcome input.
    3. Is there any way at all to recover this data from the tape given all the unknowns?
    Thanks very much in advance,
    C:\Program Files>rman target orcl
    Recovery Manager: Release 11.2.0.1.0 - Production on Sat Mar 19 15:01:28 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    target database Password:
    connected to target database: ORCL (not mounted)
    RMAN> SET DBID 676549873;
    executing command: SET DBID
    RMAN> STARTUP FORCE NOMOUNT; # rman starts instance with dummy parameter file
    Oracle instance started
    Total System Global Area 778387456 bytes
    Fixed Size 1374808 bytes
    Variable Size 268436904 bytes
    Database Buffers 503316480 bytes
    Redo Buffers 5259264 bytes
    RMAN> RUN
    2> {
    3> ALLOCATE CHANNEL t1 DEVICE TYPE sbt;
    4> RESTORE SPFILE TO 'C:\SPFILE.TMP' FROM AUTOBACKUP MAXDAYS 7 UNTIL TIME 'SYS
    DATE-1575';
    5> }
    using target database control file instead of recovery catalog
    allocated channel: t1
    channel t1: SID=63 device type=SBT_TAPE
    channel t1: Oracle Secure Backup
    Starting restore at 19-MAR-11
    channel t1: looking for AUTOBACKUP on day: 20061125
    channel t1: looking for AUTOBACKUP on day: 20061124
    channel t1: looking for AUTOBACKUP on day: 20061123
    channel t1: looking for AUTOBACKUP on day: 20061122
    channel t1: looking for AUTOBACKUP on day: 20061121
    channel t1: looking for AUTOBACKUP on day: 20061120
    channel t1: looking for AUTOBACKUP on day: 20061119
    channel t1: no AUTOBACKUP in 7 days found
    released channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 03/19/2011 15:03:26
    RMAN-06172: no AUTOBACKUP found or specified handle is not a valid copy or piece
    RMAN>
    RMAN> RUN
    2> {
    3> ALLOCATE CHANNEL t1 DEVICE TYPE sbt
    4> PARMS 'SBT_LIBRARY=C:\WINDOWS\SYSTEM32\ORASBT.DLL';
    5> RESTORE SPFILE TO 'C:\SPFILE.TMP' FROM AUTOBACKUP MAXDAYS 7 UNTIL TIME 'SYS
    DATE-1575';
    6> }
    allocated channel: t1
    channel t1: SID=63 device type=SBT_TAPE
    channel t1: Oracle Secure Backup
    Starting restore at 19-MAR-11
    channel t1: looking for AUTOBACKUP on day: 20061125
    channel t1: looking for AUTOBACKUP on day: 20061124
    channel t1: looking for AUTOBACKUP on day: 20061123
    channel t1: looking for AUTOBACKUP on day: 20061122
    channel t1: looking for AUTOBACKUP on day: 20061121
    channel t1: looking for AUTOBACKUP on day: 20061120
    channel t1: looking for AUTOBACKUP on day: 20061119
    channel t1: no AUTOBACKUP in 7 days found
    released channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 03/19/2011 15:04:56
    RMAN-06172: no AUTOBACKUP found or specified handle is not a valid copy or piece
    RMAN>
    -----------------------------------

    Hi 845725,
    If the backups were created with OSB might be you can query the tape with obtool.
    http://www.stanford.edu/dept/itss/docs/oracle/10gR2/backup.102/b14236/obref_oba.htmTo list pieces you could use <lspiece> within obtool.
    http://www.stanford.edu/dept/itss/docs/oracle/10gR2/backup.102/b14236/obref_oba.htm#BHBBIFFEIf this works you should be able to identify the controlfile autobackup if it has the standard naming < c-dbid-date-xx > and you than know the DBID or you are able to restore a controlfile from a backup piece in the output list.
    Might be you have to install 9i or 10g rdbms software as 11g was released a year later in 2007.
    Anyway goodluck.
    Regards,
    Tycho

  • HT1212 my phone is disabled and says connect to iTunes but i want to recover and save all my data's and pictures before restore

    my phone is disabled and says connect to itunes but i want to recover my data's and pictures before restoring it with itunes.

    You may need to put the iPad into recovery mode in order to be able to reset it : http://support.apple.com/kb/ht1808
    If you haven't synced it to that computer before then you won't have a backup on it to restore your content from. Do you have any of your content on it for re-sycning and/or have you been backing up to the cloud ?
    You can re-download your apps (if they are still in the store) via the Purchased tab in the App Store app, and you may be able to re-download music, films and tv shows via the Purchased tab in the iTunes store app.

  • Mail - Number of Unread messages missing in Mailbox list

    Although the number of unread messages is properly shown under Inbox on the Mailboxes list next to two of my three Mail accounts, the other one shows none when there some.  The quantity is also missing from the total number of messages next to Inbox when I collapse the list.  This was working fine for many years.
    How can I restore this feature?
    Thanks!!

    Quit Mail.
    Back up all data if you haven’t already done so. Before proceeding, you must be sure you can restore your system to the state it’s in now.
    In the Finder, select Go ▹ Go to Folder... from the menu bar, copy the text on the line below into the box that opens, and press return:
    ~/Library/Mail/V2/MailData/Envelope Index
    Delete the selected file. Relaunch Mail and test. It should re-index your mailboxes.

  • Mountain Lion Mail - Can't see time machine recovered mailboxes

    If anyone can please help!
    Somehow upgrading to mountain lion I lost mail.  I recovered these from time-machine.  For a while I could see them in the left-most pane under a heading called Time Machine.  But in archiving some old content this folder-header (like iCloud or on your mac) disappeared.  I know that the mail is still there as I can search for it.  Weirder still, if I create a new mail-box I can see a Time Machine folder under 'on your mac'.  I just can't get to the mail!  The screen-shot below shows two folders (one containing all my recovered mail sub-folders) in the 'create a new mailbox drop-down' but only one in the left-pane under 'on my mac'.
    I really need to be able to use this mail; sort of why I backed it up....

    Same problem here. After hitting the Restore-button in Time Machine to restore an e-mail, Time Machine is supposed to make a folder in Mail with the recoverd mail(s), but doesn't. Accessing by doing a search doesn't always lead to the restored file.
    Mountain Lion OS X 10.8.2

  • Replied to icon in mailbox lists

    Hi,
    I've had this issue before, and been able to fix it, but now I am no longer able to fix it or find what I may have done before
    In a nutshell, the little icon in mailbox lists that indicates that a message has been replied to forwarded, etc, and that links to that said reply.. is no longer linking to the reply for me. In other words, it used to be that I could look at my inbox and see that a message had been replied to, and then I could click on that icon to go to the reply. The link no longer works.
    I have rebuilt my mailboxes and I have rebuilt the overall Envelope Index file, with no success. Any suggestions?

    your Mail preferences may be corrupt. quit Mail and delete (or move to the desktop) the file ~/library/preferences/com.apple.mail.plist. ~ means your home directory. you can get to it by clicking on the house icon in the sidebar of any finder window or by going to /users/username.
    then start Mail. you'll have to recreate all your email accounts so make sure you know all their settings. once recreated they will recognize their existing mailboxes. see if Mail behaves after that.
    Alternatively, if you have a backup, restore com.apple.mail.plist from backup from before the problems with Mail started. Mail should not be running when you do this.

  • I have just updated my phone in icloud and I have lost all my data including my large music collection from itunes. How can I recover my music and phone list?

    I have just updated my phone in icloud and I have lost all my data including my large music collection from itunes. How can I recover my music and phone list?

    Welcome to the Apple Community.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option which is revealed in the iTunes app on your iOS device by tapping the more button at the bottom of the screen.

  • Hi, I have a hard disk failure so to recover my data I am using disk utility to restore the data on an external drive while booting from a second external hard drive. When I perform the operation it gives me an input/output error and stops. Any tips?

    Hi, I have a hard disk failure so to recover my data I am using disk utility to restore the data on an external drive while booting from a second external hard drive. When I perform the operation and after having selected both my destination and source drives, the operation begins but soon fails due to input/output error. If I try to create an image of the drive it gives me the same error message. Any help would be much appreciated.

    Disk Utility only creates a image of the drive, so it's no help getting exactly what you want, which is your files. If the file structure is messed up or the drive is failing then it's no help.
    If you have a external boot drive and you can't access the internal non-booting drive though the typical Finder and windows to transfer your files via drag and drop methods, then you need to install Data Rescue on the external boot drive and it will do as best as it can to recover your files. (works on non-encrypted/non-Filevaulted drives only)
    .Create a data recovery/undelete external boot drive
    Are you sure you have hard drive failure, or that OS X isn't merely not booting?
    Because if the drive is working physically, then there is a host of fixes
    ..Step by Step to fix your Mac
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents#/

  • HT4623 lost all my pictures and videos while updating ios7.1.1. i dont have backup to restore. how can i recover the data back?

    lost all my pictures and videos while updating ios7.1.1.
    i dont have backup to restore. how can i recover the data back?

    You should never update without making sure that you have saved everything on your computer first.
    You should import all pics and vids before attempting any update.
    If you have failed to save the data, then it is gone

  • In Mail I'm unable to see the mailboxes at the top of the mailbox list. I can see trash but not inbox. What do I need to do to see the entire list of mailboxes?

    I cannot see all of my mailboxes in my mailbox list.

    I'm guessing you are seeing the Trash in the Favorites bar.
    Select Show Mail box list. If you don't see the Mailboxes icon, under View in the Menu bar select Show Mail Box List. (wording might be different in Mountain Lion).
    If you still have problems, Log out under the Apple in the Menu bar. Log into Guest User. Open Mail, do you see the Mailboxes icon now?

  • Should cancelled mailbox moves result in any moved mail data removed from target server?

    I was moving mailboxes from 1 DB to another. 3 out of 120 were left running for 12 hours; they were the biggest ones and it was very slow to process the items. There were also reports of slowness on the server so I had no choice but to cancel the moves.
    My question is should cancelled mailbox moves result in any moved mail data being removed from the target database? It doesn't appear that my disk as increased in space again so I'm wondering if it's there as whitespace maybe? There is an event logged to say
    the mailbox has been deleted from the target.
    Would appreciate if someone can clear this up and possibly explain exactly what occurs during this type of scenario.
    Thanks.

    Hi,
    Thank you for your kindly remind.
    In Exchange 2000, 2003 and 2007 mailboxes become unavailable during movement, when a mailbox move takes place, the mailbox isn't actually moved, it's just copied to the destination location. Once that copy has finished, AD is updated to point to the new location
    and the old mailbox is deleted from the source EDB file.
    The most different between Exchange 2010 and legacy version in move mailbox is that allows end-users to be online in their email accounts. On completing the move users just needs to reopen their Outlook clients.
    Mailbox Move Requests are a new feature set of Exchange 2010 and requires running a series of Cmdlets to perform asynchronous online mailbox moves with the help of a service agent called Mailbox Replication Service (MRS). MRS is available on all Exchange 2010
    Client Access Servers.
    Best Regards,
    Allen Wang

  • Can you change font size in mailbox list

    I can not see my full mailbox list, but if the font size would be smaller this could be solved.
    In itself I find the fonts too large.
    Is there any way to change this?

    Hi,
    Try this...Go to System Preferences the select "General" and set "Sidebar icon size" to  "Small" as shown below, then close. That should do the trick as its universally applied. I had same problem in Lion.
    I also use the paid for 'Tinker Tool System" in which you can change many things so long as you are confident but that's a personal choice.

  • Notes mailbox list color is black on black

    I just installed Snow Leopard and discovered that when I create a new note in Mail.app, the note shows up in the list with a fore- and background color of black.
    Only new notes have this problem, my older notes show up fine (black text on white background).
    I cannot find a setting to set the background color of notes in the mailbox. Although I have many rules set up, I do not have any rule that sets the background color to black, so I do not know what is causing this.
    Is there a way to change the background color of notes (or messages) in a mailbox list that does not involve a rule?
    Thanks,
    -dZ.

    Wow dude, you're good.
    Thanks a ton.  Something so minor made me pull my hair out today.
    Last edited by 3xOSC (2013-07-13 05:57:59)

  • Mail 5.0 mailbox list and message list 1 and 2

    my mail had three columns ; mailbox list, message list and then individual message. the individual message disappeared and i don't see anyway of getting that column back! now i have  to double click a message to see its content whereas before i could see the content before just by selecting it. how do i get that column back?

    Mail (menu) > Preferences > Viewing > uncheck Use Classic Layout

  • Interfaces Restore - How to recover from Data Loss

    Dear Friends,
    Since 4:00 PM Yesterday our ERP system is started issueing short dupms it was continued till 11:00 PM. So we have decided to shut down the system.
    After detailed analysis we found that the route cause of the issue is curruption of one  block in database. SAP and Oracle data base experts are trying to recoved the data but it seems it is not possible,
    Now the only option we have is restore the system from backup. the last  back up of the system is @4:00 pm yesterday. Now the issue is we have  data loss of 8 Hrs bussiness transactions. my customer is very big SAP instalation and we have very complext interface. interfacing with arount 200 systems 2000 IDoc intefaces and many more file interfaces etc... This is the first time we are facing this issue and we need to think of how we can sync the Interfaces again.
    For masterdata coming from external systems we can simply ask the partner system to resend the Idocs or Files. But for transactional data we can still request them to send the Idocs or files to my SAP system but we should some how avoid sending the confirmations back to partner systems.
    Could you please let me know did you faced this kind of problems and did you applied any best practices.
    All kind of suggessions are wellcome!!!!.....
    Regards
    Naresh
    Edited by: Naresh Reddy K on Aug 17, 2010 5:57 PM

    We recovered data using Statndard Date recovery procedures by Hardware Vendors..

Maybe you are looking for

  • How to decrease the column size in a tabular report

    Hi , How can i reduce the column size in a tabular report in oracle apex. my report is having 90 coulmns and i want that should come in once sceen so i want to decrease the size of columns as well as the font size of values + column_name.. any sugges

  • No apple TV in device list

    My computer crashed so I downloaded Itunes 9.1 onto another computer. The apple tv appeared on the device list for a minute and then disappeared. My library is grey on the ATV. I have tried disconnecting all hardware and reinstalling Itunes. I have m

  • Hibernate Query vs PreparedStatement for SQL

    Hi, I am using Hibernate for DAO classes, which i am using for the basic CRUD operations. But for complex queries with complex joins i am writing the SQL. In such case whether it is better to use the Query.createSQLQuery(String sql) to invoke the SQL

  • 3120 classic offers following BT services

    Bluetooth on host PC: Windows Vista BT stack in use. Vista Feature Pack for Wireless installed. Nokia Ovi Suite installed but not used in experimenting addressed in this thread. When paired Nokia 3120 classic offers to Vista host following BT service

  • Problem connecting to internet after NEW 27" iMac makes up from sleep

    Ok, I have a brand new 27" iMac and when it connects to the internet after waking up from sleep mode doesn't have any download speed.. See image This only happen when it wakes up and the only way to fix it is to restart the computer. I have tried tur