Recovery from imported tape media fails and causes DPM management console to crash with ID: 917

Hi.
I have a newly installed DPM 2012 R2 on a Windows 2012 R2 with a standalone dedicated SQL server which is causing me a bit of a headache right now.
I'm about to restore some files from an imported tape media, the tape is from our previous DPM server (DPM 2010). I have identified the media and cataloged it and i'm able to browse it to choose wich files to restore. But as soon as i try to
finish up a restore job it causes the console to crash.
My server is running just fine with backups and restores from i.e tapes that is backed up by this server - no problem there - but imported is not working.
Below is the message from console when it crashes.
Connection to the DPM service has been lost.
Review the application event log for information about a possible service shutdown. Verify that the following services are not disabled:
            DPM
            DPM Replication Agent
            SQLAgent$MSSQLSERVER
            MSSQL$MSSQLSERVER
            Virtual Disk Service
            Volume Shadow Copy
ID: 917
Any ideas?
//Dan

Hello,
I am having the exact same problem when trying to restore from tape on our secondary DPM server.  I checked the event viewer and found event ID 943 (even though the console crash shows ID 917).  The event viewer error is below:
Log Name:      Application
Source:        MSDPM
Date:          4/2/2015 9:02:55 AM
Event ID:      943
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      DPM_SERVER_NAME
Description:
The description for Event ID 943 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
Unable to connect to the DPM database because the database is in an inconsistent state.
Problem Details:
<FatalServiceError><__System><ID>19</ID><Seq>98909</Seq><TimeCreated>4/2/2015 2:02:55 PM</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>DBCorruptionException</ExceptionType><ExceptionMessage>DLS
error:  SP='dbo.prc_ARM_DataSource_GetServerName' Error=50001</ExceptionMessage><ExceptionDetails>Microsoft.Internal.EnterpriseStorage.Dls.DB.DBCorruptionException: DLS error:  SP='dbo.prc_ARM_DataSource_GetServerName' Error=50001
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ValidateReturnValue(String errorTitle)
   at Microsoft.Internal.EnterpriseStorage.Dls.PRMCatalog.DatasourceHelper.GetDatasourceServerName(SqlContext sqlCtx, Guid datasourceId)
   at Microsoft.Internal.EnterpriseStorage.Dls.PRMCatalog.PrmCatalog.GetDatasourceServerName(Guid datasourceId)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.FillAppSpecificPropertiesForFS(ProtectionConfigType protectionConfig)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.SetDestinationConfig(IMCatalogDB imCatalog, DatasetType dataset, RecoveryInformationType recoveryInformation, RecoveryTaskDefinitionType recoveryTaskDefinition)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.AddRecoveryTaskDefinitionForDataset(IMCatalogDB imCatalog, JobTranslator jobTranslator, DatasetType dataset, RecoveryInformationType recoveryInformation, Boolean additionalRestore, Boolean
isSerial, Guid parentTaskDefId)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.GenerateRecoveryTaskDefinitions(IMCatalogDB imCatalog, JobTranslator jobTranslator, RecoveryInformationType recoveryInformation, Guid parentTaskDefId)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.GenerateRecoveryTaskDefinitionsRecursively(IMCatalogDB imCatalog, JobTranslator jobTranslator, RecoveryInformationType recoveryInformation, Guid parentTaskDefId)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.GenerateRecoveryTaskDefinitions(IMCatalogDB imCatalog, RecoveryInformations recoveryInformations)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.StartRecovery(Guid jobDefinitionId, Guid jobId, RecoveryInformations recoveryInformations, AdhocJobsContext jobContext)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.StartRecovery(String recoveryXml, Guid jobDefinitionId, Guid jobId, AdhocJobsContext jobContext)
   at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CIntentServices.TriggerRecovery(UInt16* bstrIMCatalogXml, _GUID jobDefinitionId, _GUID jobId, AdhocJobsContext jobContext)
   at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CCoreServices.TriggerRecovery(CCoreServices* , UInt16* bstrRecoveryInformationXml, _GUID jobDefinitionId, _GUID jobId, UInt16* bstrJobContextXml, tagSAFEARRAY** exceptionResult)</ExceptionDetails></FatalServiceError>
