Error while taking backup full DB

Hello
We had multiplexes the log file from Archive to the default location (Flash recovery area) and log_archive_dest_1 = / u02/app/oracle/oradata/orcl/archive

In too any archive log is generated, we had removed the log_archive_dest_1.

We had planned a full DB backup every Sunday, and incremental DB (midnight) everyday backup through OEM.

I backup all the Archives of the newspaper and after each backup (backup of DB differential and integral) we remove all logs archive saved.

Full backup of DB failed because he always tries to archive logs backup of log_archive_dest_1(/u02/app/oracle/oradata/orcl/archive)

Please find below the error log file generated after the backup has failed.

RMAN > backup device type disk format='/u02/backup/scheduled/Full-ARC_%d_%t_%s_%p' tag 'BACKUP_ORCL_000022_091608120501' archivelog all not saved;
From backup to 16-SEP-08
Current archived log
using channel ORA_DISK_1
using the ORA_DISK_2 channel
log file archive to jump * / u02/app/oracle/oradata/orcl/archive*/1_8459_639421762.dbf; already supported on 01-SEP-08
jump Archives journal file /u02/app/oracle/oradata/orcl/archive/1_8460_639421762.dbf; already supported on 01-SEP-08
jump Archives journal file /u02/app/oracle/oradata/orcl/archive/1_8461_639421762.dbf; already supported on 01-SEP-08
jump Archives journal file /u02/app/oracle/oradata/orcl/archive/1_8462_639421762.dbf; already supported on 01-SEP-08
/u02/app/Oracle/oradata/ORCL/archive/1_8463_639421762.dbf archived log not found or at odds with catalog
try another file archivelog thread 1, sequence 8463
/u02/app/Oracle/oradata/ORCL/archive/1_8464_639421762.dbf archived log not found or at odds with catalog
try another file archivelog thread 1, sequence 8464
/u02/app/Oracle/oradata/ORCL/archive/1_8465_639421762.dbf archived log not found or at odds with catalog
try another file archivelog thread 1, sequence 8465
/u02/app/Oracle/oradata/ORCL/archive/1_8466_639421762.dbf archived log not found or at odds with catalog
try another file archivelog thread 1, sequence 8466
/u02/app/Oracle/oradata/ORCL/archive/1_8467_639421762.dbf archived log not found or at odds with catalog
try another file archivelog thread 1, sequence 8467


Please suggest me the way

Thanks and greetings
Amith

Delete expired archivelog all will just update the repositry to physically exist archivelog, if archivelog does not physically exist (that you moved to a different location screw OS) then this update of the repostiry as these archivelog command is not existed.

There not your effect exists at all archivelog.

Khurram

Tags: Database

