Crash restoring files from client backup

Folks,
I have a Thecus W5000 running Windows Storage Server 2012 R2 Essentials. The Devices tab on the dashboard tells me that it is successfully backing up my computers, but when I fire up the Dashboard from the client PCs (I've tried both my Windows 8.1 work
horse and the Windows 7 gaming rig) and try to restore files I get a crash the moment I select a disk - I see a list of backups, choose the latest one, which presents me with icons for the C and D drives, but whichever I choose I get an immediate error (Restore
File and Folders wizard has stopped working). Each such crash generates two event log entries similar to these:
Log Name: Application
Source: .NET Runtime
Date: 12/02/2015 21:32:17
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: NEMES*********************
Description:
Application: MountBackupWizard.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Reflection.TargetInvocationException
Stack:
at System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[])
at System.Delegate.DynamicInvokeImpl(System.Object[])
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)
at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)
at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)
at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)
at Microsoft.WindowsServerSolutions.DataProtection.UI.Program.Main(System.String[])
Log Name: Application
Source: Application Error
Date: 12/02/2015 21:32:17
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: NEMES*********************
Description:
Faulting application name: MountBackupWizard.exe, version: 6.3.9600.16384, time stamp: 0x5215cf3c
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x5315a05a
Exception code: 0xe0434352
Fault offset: 0x000000000000940d
Faulting process id: 0x1a08
Faulting application start time: 0x01d0470b5ca7efaf
Faulting application path: C:\Windows\System32\Essentials\MountBackupWizard.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: 9da7accf-b2fe-11e4-855b-1c6f65c834a4
I wondered initially whether this might be permissions related, since my day-to-day user does not have admin rights, but I've tried logging on using an account that does have admin rights on the local PC (and I obviously have to give domain administrator credentials
to get the dashboard up) with the same result. The only other oddity about my setups is all that all have a G partition that is excluded from the backup, but I don't see how that could be playing into this.
Cheers, Steve