the message resource is present but the message is not found in the string/message table
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="MSDPM" />
    <EventID Qualifiers="0">943</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2015-04-02T14:02:55.000000000Z" />
    <EventRecordID>17544</EventRecordID>
    <Channel>Application</Channel>
    <Computer>DPM_SERVER_NAME</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Unable to connect to the DPM database because the database is in an inconsistent state.
Problem Details:
&lt;FatalServiceError&gt;&lt;__System&gt;&lt;ID&gt;19&lt;/ID&gt;&lt;Seq&gt;98909&lt;/Seq&gt;&lt;TimeCreated&gt;4/2/2015 2:02:55 PM&lt;/TimeCreated&gt;&lt;Source&gt;DpmThreadPool.cs&lt;/Source&gt;&lt;Line&gt;163&lt;/Line&gt;&lt;HasError&gt;True&lt;/HasError&gt;&lt;/__System&gt;&lt;ExceptionType&gt;DBCorruptionException&lt;/ExceptionType&gt;&lt;ExceptionMessage&gt;DLS
error:  SP='dbo.prc_ARM_DataSource_GetServerName' Error=50001&lt;/ExceptionMessage&gt;&lt;ExceptionDetails&gt;Microsoft.Internal.EnterpriseStorage.Dls.DB.DBCorruptionException: DLS error:  SP='dbo.prc_ARM_DataSource_GetServerName'
Error=50001
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ValidateReturnValue(String errorTitle)
   at Microsoft.Internal.EnterpriseStorage.Dls.PRMCatalog.DatasourceHelper.GetDatasourceServerName(SqlContext sqlCtx, Guid datasourceId)
   at Microsoft.Internal.EnterpriseStorage.Dls.PRMCatalog.PrmCatalog.GetDatasourceServerName(Guid datasourceId)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.FillAppSpecificPropertiesForFS(ProtectionConfigType protectionConfig)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.SetDestinationConfig(IMCatalogDB imCatalog, DatasetType dataset, RecoveryInformationType recoveryInformation, RecoveryTaskDefinitionType recoveryTaskDefinition)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.AddRecoveryTaskDefinitionForDataset(IMCatalogDB imCatalog, JobTranslator jobTranslator, DatasetType dataset, RecoveryInformationType recoveryInformation, Boolean additionalRestore, Boolean
isSerial, Guid parentTaskDefId)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.Datasource.GenerateRecoveryTaskDefinitions(IMCatalogDB imCatalog, JobTranslator jobTranslator, RecoveryInformationType recoveryInformation, Guid parentTaskDefId)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.GenerateRecoveryTaskDefinitionsRecursively(IMCatalogDB imCatalog, JobTranslator jobTranslator, RecoveryInformationType recoveryInformation, Guid parentTaskDefId)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.GenerateRecoveryTaskDefinitions(IMCatalogDB imCatalog, RecoveryInformations recoveryInformations)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.StartRecovery(Guid jobDefinitionId, Guid jobId, RecoveryInformations recoveryInformations, AdhocJobsContext jobContext)
   at Microsoft.Internal.EnterpriseStorage.Dls.Intent.RecoveryTranslator.StartRecovery(String recoveryXml, Guid jobDefinitionId, Guid jobId, AdhocJobsContext jobContext)
   at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CIntentServices.TriggerRecovery(UInt16* bstrIMCatalogXml, _GUID jobDefinitionId, _GUID jobId, AdhocJobsContext jobContext)
   at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CCoreServices.TriggerRecovery(CCoreServices* , UInt16* bstrRecoveryInformationXml, _GUID jobDefinitionId, _GUID jobId, UInt16* bstrJobContextXml, tagSAFEARRAY** exceptionResult)&lt;/ExceptionDetails&gt;&lt;/FatalServiceError&gt;
</Data>
    </EventData>
</Event>
I'm guessing if you checked your event viewer, you would have the same error after the crash.  I'm hoping Microsoft has a fix for this besides restoring the database...

