Error when trying to recover files

I'm getting a "No Backup servers found" error when trying to recover files from my Azure backup vault. Any ideas folks?

Hi,
Please login to Azure Portal and check if you are able to see other servers from which you have backed up data, in the Portal.
Also, prerequisites for recovering file and folder data to a different server are:
·         The target server is registered with the same Backup Vault the source server was backed up to.
·         You have the passphrase used to encrypt the data from the source server.
Regards,
Manu Rekhar

Similar Messages

  • I'm getting a 9041 error when trying to convert files to AAC -- any ideas on how to fix it?  the files files in iTunes show up as Apple Lossless but i can't put them on my iPod

    i'm getting a 9041 error when trying to convert files to AAC -- any ideas on how to fix it?  the files files in iTunes show up as Apple Lossless but i can't put them on my iPod

    "I have been able to convert to AAC by first converting to AIFF  and then to AAC. This is a pan though."
    this worked for me.
    thanks.

  • 500 Server Error when Trying to Download Files

    Hi,
    I keep getting a 500 server error when trying to download any of the Oracle ORION files: http://www.oracle.com/technology/software/tech/orion/index.html Any ideas? Thank you for your help.
    PS. Here's the exact error:
    "Server Error
    The following error occurred:
    [code=SERVER_RESPONSE_RESET] The server response could not be read because of an error. Contact your system administrator.
    Please contact the administrator."

    Thanks. It seems to be fixed now.

  • Java error when trying to edit file - access denied

    We have been running Vibe 3.0 for a couple years with no issues but suddenly users have begun to get java errors when trying to edit a file from Vibe. When a file entry is opened and the "Edit this file" link is clicked, a dialog pops up that says :
    Error from command:
    java.security.AccessControlException: access denied (java.io.FilePermission <<ALL FILES>> execute)
    Has anyone else seen this? Could it be related to some windows security update perhaps? Any ideas how to resolve would be appreciated. This happens with regular users as well as admin.
    Vibe is running on SLES 10 with mysql. We are using IIS Windows Authentication.
    Thanks

    dangross,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Error when trying to recover datafile from standby database to primary

    hi friends,
    getting problem with restoring datafile from backupset taken on standby database to primary database.
    os: windows server 2003
    db: oracle 11gR1(11.1.0.6)
    i've configured standby database on two different hosts.
    host1 - primary (db_uinque_name= prod)
    host2 - standby (db_uniue_name= prodsby)
    I've configure both database with recovery catalog. I take backup on standby database. users' datafile of primary database has been lost.i'm trying to restore from the backupsets taken on standby database.
    with the help of - http://download.oracle.com/docs/cd/B28359_01/server.111/b28294/rman.htm#BAJCEFEG
    on primary
    c:\>rman target sys/password catalog rcat/password
    rman>list backup for db_unique_name prodsby;
    display the backupsets
    rman>restore datafile 4;
    Starting restore at 06-NOV-08
    starting full resync of recovery catalog
    full resync complete
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=1051 device type=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 11/06/2008 12:12:18
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    also use to tag to restore the datafile
    rman>restore datafile 4 from tag='base0_prodsby';
    Starting restore at 06-NOV-08
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 11/06/2008 11:27:21
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    i'm getting above errors when try to restore the datafile.
    when i issue the following command.
    BACKUP AS COPY DATAFILE 4 AUXILIARY FORMAT 'C:\app\Administrator\oradata\prod\USERS01.DBF';
    Starting backup at 06-NOV-08
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=1068 device type=DISK
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00004 name=C:\APP\ADMINISTRATOR\ORADATA\prod\USERS01.
    DBF
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/06/2008 12:49:
    15
    ORA-17628: Oracle error 19505 returned by remote Oracle server
    please friends, try to help me to solve the problem.
    Thanks,
    Vihang

    hi.
    Its not necessary its a otherway around to recover datafile from this backupset and apply archivelogs to make datafile consistent.
    yes, it ain't the right way to restore backup to primary location.
    so how would i connect to standby database with primary and recovery catalog.
    i need to connect to recovery catalog and primary site because i need to restore to primary location and recovery catalog contain all metadata and backupsets related information.
    i also tried the following steps from oracle documentation.
    Connect to the standby database as the target database:
    CONNECT TARGET sys@standby
    You are prompted for a password:
    target database Password: password
    Connect to the primary database as the auxiliary database:
    CONNECT AUXILIARY sys@primary
    You are prompted for a password:
    target database Password: password
    Back up the datafile on the standby host across the network to a location on the primary host. For example, suppose that /disk1/df2.dbf is the name of datafile 2 on the standby host. Suppose that /disk8/datafile2.dbf is the name of datafile 2 on the primary host. The following command would copy datafile 2 over the network to /disk9/df2copy.dbf:
    BACKUP AS COPY DATAFILE 2 AUXILIARY FORMAT '/disk9/df2copy.dbf';
    Starting backup at 06-NOV-08
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=1068 device type=DISK
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00004 name=C:\APP\ADMINISTRATOR\ORADATA\prod\USERS01.
    DBF
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 11/06/2008 12:49:
    15
    ORA-17628: Oracle error 19505 returned by remote Oracle server
    getting this error.

  • 'Unknown Error' when trying to save files from CS under Leopard

    We recently upgraded to Leopard, and reinstalled our CS apps. Photoshop and InDesign work fine. Illustrator, however gives us an 'An Unknown Error has Occurred' when trying to save any file. After dismissing the alert, a window pops up, informing us that, 'Can't save preview, but all other information was saved successfully. The file couldn't be found. ID=-43.' This happens when trying to save a new file, or an existing file, when saving with PDF preview is checked, or unchecked. Does anyone know how to fix this?

    I deleted preferences on both machines. The Intel seems to be cured. All file formats save, printing, and importing are functioning normally.
    The G5 however is only modestly improved. I can now at least create and save files. Printing also functions. However if I attempt to use the template dialog box or to import (place) a file the dialogs crash the application.
    My suspect is a corrupt font, but until I have time to track down which one it is, I'll have to limp along as is...

  • IMovie error when trying to export-file open with write privilege

    When trying to export an iMovie, after about two hours, I got a message - error - a file is open with write privilege.  Any idea what might be causing this error or what the error message means?

    Ask the users in the iMovie forum: https://discussions.apple.com/community/ilife/imovie?categoryID=141

  • Error when trying to retrieve files from 1Tb Seagate hard drive

    15" MacBookPro mid 2009 OS 10.8.4.
    I can copy small files individually but get this error message for large files or folders. "The operation can’t be completed because the (filename) is in use".
    Some of these files were saved through Time Machine and some just copied across, but it doesn't seem to make a difference.
    I have tried many fixes (including Lgof etc. in terminal) but none work.  I have no applications open when trying to retrieve.  I have set my permissions properly, I have used Disk Utility to check permissions and repair them if necesarry.  I have read and write access to the drive.
    This has been going on for ages.  If I can't fix it, some of my files will be irretrieveable and I will have to copy small ones individually.
    Any ideas?
    P.S.  First time I've ever posted on an issue, so apologies if not enough information

    From the menu bar, select
     ▹ System Preferences ▹ Energy Saver ▹ Power Adapter
    and uncheck the box labeled Put the hard disk(s) to sleep when possible, if it's checked.
    If the drive has more than one interface (USB, FireWire, Thunderbolt, eSATA), try one of the other interfaces.
    Check that the data cable is securely inserted at both ends.
    Try a different cable.
    If you're connecting the drive through a hub, connect it directly to a built-in port on the Mac.
    If you're connecting it directly, try a different port.
    Disconnect all other devices on the bus, or as many as possible.
    Test the drive with another Mac. Test another drive with this Mac.
    If the drive is bus-powered, but has an AC adapter, connect the adapter.
    Start up in Safe Mode and test.
    If the drive doesn't work under any of the above conditions, and if another drive does work with the same Mac, then the drive has failed. You may be able to salvage the mechanism by removing it from the enclosure and installing it in another one, or in a drive dock.

  • JMStudio: error when trying to play files from URL

    JMStudio fails when I am trying to play files from youtube.
    Error message "Could not create player for http://www.youtube.com/v/u0AXoIe9F6M".
    Nevertheless it succeeds in playing *.flv files from the disk.
    Whats the problem?

    Have you tried copying the said file over to your
    desktop and opening it from there?
    Yes, the files open when I do that. It has something to do with persmissions I guess on the other system, but I am logging in as the same user/password as when I log in directly. I ran the fix permissions under the disk utility, but still no good. It isn't just related to Excel files either; I am having these problems when I try it with Word too.

  • Error when trying to copy files to external drive

    When attempting to copy files to external hard drive I get a message " unable to copy some data, error code -36".
    How do I find out what that error code is tring to tell me?

    Sadly, I have had this issue as well. Last eyar Iit got to the point I couldn't copy at all. From what I recall, Apple told me it could be one of many things. A bad internal drive, bad permissions, a bad external drive, a bad firewire port, a bad cable, bad memory, and on and on. I never did figure it out, but I do know my hard drive did crash a month later. However, having said that, I own a new computer, and last week, it started again. Still have not figured out what is going on. Good luck.

  • Receiving an error when trying to commit files using subversion in Dreamweaver: file or directory is out of date

    I'm trying to use subversion in dreamweaver. I've followed the setup steps and tested the connection to the svn repository. All good. I've even updated some files before successfully. Now, I'm trying to commit changes made in my local working copy of several files to SVN. I'm receiving Error#160024: Commit Failed. File or directory <subject file name> is out of date; try updating resource out of date" I've tried right click->version control->update. Then commit again. Same error. Any help?

    Hi rmcproperties,
    Found a discussion thread that could help you http://stackoverflow.com/questions/87950/how-do-you-overcome-the-svn-out-of-date-error
    Thanks,
    Preran

  • "Could not find the application that created this file" error when trying to combine files

    I am working with a user that is trying to combine a pdf & word doc (docx).  When they try to combine the files she gets the error:  "Could not find the application that created this file" & "Please select a file created by an application that resides on your computer".  The computer is running windows XP, with office 2010 SP1, & Adobe Acrobat Pro X.
    Per previous suggestions, I have already checked to see if Adobe PDFMaker is enabled as a Word plugin, and it is.
    Recentley the user was running Acrobat 6, and this error did not occur.  It is only after upgrading to Acrobat X that this is happening.  Any help with this issue would be appreciated.

    This can also be caused if the files are in a folder deep in the file system. For example C:/xxxxxxxxxxxxxxx/yyyyyyyyyyyyyyy/zzzzzzz/aaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbb /cccccccccccccccccccc/dddddddddddddddd/eeeeeeeeeeeeeeeeeeee/ffffffff/ggggggg/hhhhhhhhhhhhh hhhhhhhhhh/myPDF.pdf
    At some point Adobe PDFMaker cannot handle the path length (also, Windows can't handle the path length either eventually)
    Solution: move the files to a shorther path (perhaps the desktop) and try from there.
    I am filing a bug report with Adobe. A descriptive exception message should be thrown instead of "could not file the app.."

  • Getting: Unexpected Error when trying to upload files with my post!

    Hello,
    i tried today to post a reply to someone`s message t the forums but when i tried to attach 2 .php files i get unexpected error message and prevented me from posting the reply.
    but when i delete or reloaded the page, i shows me an error message again, but the reply was posted without letting me know!
    hope you can find a quick fix for that!
    Best Regards
    Waleed Barakat
    [signature deleted by host]

    waleed,
    i tried today to post a reply to someone`s message t the forums but when i tried to attach 2 .php files
    Did you really mean .php files?  I am not sure if you can actually post a .php file.  I suspect you will have to either post a link to where the .php files are located or simply post the contents of the .php file into the reply.  OR zip the file and attach the .zip file.
    I hope that helps.
    Hopper

  • Error when trying to open files

    I created a movie last weekend and everything went fine. Went to start one of the Lessons and kept getting this error "Codec not found. You may be using a compression type without the corresponding hardware card." I have not made any changes to the setup and also tried a re-install but still have the same error. This is using Final Cut Studio 2 on a PowerBook G4. Does anyone have any ideas?

    I created a movie last weekend and everything went fine
    great
    Went to start one of the Lessons ...
    what Lessons? and how does this relate to last weeks movie ?
    ...and kept getting this error "Codec not found. You may be using a compression type without the corresponding hardware card."
    well it usually means exactly what it says, that you are trying to open a movie file for which FCP does not have access to the necessary decoder ... so the question is what movie file? and where did it come from?

  • Permissions error when trying to recover a package

    The error: The operation can’t be completed because you don’t have permission to access [file]
    I have been using a writing program called Scrivener which has a package with many files. That I kept open nearly all the time (including when Time Machine did its backups).

    First, ProxyServer's source code must start with the line...
    package com.davidflanagan.examples.net;
    Next, you must have a directory structure that matches the package name - a directory named com which contains a directory named davidflanagan which contains a directory named examples which contains a directory named net and ProxyServer.class must be in the net directory,.
    Next, the directory that contains com must be in your Classpath when you execute ProxyServer.
    To execute ProxyServer, use "java com.davidflanagan.examples.net.ProxyServer"
    http://java.sun.com/docs/books/tutorial/java/interpack/packages.html

Maybe you are looking for