Similar Questions

  • Error of RMAN backup full

    Hi all

    I take a daily ful backup DB backup directly on the Strip.

    Due to a problem yesterday I deleted 2 days old files to archive my server.
    Today, I got following error message in my log RMAN backup.

    I'm surprised, how is it, RMAN are looking for an old file to archive, when I take a full backup.

    Can someone answer me above concern

    My version of DB is 11.2.0.3
    OPERATING SYSTEM: AIX 6.1

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup command to the 2013/05/29 04:28:54
    RMAN-06059: expected found archived newspaper, loss of archived newspaper compromised recoverability
    ORA-19625: error identification of file /prdarch/prdarch1/PALLMO_83504_696657779.arc
    ORA-27037: unable to get file status
    IBM AIX RISC System/6000 error: 2: a file or a directory in the path name does not exist.
    Additional information: 3

    The script that is used for the backup:
    run
    {
    allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt) ';
    SQL 'alter system archive log current';
    overlap archivelog all;
    backup
    filesperset 5
    (database) format "df_ % %%p s_ t_";
    SQL 'alter system archive log current';
    ARCHIVELOG backup all the format "af_ % %%p s_ t_";
    output channel t1;
    }


    Thanks in advnace

    any backup archivelog

    The BACKUP ARCHIVELOG command is independent of the BACKUP DATABASE command.
    This command waits all archivelogs known are available and can be backed up. In fact, your backup logs should show the same old archivelogs (most recent) being backed up every day!

    If you use non-RMAN commands to purge the archivelogs, RMAN knows not the archivelogs aren't available. He'll wait although they are present. You must run

    CROSSCHECK ARCHIVELOG ALL;
    DELETE EXPIRED ARCHIVELOG ALL;
    

    for RMAN to identify them as having been purged and remove them from its "list of the archivelogs expected."

    If you simply, have BACKUP ARCHIVELOG ALL and not to operate the ARCHIVELOG DELETE of RMAN, how do you maintain the archivelog file system space?

    How long have you been running this backup script? How were you purge archivelogs earlier?

    Hemant K Collette

  • Backup error: "error 0x810000ED while doing Backup, error:"backup could not verify your backup settings.

    I recently did a system restore and now my scheduled backups fail. the error that says that "0x810000ED error while doing Backup, error:"Backup could not verify your backup settings"also my backups are scheduled for backup on the DVD edrive.» When I tried to change that there is no choice of road. Vista premium is the opsys. I think that the backups fail because there is no disk in the drive. I think that she previously saved to my second partition on the hard drive. I think bad?

    Hello

    backups must be stored on an external hard drive or DVD

    There is no backup point on another partition in case of disk failure hard as everything will be lost

    see if this information helps you

    How to make a backup of your data

    http://www.vista4beginners.com/how-to-backup-your-data

    How to restore your files

    http://www.vista4beginners.com/how-to-restore-files

    the 1st link below is how do the backup complete pc

    http://www.bleepingcomputer.com/tutorials/tutorial145.html

    and that is how do to recover the backup complete pc

    http://www.bleepingcomputer.com/tutorials/tutorial144.html

    and here is the information of microsoft in restoring a system image backup

    http://Windows.Microsoft.com/en-us/Windows-Vista/restore-your-computer-from-a-system-image-backup

    If you have problems, it's in here is a forum for microsoft specifically for backup issues

    http://social.technet.Microsoft.com/forums/en-us/WindowsBackup/threads

  • How to exclude a table of the RMAN backup full

    Hi people,

    I'm working on 10g (10.2.0.4) on Windows 2003 (32 bit) environment.

    I want to exclude a table while taking the full backup RMAN... is possible, if so, how... ?

    Please enlighten us...
    I appriciate your quick response.

    Thank you
    Rambeau

    Raghu Bandla wrote:
    Hi people,

    I'm working on 10g (10.2.0.4) on Windows 2003 (32 bit) environment.

    I want to exclude a table while taking the full backup RMAN... is possible, if so, how... ?

    Please enlighten us...
    I appriciate your quick response.

    Thank you
    Rambeau

    It is not possible to treat the logical structure of RMAN database. As you cann't backup or restore specific table or a view with RMAN, cann't exclude you too

    But you have only one option: move this specific table to new tablespace and exclude this backup tablespace

    Published by: Kamran Agayev, a., September 24, 2009 17:27

  • Error while you're using backup consolidated backup

    Hello

    We are facing a problem with the servers while using backup consolidated backup.

    When the backup runs through scritp, it just create a snapshot of the server of th. and the name of the hard disk goes from the original for example abc1.vmdk to abc1 - 000033.vmdk

    There are several snapshot files. Like this.. which is not allowing us to make the backup

    I tired to change name to onec .vmx files HARD drive system startup and original. but its still looking for the other snapshot, VMDK fies

    PL. help.

    Thank you

    Smail

    If you go into the directory of the virtual machine and "mv vmname.vmsd vmname.vmsd.old", then delete all the snapshot files since you can not use the more anyway, then you should be able to successfully take a snapshot of the virtual machine and then delete it (aka "remove all" in the Snapshot Manager).

    In the future, just move the file to another name vmsd, then create a snapshot and delete all snapshots. and it should solve your problem.  Starting the virtual machine on the "basic" disk will result in losing you any data that was in the virtual machine, since the first snapshot was taken.

  • In e-mails AOL, verification of the individual messages in the results of regular system in this error message: there was an error while loading the message. Please try again later.

    In access to AOL e-mail via the full version, I can navigate my account (old messages, new messages, spam, etc.) very well, but when I try to open an individual email, I get this error message: "there was an error while loading the message. Please try again later. »

    This is identical to a problem someone else was described in another thread... Unfortunately, nothing suggested you him seemed to work. I have BEEN cheated at the opening of a file attached to an e-mail immediately before this started, so I think it's a virus or something. IN ANY CASE... I AM able to open the messages when I use the basic version of AOL. Initially, the problem seemed to be in Firefox, but I tried with Internet Explorer now also and it's the same thing, and the basic version is accessible while the full version is still blocked.

    On both browsers, after the error message, I can't even click on individual posts to TRY to open another, and there are a few not-very-right boxes and the x and the things that appear on the screen that do not belong.

    Please tell me that you can not do that, go away... I tried uninstalling and reinstalling... Firefox who did not. I also enjoy McAffee, and that has not changed anything.

    You can do a check of malware with several digitization programs of malicious software on the Windows computer.

    Please scan with all programs, because each program detects a different malicious program.

    All of these programs have free versions.

    Make sure that you update each program to get the latest version of their databases before scanning.

    Alternatively, you can write a check for an infection rootkit TDSSKiller.

    See also:

  • Backup failed with error 18: the backup drive is not found

    Hello

    My guard time capsule saying "Backup failed" for a few days and I cannot access the old backup files either (when I enter my time machine it shows 'today', which is kind of scary, although I know that my old files is still there). I tried many ways to trouble shoot this problem, but none of this has worked. In my opinion, it's more a network problem and I made sure I connect Wi - Fi even my time capsule created.

    So far I have tried:

    -Delete the files from my internet (com.apple.airport.preferences.plist; preferences.plist and NetworkInterfaces.plist, etc.) and restart my mac

    -Remove TimeMachine.plist and restart my mac

    -Hard reset of my time capsule. Went through all configurations with success but then still backup missed (I hear the running time capsule when it is by train).

    I share this time capsule with my wife and she has no problem with that.

    I can only think of a possible alternation I did which could cause this problem.

    Because of unstable WiFi problem, I had deleted

    com Apple.Airport.Preferences.plist

    com.Apple.Network.identification.plist

    NetworkInterfaces.plist

    Preferences.plist

    or other files and reboot my mac * before * I had this problem with time capsule.

    However, this is not the first time I do it, and it wasn't a problem before...

    This could be the reason? If so, how to restore the network settings?

    Please help me with this problem. Really appreciate!

    Ted

    Here is a copy of the Console:

    24/02/16 2:44:19.308 AM com.apple.backupd [857]: from manual backup

    24/02/16 2:44:19.309 AM com.apple.backupd [857]: Destination Time machine could not be found (url: destinationID (null): AB78050D-4852-489D-9CBF-88727FBC8047)

    24/02/16 2:44:19.313 AM com.apple.backupd [857]: backup failed with error 18: the backup drive is not found.

    24/02/16 2:44:35.326 AM com.apple.backupd [857]: NAConnectToServerSync failed with the error: 64 (host is out of service) for url: afp://Ted%20Ling; AUTH=SRP@Flymi's%20AirPort%20Time%20Capsule._afpovertcp._tcp.l ALCO. / data

    24/02/16 2:45:29.976 AM com.apple.backupd [857]: attempt to mount the destination network URL: afp://Ted%20Ling; AUTH=SRP@Flymi's%20AirPort%20Time%20Capsule._afpovertcp._tcp.l ALCO. / data

    24/02/16 2:45:29.976 AM com.apple.backupd [857]: error - 35 during the resolution of the backup destination alias

    24/02/16 2:45:29.976 AM com.apple.backupd [857]: attempt to mount the destination network URL: afp://Ted%20Ling@TJ's%20AirPort%20Time%20Capsule._afpovertcp._tcp.local./Data

    24/02/16 2:45:30.668 AM com.apple.backupd [857]: destination network mounted at the mounting point: / Volumes/data using URL: afp://Ted%20Ling@TJ's%20AirPort%20Time%20Capsule._afpovertcp._tcp.local./Data

    24/02/16 2:45:50.428 AM com.apple.backupd [857]: impossible to eject the volume/Volumes/Data (FSVolumeRefNum:-111; status:-47; dissident pid: 0)

    24/02/16 2:45:50.428 AM com.apple.backupd [857]: wait 60 seconds and try again.

    24/02/16 2:45:59.981 AM com.apple.backupd [857]: NAConnectToServerSync failed with the error: 64 (host is out of service) for url: afp://Ted%20Ling; AUTH=SRP@Flymi's%20AirPort%20Time%20Capsule._afpovertcp._tcp.l ALCO. / data

    24/02/16 2:46:42.807 AM com.apple.backupd [857]: Timed out while solving Hello destination: afp://Ted%20Ling; AUTH=SRP@Flymi's%20AirPort%20Time%20Capsule._afpovertcp._tcp.l ALCO. / data

    24/02/16 2:46:42.812 AM com.apple.backupd [857]: from manual backup

    24/02/16 2:46:42.814 AM com.apple.backupd [857]: the airport of Destination Flymi Time Capsule could not be found (url: afp://Ted%20Ling;) AUTH=SRP@Flymi's%20AirPort%20Time%20Capsule._afpovertcp._tcp.l ALCO. (/ data destinationID: B2187361-58BC-4D33-A7AC-1DDC429ABF3B)

    24/02/16 2:46:42.825 AM com.apple.backupd [857]: backup failed with error 18: the backup drive is not found.

    24/02/16 2:46:42.833 AM com.apple.backupd [857]: from manual backup

    24/02/16 2:46:50.544 AM com.apple.backupd [857]: network destination already mounted to: / Volumes/data

    24/02/16 2:46:50.604 AM com.apple.backupd [857]: network destination already mounted to: / Volumes/data

    24/02/16 2:47:16.683 AM com.apple.backupd [857]: impossible to eject the volume/Volumes/Data (FSVolumeRefNum:-111; status:-47; dissident pid: 0)

    24/02/16 2:47:16.683 AM com.apple.backupd [857]: wait 60 seconds and try again.

    24/02/16 2:48:20.566 AM com.apple.backupd [857]: network destination already mounted to: / Volumes/data

    24/02/16 2:48:44.360 AM com.apple.backupd [857]: impossible to eject the volume/Volumes/Data (FSVolumeRefNum:-111; status:-47; dissident pid: 0)

    24/02/16 2:48:44.360 AM com.apple.backupd [857]: wait 60 seconds and try again.

    24/02/16 2:49:48.014 AM com.apple.backupd [857]: network destination already mounted to: / Volumes/data

    24/02/16 2:50:11.885 AM com.apple.backupd [857]: impossible to eject the volume/Volumes/Data (FSVolumeRefNum:-111; status:-47; dissident pid: 0)

    24/02/16 2:50:11.885 AM com.apple.backupd [857]: give up after 3 attempts.

    24/02/16 2:50:11.903 AM com.apple.backupd [857]: backup failed with error 21:21

    24/02/16 2:50:27.245 AM com.apple.backupd [857]: impossible to eject the volume/Volumes/Data (FSVolumeRefNum:-111; status:-47; dissident pid: 0)

    24/02/16 2:50:27.250 AM com.apple.backupd [857]: from manual backup

    24/02/16 2:50:27.250 AM com.apple.backupd [857]: Destination Time machine could not be found (url: destinationID (null): AB78050D-4852-489D-9CBF-88727FBC8047)

    24/02/16 2:50:27.257 AM com.apple.backupd [857]: backup failed with error 18: the backup drive is not found.

    24/02/16 2:52:28.390 AM SystemUIServer [265]: try using XPC with a MachService which has the value HideUntilCheckIn. This will result in unpredictable behavior: com.apple.backupd.status.xpc

    24/02/16 2:52:28.390 AM com.apple.prefs.backup.remoteservice [866]: try using XPC with a MachService which has the value HideUntilCheckIn. This will result in unpredictable behavior: com.apple.backupd.status.xpc

    What model is the TC?

    Try to force the connection to 2.4 ghz using different names for the various bands... or even better to use ethernet.

    (You may need to buy love at first sight for adapter Ethernet... is an investment worth considering how unreliable wireless).

    Also give me some screenshots of the TC installing airport utility.

    Can you get it in the Finder?

  • ORA-900 sql not valid reporting error while calling the optimize_index pl/sql procedure


    Hi Experts,

    I'm on Oracle 11.2.0.3 on Linux and I have installed in my database Oracle text. I want to configure annex dbms_job to optimize my oracle text index. So first, I created a pl/sql procedure to optimize indexes. It gives me error ORA-900, but the sql even if I run in sqlplus works very well! Can you please help me the question is to find:

    Here is the procedure:

    (Either incidentally CTXAPP role has been granted in the schema where these Oracle text indexes are created and where the below procedure to optimize the index is running.)

    CREATE OR REPLACE PROCEDURE optimize_ora_txt_indexes_debug
    IS
       CURSOR cur_context_indexes
       IS
            SELECT index_name
              FROM user_indexes
             WHERE index_type = 'DOMAIN'
        AND ROWNUM<2  
        ORDER BY INDEX_NAME;
       v_user         VARCHAR2 (30);
       v_pod          VARCHAR2 (30);
       v_start_time   TIMESTAMP;
       v_end_time     TIMESTAMP;
       v_elapsed      VARCHAR2 (40);
       v_msg   VARCHAR2 (1000);
       v_error_code      NUMBER;
       v_error_msg   VARCHAR2 (1000);
       v_sql VARCHAR2 (1000);
    BEGIN
    
       FOR c IN cur_context_indexes
       LOOP
          BEGIN
            v_sql:= 'ctx_ddl.optimize_index (idx_name =>'||chr(39)|| c.index_name||chr(39)||', optlevel => '||chr(39)||'FULL'||chr(39)||')';
            dbms_output.put_line(v_sql);
            execute immediate v_sql;
          EXCEPTION
             WHEN OTHERS
             THEN
                v_error_code := SQLCODE;
                v_error_msg := SQLERRM;
                v_msg :=
                      'Error while optimizing the index '
                   || c.index_name
                   || ' '
                   || TO_CHAR (v_error_code)
                   || ' '
                   || v_error_msg;
                DBMS_OUTPUT.put_line (v_msg);
    
          END;
       END LOOP;
    
    EXCEPTION
       WHEN OTHERS
       THEN
          v_error_code := SQLCODE;
          v_error_msg := SQLERRM;
          v_msg :=
                'Error while in the optimize index procedure'
             || ' '
             || TO_CHAR (v_error_code)
             || ' '
             || v_error_msg;
          DBMS_OUTPUT.put_line (v_msg);
    
    END optimize_ora_txt_indexes_debug;
    /
    
     --the procedure compiles successfully. 
     Now when I run it , I get the error:
    SQL>exec optimize_ora_txt_indexes_debug;
    ctx_ddl.optimize_index (idx_name =>'ACCESS_CLNT_IDX04', optlevel => 'FULL')
    Error while optimizing the index ACCESS_CLNT_IDX04 -900 ORA-00900: invalid SQL
    statement
    
    
     --When I run the same command from sqlplus as execute statement , it works fine:
    SQL>exec ctx_ddl.optimize_index (idx_name =>'ACCESS_CLNT_IDX04', optlevel => 'FULL');
    PL/SQL procedure successfully completed.
     
     
    
    
    

    If everything runs from sqlplus, but fails in plsql... I'll be very grateful for pointers solve the problem.

    Thanks,

    OrauserN

    Hello

    It is a problem of pl/sql syntax. A call with EXEC is the same using BEGIN... Code of... END of block;

    SO, you need to include a beginning and an end to your call:

     v_sql:= 'BEGIN ctx_ddl.optimize_index (idx_name =>'||chr(39)|| c.index_name||chr(39)||', optlevel => '||chr(39)||'FULL'||chr(39)||'); END;';
    

    That's all.

    Herald tiomela

    http://htendam.WordPress.com

  • Still some errors in the backup, but this time less.

    Still some errors in the backup, but this time less.

    RMAN > backup database;

    From backup 13 / SEP / 17

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: SID = 26 type of device = DISK

    channel ORA_DISK_1: starting full datafile from backup set

    channel ORA_DISK_1: specifying datafile (s) in the backup set

    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 17/09/2013 20:18:25

    ORA-19602: no backup or copy of current file in NOARCHIVELOG mode

    continue other job steps, not a not working will not re-run

    channel ORA_DISK_1: starting full datafile from backup set

    channel ORA_DISK_1: specifying datafile (s) in the backup set

    including the current control in the backup set file

    including current SPFILE in the backup set

    channel ORA_DISK_1: starting piece 1 13 / SEP / 17

    channel ORA_DISK_1: finished piece 1 13 / SEP / 17

    piece handle=/u01/app/oracle/flash_recovery_area/DB11GR2/backupset/2013_09_17/o1_mf_ncsnf_TAG20130917T201824_93kwblqh_.bkp tag = TAG20130917T201824 comment = NONE

    channel ORA_DISK_1: complete set of backups, time: 00:00:01

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 17/09/2013 20:18:25

    ORA-19602: no backup or copy of current file in NOARCHIVELOG mode

    RMAN >

    Please can someone tell why I have errors?

    Thank you. Dan.

    Why you send messages again the same question?

    https://forums.Oracle.com/thread/2582524

    Thank you!!

  • "CFADMIN", "there was an error while checking the token. The session has expired or UN-bel

    People - I am really stumped on this one and need help.  I train a new employee on our CF 9.0.2 EA environment and I wanted him to run some of our scheduled tasks.  I had to open a session in the production with the admin site and password (one-time password using only the id of cfadmin "generics") without incident.

    He sailed to the scheduled tasks without incident, clicked the button "Run the scheduled task" and upward jumped a message to open a session in Administrator CF.  Never, ever have I seen this happen before.  I checked, and no one else was recorded in the CF administrator at the time.

    The application log contained the following warning: "CFADMIN", "there was an error while checking the token. The session has expired or unauthenticated access is suspected. »

    I have google, Yahooed and anything else in the meantime and can only end of references to CF10 and single account sessions.  Yet once we checked it was the on using only the administrator see  (I know because I am just another one who knows the admin password).  We are all both in the same group of security for the server (Windows 2003 R2) administration have the same level of security to the database - read-only (MS SQL Server 2005), but none of this is important since we are through THE and by using the IUSER or IWAM permissions.  Doesn't seem to matter if the integrated Windows authentication check or not in IE options either.

    I tried to separate application ID and password security - but I got the same error message.

    All ideas are most appreciated.

    Libby

    Charlie - thank you very much for your help.  Although you have identified the real problem, unfortunately I have always a solution.  But I kept in the back of my mind...

    But just recently, I was hit with this same problem myself.  As a last resort, I clean my cookies and all my temporary Internet files.  For me, that did the trick.

    My store is running the most vanilla of CF9 environments possible, Web site instance unique, the only database MS SQL Server, IIS 7 on a Windows 2008 R2 server.  Absolutely not the bells and whistles.

    Again, thank you for taking the time to read my post and you offer thoughts and support.  Without the help of specialists like you - well - I don't know where I'd be.

  • Screen flashes while taking pictures using the Auto flash and front camera on

    Device: iPhone 7 more

    iOS: 10.0.2

    Question: Screen flashes with blank white light while taking the photo using a front camera with the flash light on which is so annoying

    Note:

    After taking the photo, the photo is visible and doesn't have any problem

    I could be wrong, but I think that this is how flash works for the front facing camera.

  • Why I get this error message: error while trying to synchronize audio and midi?

    I just updated Logic Pro and all of a sudden my lexicon alpha interface does not work correctly.  I get this error message: error while trying to synchronize audio and midi. Check for conflicts between Logic Pro and the external device. Help

    Start by making sure that the project in logic settings are set correctly - I think that the lexicon only supports 44.1 or 48.

    If it is software used to Setup place the lexicon make sure you that the sampling frequency is set to the same logic.

    Sometimes that power and the lexicon solves the problem...

    If none of the help above - make sure you use a multi-out or comprehensive audio device (OS X)

  • my mac is the display of the comment... No backups for 13 days.  Connect to a power outlet while your backup disk is available.

    My Mac is the display of the comment... No backups for 13 days.  Connect to a power outlet while your backup disk is available.  For my time Machine control, everything seems to be saved.

    Time Machine also creates temporary copies on your internal drive when the backup drive is not available. So you can see the 'temporary' backups on your internal drive.

    I recommend that you connect your external drive and your power adapter and let make a permanent copy - ones on your internal drive are subject to deletion if space is short.

    By now he may need to do a 'deep traversal' which can take some time.

  • I get this error while turning on the firewall manually ": {26EE0668-A00A-44D7-9371-BEB064C98683}\3\::{4026492F-2F69-46B8-B9BF-5654FCO7E423}" "."

    I get this error while turning on the firewall manually

    Here are a few steps to try troubleshooting:
    http://Windows.Microsoft.com/en-us/Windows7/using-the-network-troubleshooter-in-Windows-7
    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-network-connection-problems

    http://Windows.Microsoft.com/en-us/Windows7/cant-connect-to-a-network

    If those who do not work, let us know exactly what is happening and when.
    B Eddie

  • error message - your backup file is not valid. It may have been deleted.

    When I start my laptop I say error message-"your backup file is not valid. It may have been deleted.' I can't select one that he tells me to do and I can't get it back, what do I do to fix this error?

    Hello

    1. what operating system is installed on your computer?

    2. what file the error refers?

    Method 1: Start in safe mode and check if it helps.

    Windows XP: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/boot_failsafe.mspx?mfr=true

    Windows Vista: http://windows.microsoft.com/en-US/windows-vista/Start-your-computer-in-safe-mode

    Windows 7: http://windows.microsoft.com/en-US/windows7/Start-your-computer-in-safe-mode

    Note: make sure to start the computer in normal startup, troubleshooting is completed.

    Method2: Start the computer in a clean boot and check if it helps.

    Windows XP: http://support.microsoft.com/kb/310353

    Windows Vista and 7: http://support.microsoft.com/kb/929135

    Note: make sure to start the computer in normal startup, troubleshooting is completed.

Maybe you are looking for