Similar Messages

  • What do I do if my laptop keeps saying checking media fail and it keeps saying no bootable device

    I need help because my laptop keeps saying checking media failed and then it says no bootable device please restart system I don't get it

    checking media failed and then it says no bootable device
    This is possible HDD failure. Could be that the Hard Drive is no longer working.
    *********Click on Kudos if it helped you. Thanks! ***********

  • HT203175 I downloaded two videos from itunes into Media Go and I can't play or transfer them to my Walkman. Please help. I'm new at this and haven't a clue as to what I should do. Is Media Go the wrong place to put the videos? Thanks. Earl G.

    I downloaded two videos from itunes into Media Go and I can't play or transfer them to my Walkman. Please help. I'm new at this and haven't a clue as to what I should do. Is Media Go the wrong place to put the videos? Thanks. Earl G.

    I was able to transfer songs, but not the videos. You, too? Earl. G.

  • I have been getting java.lang.ClassNotFoundException: ZeroApplet.class and java.lang.ClassNotFoundException: JavaToJS.class crashes with JRE version 1.6.0_26-b03-384-10M3425 VM executing a Java Applet. Is Apple aware of this problem? No longer supported?

    My web page uses a Java Applet to allow my visitors to replay chess games; the Chess Viewer Deluxe applet was written by Nikolai Pilafov some time ago and has been working properly for some time (until recently). I don't monitor this part of my site regularly so I am not sure when it began to fail. On his web site [http://chesstuff.blogspot.com/2008/11/chess-viewer-deluxe.html] he has a link to check LiveConnect object functionality (which fails for OBJECT tags). His recommendation is to "seek platform specific support which might be available from the JRE developers for your platform".
    I have been getting java.lang.ClassNotFoundException: ZeroApplet.class and java.lang.ClassNotFoundException: JavaToJS.class crashes with JRE version 1.6.0_26-b03-384-10M3425 VM executing a Java Applet. Until I checked the LiveConnect object functionality, I was unable to identify the source of the console error messages. This does seem to be the smoking gun.
    Is Apple aware of this problem? Are these classes no longer supported? Has anyone else had this problem? You can attempt to recreate the problem locally by going to my web page: http://donsmallidge.com/DonSmallidgeChess.html
    Thanks in advance for any help you can provide!
    Abbreviated Java Console output:
    Java Plug-in 1.6.0_26
    Using JRE version 1.6.0_26-b03-384-10M3425 Java HotSpot(TM) 64-Bit Server VM
    load: class ZeroApplet.class not found.
    java.lang.ClassNotFoundException: ZeroApplet.class
        at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:211)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:144)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:662)
        at sun.applet.AppletPanel.createApplet(AppletPanel.java:807)
        at sun.plugin.AppletViewer.createApplet(AppletViewer.java:2389)
        at sun.applet.AppletPanel.runLoader(AppletPanel.java:714)
        at sun.applet.AppletPanel.run(AppletPanel.java:368)
        at java.lang.Thread.run(Thread.java:680)
    load: class JavaToJS.class not found.
    java.lang.ClassNotFoundException: JavaToJS.class
        at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:211)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:144)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:662)
        at sun.applet.AppletPanel.createApplet(AppletPanel.java:807)
        at sun.plugin.AppletViewer.createApplet(AppletViewer.java:2389)
        at sun.applet.AppletPanel.runLoader(AppletPanel.java:714)
        at sun.applet.AppletPanel.run(AppletPanel.java:368)
        at java.lang.Thread.run(Thread.java:680)

    I just went up to check the LiveConnect object functionality page AND IT WORKED THIS TIME! I must confess, this is very mysterious. I will do some more checking and reply here if I can determine why it is working now (and more importantly, why it didn't work before).

  • Installing Mountain Lion from Snow Leopard, Install failed and HD write-locked

    I recently downloaded the mountain lion installer from the App Store and I ran the installer. Stupid person as I am, I did not have any backups for my file and I naively assumed that an apple OS installer would be without flaws. Boy, was I wrong. I need every bytes of my data (or close to every bytes) but the installer failed.
    Mid installation, the installer stopped and said that the installation failed and that I need to repair my disk. So I restarted the computer and I ran disk utilities (my start up disk was the OS installer and the installer allows me to run several programs, including terminal, disk utilities, and by the way, when I held option while starting up to see which start up disks I have, I only had the OS installer as the start up disk. Also, the installer allows me to run a program called "Startup Disk" when I click on the apple logo on the top left corner, but it doesn't allow me to startup my computer using Macintosh HD) and noticed that when I highlighted Macintosh HD, my "Repair Disk" button was grayed out. So first things first, I ran the "Verify Disk" button but after a minute or so, Disk Utilities said that verification failed and that Macintosh HD needs to be repaired. But the "repair disk" button is grayed out! So I went to the Mountain Lion installer again and ran it. Of course, it failed again so I restarted the computer.
    So I tried to first back up all files in Macintosh HD to an external hard drive using Disk Utilities, and I used features such as "New Image" and "Restore" but they both ended up in "Input/Output error". I tried many methods with Disk Utilities but they resulted in errors.
    After some research, I noticed that some people's computers worked after they reset their PRAM. So that's what I did. I held command+option+P+R when computer started up and I reset the PRAM. When the start up disk (which is the OS installer, not the normal operating system) loaded, I was greeted with choose languages option and then I was back in the Mountain Lion installer state. I again ran the installer again, hoping something would be different, but then it was different. But not in a good way. When I was told to choose where I would like to install Mountain Lion, I noticed that Macintosh HD was grayed out. Last time, I was at least able to run the installer but this time, Macintosh HD was grayed out. The installer said that my Macintosh HD was locked. After some research, I learned that apparently, the Mountain Lion installer write-locks Macintosh HD mid installation.
    So now I am stuck and I am thinking of two things (plus some questions)
    1. I am wondering if there is a way to unlock Macintosh HD. But even if I can unlock Macintosh HD, there is no guarantee that the installer will successfully install Mountain Lion, am I right?
    a. so how can I un-write-lock Macintosh HD?
    2. More realistically, I am thinking of borrowing someone else's macintosh computer and use it as the backup center. I have a firewire cable and a terrabyte external hard drive. So what I'm thinking is that I'll hook my computer in target mode to my friend's computer and I will also plug in my external hard drive to my friend's computer and then I can download and run Carbon Copy Cloner from my friend's computer to copy all data from my Macintosh HD to my external hard drive. And then I will erase my Macintosh HD, freshly install Mountain Lion onto it and then copy all data back from my external hard drive. But I am not sure about few things.
    a. it looks like my Macintosh HD is write-locked. Can I still use Carbon Copy Cloner to copy all data from Macintosh HD (in target mode) to my external hard drive?
    b. will my computer allow me to erase (or format) Macintosh HD?
    c. will my erased/formatted Macintosh HD able to install + be installed Mountain Lion OS?
    If you are here, then you have read my long long problem. Thank you very much and I would really really really appreciate your answers and opinions. Thanks

    I'm not sure where you read that about the disk being "write-locked." That doesn't make much sense, given that the major task an installer like this must achieve is writing a whole bunch of files to the hard drive. I think your source was mistaken.
    As to what happened, it sounds like your hard drive was badly corrupt to start with, or possibly was on the edge of failing and is now in the process of dying entirely. If you don't have backups of your data, that does not bode well for you, unfortunately. If you can manage to use target mode to copy your data, do that.
    Once you're sure you've got all your data, you need to start up from your Snow Leopard install disk and repair the hard drive. (Since it sounds like the Mountain Lion installer didn't work, I wouldn't trust the recovery partition that Mountain Lion installs.) Or, even better, just erase the hard drive entirely and reinstall Snow Leopard. Then, once you're back up and running, with all your data back on the system and with Snow Leopard updated to the most recent version, try installing Mountain Lion again. If any of that fails again, the problem is likely to be a dying hard drive, and you'll need to replace it.

  • How to recover music from shuffle after couputer fails and is replaced

    How do you recover the music on the shuffle after computer has failed and been replaced?

    Open the Trash.  Select all the music files, then use the pull down action menu (the one with the gear) and select "Put back".  That will get the files back to your iTunes Media folder.
    To get them back to your music library, use the iTunes File menu > Add to library and select your user account/Music/iTunes/iTunes Media/Music folder.  That will add anything not aready in your iTunes library.

  • The automatic Firefox update to 3.6.13 keeps failing and I think it may be crashing my computer and I am unsure what to do.

    I get the notice that there is a new update and if I want to restart Firefox. I click restart and then i get a message that the update fails and it will now download the entire file (?). I allow it to do this and then click restart again but get an error that failed also and to go to Firefox.com and download Firefox from the web site. This happened over the weekend and while I can't be sure it was the cause, my computer crashed and won't shut down and then would not restart. I had to go through a System Restore to get it working again. Any thoughts would be appreciated.
    Edit: The Help section says it is version 3.6.13, so I am very confused right now although in system info on the right side of this page it says 3.6.12, so who knows which is correct. Thanks for any suggestions.

    Is yours an iMac G5:
    or a PowerMac G5:
    There is a big difference in the cooling systems. If you have the tower, we can get your post moved to the forum where all the G5 tower gurus hang out.

  • Distribution Point creation failed. possible cause : distribution manager does not have the sufficient access right to the computer

    Hi All,
    I had this really disturbing experience with
    SCCM 2012 SP1.
    OD : 2008r2 Enterprise 64bit 
    Possible cause: Distribution Manager does not have sufficient rights to the computer.
    Solution: Verify that the site server computer account is administrator of the computer.
    in Distmgr.log says :
    DPConnection::Disconnect: Revert to self
    SMS_DISTRIBUTION_MANAGER 5/26/2014 7:34:30 AM
    16280 (0x3F98)
    DPConnection::Connect: For ["Display=\\PNGBRANCHSERVER.xxx\"]MSWNET:["SMS_SITE=SSM"]\\PNGBRANCHSERVER.xxx\, logged-on as ssm\sccmadmin
    SMS_DISTRIBUTION_MANAGER 5/26/2014 7:34:30 AM
    16280 (0x3F98)
    DPConnection::Connect: For ["Display=\\PNGBRANCHSERVER.xxx\"]MSWNET:["SMS_SITE=SSM"]\\PNGBRANCHSERVER.x\, logged-on as ssm\sccmadmin
    SMS_DISTRIBUxxx ON_MANAGER 5/26/2014 7:34:30 AM
    16280 (0x3F98)
    Failed to find a valid drive on the distribution point ["Display=\\PNGBRANCHSERVER.xxx"]MSWNET:["SMS_SITE=SSM"]\\PNGBRANCHSERVER.ssm.com.myx
    DPConnection::Disconnect: Revert to selfxxx
    MS_DISTRIBUTION_MANAGER 5/26/2014 7:34:30 AM
    16280 (0x3F98)
    DPConnection::Disconnect: Revert to self SMS_DISTRIBUTION_MANAGER
    5/26/2014 7:34:30 AM 16280 (0x3F98)
     GetContentLibLocation() failed SMS_DISTRIBUTION_MANAGER
    5/26/2014 7:34:30 AM 16280 (0x3F98)
    Failed to get the content library path on server PNGBRANCHSERVER.  SMS_DISTRIBUTION_MANAGER
    5/26/2014 7:34:30 AM 16280 (0x3F98)
    Failed to install DP files on the remote DP. Error code = 16389
    SMS_DISTRIBUTION_MANAGER 5/26/2014 7:34:30 AM
    16280 (0x3F98)
    STATMSG: ID=2370 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=SCCMSVR. SITE=SSM PID=2660 TID=16280 GMTDATE=Sun May 25 23:34:30.428 2014 ISTR0="["Display=\\PNGBRANCHSERVER.ssm.com.my\"]MSWNET:["SMS_SITE=SSM"]\\PNGBRANCHSERVER.\"
    ISTR1="PNGBRANCHSERVER.S" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=404 AVAL0="["Display=\\PNGBRANCHSERVER.\"]MSWNET:["SMS_SITE=SSM"]\\PNGBRANCHSERVER.ssm.com.my\"
    SMS_DISTRIBUTION_MANAGER 5/26/2014 7:34:30 AM
    16280 (0x3F98)
    I have tried many of the solution provided unfortunately nothing positive happened.
    Appreciate your input before engaging premier support.
    Thank you

    Hi,
    NO_SMS_ON_DRIVE.SMS
    This file is used to prevent Configuration Manager from installing binaries to a volume. By default, when you install System Center 2012 Configuration Manager on a remote Site System, the SMS Site Component Manager Service installs the binaries (files and
    folders) for the Site System on the NTFS-formatted volume that contains the most free space. You may want to use an NTFS volume other than the default volume for your remote Site Systems by preventing ConfigMgr from enumerating certain NTFS volumes.
    In order to prevent CM from enumerating an NTFS volume, on the remote server you can create a text file that is named NO_SMS_ON_DRIVE.SMS and put the this file on the root folder of all NTFS volumes where you do not want to install the binaries (SMS folder)
    for the ConfigMgr components.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Updating my iPod Touch failed and now the screen is permanently lit with a white Apple logo above what appeares to be a download indicator bar. Now totally unresponsive and non-detectable by iTunes or my PC!

    Hi, Can anyone help. Updating my iPod via iTunes failed and now shows a permanently lit screeen witrh a white apple logo above what appears to be an empty download bar indicator.
    Neither iTunes or my PC will recognise or detect it wehen commected to the USB port.
    All iPod buttons are responsive, including diagnostics mode (Menu+Sleep buttons).
    Any ideas/suggestions?

    Hi IIIaass
    That's sorted it, thanks.
    I don't think I actually managed to get it into DFU mode, although not too sure what that is, but following Karthik's advice and although not quite getting the response from my iPod, as it suggested, it eventually came up with the USB piccy and iTunes icon. From there on everything fell into place and it is currently Synching with iTunes after having done a restore.
    Bravo !!  

  • DPM 2012 R2 Console crashes with ID: 917 error when trying to modify a Tape only protection group

    When I attempt to Modify one particular protection group, the console crashes with this:
    This only happens to this particular Protection group that backs up to long term Tape protection.  I have tried the work around found in this article
    http://support.microsoft.com/kb/2905631 , but had no success. 

    Hi,
    It sounds like you have a DPMDB inconsistency that is not possible to troubleshoot in a forum setting. Either restore the DPMDB from before the problem occurred and run dpmsync -sync  or open a support case so it can be diagnosed and corrected. 
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Fail in loading Exchange Management Console

    Please help:After Opening the Exchange Management Console and Clicking on "Microsoft Exchange On-Premises" ,I encountered the following error:
    <The following error occurred when setting up Remote Powershell session to 'ServerName.MyDomain.net':
    Closing remote server shell instance failed with the following error message : The WinRM client cannot complete the operation within the time specified. Check if the machine name is valid and is reachable over the network and firewall exception for Windows Remote Management service is enabled. For more information, see the about Remote Troubleshooting Help topic. >

    1. Remove the WinrmIIS Extension from "Programs and Features"
    2. Reboot the server
    3. Execute the cmd "winrm quickconfig". This adds an exception for the remote management in the Windows firewall.
    4. Install "Winrm IIS extension
    5. Try open Exchange Management Console
    Let me know what happens :)
    Thanks for your guide;
     "WinRM IIS Extension" is not installed.and firewall is off.
    When I open up the Exchange Management Console ,after these message : 
    <Initializing ...
    Setting up Remote Powershell session to: ServerName.MyDomain.net ...>
     I'm seeing these errors:
    <The following error occurred when setting up Remote Powershell session to 'ServerName.MyDomain.net':
    Closing remote server shell instance failed with the following error message : The WinRM client cannot complete the operation within the time specified. Check if the machine name is valid and is reachable over the network and firewall exception for Windows Remote Management service is enabled. For more information, see the about Remote Troubleshooting Help topic. >
    also When I open up the Exchange Management Shell,After several hours the below message remain:
    <VERBOSE:Connecting to  ServerName.MyDomain.net >

  • Recovery of of folders from imported tapes

    Hi,
    I have been managing the backups here for 6 months now and I needed to re-inventory the annual tapes for the past years.
    Some of those tapes were from another DPM server.
    I had a recovery request and I'm having trouble getting what I need. A specific folder. The problem is that I have imported and recatalog the tapes, but I'm not able to see the list of folders on the tapes... 
    Is it because this drive was backup on 2 tapes and i'm missing one? I'm confused...

    Hi,
    Yes, it is possible that the data source you want to recover a folder from spanned across multiple tapes, and until you re-catalog the other tape you will not see that data source listed under the external dpm tapes.  What you can do instead is right-click
    that tape and view the tape contents, and if that datasource is listed, select that data set and copy it to another volume.  As the data is restored, once you observe that the desired folder is restored, cancel the copy. Then you can manually copy the
    folder to the final destination and delete the restored data you don't need.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Can I Import social media profiles and Twitter accounts into Address Book?

    The new Address Book has all those swanky fields for Twitter account names and social media links. Anyone know a quick way to import that info or is it going to require a whole lot of manual copying and pasting? Thanks!

    OE does not run on Windows 7. So what product are you upgrading from. Thunderbird needs to be on the same machine as Outlook e3xpress to import anything. If you have it running in a virtual machine (XP Mode) then you will have to figure out how to get Thunderbird to run in the same virtual machine (I have no idea)

  • Can someone please tell me why when I tried installing an update on my iPhone 5 from my computer it "failed" and now my phone has a picture of a plug connecting to an itunes icon and there's nothing I can do to remove it?

    My screen is frozen with a picure of a plug trying to connect to an iTunes icon. I can't reboot my phone or sign on to iTunes. When I callmy cell phone number the call goes straight to voice mail! What happened? How do I get rid of the screen on my iPhone? Help please.
    Thanks for any advice.

    There are multiple reasons why the update failed, unless you can provide an error message/code that came up then nodbody will know.
    Now your iPhone is in recovery mode and will now need to be connected to a computer with iTunes and restored to factory settings. This will install the update at the same time.
    If you have a back up of the iPhone before the issue occurred then after the restore to fqactory settings you can restore the back up to the iPhone. If there was no back up then I'm sorry your data is gone.

  • While getting IOS 7 on my iphone 5 via my PC, the update failed and caused my last backup of my IPhone to go into a folder that the computer is not recognizing as a backup.

    After spending many hours on the phone with apple support we belive that this file has all of my lost photos, videos, and text messages in it. However due to the format that the file is in the computer is unable to open these files as the pictures that we think they are. Is there any way to get itunes to realize that this is a backup? or to convert the file into something my computer can read?

    Place the iPhone into recovery mode and restore the iPhone with iTunes on your computer.
    http://support.apple.com/kb/HT1808

Maybe you are looking for

  • I installed itunes 10.5 and now it will not recognize my phone-

    I installed itunes 10.5 last week and now when I plug in my iPhone it will not recognize it.  I've gone through all the recommended troubleshooting through Apple's site but it seems to make my computer worse.  I re-installed itunes 3 times and it sti

  • Merge 2 Clients

    Dear Gurus, In my current company we have 2 clients and have different Company Codes associated to the clients. We are contemplating merging of both the clients and have only one Client with all the company codes, can you briefly let me know what wou

  • Minimax micro cd with remastering scripts

    Hello all, how I promised, new version of Minimax with remastering scripts is out. Check http://www.kotek.net/minimax for details. Minimax is 32 MB small live cd. It is based on Arch linux and uclibc. Kernel is 2.6.15 taken from Arch with reiser4 pat

  • Video format n5800?

    may i know the video format for n5800.. I have movies on my pc i want it to convert so i can watch it my phone. Thankz.

  • E61 SMTP Port problem

    I have a E61 since a few days. Unfortunately I cannot configure the SMTP port. Here in the office the port is 2525, but obviously it is only possible to enter 3-digit-numbers in the profile. Is there a workaround? The confuguration tool is of no use