Same issue with a Windows 7 Client.  Have server 2012r2 Essentials and was also attempting a restore files/folders from a previous backup.  Received the "Restore Files and Folders wizard has stopped working" dialog box.   Running
my Visual Studio Debugger also indicated that MountBackupWizard had failed with an exception as shown below.  Fixing this also  required removing both KB3004375 and KB3023562 from my Windows 7 workstation (not from the server) before the file restore
would work properly.  I was able to confirm that restoring these 2 updates made the problem come back again.   
I don't have a support contract with Microsoft and am unwilling to pay the high individual support fee incident cost.  Can anyone else who has a support contract where this wouldn't represent an incremental cost submit an incident so that Microsoft
can get this fixed?  I suspect quite a few people that are expecting to be able to recover single files from their backups may be running or will run into this issue.  There could be significant recovery costs involved.
-Steve
System.Reflection.TargetInvocationException was unhandled
  HResult=-2146232828
  Message=Exception has been thrown by the target of an invocation.
  Source=mscorlib
  StackTrace:
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
       at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at Microsoft.WindowsServerSolutions.DataProtection.UI.Program.Main(String[] args)
  InnerException: System.Reflection.TargetInvocationException
       HResult=-2146232828
       Message=Async call failed. Unknown result. See inner exception
       Source=MountBackupWizard
       StackTrace:
            at Microsoft.WindowsServerSolutions.DataProtection.UI.MountBackupWizard.backupClientManager_StartMountBackupAsyncCompleted(Object sender, AsyncCompletedEventArgs e)
       InnerException: Microsoft.WindowsServerSolutions.DataProtection.PCBackup.ObjectModel.PCBackupClientProviderException
            HResult=-2146233088
            Message=Exception of type 'Microsoft.WindowsServerSolutions.DataProtection.PCBackup.ObjectModel.PCBackupClientProviderException' was thrown.
            Source=mscorlib
            Error=Unexpected Error
            StackTrace:
              Server stack trace:
                 at Microsoft.WindowsServerSolutions.DataProtection.PCBackup.ObjectModel.PCBackupClientManager.CallSyncOperation(Action`1 operation)
                 at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
                 at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
              Exception rethrown at [0]:
                 at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
                 at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
                 at Microsoft.WindowsServerSolutions.DataProtection.PCBackup.ObjectModel.PCBackupClientManager.StartMountBackupWorkerEventHandler.EndInvoke(IAsyncResult result)
                 at Microsoft.WindowsServerSolutions.DataProtection.PCBackup.ObjectModel.PCBackupClientManager.StartMountBackupAsyncDone(IAsyncResult ar)
            InnerException:

Similar Messages

  • Hard disk crashed, restored data from tape backup, Firefox not showing bookmarks. What is the location of bookmarks & favourites to ensure I have restored the correct file?

    Hard disk crashed (XP), restored files from tape backup using Retrospect onto new Windows 7 laptop. Started up Mozilla after restore but bookmarks and favourites are missing.
    I still have access to the backup tape and files. I was wondering whether the bookmarks are kept anywhere special other than the Mozilla program file that I restored.

    http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile

  • Reinstalled maverick on Mac mini 2010 now can't restore files from previous backups

    Reinstalled maverick on Mac mini 2010 now can't restore files from previous backups can't even roll back to previous setup

    This is typical Mavericks.
    Was the old backup taken from Mavericks install?
    Did you already start TM from the new install and thus totally foul up and corrupt your old backup?
    You will need to try migrate assistant.. and if that fails you will need to manually pull your files from the old backup if you can still access them.
    See Q15 here.
    http://pondini.org/TM/FAQ.html

  • How do I restore files from TM backups with broken links?

    I have Time Machine backups with broken links all over the more recent backups.
    I get the message "The alias “xxx” can’t be opened because the original item can’t be found." whenever I click on one of the links.
    I have made the backups on my external usb backup drive before before upgrading my internal disk to a larger one.
    Two questions: 1) How can I recover the files?  2) What happened, how can I repair the backup if possible?
    The sequence of events was: Made the latest backup.  Apple ran extended diagnostics overnight at the store and did a reinstall of the OS (10.8.2).  I passed on restoring the backup and went to an authorized service center and had them put in a new tera-byte drive.  I deleted (in the star-wars display) the oldest two and a middle backup leaving the Aug, Oct, and latest Nov. backups.
    Now I see 100's 1000's of bad links.  If I look at the backup (just look) with finder I can see directories for July and Sept in addition to the ones I didn't delete.
    It appears that the files are probably all there and I could recover them a few at a time if I poke around.
    I am tempted to do this before trying to repair the disk.  Yes, it will take me ages; but I would rather take the time than a chance at doing -Anything- that could even possibly make things worst.  I can see 3 senarios and wonder if anyone can say what would be best. And by best I mean **Safest**.
    1) Go in TM to the Aug backup that seems to have no (or maybe only a few) broken links and restore that; then move in TM to newer backups and restore one folder or file at a time on top of it.
    2) Do the same thing with a restore of Aug but then use the finder to copy newer files from the backup disk to the new disk.
    3) Do essentially the same thing; but do it all in finder.
    Of course that still begs the question of what happened and if the backup can be repaired; but to me, that is secondary to getting the data back.
    fyi- I have looked at the TM hints and debug-repair file.  I realize I can try a repair disk but I am tempted to try to get the data 1st unless someone is Sure a repair won't mung the data more.
    Thanks

    The section titled "Restoring data from Time Machine backups" in the following may help: http://support.apple.com/kb/HT1427

  • How to restore files from a backup in windows 8.1

    Hello
    I did a Factory Image reset recently on my Windows 8.1 PC.  I did a backup to an external drive of all my personal files before I did the Factory Image reset.
    This backup is listed on the external hard drive as:  "Backup files 2014-07-06" 
    THe properties of this is 322  GB  -   765 files   -  17  folders.
    THis cannot be all my files UNLESS they were compressed. 
    The reason i say this is that also on my extrenal hard drive is "Filehistory"
    THe properties on FileHistory are:  1.45 TB   -  59,580 files  -  765 folders.
    I need to restore these files back to my C: drive
    I am not confident that the Filehistory has all my files, BUT, since the Backup files 2014-07-06 is so much smaller
    than my Filehistory , I do not know what to think.
    I have attempted to restore the files from the Backup files 2014-07-06 but get errors that I do not have security clearance.  I am the only user on this PC.
    I am not very confident that everything is contained on the "FileHistroy" , but I don't really know.
    Does anyone have experience with "Backup files' and "Filehistory" that can help me?
    thank you!

    alrprairie wrote:
    Hello
    I did a Factory Image reset recently on my Windows 8.1 PC.  I did a backup to an external drive of all my personal files before I did the Factory Image reset.
    This backup is listed on the external hard drive as:  "Backup files 2014-07-06" 
    THe properties of this is 322  GB  -   765 files   -  17  folders.
    THis cannot be all my files UNLESS they were compressed. 
    The reason i say this is that also on my extrenal hard drive is "Filehistory"
    THe properties on FileHistory are:  1.45 TB   -  59,580 files  -  765 folders.
    I need to restore these files back to my C: drive
    I am not confident that the Filehistory has all my files, BUT, since the Backup files 2014-07-06 is so much smaller
    than my Filehistory , I do not know what to think.
    I have attempted to restore the files from the Backup files 2014-07-06 but get errors that I do not have security clearance.  I am the only user on this PC.
    I am not very confident that everything is contained on the "FileHistroy" , but I don't really know.
    Does anyone have experience with "Backup files' and "Filehistory" that can help me?
    thank you!
    Hello,
    The backup file must have become inaccessible. I am not sure about the error message but it can because of virus infection in your PC that your files must have got damaged. If you are not able to restore backup file from File History, tehn you may try backup recvery software to recover data from it.  Try this Windows backup recovery sofwtare - http://goo.gl/kYPP6J
    It might help you.
    Thanks.

  • Is it possible to restore files from the backup with the .dba extension

    I found a file that looks like it is a backup of my date book data and has a .dba extension. Is it possible to restore my data from there? if so, how?
    Post relates to: Palm m500

    Did you have Notes turned on in iCloud on your previous device? When you go to iCloud.com on an computer, are your Notes there? If so, then you should be able to sign the new device onto the same iCloud account, turn on Notes, and they should sync OTA.
    Cheers,
    GB

  • How to restore files from Timemachine backup to new Macbook

    Hi,
    I have just got a new Macbook and want to transfer the photos from iphoto on an existing iMac onto it.
    I have the iMac backed up to Timemachine but don't want to clone the new Macbook from the iMac settings/files, just copy across the iPhotos.
    Thanks for any advice you can provide.
    regards,
    Chris

    http://support.apple.com/kb/HT4889?viewlocale=en_US

  • Restore Files from Backup on Vista Home Premium ; HP Pavilion m8120n

    Hello,
    I backed up files on HP personal media drive M:HP8120 and did a full System Recovery on my HP Pavilion m8120n. Now when I attempt to restore files from a backup made on this computer, the message says there are no backups available on this computer.  I tried advanced restore/Restore files from backup made on another computer or restore files for all users on this computer.  I can see the file in Select the Backup set to restore window.  I select the file and in the next window, select the date to restore from, I get the message “Backup location is not available.”  If I click next, in the select the files and folders to restore window, nothing is listed.  However, I get the opportunity to restore everything in this backup -- add files, add folders, etc. If I click add folders, I don’t see drive M: but I see drive C: and D:. 
    At this point I am at a loss.  Can anyone shed light on my situation?

    Thanks for the info. It appears that your Time-Warner router is serving a public IP address.
    My suggestion is to use the D-Link wireless-router for your local LAN (connect the Time-Warner to the WAN input of the D-Link). If you're concerned about speed issues, you can connect your laptop into the LAN bridge of the D-Link.
    If you're worried about speed, you can do a simple before and after experiment to see if the D-link is degrading your I/O throughput. I've used sites speedtest.net with good success in troubleshooting bandwidth issues.
    Regards / Jim B / Wireless Enthusiasts
    ( While I'm an embedded wireless systems engineer at work, on this forum I do not represent my former employer, Hewlett-Packard, or my current employer, Microsoft )
    + Click the White Kudos star on the left as a way to say "thank you" for helpful posts.

  • Restoring Memos from a backup file - Help needed

    I lost my memos in a crash and need to restore them from a backup file.  The Blackberry Desktop Software has the Memos "Dimmed" and the software says "Dimmed entries are read-only data types and cannot be restored".  This makes zero sense.
    Bold 9650
    OS 6.0.0.719
    Any help is appreciated.

    Hi and Welcome to the Community!
    Here is a KB that discusses that error:
    KB04461 Unable to backup or restore some databases to a BlackBerry smartphone using BlackBerry Desktop Software
    Hopefully it contains something useful! There also are multiple existing threads on this site that discuss that exact error...your review of those might prove useful, and a search of this site, using the error message, error code, or symptom, should reveal all applicable existing threads to you.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How can I restore files from my old iMac to this new purchased MacBook Air? I am using time machine backup in my old imac.

    How can I restore files from my old iMac to this new purchased MacBook Air? I am using time machine backup in my old imac.

    Hi,
    Try Target Disk Mode
    OS X Yosemite: Transfer files between two computers using target disk mode
    There is also Migration Assistant.
    OS X Yosemite: Transfer your info from a computer or storage device

  • Restore files from last Time Machine backup after HD erase and install

    I just had to do an "erase and install" ... trying to restore files from my last Time Machine backup but after completing the Airport Utility setup / configure steps, it says "waiting to restart" for a few minutes and then says it cannot find TIme Capsule after restart (though TC never restarted). I'm pretty desperate to get my files back as it's Sunday night and my business needs to be up and running by morning. Any help would be greatly appreciated ... even if it's saying I need to take TC into a Mac store to have them retrieve my files.

    While in Time Machine, press the key combination shift-command-C. The front window will show all mounted volumes. All snapshots should now be accessible. Select the one you want and navigate to the files you want to restore.

  • I need to know how to restore a file from sessionstore-backups?

    I opened a link from an email and it over rided the last session I had open in FIrefox because it wasnt open when i clicked the link. I had 48 tabs open in the last session before i did this and cant seem to get them back. How do I restore a file from sessionstore-backups? The latest upgrade file based on the date probably has all of the tabs I need.

    Please post this question in the database forum for an appropriate response: General Database Discussions
    Regards,
    OTN

  • How do I restore files from time machine backups made before reformatting macbook air?

    How do I restore files from time machine backups made before reformatting macbook air?

    The section titled "Restoring data from Time Machine backups" in the following may help: http://support.apple.com/kb/HT1427

  • HT3275 How do I find/restore files from items in secure home folder? How do I find/restore files that crashed when in finder of secure (File Vault) home folder?

    How do I find/restore files from items in secure (File Vault) home folder? How do I find/restore files that crashed when in finder of secure (File Vault) home folder?  When I go into Time Machine, I see earlier dates but can't see files in my User File. I have File Vault turned on and see my home folder as a sparsebundle.  Do I neede to restore this in order to see files in my home folder.  When I click on it to restore it gives me an estimated time of over 2 hours.  Also tried to restore an Excel file I was working on when computer hung, so lost it without saving or naming it.  Does it exist anyplace and can I restore it?

    Thanks. I had pretty much figured out from other posts that I had better turn off File Vault for my home folder and use a disk utility sparse bundel for little information I wanted to secure. The information about File Vault 2 in Lion was new and useful though.

  • HT4859 how can i restore files from backup after i reset my ipod touch?

    I rebooted my ipod touch how can i restore my back up files

    Welcome to the Apple community.
    Rebooting your device is not the same as restoring it, to restore a device go to settings > general > reset > erase all contents and settings. Once you do this you will then be given the option to restore it from a backup or as a new iPod.

Maybe you are looking for

  • Adjusting contrast on grayscale pdf image

    On Photoshop 6.0 I was able to adjust the contrast of a grayscale pdf image by going to image-adjustments-brightness/contrast,increasing the contrast, hitting ok. I could then save the image file. I just obtained Photoshop CS3 and things do not work

  • N97 Problem - Photos not appearing

    When I take a picture on my N97 and then press "Go to photos" ..there is nothing there at all. When I browse the memory from a PC I can get them, but I can't get the photos to show up the phone at all any more. Anyone know how to fix this; or has any

  • Scanner is not allowing a pdf file to be created

    How do I get the scanner to allow a pdf file to be created?  new cmputer.. 8.1 operating system.  MP495 model.

  • ASDM 5.0 bug

    Hi, I had a problem configuring vpn site to site using asdm 5.0. The remote end point was a CheckPoint Firewall. It seems that the asdm gui, for the SA lifitime, save only the  the value of the kilobyte of traffic,but  not the time in seconds. I woul

  • Capture Checkbox Checked Event in SAP B1

    Dear support team, Following is my code         If pVal.Before_Action = False Then             If pVal.ItemUID = "Sel_Brnd" And (pVal.EventType = SAPbouiCOM.BoEventTypes.et_CLICK) Then                 Set oCheckBox1 = oform.Items.Item("Sel_Brnd").Spe