Catalog backup can not be performed

The backup of my catalog aborts with an error!
LR says that it could not back up the catalog.
Folder permissions and sufficient disk space is available.
Until a few days, everything was still working.
Even if I create a new catalog I get in the catalog backup, the error message 
Who can help?

I have changed the destination to a different folder. Unfortunately, the same problem
Dirk

Similar Messages

  • Is there a way to only catalog backup set not in the catalog? "CATALOG START WITH" generates double entry.

    The DB version is 11.1.0.7.
    The "CATALOG START WITH" not only catalog backup set that are not in the RMAN catalog, but also catalog a second copy for files that are already in the catalog.
    Files are not a second copy; they are the same file in the same directory.
    Having two copies in the catalog, through an error when deleting explicitly the backups.
    We have to add the force clause to avoid the error.
    RMAN> delete FORCE backup tag 'offsite-1';
    The force clause ignores any I/O error.
    The delete is part of our scheduled offsite backup script, which returns a false positive error when the force clause is ommited.
    I don't want the force clause, in order to be notify if the backup set that are expected to be on disk are no more there, e.g., if someone had deleted files manually at the OS level bypassing rman.
    Is there a way to only catalog backup set not in the catalog?
    or May be remove the copy #2 entry from the catalog?
    Find bellow a test case example:
    RMAN> list backup summary TAG 'OFFSITE-1';
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time    #Pieces #Copies Compressed Tag
    12      B  F  A DISK        11-JUN-13 09:41:45 1       1       NO         OFFSITE-1
    13      B  F  A DISK        11-JUN-13 09:43:31 1       1       NO         OFFSITE-1
    14      B  A  A DISK        11-JUN-13 09:43:33 1       1       NO         OFFSITE-1
    15      B  F  A DISK        11-JUN-13 09:43:34 1       1       NO         OFFSITE-1
    RMAN> CATALOG START WITH 'C:\backups\offsite_disk\IBISdatabase\scheduled_offsite';
    searching for all files that match the pattern C:\backups\offsite_disk\IBISdatabase\scheduled_offsite
    cataloging done
    List of Cataloged Files
    =======================
    File Name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\06OBTJEP_1_1
    File Name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\07OBTJI3_1_1
    File Name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\08OBTJI5_1_1
    File Name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\09OBTJI6_1_1
    RMAN> list backup summary TAG 'OFFSITE-1';
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time    #Pieces #Copies Compressed Tag
    12      B  F  A DISK        11-JUN-13 09:41:45 1       2       NO         OFFSITE-1
    13      B  F  A DISK        11-JUN-13 09:43:31 1       2       NO         OFFSITE-1
    14      B  A  A DISK        11-JUN-13 09:43:33 1       2       NO         OFFSITE-1
    15      B  F  A DISK        11-JUN-13 09:43:34 1       2       NO         OFFSITE-1
    RMAN> DELETE BACKUP TAG 'OFFSITE-1';
    List of Backup Pieces
    BP Key  BS Key  Pc# Cp# Status      Device Type Piece Name
    24      18      1   1   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1   <<--- same file
    30      18      1   2   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1   <<--- same file
    25      19      1   1   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1
    31      19      1   2   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1
    26      20      1   1   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1
    32      20      1   2   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1
    27      21      1   1   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1
    33      21      1   2   AVAILABLE   DISK        C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1
    deleted backup piece
    backup piece handle=C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1 RECID=24 STAMP=821470356
    deleted backup piece
    backup piece handle=C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1 RECID=25 STAMP=821470356
    deleted backup piece
    backup piece handle=C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1 RECID=26 STAMP=821470356
    deleted backup piece
    backup piece handle=C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1 RECID=27 STAMP=821470357
    Deleted 6 objects
    RMAN-06207: WARNING: 4 objects could not be deleted for DISK channel(s) due
    RMAN-06208:          to mismatched status.  Use CROSSCHECK command to fix status
    RMAN-06210: List of Mismatched objects
    RMAN-06211: ==========================
    RMAN-06212:   Object Type   Filename/Handle
    RMAN-06213: --------------- ---------------------------------------------------
    RMAN-06214: Backup Piece    C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1
    RMAN-06214: Backup Piece    C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1
    RMAN-06214: Backup Piece    C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1
    RMAN-06214: Backup Piece    C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1

    Hi JM,
    Your demo with Oracle 10.2.0.5
    At line 36 you answered "No" to "Do you really want to catalog the above files (enter YES or NO)?".
    Just repeate your demo and answer Yes.
    Even if he might have replied with "YES" then also, the RMAN search for the files which it can recognize as a valid rman backup file. Else it would show the list of files which are not recognized by RMAN as a valid file.
    RMAN> catalog start with '/home/oracle/scripts';
    using target database control file instead of recovery catalog
    searching for all files that match the pattern /home/oracle/scripts
    List of Files Unknown to the Database
    =====================================
    File Name: /home/oracle/scripts/RMAN_BACKUP.sh
    File Name: /home/oracle/scripts/rman_clone.log
    File Name: /home/oracle/scripts/Db_Refresh.sh
    File Name: /home/oracle/scripts/rman_erp.scr
    File Name: /home/oracle/scripts/RMAN_14FEB.log
    File Name: /home/oracle/scripts/nid.sh
    File Name: /home/oracle/scripts/Full_Clone.sh
    File Name: /home/oracle/scripts/rman_staging.scr
    Do you really want to catalog the above files (enter YES or NO)? yes
    cataloging files...
    no files cataloged
    List of Files Which Where Not Cataloged
    =======================================
    File Name: /home/oracle/scripts/RMAN_BACKUP.sh
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/rman_clone.log
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/Db_Refresh.sh
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/rman_erp.scr
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/RMAN_14FEB.log
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/nid.sh
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/Full_Clone.sh
      RMAN-07517: Reason: The file header is corrupted
    File Name: /home/oracle/scripts/rman_staging.scr
      RMAN-07517: Reason: The file header is corrupted
    About the RMAN catalog, it will not catalog the same file twice. It will only catalog the files which are not known to the database.
    See this demo. (/backup/RMAN/STAGING/ is the location where all the backup pieces are.)
    RMAN> catalog start with '/backup/RMAN/STAGING/';
    searching for all files that match the pattern /backup/RMAN/STAGING/
    no files found to be unknown to the database
    This was the location based test, Another demo showing piece by piece catalogging .
    RMAN> list backuppiece '/backup/RMAN/STAGING/ERP_CNTRL_c-13949842-20130724-00';
    List of Backup Pieces
    BP Key  BS Key  Pc# Cp# Status      Device Type Piece Name
    1323    1321    1   1   AVAILABLE   DISK        /backup/RMAN/STAGING/ERP_CNTRL_c-13949842-20130724-00
    RMAN> catalog backuppiece '/backup/RMAN/STAGING/ERP_CNTRL_c-13949842-20130724-00';
    cataloged backup piece
    backup piece handle=/backup/RMAN/STAGING/ERP_CNTRL_c-13949842-20130724-00 RECID=1324 STAMP=821717283
    RMAN> list backuppiece '/backup/RMAN/STAGING/ERP_CNTRL_c-13949842-20130724-00';
    List of Backup Pieces
    BP Key  BS Key  Pc# Cp# Status      Device Type Piece Name
    1324    1321    1   1   AVAILABLE   DISK        /backup/RMAN/STAGING/ERP_CNTRL_c-13949842-20130724-00
    Hope its understandable, if any query please revert.
    Happy to Help.
    Thanks and Regards,
    Prashant

  • On my ipad i am receiving a message iCloud backup "i cloud backup can not access the account . review your account in information settings .  the screen goes blank  if i push  the ignore or the settings button. what do i do

    on my ipad i am receiving a message iCloud backup Cloud backup "i cloud backup can not access the account .
    review your account in information settings . the screen goes blank  if i push  the ignore or the settings button.
    what should i do

    Hold Sleep and Home buttons for 10 seconds until your device restarts, so you will be able to use your device again

  • PSE 11 catalog backup does not complete

    I am having a problew with my first full backup after importing 27000 photos.My catalog organizer in psa 11 also shows over a 1000 movies from adobe premier elements software which seems to have a common thread between them. The backup stops at 44% the 3 times I have tried. Just a beginner with both software.
    Message title was edited by: Brett N

    Start with following the steps listed here:
    Troubleshoot catalog backup, upgrade

  • Non Administrators can not access Performance Counters

    I have a problem with the ColdFusion performance counters in
    CF8 - 8,0,1,195765 enterprise version installed on Windows 2003 R2
    Standard Edition SP2. The counters appear for administrators, but
    they are NOT available for Non administrators that are members of
    the "Performance Monitor Users" group. All other perfmon counters
    are visible by these users but not the CF8 ones. I do NOT want to
    give all users Admin access to my servers, just so that they can
    monitor the servers performance! Does anyone else have this
    problem?

    Hi Charlie, yes this is the same post. I have seen this
    technote and have followed the recommendation there but this has
    not fixed the issue. I'm using a 32bit CF and OS. The perfmon
    counters for CF don't seem to work the same way as the other
    perfmon counters do which is NON Administrators must be a member of
    the local "Performance Monitor Users" or "Performance Log Users"
    group do access perform or perform logs.
    Thanks for your reply though!

  • My backup can not be restor for my iphone after i update the ios to 7 for iphone 5

    hello
    i need your help thats very important for me
    please guide me to solve this problem
    i back up my iphone before i restore the phone for update the ios
    then after change the ios to seven and it turns on the phone and request for restore the backup and i select the only last backup in my itunes and it stared to restore after a moments give me an error not to restore the backup
    and when i search the pc i thouth it exsist
    i had a lot of important information on that
    please help me

    You cannot.  However, your iCloud backup will be available to you in the current release of iOS (7.0.2).

  • Z10 backup can not restore

    Hello I have blackberry z10.
    yesterday full backed up my phone with BB link.
    after that wipe my phone.
    when I try to restore my backup using BB link I get a message "restore error".
    how can I extract my data from BBB file ?
    thanks 

    any suggestions ? 
    thank you.

  • "Dreamweaver is currently interacting with the server.  Since putting a file on save requires interaction with a server as well  Dreamweaver can not currently perform this task.  Please try again when the server task is complete."

    get rid of this [abusive content removed by moderator]

    Wow this is a long running thread!
    I've discovered, since having to start using check in/check out on a site with multiple editors ('put on save' being a minor version of this), that Dreamweaver is like a nosy neighbour, more concerned with what is going on outside than with your petty demands. So Dreamweaver is constantly checking to see whether any files are in use by anybody else. When it is good and ready it will allow you to interact with the server. If your connection is anything other than rocket powered you will spend ages waiting and looking at messages such as the above. It doesn't have the sense to stop and just check the file/s you want to put or get and then let you get on with it. And of course the bigger the site, the more checking it has to do. If your connection is really slow you will have the added pleasure of constant freezes, aberrant behaviour and crashes. I have this with CS4. I don't know if CS5 is any better. And don't expect any improvement on CS4. You are stuck with it.

  • Catalog backup not compressed with Lightroom 6

    Lightroom 6 is said to compress the catalog backup into a zip file.
    When I try this with a small test catalog it works fine.
    However when I backup my real catalog (75 000 photos, 7.5 GB) the file is not compressed. LR6 behaves exactly as LR5. 
    I tried several times but it is always the same.
    Did someone meet the same problem ?
    Any advice ?
    Thanks.
    Michel (Paris)

    Thank you Ian for your answer.
    However I don't think I misunderstood how Lightroom backup works. Maybe I was not very clear in my explanation (English is not my mother tongue !).
    I run a test with a small catalog (test_backup.lrcat), which I created just for this purpose. In this case the catalog backup is compressed in a zip archive 
    However, when I open Lightroom with my actual catalog (lightroom-6.lrcat), then the catalog backup is not compressed (it's just a copy of the catalog).
    I don't understand why LR6 does not compress the catalog backup in the last case.

  • Error restoring SQL 2008 R2 DB into SQL 2012: BACKUP LOG cannot be performed because there is no current database backup.

    I have a SQL 2008 R2 database that I am trying to move to 2012.  Made a full backup of the database in 2008 R2.  Recovery model is Simple, compatibility level is 2008  Went to 2012, created a dummy database, did Tasks--> Restore -->
    Database , located the backup file, selected it, changed the file locations and tried to restore the backup (with overwrite option), got the following error:
    BACKUP LOG cannot be performed because there is no current database backup.
    This is a simple task that has always worked in 2008 R2.  Does anyone know what the problem is and a possible solution?
    Thanks

    Hi,
    This error occurs when the database recovery model has been changed to Simple and/or the recovery model has been changed back to Full but a full backup has not been performed since the change.
      If a full backup has been performed, the following conditions will require that another full backup be taken:
     · The recovery model had been changed without taking a full backup
     · A SQL maintenance plan task had changed the recovery model (reindexing can cause this)
     · A backup specifying TRUNCATE_ONLY had been run on the database
     · The database was detached from another server and attached to the current server
    Additionally, if we take full database backup after the Database is set to readonly, Then transaction log backup we will end up with this error. This is expected behavior. I have list an example within the link below.
    Please check above conditions and fix your issue, if you have any concern, please let me know.
    Example:
    BACKUP LOG cannot be performed because there is no current database backup.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/b5c36e60-836f-4c9e-b9d7-3fb3f3ee4d37/backup-log-cannot-be-performed-because-there-is-no-current-database-backup
    Thanks
    Candy Zhou

  • Feature can not be recognized

    It seems I am facing a problem with feature can not be recognized for leaving action (PA40)
    Leaving is supposed to have MSN 20 with program generated 1PAPA/FEAT000MSN20 but my client has different program generated which is $P00003U. How do I change it?

    what is generate feature TCODE? Is it se38 for running the above program? I execute it however I have a message says "When recognizing the predecessors, youmay not specify a feature because the reorganization with subsequent activation can not be performed for a subset"
    Edited by: Dian Santioso on Jan 24, 2008 11:59 AM
    Edited by: Dian Santioso on Jan 24, 2008 12:09 PM

  • LR4 psd image can not be found

    Have a dng image in my Catalog:
    A
    1. Edited it using PS CS6
    2. Saved it as psd image
    3. The psd image appeared in the Catalog, but with a question mark in the upper right corner -  viz., it could not be found 
    4. The image also appeared in Windows Explorer
    B
    1. Saved it as a tif image
    2. this image appeared in the Catalog without the question mark!
    C
    1. closed and reopened  LR
    2. closed and reopened Win 7
    3. uninstalled downloaded and installed new copy of LR
    4. All to no avail!!  The psd image still shows in catalog, but can not be found!
    I have other psd images in the catalog that LR can find!
    Called Adobe Online Support.  They could not help. 
    Any help would be appreciated.
    Chuck

    chandu04 wrote:
    Hi,
    I am new to crystal reports.
    I am using
    Crystal Reports XI
    jdk1.5.0
    JBoss4.0.4GA
    MYSQL5.0
    When i access a method in another class from implementation class, it gives error. all the jar files
    are available as i know. calling and called classes are in the same package.
    I give the error details bellow , please help me.
    C:\Java\jboss-4.0.4.GA\server\default\deploy\AMS.ear\reports\raactualrpt>javac RaActualRptImpl.java
    RaActualRptImpl.java:87: cannot find symbol
    symbol : class RaActualRpt
    location: class reports.raactualrpt.RaActualRptImpl
    resultSet = HibernateUtility.getProjectedEntity(resultSet,(new RaActualRpt()).getColumns(),reports/raactualrpt/RaActualRpt);
    You need to make sure that the RaActualRpt class is in the classpath either through the environment variable or as a javac option. Also make sure you import it if it is not in the same package as RaActualRptImpl

  • Time Machine can not be found

    I recently install Maverick and today my Time Machine Toshiba backup can not be found?

    Does it appear in Disk Utility?

  • Why can not backup the archived log when I perform intensive insertions

    I use RMAN to backup archivedlog, while I perform intensive insertion operation. I always get the message:
    ORA-00235: controlfile fiexed table inconsistent due to concurrent update.
    any idea please!
    My logfile size is big enough.

    May be you need more number of redo smaller logs, i.e., smaller more redo-logs rather than bigger less # of redo logs. e.g., if you have two redo log group each 10M, make 4 redo log groups each 5M; which will cause more frequent check point..just a suggestion!
    Good Luck.

  • Can not open database. Also can not perform recovery

    Hi Experts,
    I scheduled a daily incremental backup of whole database and after doing a back up tried to restore whole back up. This was done in dev. system to perform documentation. But when I tried to recovery from back up ..i got errors. I tried to restart oracle services and even restarted server ..no joy.
    In the EM i am getting the below error -
    "The database status is currently unavilable. It is possible that the database is mount or nomount state. Click 'Startup' to obtain the current status and open the database. If database can not be opended, 'Perform Recovery' to perform appropriate recovery operation."
    Then tried to startup database - got the below status message. Could not start up
    Current Status : Mounted
    Operation : Open the database
    Then tried to perform recovery - I got the below error - (I could only do datafile recovery)
    Restore error
    ORA-16038: log 2 sequence#29178 can notbe archived
    ORA-19809: Limit exceeded for recovery files
    ORA-00312: online log 2 thread 1: 'C;\ORACLE\PRODUCT\10.1.0\ORADATE\ZUMA\RED0O2.LOG
    Can anyone help to open my database ???
    Regards,
    Ranjith

    Hi ,
    Thanks very much for the quick reply. I have increased the db_recovery_file_dest_size to 5 GB.
    My Recovery folder structure is like this -
    Path: C:\oracle\product\10.1.0\flash_recovery_area\ZUMA
    ARCHIVELOG
    - 2009_02_22 - has many files
    - 2009_02_23 - has many files
    - 2009_02_24 - no files
    AUTOBACKUP
    2009_02_22 - One file
    DATAFILE
    - No files
    FLASHBACK
    - Many files under this directory
    Perform Recovery: Credentials
    Information
    The database is currently down. Enter the host OS credentials and the database credentials to continue.
    Current Database Information
    ARCHIVELOG Mode - ARCHIVELOG
    Current Status - MOUNTED
    Perform Recovery: Point-in-time
    Step 1 of 4
    Database zuma
    Object Type Whole Database
    Operation Type Restore and Recover
    Perform Recovery: Review
    Step 4 of 4
    Database zuma
    Object Type Whole Database
    Operation Type Restore and Recover
    Backup The most recent backup
    Point-in-time Recover to the current time
    Click on the 'Edit RMAN Script' button to view or edit the RMAN script before submitting the operation.
    RMAN Script
    RMAN Script run { restore database; recover database; alter database open; }
    Recovery Manager: Release 10.1.0.2.0 - Production
    Copyright (c) 1995, 2004, Oracle. All rights reserved.
    RMAN>
    connected to target database: ZUMA (DBID=966845288)
    using target database controlfile instead of recovery catalog
    RMAN> 2> 3> 4> 5>
    Starting restore at 25-FEB-09
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=154 devtype=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 02/25/2009 21:47:14
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    RMAN>
    Recovery Manager complete.
    This is the error I get when I execute recovery. But when I try to startupdatabase ..it again goes to the same start up page.
    Regards,
    Ranjith

Maybe you are looking for

  • Passing a structure from Java to PL/SQL Procedure

    Environment: Oracle DB, Tomcat/Apache How do we pass a structure (Table Record Type) from Java to a PL/SQL Stored Procedure? We are doing JSP-->JavaClass/Bean to communicate to DB. We have an existing PL/SQL packages/Procedure to insert records into

  • High Frequency Noise from Headphones Out Jack

    I have isolated the following issue to audio that is monitored via the headphones output on the back of my iMac: I've been encountering a very high-pitched (and at times a cycling through high frequencies) noise when working with headphones to monito

  • Out of range...How do I know for sure?

    Installed WRT150N wireless router between DSL modem and computer. No problem doing so using setup CD that came with the router. Solid intenet connection. (Wired) Installed WMP300N wireless card in comp 100 feet away in another frame building. Also us

  • Need help asap on how to get my data back on my bb curve 8520

    bought second hand phone week beforee christmas, kept turning off by itself. my husband reset it back to factory setting but wiped my sim and SD card aswell.main consern is my SD card got all my pics of my daughter wen she was born 3 month ago n real

  • Calling one BPM from another BPM.

    Hi Guys,    I'm trying to call an existing(working!) BPM from another BPM. Its a synchronus call. However in moni I see it as errored out on the outbound side. The error in the PE is: <b>CL_SWF_XI_MSG_BROKER method SEND_SYNCHRON cannot be executed.</