MaxDB 750 LOG Backup failed

Hello,
the LOG backup of the database crashes with following error:
ERR
-24988,ERR_SQL: sql error
-8888,connection broken [183]
KNLDIAG
2005-12-06 14:18:56      0x370     19633 CONNECT  Connect req. (T4, Node:'', PID:3008)
2005-12-06 14:18:56      0x370     19651 CONNECT  Connection released, T4
2005-12-06 14:18:56      0x370     19633 CONNECT  Connect req. (T4, Node:'', PID:3008)
2005-12-06 14:18:56      0x370     19651 CONNECT  Connection released, T4
2005-12-06 14:19:57      0x370     19633 CONNECT  Connect req. (T4, Node:'', PID:3008)
2005-12-06 14:19:59      0x370     19615 VOLUMEIO Attaching volume 'F:\sapdb\EXI\saplog\DISKL001'
2005-12-06 14:19:59      0x9C8     19613 DBSTATE  I/O thread for 'F:\sapdb\EXI\saplog\DISKL001' started
2005-12-06 14:19:59      0x370     19617 VOLUMEIO Single I/O attach, 'F:\sapdb\EXI\saplog\DISKL001', UKT:3
2005-12-06 14:19:59      0xCB4     19625 IO       Async I/O thread started, 'H:\Sicherung_XI\logs\EXI_LOG.017
2005-12-06 14:19:59      0xEE0     52101 SAVE     Filetype: file
2005-12-06 14:19:59      0xEE0     52024 SAVE     200 pages -> "erung_XI\logs\EXI_LOG.017"
2005-12-06 14:20:04      0xEE0     52024 SAVE     10800 pages -> "ung_XI\logs\EXI_LOG.017"
2005-12-06 14:20:09      0xEE0     52024 SAVE     20000 pages -> "ung_XI\logs\EXI_LOG.017"
2005-12-06 14:20:14      0xEE0     52024 SAVE     29400 pages -> "ung_XI\logs\EXI_LOG.017"
2005-12-06 14:20:19      0xEE0     52024 SAVE     39000 pages -> "ung_XI\logs\EXI_LOG.017"
2005-12-06 14:20:24      0xEE0     52024 SAVE     48200 pages -> "ung_XI\logs\EXI_LOG.017"
2005-12-06 14:20:29      0xEE0     52024 SAVE     57600 pages -> "ung_XI\logs\EXI_LOG.017"
2005-12-06 14:20:34      0xEE0     52024 SAVE     66800 pages -> "ung_XI\logs\EXI_LOG.017"
2005-12-06 14:20:39      0xEE0     52024 SAVE     76400 pages -> "ung_XI\logs\EXI_LOG.017"
2005-12-06 14:20:44      0xEE0     52024 SAVE     85400 pages -> "ung_XI\logs\EXI_LOG.017"
2005-12-06 14:20:49      0xEE0     52024 SAVE     94800 pages -> "ung_XI\logs\EXI_LOG.017"
2005-12-06 14:20:54      0xEE0     52024 SAVE     104000 pages -> "ng_XI\logs\EXI_LOG.017"
2005-12-06 14:20:59      0xEE0     52024 SAVE     113200 pages -> "ng_XI\logs\EXI_LOG.017"
2005-12-06 14:21:04      0xEE0     52024 SAVE     122600 pages -> "ng_XI\logs\EXI_LOG.017"
2005-12-06 14:21:09      0xEE0 ERR     0 SAPDBErr Assertion of state Log_SaveIterator::CheckPageBuffer pagebuffer contains no endOfLogDevice failed!
2005-12-06 14:21:09      0xEE0 ERR 18196 DBCRASH  vabort:Emergency Shutdown, Log_SaveIterator.cpp: 222
current write position -
KNLDIAG.ERR
2005-12-06 14:18:41                               --- Starting GMT 2005-12-06 13:18:41           7.5.0    Build 031-123-104-253
2005-12-06 14:21:09      0xEE0 ERR     0 SAPDBErr Assertion of state Log_SaveIterator::CheckPageBuffer pagebuffer contains no endOfLogDevice failed!
2005-12-06 14:21:09      0xEE0 ERR 18196 DBCRASH  vabort:Emergency Shutdown, Log_SaveIterator.cpp: 222
in online mode the database works fine, also a full backup...
Regards,
Domi

Hi,
the reason for the problem might be a partially written logpage on a logvolume, or a non-written, but expected logpage. If this page is not found, the logbackup throws the error you received. This should be a very rare error.
In order to solve this, you could try the following:
1. Then bring the database instance to mode <b>online</b>
2. Then bring the database instance to mode <b>admin</b>
3. Clear the log:
dbmcli -d <SID> -u <controluser>,<controlpasswd> -uUTL <controluser>,<controlpasswd> util_execute clear log
4. Perform full data backup
5. Perform log backup
Regards,
Roland
P.S.: the clear log command is a 'dangerous' command, please don't use it otherwise.

Similar Messages

  • Redo log backup failed

    Hi,
    My redo log backup failed and I've no clue on the errors. Below is the job log. Please advise. TIA !
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000064, user ID BACKUP_USER)
    No application server found on database host - rsh/gateway will be used
    Execute logical command BRARCHIVE On host bering
    Parameters:-u / -jid LOG__20090313130000 -c force -p initprd.sap -cds
    SXPG_COMMAND_EXECUTE(LONG)
    COMMANDNAME = BRARCHIVE
    OPERATINGSYSTEM = ANYOS
    TARGETSYSTEM = bering
    DESTINATION = SAPXPG_DBDEST_BERING
    BR0002I BRARCHIVE 7.00 (32)
    BR0181E Option '-cds' not supported for 'disk'
    BR0007I End of offline redo log processing: aeactnyg.log 2009-03-13 13.00.19
    BR0280I BRARCHIVE time stamp: 2009-03-13 13.00.21
    BR0005I BRARCHIVE terminated with errors
    External program terminated with exit code 3
    BRARCHIVE returned error status E
    Job finished
    DL

    Hi,
    You tried to backup redo log on disk.
    Option -cds (create second copy, delete and the first copy serial) is not supported when you do a redolog backup using disk as backup device type.
    Try to change the option to -sd (save first copy and delete)
    rgds,
    fendhy.

  • Tran log backup fail after setting a DB offline

    This is strange.  SQL 2005 SP3 (build 4340).  Full backup job and tran log backup job are separate maint plans/Agent jobs as opposed to multiple steps in one maint plan (don't ask me... I didn't set it up that way.)
    I set a database XYZ offline last night at around 9pm.  It was last backed up at 8pm (full recovery mode).  My tran log backup started failing then.  This morning, I detached the database.  Tran log backup job still failing. 
    I finally realized it had something to do with database XYZ so I re-attached it.  Tran log backup working now.  The weird thing is that XYZ had not been selected only specific databases, and the detached database isn't selected.  I
    tried setting to simple recovery mode and doing a final full backup before detaching, but tran log job still fails.  How can I get rid of database XYZ without the tran job failing?  Thanks.

    I have encountered this problem. I concur with EA. But you would need to modify the maintenance plan and save it (uncheck and check a database again) to rectify the problem (if you just open the maintenance plan and save it, it will still fail)
    Satish Kartan http://www.sqlfood.com/

  • Redo log backup failing with BR253E errno 2:

    Hi all,
    I am able to take online as well as offline backup through sapdba , but unfortunately from last 7 days my redo log backup is failing after online backup is complete with below mentioned error. I also tried to start redo log backup seperately but failed as below...
    BR002I BRARCHIVE 6.20 (18)
    BR006I Start of offline redo log processing: adwpawsw.sve 2007-11-13 21.33.22
    BR280I Time stamp 2007-11-13 21.33.25
    BR008I Offline redo log processing for database instance: PRD
    BR009I BRARCHIVE action ID: adwpawsw
    BR010I BRARCHIVE function ID: sve
    BR048I Archive function: save
    BR011I 195 offline redo log files found for processing, total size 9469.831 MB
    BR112I Files will not be compressed
    BR130I Backup device type: disk
    BR106I Files will be saved on disk in directory: F:\oracle\PRD\sapbackup
    BR126I Unattended mode active - no operator confirmation required
    BR202I Saving init_ora
    BR203I to F:\oracle\PRD\sapbackup\PRD ...
    BR202I Saving o:\orcle\prd\920\DATABASE\initPRD.sap
    BR203I to F:\oracle\PRD\sapbackup\PRD ...
    BR280I Time stamp 2007-11-13 21.33.26
    BR198I Profiles saved successfully
    BR252E Function fopen() failed for 'F:\oracle\PRD\sapbackup\.PRD/oraarch/PRDarch
    ARC10479.001' at location arch_process-4
    BR253E errno 2: No such file or directory
    BR121E Processing log file F:\oracle\PRD\sapbackup\.PRD/oraarch/PRDarchARC10479.
    001 failed
    BR016I 0 offline redo log files processed, total size 0.000 MB
    BR007I End of offline redo log processing: adwpawsw.sve 2007-11-13 21.33.26
    BR280I Time stamp 2007-11-13 21.33.26
    BR005I BRARCHIVE terminated with errors
    End of output from program 'BRARCHIVE' -
    SAPDBA: Execution of BRARCHIVE failed.
            (2007-11-13 21.33.27)
    Press <return> to continue ...
    SAPDBA: Last line from BRARCHIVE summary log:
            '#* PRD  disk  adwpawsw sve  2007-11-13 21.33.22  2007-11-13 21.33.26
            5  ...........  -
    c 6.20 (18)'
    Press <return> to continue ...
    Appreciate your quick replies.
    Best Regards,
    AjitR

    Unfortunately backlogs point to directory
    <b>'F:\oracle\PRD\sapbackup\.PRD</b>
    But i have my logfiles getting archived at D:\oracle\PRD\oraarch
    and they are supposed to be backed up at F:\oracle\PRD\sapbackup
    Below is my init.sap file for your ref, i cant find where this <b>.PRD</b> folder came from
    backup mode [all | all_data | full | incr | sap_dir | ora_dir
    | <tablespace_name> | <file_id> | <file_id1>-<file_id2>
    | <generic_path> | (<object_list>)]
    default: all
    backup_mode = all
    restore mode [all | all_data | full | incr | incr_only | incr_full
    | <tablespace_name> | <file_id> | <file_id1>-<file_id2>
    | <generic_path> | (<object_list>)]
    redirection with '=' is not supported here - use option '-m' instead
    default: all
    restore_mode = all
    backup type [offline | offline_force | offline_standby | offline_split
    | offline_stop | online | online_cons | online_split]
    default: offline
    backup_type = offline
    backup device type
    [tape | tape_auto | tape_box | pipe | pipe_auto | pipe_box | disk
    | disk_copy | disk_standby | stage | stage_copy | stage_standby
    | util_file | util_file_online | rman_util | rman_disk | rman_stage
    | rman_prep]
    default: tape
    #backup_dev_type = tape
    backup_dev_type = disk
    backup root directory [<path_name> | (<path_name_list>)]
    default: %SAPDATA_HOME%\sapbackup
    #backup_root_dir = D:\oracle\PRD\sapbackup
    backup_root_dir = F:\oracle\PRD\sapbackup
    stage root directory [<path_name> | (<path_name_list>)]
    default: value of the backup_root_dir parameter
    #stage_root_dir = D:\oracle\PRD/sapbackup
    stage_root_dir = F:\oracle\PRD\sapbackup
    compression flag [yes | no | hardware | only]
    default: no
    compress = no
    compress command
    first $-character is replaced by the source file name
    second $-character is replaced by the target file name
    <target_file_name> = <source_file_name>.Z
    for compress command the -c option must be set
    recommended setting for brbackup -k only run:
    "%SAPEXE%\mkszip -l 0 -c $ > $"
    no default
    compress_cmd = "@SAPEXE@\mkszip -c $ > $"
    uncompress command
    first $-character is replaced by the source file name
    second $-character is replaced by the target file name
    <source_file_name> = <target_file_name>.Z
    for uncompress command the -c option must be set
    no default
    uncompress_cmd = "@SAPEXE@\uncompress -c $ > $"
    directory for compression [<path_name> | (<path_name_list>)]
    default: value of the backup_root_dir parameter
    #compress_dir = D:\oracle\PRD/sapreorg
    compress_dir = F:\oracle\PRD\sapreorg
    brarchive function [save | second_copy | double_save | save_delete
    | second_copy_delete | double_save_delete | copy_save
    | copy_delete_save | delete_saved | delete_copied]
    default: save
    archive_function = save
    directory for archive log copies to disk
    default: first value of the backup_root_dir parameter
    #archive_copy_dir = D:\oracle\PRD/sapbackup
    archive_copy_dir = F:\oracle\PRD\sapbackup
    directory for archive log copies to stage
    should contain <SID> subdirectory
    default: first value of the stage_root_dir parameter
    #archive_stage_dir = D:\oracle\PRD/sapbackup
    archive_stage_dir = f:\oracle\PRD\sapbackup
    new database home directory for disk_copy | disk_standby
    no default
    new_db_home = X:\oracle\C11
    stage database home directory for stage_copy | stage_standby
    default: value Cof the new_db_home parameter
    stage_db_home = /oracle/C11
    original database home directory for split mirror disk backup
    no default
    orig_db_home = /oracle/C11

  • Redo log backup failing

    Hi everyone,
    When I'm scheduling Archive log backup through DB13 the backup are failing.
    Here is the logfile of the failed Redo log backup file.
    2008-09-03 14:45:05 Job started
    2008-09-03 14:45:05 Step 001 started (program RSDBAJOB, variant &0000000000014, user ID ROHANKU)
    2008-09-03 14:45:05 Execute logical command BRARCHIVE On host ncsdev12
    2008-09-03 14:45:05 Parameters:-u / -jid LOG__20080903144505 -c force -p initRD1.sap -cds
    2008-09-03 14:45:53 BR0002I BRARCHIVE 7.00 (24)
    2008-09-03 14:45:53 BR0006I Start of offline redo log processing: adystlhx.cds 2008-09-03 14.45.05
    2008-09-03 14:45:53 BR0484I BRARCHIVE log file: /hcs/oracle/RD1/saparch/adystlhx.cds
    2008-09-03 14:45:53 BR0477I Oracle pfile /hcs/oracle/RD1/102_64/dbs/initRD1.ora created from spfile /lms/oracle/RD1/102_64/dbs/spfileRD1.ora
    2008-09-03 14:45:53 
    2008-09-03 14:45:53 BR0280I BRARCHIVE time stamp: 2008-09-03 14.45.07
    2008-09-03 14:45:53 BR0008I Offline redo log processing for database instance: RD1
    2008-09-03 14:45:53 BR0009I BRARCHIVE action ID: adystlhx
    2008-09-03 14:45:53 BR0010I BRARCHIVE function ID: cds
    2008-09-03 14:45:53 BR0048I Archive function: copy_delete_save
    2008-09-03 14:45:53 BR0011I 1 offline redo log file found for processing, size 41.846 MB
    2008-09-03 14:45:53 BR0130I Backup device type: util_file
    2008-09-03 14:45:53 BR0109I Files will be saved by backup utility
    2008-09-03 14:45:53 BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    2008-09-03 14:45:53 
    2008-09-03 14:45:53 BR0280I BRARCHIVE time stamp: 2008-09-03 14.45.07
    2008-09-03 14:45:53 BR0229I Calling backup utility with function 'backup'...
    2008-09-03 14:45:53 BR0278I Command output of '/usr/sap/RD1/SYS/exe/run/backint -u RD1 -f backup -i /lms/oracle/RD1/saparch/.adystlhx.lst -t file -p
    2008-09-03 14:45:53 ERROR - Failed to get the policy method type: LNSDQP10-SAP
    2008-09-03 14:45:53 ERROR: incorrect format or option in .utl file (-p)
    2008-09-03 14:45:53 BR0280I BRARCHIVE time stamp: 2008-09-03 14.45.52
    2008-09-03 14:45:53 BR0279E Return code from '/usr/sap/RD1/SYS/exe/run/backint -u RD1 -f backup -i /lms/oracle/RD1/saparch/.adystlhx.lst -t file -p
    2008-09-03 14:45:53 
    2008-09-03 14:45:53 BR0232E 0 of 1 file saved by backup utility
    2008-09-03 14:45:53 BR0280I BRARCHIVE time stamp: 2008-09-03 14.45.52
    2008-09-03 14:45:53 BR0231E Backup utility call failed
    2008-09-03 14:45:53 
    2008-09-03 14:45:53 BR0016I 0 offline redo log files processed, totalsize 0.000 MB
    2008-09-03 14:45:53 
    2008-09-03 14:45:53 BR0007I End of offline redo log processing: adystlhx.cds 2008-09-03 14.45.53
    2008-09-03 14:45:53 BR0280I BRARCHIVE time stamp: 2008-09-03 14.45.53
    2008-09-03 14:45:53 BR0005I BRARCHIVE terminated with errors
    2008-09-03 14:45:53 External program terminated with exit code 5
    2008-09-03 14:45:53 BRARCHIVE returned error status E
    2008-09-03 14:45:53 Job finished
    Can you please help me out.
    Thanks in Advance.
    Regards,
    Rohan

    Hi Rohan,
    Are you using any backup software to manage SAP Backups? Has anything changed? Any upgrades done to backup software?
    2008-09-03 14:45:53 BR0278I Command output of '/usr/sap/RD1/SYS/exe/run/backint -u RD1 -f backup -i /lms/oracle/RD1/saparch/.adystlhx.lst -t file -p
    2008-09-03 14:45:53 ERROR - Failed to get the policy method type: LNSDQP10-SAP
    2008-09-03 14:45:53 ERROR: incorrect format or option in .utl file (-p)
    Cheers,
    Nisch

  • SQL LOG Backup failed in one Cluster Node

    I have 02 node SQL fail over cluster, NOD01 and NODE 02. and configure SQL log backup job via SQL Logshipping
    When the sql service is mounted to node 02 job backup will work without any issues, Once its connected to node 01 this will provide below issue
    Executed as user: <domain>\administrator. The process could not be created for step 1 of job 0xAC90A0F3623AE44285089E9EF53B12C7 (reason: The system cannot find the file specified).  The step failed.
    could anyone have on fix for this
    Thanx

    SQL Server Agent on both nodes run under same domain account?
    Are you sure that path location is correct?
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • MAXDB Force Log Backup

    Hi All,
    I am facing an issue in generating the Log backup. The scenario is given below:
    1. Most of the users will not work on the system. If we can see the previous data, for one week only 20 MB of log will be written.
    2. And I want to enable time controlled Log Backup on this system. So I have followed the note 869267 and enable the interval using the command -- autolog_on <medium> INTERVAL <time in secs>.
    3. Now I am not able to get the logs backed up for every 15 minutes.
    So Please can anyone of you tell me how to forcefully write the log for every 15 mins.
    Best Regards,
    GK.

    Hi GK,
    > My concern is, irrespective of whether users work or not on the system, it has to generate a log for every 15min.
    Yes, I got that the first time
    Anyhow, for MaxDB this is a nonsense operation. If there are no changes to the database then there are no log entries and thus no log to be backed up.
    We never "make up" entries there and we don't copy data/redo files during backup.
    We save the data we have to new files
    > The same we have enabled on Oracle Database and it is working fine for some systems like Enterprise Portal. HI GK,
    And that is a nice idea for Oracle - but just because of the way Oracle redo log files and the redo log archiving works.
    For Oracle - at least for the user managed backups (you know, BEGIN BACKUP/END BACKUP, not RMAN - you want to perform log file switches to have a kind of "sync"-point between log and data files.
    That concept of redo log files and the switches between them just don't exist with MaxDB.
    For MaxDB the log area is a rather contiguous space where we put in our log data.
    On backup time we write out portions of it to the backup medium (the portions are called LOG BACKUP SEGMENTS).
    We don't need to "finish" one file of the log area to be able to do that.
    And we always "know" at what position in the log area our most current entry resides - thus we don't need the extra "sync" point.
    You may want to read more about how logging works in MaxDB [>here<|http://maxdb.sap.com/training/internals_7.6/logging_EN_76.pdf].
    To close, your current setup is doing exacty what you want to archive.
    You don't want to get an empty file every 15 min. but you want to make sure that - should there be any changes to the database - that the log entries for those are backed up within the following 15 mins.
    That's what you got here.
    Cheers,
    Lars

  • Full Online + REDO Log backup failing

    Hi Experts,
    We have a failing backup when running a 'Full Online + REDO Logs' scheduled via DB13 (ERP6/Windows 2008/Oracle 10.2.0.4)
    Whilst it is successful in backing up the datafiles and the REDO logs to the remote destination, it fails to catalog the backup, displaying the following message:
    ORA-19625: error identifying file
    Backup_Destination\BEFSDJTA\SR3.DATA10
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 5) Access is denied.
    RMAN>
    Recovery Manager complete.
    BR0280I BRBACKUP time stamp: 2011-04-21 07.20.49
    BR0279E Return code from 'F:\oracle\SID\102\BIN\rman nocatalog': 1
    BR0536E RMAN call for database instance EQ1 failed
    BR0280I BRBACKUP time stamp: 2011-04-21 07.20.49
    BR0532E Cataloging backups of all database files failed
    From what I understand, RMAN runs under the OracleService<SID> service, which calls the oracle.exe process, which is owned by the local user SYSTEM. This accounts for the access denied problem when accessing the remote destination using the RMAN utility.
    As a test, I'm aware that if I change the ownership of oracle.exe to a non-local, domain user (<SID>adm), I can run RMAN commands without the permission denied error occuring. (performed this on a Sandbox)
    The problem  when I use this <SID>adm account as the oracle.exe owner, is that the SAP application Work Processes won't connect to oracle.
    My questions are:
    Is it a valid workaround to change the process owner of oracle.exe to something other than the local SYSTEM user?
    If so, what are the criteria that need to be met for the new domain user to ensure that the SAP application is stable?
    Does anyone know of an alternative workaround?
    Thanks,
    Chris W

    Hi Markus,
    Thanks for the response.
    I've managed to get the SAP application to run with Oracle using the <SID>adm account as the OracleService<SID> owner.
    The original problem with the SAP work processes in connecting with the Oracle database was due to the Oracle listener services also being owned by local user SYSTEM.
    I changed the listener services ownership to <SID>adm (as well as the OracleService<SID>) and this allowed the connection between the SAP work processes and Oracle.
    Also, I gave the domain <SID>adm account local administrator rights (same as SYSTEM) and have seen no problems since the switch.
    I can also access a remote host using the RMAN utility - problem appears to be solved.
    Chris

  • Archive log backup fails in brtools

    Hi, I have latest BRTOOLS PATCH, and I use BRTOOLS STUDIO.
    I NEED TO DO A ARCHIVELOG BACKUP IN MY SOLUTION MANAGER SYSTEM.
    I log on on brtools studio with sapsr3 user, with same privileges as these sap notes.
    Note 134592 - Importing the SAPDBA role (sapdba_role.sql)
    Note 834917 - Oracle Database 10g: New database role SAPCONN
    Note 1028220 - ORA-01031: Insufficient privileges despite SAPCONN role
    1. click in avaibility
    2. click in Archivelog
    3. click in execute
    4. in function = save or save_deleted(at the end, the same mistake)
    5. in device= disk
    6. in number i left blank
    7- click in next
    8. compresion = yes or no(at the end, the same mistake)
    9. verify = no
    10.fill mode = no
    11.In modify and delay, I choose the 3 option(at the end, the same mistake)
    12.Confirm
    13.Back up.
    here the job begin and some minutes or seconds later the job finish.. the only log that i can see is this:
    ERROR     2009/11/21 01:13:38   [Tools]        Instance QAS_SAPSR3_USER reports failure while running job Archivelog Backup:
    BR0002I BRARCHIVE 7.00 (44)
    BR0156E Illegal value 'delay' found for option '-modify'
    BR0007I End of offline redo log processing: aebypmny.log 2009-11-21 01.13.38
    BR0280I BRARCHIVE time stamp: 2009-11-21 01.13.38
    BR0005I BRARCHIVE terminated with errors
    if i search for aebypmny.log, i found nothing.
    below if i choose modify no then it says:
    Illegal value 'no' found for option'-modify' or if i choose yes it says:
    Illegal value 'yes' found for option '-modify'
    Then my question. how can i perform this archilog backup in brtools studio???

    Hi, thanks for your answer
    Only posted log before.
    ERROR 2009/11/21 01:13:38 Tools Instance QAS_SAPSR3_USER reports failure while running job Archivelog Backup:
    BR0002I BRARCHIVE 7.00 (44)
    BR0156E Illegal value 'delay' found for option '-modify'
    BR0007I End of offline redo log processing: aebypmny.log 2009-11-21 01.13.38
    BR0280I BRARCHIVE time stamp: 2009-11-21 01.13.38
    BR0005I BRARCHIVE terminated with errors
    if i search for aebypmny.log, i found nothing.
    are this issue related to this problem?
    why in avaibility option i can´t select this options | Restore | Recovery | Disaster Recovery???, I only can select Copy | Backup
    I do a offline and online backup. but options for revorey are unavailable..

  • Backup Failed-TM buddy logs posted-

    Hello All
    I absolutely cannot get TM to backup.
    I have removed and re added my TM disk for use with TM
    deleted plist file
    The first log said something in Adobe Contribute couldnt be indexed, so I uninstalled Contribute
    Still fails
    Here is the latest log
    Starting standard backup
    Backing up to: /Volumes/Time Machine Backup/Backups.backupdb
    Event store UUIDs don't match for volume: Macintosh
    Node requires deep traversal:/ reason:kFSEDBEventFlagMustScanSubDirs|kFSEDBEventFlagReasonEventDBUntrustable|
    No pre-backup thinning needed: 47.90 GB requested (including padding), 73.21 GB available
    Indexing a file failed. Returned -12 for: /Applications/.AdobePatchFiles, /Volumes/Time Machine Backup/Backups.backupdb/Patrick Gleason’s MacBook Pro/2009-02-06-120746.inProgress/63DA7DB4-2F22-425E-A5C2-D13094906896/Macintosh /Applications/.AdobePatchFiles
    Aborting backup because indexing a file failed.
    Stopping backup.
    Copied 0 files (6 KB) from volume Macintosh.
    Copy stage failed with error:11
    Backup failed with error: 11
    25 days since last backup
    Every time I try I seem to get a different problem file.
    I'm on a MBP, the last run of the old model-with multitouch-running 10.5.6
    I connect to my WD Mybook via FW400 to do TM backups
    The drive is 750 gb, 2 partitions about 500 general space and 250 for the TM partition. I have had success Backing up for as long as I can remember. No problems until recently.
    Any Help is greatly appreciated

    Christopher Gleason wrote:
    Event store UUIDs don't match for volume: Macintosh
    This means that something, probably an improper shutdown, caused TM to not be certain the records in the OSX +File System Event database+ match the contents of your hard drive.
    Node requires deep traversal:/ reason:kFSEDBEventFlagMustScanSubDirs|kFSEDBEventFlagReasonEventDBUntrustable|
    Because of that, TM must do a "deep traversal" -- looking at every file and folder on your HD to determine what needs to be backed-up.
    This is not a fatal problem, but the backup will be quite lengthy.
    Indexing a file failed. Returned -12 for: /Applications/.AdobePatchFiles
    Now that's a problem. That is, by the way, a hidden file (name starting with a dot). For now, the best thing to do is just exclude it from TM and try again, as there may be more problems.
    To exclude it, go to TM's Preferences and click+ Options.+
    In the next panel, click the plus sign at the bottom, and check Show Invisible items.
    In the sidebar of the next panel, select your home folder, then navigate to the file in question.
    Select it, click Exclude, then Done.
    Then do a +Back Up Now+ from the TM icon in your Menubar.
    Because of the UUID problem, your backup will be lengthy.
    If there are further problems, post the logs again, and we'll see if there's something else you can do.
    If TM runs ok, then you need to figure out what's wrong with the app.

  • MAXDB backup failed with error: end of file reached -917

    Hi I am performing a complete data backup for a database which is about 230 GB.
    Previously it had run successfully for many days, but since yesterday, I began to receive such error:
    Error: end of file reached(-917)
    The backup stopped itself after running for 1 hour, and from backup history I just saw above error message.
    I also had a look at the logs, and found below, could someone help me look into this issue?
    Appreciate your kind help in advance!
    2008-11-25 22:08:09      0xBE4 ERR 52012 SAVE     error occured, basis_err 5750
    2008-11-25 22:08:09      0xBE4 ERR     3 Backup   Data backup failed
    2008-11-25 22:08:09      0xBE4 ERR     1 Backup    +   Backupmedium #1 (F:\Dbbackup\QAS_data_01) end of file reached
    2008-11-25 22:08:09      0xBE4 ERR     6 KernelCo  +   Backup error occured, Error code 5750 "write_task_crash"
    2008-11-25 04:00:27     0x16A0     52024 SAVE     30462712 pages -> "F:\DBbackup\QAS_DATA"
    2008-11-25 04:00:28     0x1BE4     19626 IO       Async I/O thread stopped, 'F:\DBbackup\QAS_DATA'
    2008-11-25 04:00:28     0x1FC4     19626 IO       Async I/O thread stopped, 'E:\sapdb\QAS\DAT_0001'
    2008-11-25 04:00:28     0x1688     19626 IO       Async I/O thread stopped, 'E:\sapdb\QAS\DAT_0002'
    2008-11-25 04:00:28     0x15D4     19626 IO       Async I/O thread stopped, 'E:\sapdb\QAS\DAT_0003'
    2008-11-25 04:00:28      0xAEC     19626 IO       Async I/O thread stopped, 'E:\sapdb\QAS\DAT_0004'
    2008-11-25 04:00:28     0x179C     19626 IO       Async I/O thread stopped, 'E:\sapdb\QAS\DAT_0005'
    2008-11-25 04:00:28      0xDD4     19626 IO       Async I/O thread stopped, 'E:\sapdb\QAS\DAT_0006'
    2008-11-25 04:00:28     0x1AE8     19626 IO       Async I/O thread stopped, 'E:\sapdb\QAS\DAT_0007'
    2008-11-25 04:00:28     0x176C     19626 IO       Async I/O thread stopped, 'E:\sapdb\QAS\DAT_0008'
    2008-11-25 04:00:28     0x11B8     19626 IO       Async I/O thread stopped, 'G:\sapdb\QAS\DAT_0009'
    2008-11-25 04:00:28     0x1B4C     19626 IO       Async I/O thread stopped, 'G:\sapdb\QAS\DAT_0010'
    2008-11-25 04:00:28     0x1F60     19626 IO       Async I/O thread stopped, 'G:\sapdb\QAS\DAT_0011'
    2008-11-25 04:00:35      0xB8C     52012 SAVE     ready
    2008-11-25 04:00:35      0xB8C     19651 CONNECT  Connection released, T113
    Thanks,
    vivian

    Hello Shaun,
    Thank you so much for your reply. But I've checked that my F drive still have more than 480GB free space, so the space should not be the problem.
    And I've just run the backup once again, this time it keeps running for 2 hours, and then failed again with the same error.
    Is there other possible reasons of this error?
    Thanks a lot,
    Vivian

  • BACKUP failed to complete the command BACKUP DATABASE. Check the backup application log for detailed messages.

    Hi,
    We have a back up that is failing.
    The error is "BACKUP failed to complete the command BACKUP DATABASE RPS. Check the backup application log for detailed messages.".
    As I understand it the backup application log is at C:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\LOG. From that all I get is
    2014-03-05 14:49:29.41 Backup      Error: 3041, Severity: 16, State: 1.
    2014-03-05 14:49:29.41 Backup      BACKUP failed to complete the command BACKUP DATABASE myDb. Check the backup application log for detailed messages.
    The command I am using is
    BACKUP DATABASE [MyDb]
    TO  DISK = N'D:\Domains\SQL_Backup\DB\myDb\Mydb_FullBackup_20140305_1100.bak'
    WITH NOFORMAT, NOINIT,  NAME = N'mydb-Full Database Backup', SKIP, NOREWIND, NOUNLOAD,  STATS = 10
    GO
    The database is Microsoft SQL Server Standard Edition (64-bit) Version 9.00.1399.06.
    The computer is Windows server 2003 R2 Standard Edition SP2
    The Db is 191 Gb and there is 227 Gb available on the D drive where it's being backed up to.
    Any thoughts as to how I can track down the problem.
    Is the 227Gb of spare disk space big enough to back up a 191 Gb database?
    If not how much is needed?
    Thanks

    Hello,
    Can you apply latest service pack .I dont know but guess that can be issue.Once faced ,not quite sure.Also can you just make your command like
    BACKUP DATABASE [MyDb]
    TO DISK = 'D:\Domains\SQL_Backup\DB\myDb\Mydb_FullBackup_20140305_1100.bak'
    WITH NOFORMAT, NOINIT, STATS = 10
    GO
    Just a simple one .Is backup failing immediately or after some time .Error is not so helpful as it does not shows any information
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • BACKUP failed to complete the command BACKUP LOG

    Getting BACKUP failed to complete the command BACKUP LOG qoemetrics for our Lync Server 2013 SQL 2012 mirror. No backups defined on mirror. Any ideas?

    BACKUP DATABASE [rtcxds] TO  DISK = N'B:\Backups\rtcxds_backup_2014_01_22_085201_7525216.bak' WITH NOFORMAT, NOINIT,  NAME = N'rtcxds_backup_2014_01_22_085201_7525216', SKIP, REWIND, NOUNLOAD,  STATS = 10
    GO
    BACKUP DATABASE [rtcshared] TO  DISK = N'B:\Backups\rtcshared_backup_2014_01_22_085201_7575240.bak' WITH NOFORMAT, NOINIT,  NAME = N'rtcshared_backup_2014_01_22_085201_7575240', SKIP, REWIND, NOUNLOAD,  STATS = 10
    GO
    BACKUP DATABASE [rtcab] TO  DISK = N'B:\Backups\rtcab_backup_2014_01_22_085201_7625117.bak' WITH NOFORMAT, NOINIT,  NAME = N'rtcab_backup_2014_01_22_085201_7625117', SKIP, REWIND, NOUNLOAD,  STATS = 10
    GO
    BACKUP DATABASE [rgsconfig] TO  DISK = N'B:\Backups\rgsconfig_backup_2014_01_22_085201_7665100.bak' WITH NOFORMAT, NOINIT,  NAME = N'rgsconfig_backup_2014_01_22_085201_7665100', SKIP, REWIND, NOUNLOAD,  STATS = 10
    GO
    BACKUP DATABASE [rgsdyn] TO  DISK = N'B:\Backups\rgsdyn_backup_2014_01_22_085201_8005299.bak' WITH NOFORMAT, NOINIT,  NAME = N'rgsdyn_backup_2014_01_22_085201_8005299', SKIP, REWIND, NOUNLOAD,  STATS = 10
    GO
    BACKUP DATABASE [cpsdyn] TO  DISK = N'B:\Backups\cpsdyn_backup_2014_01_22_085201_8045296.bak' WITH NOFORMAT, NOINIT,  NAME = N'cpsdyn_backup_2014_01_22_085201_8045296', SKIP, REWIND, NOUNLOAD,  STATS = 10
    GO
    BACKUP DATABASE [xds] TO  DISK = N'B:\Backups\xds_backup_2014_01_22_085201_8095321.bak' WITH NOFORMAT, NOINIT,  NAME = N'xds_backup_2014_01_22_085201_8095321', SKIP, REWIND, NOUNLOAD,  STATS = 10
    GO
    BACKUP DATABASE [lis] TO  DISK = N'B:\Backups\lis_backup_2014_01_22_085201_8135340.bak' WITH NOFORMAT, NOINIT,  NAME = N'lis_backup_2014_01_22_085201_8135340', SKIP, REWIND, NOUNLOAD,  STATS = 10
    GO
    BACKUP DATABASE [mgc] TO  DISK = N'B:\Backups\mgc_backup_2014_01_22_085201_8185450.bak' WITH NOFORMAT, NOINIT,  NAME = N'mgc_backup_2014_01_22_085201_8185450', SKIP, REWIND, NOUNLOAD,  STATS = 10
    GO
    BACKUP DATABASE [LcsCDR] TO  DISK = N'B:\Backups\LcsCDR_backup_2014_01_22_085201_8225412.bak' WITH NOFORMAT, NOINIT,  NAME = N'LcsCDR_backup_2014_01_22_085201_8225412', SKIP, REWIND, NOUNLOAD,  STATS = 10
    GO
    BACKUP DATABASE [QoEMetrics] TO  DISK = N'B:\Backups\QoEMetrics_backup_2014_01_22_085201_8265396.bak' WITH NOFORMAT, NOINIT,  NAME = N'QoEMetrics_backup_2014_01_22_085201_8265396', SKIP, REWIND, NOUNLOAD,  STATS = 10
    GO
    BACKUP DATABASE [ReportServer] TO  DISK = N'B:\Backups\ReportServer_backup_2014_01_22_085201_8315433.bak' WITH NOFORMAT, NOINIT,  NAME = N'ReportServer_backup_2014_01_22_085201_8315433', SKIP, REWIND, NOUNLOAD,  STATS = 10
    GO
    BACKUP DATABASE [ReportServerTempDB] TO  DISK = N'B:\Backups\ReportServerTempDB_backup_2014_01_22_085201_8355531.bak' WITH NOFORMAT, NOINIT,  NAME = N'ReportServerTempDB_backup_2014_01_22_085201_8355531', SKIP, REWIND, NOUNLOAD,  STATS = 10

  • ALLOnl+LOG Backup via DB13 failed

    Hi!
    I have planned each week a ALL Online Backup with LOG.
    When the action has been performed the backup failed and I get the following error:
    BR0301W SQL error -1031 at location saplikey_read-1, SQL statement:
    'OPEN curs_122 CURSOR FOR'
    'SELECT SELECT LIKEY, VALUE FROM SAP_SAPLIKEY ORDER BY LIKEY'
    ORA-01031: insufficient privileges
    BR1301W Error message from likeywlib: likey_init: likeyche_fill_buffer: couldn't get the list of all records from the persistence.
    BR1302W Initialization of license key library likeywlib failed, return code 1
    BR1304W Checking SAP license failed at location BrLicCheck-104
    BR0602W No valid SAP license found - please contact SAP
    I checked via tcode SLICENSE and detected that a valid SAP license exist.
    Question:
    How can I solve this problem?
    Thank you very much!
    regards
    Holger

    Hello Holger,
    before you can perform a backup the BR*Tools are checking the valid licenses. The PUBLIC synonym SAP_SAPLIKEY is used for that.
    Your user that is performing this action is not allowed to query the PUBLIC synonym (and the corresponding base table). This can have different reasons (wrong synonym, sapconn or sapdba role script was not executed, etc.).
    Normally the BR*Tools are run under <SID>adm, if you schedule the backup via DB13. So please check all these stuff (#1028220, #834917, #480266).
    I also have investigated a topic like that with another user in the forum... please also check this thread:
    Re: DB13: ORA-01031: insufficient privileges
    Regards
    Stefan

  • Whole database offline + redo log backup  Scheduling failed

    Hi Experts,
             In DB13 I have the following Issue,  Whole database offline + redo log backup  Scheduling failed.
    How to solve this.

    Hi,
            Below is the Log details,
    BR0120I Control files
    File                                                Size   Id.      Device  Link    Type
    /oracle/PRD/origlogA/cntrl/cntlrPRD.dbf         13975552    0      5578783  NOLINK  FILE
    /oracle/PRD/origlogB/cntrl/cntrlPRD.dbf         13975552    0      5578784  NOLINK  FILE
    /oracle/PRD/sapdata1/cntrl/cntrlPRD.dbf         13975552    0      5578772  NOLINK  FILE
    BR0616I Tablespaces in table TSORA for SAP owner SAPSR3:
    PSAPSR3, PSAPSR3700, PSAPSR3USR
    BR0227E Not enough disk space in /test123/PRDBK for backup, missing at least 149478.274 MB
    BR0056I End of database backup: behzgxph.afd 2012-02-28 03.05.40
    BR0280I BRBACKUP time stamp: 2012-02-28 03.05.40
    BR0054I BRBACKUP terminated with errors
    BR0280I BRBACKUP time stamp: 2012-02-28 03.05.40
    BR0291I BRARCHIVE will be started with options '-U -jid ALGOF20110129030500 -d disk -c force -p initPRD.sap -sd'
    BR0280I BRBACKUP time stamp: 2012-02-28 03.06.09
    BR0292I Execution of BRARCHIVE finished with return code 0

Maybe you are looking for