Error while taking RMAN back up - RMAN-03009: failure of backup command ..

Hi Experts,
I am trying to take RMAN back up but at the end I get this error message.. I found a solution at http://www.oracle-base.com/articles/9i/RecoveryManager9i.php
But this is of oracle 9i. Can I use it on 10g too ?
So is this Step correct ?
1) First create a user to hold the recovery catalog:
a) CONNECT sys/password@w2k1 AS SYSDBA
b) GRANT connect, resource, recovery_catalog_owner TO rman;
2) Then create the recovery catalog:
a) C:>rman catalog=rman/rman@w2k1
b) RMAN> create catalog tablespace "RMAN";
c) RMAN> exit
3) Register Database
a) C:>rman catalog=rman/rman@w2k1 target=sys/password@w2k2
b) RMAN> register database;
c) Existing user-created backups can be added to the catalog using: (*So far no Back up taken so I guess this step can be ignored*)
i) RMAN> catalog datafilecopy 'C:\Oracle\Oradata\TSH1.dbf';
ii) RMAN> catalog archivelog 'log1', 'log2', 'log3', ... 'logN';
4) Full Backup Configuration
RMAN> configure retention policy to recovery window of 7 days;
RMAN> configure default device type to disk;
RMAN> configure controlfile autobackup on;
RMAN> configure channel device type disk format 'C:\Oracle\Admin\W2K2\Backup%d_DB_%u_%s_%p';
5) Full back up
RMAN> run {
backup database plus archivelog;
delete noprompt obsolete;
6) RMAN> resync catalog;
Starting backup at 15-MAY-10
using channel ORA_DISK_1
channel ORA_DISK_1: starting full datafile backupset
channel ORA_DISK_1: specifying datafile(s) in backupset
input datafile fno=00006 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\DM_MENTOR200
60430230208_DB.DBF
input datafile fno=00002 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\UNDOTBS01.DB
F
input datafile fno=00007 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\DM_MENTOR200
60430230208_IND.DBF
input datafile fno=00001 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\SYSTEM01.DBF
input datafile fno=00003 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\SYSAUX01.DBF
input datafile fno=00005 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\EXAMPLE01.DB
F
input datafile fno=00004 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\USERS01.DBF
channel ORA_DISK_1: starting piece 1 at 15-MAY-10
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 05/15/2010 05:11:
03
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 52428800 bytes disk space from 2147483648 limit
continuing other job steps, job failed will not be re-run
channel ORA_DISK_1: starting full datafile backupset
channel ORA_DISK_1: specifying datafile(s) in backupset
including current controlfile in backupset
channel ORA_DISK_1: starting piece 1 at 15-MAY-10
channel ORA_DISK_1: finished piece 1 at 15-MAY-10
piece handle=C:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ZUMA\BACKUPSET\2010_05
_15\O1_MF_NCNNF_TAG20100515T045136_5YX3TTFT_.BKP comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:17
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 05/15/2010 05:11:21
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 05/15/2010 05:11:
03
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 52428800 bytes disk space from 2147483648 limit
RMAN>
Thanks & Regards,
Ranjith John

Provided you consult the 10g RMAN documentation and the online error documentation: yes.
But apparently you didn't check documentation, not even the error messages!!!!! Why?
You are backing up to the Flash Recovery Area, and the error messages mean too much space is occupied.
How to configure the Flash Recovery Areea is fully documented in the Backup and Recovery manual for 10g at http://tahiti.oracle.com
READ IT.
Please do not ask a volunteer to abstract it.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Error while taking backup  through RMAN in 10g XE

    While taking backup through RMAN in XE instance , an error comes out.
    The contents of oxe_backup_current file is as below :
    XE Backup Log
    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Jul 6 15:49:51 2011
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    connected to target database: XE (DBID=2635631092)
    RMAN>
    echo set on
    RMAN> shutdown immediate;
    using target database control file instead of recovery catalog
    database closed
    database dismounted
    Oracle instance shut down
    RMAN> startup mount;
    connected to target database (not started)
    Oracle instance started
    database mounted
    Total System Global Area     805306368 bytes
    Fixed Size                     1261444 bytes
    Variable Size                209715324 bytes
    Database Buffers             591396864 bytes
    Redo Buffers                   2932736 bytes
    RMAN> configure retention policy to redundancy 2;
    old RMAN configuration parameters:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
    new RMAN configuration parameters:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
    new RMAN configuration parameters are successfully stored
    RMAN> configure controlfile autobackup format for device type disk clear;
    RMAN configuration parameters are successfully reset to default value
    RMAN> configure controlfile autobackup on;
    old RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    new RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration parameters are successfully stored
    RMAN> sql "create pfile=''/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/dbs/spfile2init.ora'' from spfile";
    *sql statement: create pfile=''/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/dbs/spfile2init.ora'' from spfile*
    *RMAN-00571: ===========================================================*
    *RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============*
    *RMAN-00571: ===========================================================*
    *RMAN-03009: failure of sql command on default channel at 07/06/2011 15:50:57*
    *RMAN-11003: failure during parse/execution of SQL statement: create pfile='/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/dbs/spfile2init.ora' from spfile*
    *ORA-27086: unable to lock file - already in use*
    *Linux Error: 11: Resource temporarily unavailable*
    Additional information: 8
    Additional information: 16476
    RMAN> backup as backupset device type disk database;
    Starting backup at 06-JUL-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=102 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00003 name=/usr/lib/oracle/xe/oradata/XE/sysaux.dbf
    input datafile fno=00005 name=/usr/lib/oracle/xe/oradata/XE/ftress_data_log01.dbf
    input datafile fno=00006 name=/usr/lib/oracle/xe/oradata/XE/ftress_data_lrg01.dbf
    input datafile fno=00001 name=/usr/lib/oracle/xe/oradata/XE/system.dbf
    input datafile fno=00009 name=/usr/lib/oracle/xe/oradata/XE/ftress_indx_log01.dbf
    input datafile fno=00010 name=/usr/lib/oracle/xe/oradata/XE/ftress_indx_lrg01.dbf
    input datafile fno=00002 name=/usr/lib/oracle/xe/oradata/XE/undo.dbf
    input datafile fno=00004 name=/usr/lib/oracle/xe/oradata/XE/users.dbf
    input datafile fno=00008 name=/usr/lib/oracle/xe/oradata/XE/ftress_data_sml01.dbf
    input datafile fno=00012 name=/usr/lib/oracle/xe/oradata/XE/ftress_indx_sml01.dbf
    input datafile fno=00011 name=/usr/lib/oracle/xe/oradata/XE/ftress_indx_mdm01.dbf
    input datafile fno=00007 name=/usr/lib/oracle/xe/oradata/XE/ftress_data_mdm01.dbf
    channel ORA_DISK_1: starting piece 1 at 06-JUL-11
    channel ORA_DISK_1: finished piece 1 at 06-JUL-11
    piece handle=/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/backupset/2011_07_06/o1_mf_nnndf_TAG20110706T155057_718dw649_.bkp tag=TAG20110706T155057 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:15
    Finished backup at 06-JUL-11
    Starting Control File and SPFILE Autobackup at 06-JUL-11
    piece handle=/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/autobackup/2011_07_06/o1_mf_s_755797849_718dwofy_.bkp comment=NONE
    Finished Control File and SPFILE Autobackup at 06-JUL-11
    RMAN> configure controlfile autobackup off;
    old RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    new RMAN configuration parameters are successfully stored
    RMAN> alter database open;
    database opened
    RMAN> delete noprompt obsolete;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 2
    using channel ORA_DISK_1
    Deleting the following obsolete backups and copies:
    Type                 Key    Completion Time    Filename/Handle
    Backup Set           3      06-JUL-11        
      Backup Piece       3      06-JUL-11          /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/backupset/2011_07_06/o1_mf_nnndf_TAG20110706T133443_7184wr4d_.bkp
    Backup Set           4      06-JUL-11        
      Backup Piece       4      06-JUL-11          /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/autobackup/2011_07_06/o1_mf_s_755789675_7184x7fp_.bkp
    deleted backup piece
    backup piece handle=/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/backupset/2011_07_06/o1_mf_nnndf_TAG20110706T133443_7184wr4d_.bkp recid=3 stamp=755789684
    deleted backup piece
    backup piece handle=/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/autobackup/2011_07_06/o1_mf_s_755789675_7184x7fp_.bkp recid=4 stamp=755789699
    Deleted 2 objects
    RMAN>
    Recovery Manager complete.
    RMAN error: See log for details.

    I think it is trying to overwrite exiting file. Either give a different name or cleanup the files in preferred location.

  • I am getting below error while taking RMAN backup.

    Friends,
    I am getting below error while taking RMAN backup.
    The issue is related with a lock while trying to backup the controlfile.
    The lock is more likely caused by the autobackup controlfile process started just before RMAN process was also trying the backup controlfile as shown in the following alert.log excerpt.
    Starting Control File and SPFILE Autobackup at 2009-04-07 09:24:58
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of Control File and SPFILE Autobackup command on ORA_DISK_1 channel at 04/07/2009 09:25:03
    ORA-00230: operation disallowed: snapshot control file enqueue unavailable
    Is there anyway to solve this issue?Thanks in advance.

    Hi,
    SQL> SELECT s.sid, username AS "User", program, module, action, logon_time "Logon", l.*
    FROM v$session s, v$enqueue_lock l
    WHERE l.sid = s.sid and l.type = 'CF' AND l.id1 = 0 and l.id2 = 2; 2 3
    no rows selected
    Oracle version : 10.2.0.3
    I am getting this error once in a month not everyday.
    Starting Control File and SPFILE Autobackup at 2009-04-07 09:24:58
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of Control File and SPFILE Autobackup command on ORA_DISK_1 channel at 04/07/2009 09:25:03
    ORA-00230: operation disallowed: snapshot control file enqueue unavailable
    Please suggest me based on this..Thanks in advance..

  • RMAN-03009: failure of delete command on ... ORA-19606: Cannot copy or rest

    one server using 11.2.0.1.0 under Suse Linux
    configured catalog db, main db & jobs & ... almost everything with enterprise manager
    keep backups 14 days
    To make 14 full online dumps I had to aktive the archive mode and try to get rid of thoose unwanted additional files.
    Additional I make every night (less til no db activity) a dump and compress it myself.
    After some days the backupjob complain that it can not delete old files.
    EM / manage all backups / crosscheck all(
    CROSSCHECK BACKUPSET;
    CROSSCHECK COPY;
    sucessful
    EM / manage all backups / delete old backups
    DELETE NOPROMPT OBSOLETE;
    failed.
    script result
    Recovery Manager: Release 11.2.0.1.0 - Production on Tue Sep 7 17:20:55 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN>
    connected to target database: <SID> (DBID=773091283)
    RMAN>
    connected to recovery catalog database
    RMAN>
    echo set on
    RMAN> DELETE NOPROMPT OBSOLETE;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to recovery window of 14 days
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=196 device type=DISK
    Deleting the following obsolete backups and copies:
    Type Key Completion Time Filename/Handle
    Control File Copy 3831 03-AUG-10 /opt/oracle/base/product/11gR1/db/dbs/snapcf_<SID>.f
    Backup Set 18750 23-AUG-10
    Backup Piece 18754 23-AUG-10 /srv/ora/data/flash_recovery_area/<SID>/backupset/2010_08_23/o1_mf_nnndf_BACKUP_<SID>CH0_673c0hbp_.bkp
    Backup Set 18751 23-AUG-10
    Backup Piece 18755 23-AUG-10 /srv/ora/data/flash_recovery_area/<SID>/backupset/2010_08_23/o1_mf_nnndf_BACKUP_<SID>CH0_673c0hbo_.bkp
    Backup Set 19479 24-AUG-10
    Backup Piece 19482 24-AUG-10 /tmp/o0lm3qh9_1_1
    Backup Set 19490 24-AUG-10
    Backup Set 20087 24-AUG-10
    Backup Piece 20089 24-AUG-10 /srv/ora/data/flash_recovery_area/<SID>/autobackup/2010_08_24/o1_mf_s_727891232_677n40r3_.bkp
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of delete command on ORA_DISK_1 channel at 09/07/2010 17:20:57
    ORA-19606: Cannot copy or restore to snapshot control file
    exit;
    Recovery Manager complete.
    google found some questions, but not fittung answers.
    So far:
    - I checked the folder & users rights.
    - I found some /tmp/ files - yes I "backup" the backuped archivelogs to-delete files in /tmp - I only active archivelogmode so I can onlinebackup
    - I managed to login via rman and execute DELETE OBSOLETE manual - result above.
    - Actual I delete the set one by one to find the problem set. (delete backupset 12345 ) from the list manually.
    Some a good idea what went wrong?
    additional: Is there a way to let oracle delete the empy archvielog-directories after deleting the logs within?
    18:00- the command "RMAN> BACKUP CURRENT CONTROLFILE" also fails.
    Edited by: 793286 on 07.09.2010 09:00

    Meanwhile I managed to delete all backupsets one by one.
    The problem with $ORACLE_HOME/dbs/snapcf_<SID>.f persists.
    cd $ORACLE_HOME/dbs
    mv snapcf_<SID>.f snapcf_<SID>.f.bak
    # replaced actual dbsidname with <SID>
    RMAN> delete obsolete;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to recovery window of 14 days
    using channel ORA_DISK_1
    Deleting the following obsolete backups and copies:
    Type Key Completion Time Filename/Handle
    Control File Copy 3831 03-AUG-10 /opt/oracle/base/product/11gR1/db/dbs/snapcf_TARMED1P.f
    Do you really want to delete the above objects (enter YES or NO)? y
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of delete command on ORA_DISK_1 channel at 09/08/2010 09:44:07
    ORA-19606: Cannot copy or restore to snapshot control file
    mv snapcf_<SID>.f.bak snapcf_<SID>.fRMAN> backup current controlfile;
    Starting backup at 08-SEP-10
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting compressed full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    including current control file in backup set
    channel ORA_DISK_1: starting piece 1 at 08-SEP-10
    channel ORA_DISK_1: finished piece 1 at 08-SEP-10
    piece handle=/srv/ora/data/flash_recovery_area/TARMED1P/backupset/2010_09_08/o1_mf_ncnnf_TAG20100908T095000_68gj1b2m_.bkp tag=TAG20100908T095000 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
    Finished backup at 08-SEP-10
    Starting Control File and SPFILE Autobackup at 08-SEP-10
    piece handle=/srv/ora/data/flash_recovery_area/TARMED1P/autobackup/2010_09_08/o1_mf_s_729165003_68gj1d1b_.bkp comment=NONE
    Finished Control File and SPFILE Autobackup at 08-SEP-10
    RMAN> delete obsolete;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to recovery window of 14 days
    using channel ORA_DISK_1
    Deleting the following obsolete backups and copies:
    Type Key Completion Time Filename/Handle
    Control File Copy 3831 03-AUG-10 /opt/oracle/base/product/11gR1/db/dbs/snapcf_<SID>.f
    Do you really want to delete the above objects (enter YES or NO)? y
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of delete command on ORA_DISK_1 channel at 09/08/2010 09:52:37
    ORA-19606: Cannot copy or restore to snapshot control file
    No different effect, if I changed the filename via 2nd terminal to .bak or not.
    RMAN> delete controlfilecopy 3831;
    will fail, if the file exists or not.
    Any chance to reset/kill that file?
    Is there a need to restart the dbms after rename the file?

  • Getting error while taking MAX DB trans log backup.

    Hi,
    I am getting error while taking trans log backup of Maxdb database for archived log through data protector as below,
    [Critical] From: OB2BAR_SAPDBBAR@ttcmaxdb "MAX" Time: 08/19/10 02:10:41
    Unable to back up archive logs: no autolog medium found in media list
    But i am able to take complete data and incremental backup through data protector.
    I have already enabled the autolog for MAX DB database and it is writing that log file directly to HP-UX file system. Now i want to take backup of this archived log backup through data protector i.e. through trans log backup. So that the archived log which is on the file system after trans log backup completed will delete the archived logs in filesystem.  So that i don;t have to manually delete the archived logs from file system.
    Thanks,
    Subba

    Hi Lars,
    Thanks for the reply...
    Now i am able to take archive log backup but the problem is i can take only one archive file backup. Not multiple arhive log files generated by autolog at filesystem i.e /sapdb/MAX/saparch.
    I have enabled autolog and it is putting auto log file at unix directory i.e. /sapdb/MAX/saparch
    And then i am using the DataProtector 6.11 with trans log backup to backup the archived files in /sapdb/MAX/saparch. When i start the trans backup session through data protector it uses the archive stage command as "archive_stage BACKDP-Archive LOGBackup NOVERIFY REMOVE" If /sapdb/MAX/saparch has only one archive file it will backup and remove the file successfully. But if /sapdb/MAX/saparch has multiple archive files it gives an error as below,
      Preparing backup.
                Setting environment variable 'BI_CALLER' to value 'DBMSRV'.
                Setting environment variable 'BI_REQUEST' to value 'OLD'.
                Setting environment variable 'BI_BACKUP' to value 'ARCHIVE'.
                Constructed Backint for MaxDB call '/opt/omni/lbin/sapdb_backint -u MAX -f backup -t file -p SAPDB.13576.1283767878.par -i /var/opt/omni/tmp/MAX.
    bsi_in -c'.
                Created temporary file '/var/opt/omni/tmp/MAX.bsi_out' as output for Backint for MaxDB.
                Created temporary file '/var/opt/omni/tmp/MAX.bsi_err' as error output for Backint for MaxDB.
                Writing '/sapdb/data/wrk/MAX/dbm.ebf' to the input file.
                Writing '/sapdb/data/wrk/MAX/dbm.knl' to the input file.
            Prepare passed successfully.
            Starting Backint for MaxDB.
                Starting Backint for MaxDB process '/opt/omni/lbin/sapdb_backint -u MAX -f backup -t file -p SAPDB.13576.1283767878.par -i /var/opt/omni/tmp/MAX.
    bsi_in -c >>/var/opt/omni/tmp/MAX.bsi_out 2>>/var/opt/omni/tmp/MAX.bsi_err'.
                Process was started successfully.
            Backint for MaxDB has been started successfully.
            Waiting for the end of Backint for MaxDB.
                2010-09-06 03:15:21 The backup tool is running.
                2010-09-06 03:15:24 The backup tool process has finished work with return code 0.
            Ended the waiting.
            Checking output of Backint for MaxDB.
            Have found all BID's as expected.
        Have saved the Backup History files successfully.
        Cleaning up.
            Removing data transfer pipes.
                Removing data transfer pipe /var/opt/omni/tmp/MAX.BACKDP-Archive.1 ... Done.
            Removed data transfer pipes successfully.
            Copying output of Backint for MaxDB to this file.
    Begin of output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_out)----
                #SAVED 1009067:1 /sapdb/data/wrk/MAX/dbm.ebf
                #SAVED 1009067:1 /sapdb/data/wrk/MAX/dbm.knl
    End of output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_out)----
            Removed Backint for MaxDB's temporary output file '/var/opt/omni/tmp/MAX.bsi_out'.
            Copying error output of Backint for MaxDB to this file.
    Begin of error output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_err)----
    End of error output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_err)----
            Removed Backint for MaxDB's temporary error output file '/var/opt/omni/tmp/MAX.bsi_err'.
            Removed the Backint for MaxDB input file '/var/opt/omni/tmp/MAX.bsi_in'.
        Have finished clean up successfully.
    The backup of stage file '/export/sapdb/arch/MAX_LOG.040' was successful.
    2010-09-06 03:15:24
    Backing up stage file '/export/sapdb/arch/MAX_LOG.041'.
        Creating pipes for data transfer.
            Creating pipe '/var/opt/omni/tmp/MAX.BACKDP-Archive.1' ... Done.
        All data transfer pipes have been created.
        Preparing backup tool.
            Setting environment variable 'BI_CALLER' to value 'DBMSRV'.
            Setting environment variable 'BI_REQUEST' to value 'OLD'.
            Setting environment variable 'BI_BACKUP' to value 'ARCHIVE'.
            Constructed Backint for MaxDB call '/opt/omni/lbin/sapdb_backint -u MAX -f backup -t file -p SAPDB.13576.1283767878.par -i /var/opt/omni/tmp/MAX.bsi_
    in -c'.
            Created temporary file '/var/opt/omni/tmp/MAX.bsi_out' as output for Backint for MaxDB.
            Created temporary file '/var/opt/omni/tmp/MAX.bsi_err' as error output for Backint for MaxDB.
            Writing '/var/opt/omni/tmp/MAX.BACKDP-Archive.1 #PIPE' to the input file.
        Prepare passed successfully.
        Constructed pipe2file call 'pipe2file -d file2pipe -f /export/sapdb/arch/MAX_LOG.041 -p /var/opt/omni/tmp/MAX.BACKDP-Archive.1 -nowait'.
        Starting pipe2file for stage file '/export/sapdb/arch/MAX_LOG.041'.
            Starting pipe2file process 'pipe2file -d file2pipe -f /export/sapdb/arch/MAX_LOG.041 -p /var/opt/omni/tmp/MAX.BACKDP-Archive.1 -nowait >>/var/tmp/tem
    p1283767880-0 2>>/var/tmp/temp1283767880-1'.
            Process was started successfully.
        Pipe2file has been started successfully.
        Starting Backint for MaxDB.
            Starting Backint for MaxDB process '/opt/omni/lbin/sapdb_backint -u MAX -f backup -t file -p SAPDB.13576.1283767878.par -i /var/opt/omni/tmp/MAX.bsi_
    in -c >>/var/opt/omni/tmp/MAX.bsi_out 2>>/var/opt/omni/tmp/MAX.bsi_err'.
            Process was started successfully.
        Backint for MaxDB has been started successfully.
        Waiting for end of the backup operation.
            2010-09-06 03:15:25 The backup tool process has finished work with return code 2.
            2010-09-06 03:15:25 The backup tool is not running.
            2010-09-06 03:15:25 Pipe2file is running.
            2010-09-06 03:15:25 Pipe2file is running.
            2010-09-06 03:15:30 Pipe2file is running.
            2010-09-06 03:15:40 Pipe2file is running.
            2010-09-06 03:15:55 Pipe2file is running.
            2010-09-06 03:16:15 Pipe2file is running.
            Killing not reacting pipe2file process.
            Pipe2file killed successfully.
            2010-09-06 03:16:26 The pipe2file process has finished work with return code -1.
        The backup operation has ended.
        Filling reply buffer.
            Have encountered error -24920:
                The backup tool failed with 2 as sum of exit codes and pipe2file was killed.
            Constructed the following reply:
                ERR
                -24920,ERR_BACKUPOP: backup operation was unsuccessful
                The backup tool failed with 2 as sum of exit codes and pipe2file was killed.
        Reply buffer filled.
        Cleaning up.
            Removing data transfer pipes.
                Removing data transfer pipe /var/opt/omni/tmp/MAX.BACKDP-Archive.1 ... Done.
            Removed data transfer pipes successfully.
            Copying output of Backint for MaxDB to this file.
    Begin of output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_out)----
    End of output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_out)----
            Removed Backint for MaxDB's temporary output file '/var/opt/omni/tmp/MAX.bsi_out'.
            Copying error output of Backint for MaxDB to this file.
    Begin of error output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_err)----
    End of error output of Backint for MaxDB (/var/opt/omni/tmp/MAX.bsi_err)----
            Removed Backint for MaxDB's temporary error output file '/var/opt/omni/tmp/MAX.bsi_err'.
            Removed the Backint for MaxDB input file '/var/opt/omni/tmp/MAX.bsi_in'.
            Copying pipe2file output to this file.
    Begin of pipe2file output (/var/tmp/temp1283767880-0)----
    End of pipe2file output (/var/tmp/temp1283767880-0)----
            Removed pipe2file output '/var/tmp/temp1283767880-0'.
            Copying pipe2file error output to this file.
    Begin of pipe2file error output (/var/tmp/temp1283767880-1)----
    End of pipe2file error output (/var/tmp/temp1283767880-1)----
            Removed pipe2file error output '/var/tmp/temp1283767880-1'.
        Have finished clean up successfully.
    The backup of stage file '/export/sapdb/arch/MAX_LOG.041' was unsuccessful.
    2010-09-06 03:16:26
    Cleaning up.
        Have encountered error -24919:
            Can not remove file '/var/tmp/temp1283767880-0'.
            (System error 2; No such file or directory)
        Could not remove temporary output file of pipe2file ('/var/tmp/temp1283767880-0' ).
        Have encountered error -24919:
            Can not remove file '/var/tmp/temp1283767880-1'.
            (System error 2; No such file or directory)
        Could not remove temporary output file of pipe2file ('/var/tmp/temp1283767880-1' ).
    Have finished clean up successfully.
    Thanks,
    Subba

  • While taking farm back having below issue

    Hi,
    I am having this issue while taking farm back up.
    Object SharePoint_Config failed in event OnBackup. For more information, see the spbackup.log
    or sprestore.log file located in the backup directory. 
    SqlException: Cannot open backup device 'XX\yy\zz.bak'. Operating system error 5(Access is denied.). 
    BACKUP DATABASE is terminating abnormally
    Any help?
    Thanks
    srabon

    No, your *SQL Server Service Account* (that is, the user running sqlserv.exe in Task Manager) must have NTFS Write access to the path \\XX\yy\.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Ora-00604 error while taking tkprof of a trace file

    Sorry i am giving the full erro but omitting exact table names
    Hi ,
    I have an error while taking tkprof of a trace file.
    I gave the following command ---
    tkprof <source.trc> <file.prc> sys=no sort=exeela,fchela,prsela explain= /
    error is --
    Error in create table of EXPLAIN PLAN table : unix_session_user.prof$paln_table
    ORA-00604: error occurred at recursive SQL level 1
    ORA-20001: Step-6:DDL
    Event Security. You are not permitted to perform the requested structural
    changes to PROF (TABLE)
    Event triggered : CREATE
    ora_login_user
    (session_user) : unix_session_user(dummy)
    Search : select count(*) from
    tabl(dummy table name) where obj_name like '%\%%' escape '\' and obj_type =
    'TABLE' and obj_type = 'USER' and ( event_CREATE = 'Y' or status =
    'Override')
    ORA-06512: at line 162
    ORA-06510: PL/SQL: unhandled
    user-defined exception
    EXPLAIN PLAN option disabled.
    i searched for the error and in oracle forum i found a solution .. http://forums.oracle.com/forums/thread.jspa?threadID=844287&tstart=0
    but after giving the table option it is giving the same error
    tkprof <source.trc> <file.prc> sys=no sort=exeela,fchela,prsela table=old_schema.plan_table explain= /
    it again gave the same error.
    In both two cases it gives elapsed time results,library cache missing etc but before giving this it throws ORA-00604 error as stated above
    then i again correct the tkprof statement ..
    tkprof <source.trc> <file.prc> sys=no sort=exeela,fchela,prsela table=new_schema.plan_table explain= /
    say this schema name here i used is dummy schema name.
    My question is did this error came as we had not sufficient previlages in the old_schema but that previleges we have in new_schema?
    My databse version is 9.2.0.4.0
    Thanks in advance
    Edited by: bp on Feb 3, 2009 11:36 PM
    Edited by: bp on Feb 3, 2009 11:40 PM

    Please post here full error message, there should be lines with ORA-00604 and then some other ORA as well.
    And are there any trace files generated during this error?
    And as You can see from error description, probably You will have to contact with Oracle support in order to solve this case:
    oerr ora 00604
    00604, 00000, "error occurred at recursive SQL level %s"
    // *Cause:  An error occurred while processing a recursive SQL statement
    // (a statement applying to internal dictionary tables).
    // *Action: If the situation described in the next error on the stack
    // can be corrected, do so; otherwise contact Oracle Support.

  • There was an error while writing data back to the server: Failed to commit objects to server : Duplicate object name in the same folder.

    Post Author: dmface15
    CA Forum: Administration
    I am working in a new enviorment and i am trying to save a report to the Crystal Server via the CMC. I am uploading the report from the objects tab and attempting to save to a folder. The report has 1 static defined parameter and that's it. When i click submit to save the report i receive the following error message: "There was an error while writing data back to the server: Failed to commit objects to server : Duplicate object name in the same folder." There is not a anothe report within the folder with that name. What could be causing this error message and equally important, what is the solution.

    hte message you received about duplicate user probably means something hadn't fully updated yet. Once it did then it worked...
    Regards,
    Tim

  • Getting error while taking preview of Web Dynpro iView

    Hi,
    I am getting this error while taking a preview of Web Dynpro iView :
    500   Internal Server Error
          SAP J2EE Engine/6.40
    Application error occurred during request processing.
    Details:   com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Wrong WebDynpro-URL: no application name specified
    Exception id: [0011D83FB2E7004A00000CB800001E0400045F7E8F181DF7]
    This error comes if the Web Dynpro iView don't have the Web Dynpro application name specified.
    Regards
    Neha Singh

    Hi,
    After selecting the Webdynpro java iView enter the following parameter correctly
    1. System -  Sap-LocalSystem
    2.Name Space  - local/<your webdynpro project name>
    3.Application name - <your webdynpro application name>
    4. choose plain HTML option
    Regards,
    P.Manivannan

  • Error while taking archive log backup

    Dear all,
    We are getting the below mentioned error while taking the archive log backup
    ============================================================================
    BR0208I Volume with name RRPA02 required in device /dev/rmt0.1
    BR0210I Please mount BRARCHIVE volume, if you have not already done so
    BR0280I BRARCHIVE time stamp: 2010-05-27 16.43.41
    BR0256I Enter 'c[ont]' to continue, 's[top]' to cancel BRARCHIVE:
    c
    BR0280I BRARCHIVE time stamp: 2010-05-27 16.43.46
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR0280I BRARCHIVE time stamp: 2010-05-27 16.43.46
    BR0226I Rewinding tape volume in device /dev/rmt0 ...
    BR0351I Restoring /oracle/RRP/sapreorg/.tape.hdr0
    BR0355I from /dev/rmt0.1 ...
    BR0278W Command output of 'LANG=C cd /oracle/RRP/sapreorg && LANG=C cpio -iuvB .tape.hdr0 < /dev/rmt0.1':
    Can't read input
    ===========================================================================
    We are able to take offline, online backups but we are facing the above mentioned problem while taking archive log backup
    We are on ECC 6 / Oracle / AIX
    The kernel is latest
    The drive is working fine and there is no problem with the tapes as we have tried using diffrent tapes
    can this be a permissions issue?
    I ran saproot.sh but somehow it is setting owner as sidadm and group as sapsys to some of the br* files
    I tried by changing the permissions to oraSID : dba but still the error is the same
    Any suggestions?

    Means you have not initialized the medias but trying to take backups.
    First check how many medias you have entered in your tape count parameter for archive log backups (just go to initSID.sap and check)
    Then increase/reduce them to according to your archive backup plan >> Initialize all the tapes according to their name (same as you have initialized in initSID.sap) >> stick physical label to all the medias according to name >> Schedule archive backups
    It will not ask you for initialization as already you have initialized in second step.
    Suggestion: Use 7 medias per week (one tape per day)
    Regards,
    Nick Loy

  • Error while taking Backup using hpux tape drive

    I got the following error while taking a backup.
    ERROR:   System Error, /opt/ignite/bin/make_medialif failed creating boot LIF 
    ERROR:   Failed to generate LIF on tape.
    ERROR:   System Error, /opt/ignite/bin/make_medialif failed creating boot LIF
    ERROR:   Failed to generate LIF on tape.
    make_medialif: ERROR: Cannot tar and gzip script files; possibly insufficient di
    [24;1H[0K[7mscbackup.log (13%)[m[24;1H[0K/11[24;1H[24;1H[0Ksk space in /var/tmp/make_medialif8916.
    =======  11/10/10 12:17:49 IST  make_tape_recovery completed unsuccessfully
    ERROR:     Ignite tape writing phase had errors
               Exit status: 1
    How can this problem be resolved? Kindly drop in your comments and solutions. 

    Hello Kulvinderbuttar,
    I understand that you are not able to make the recovery media.
    Are you using recovery media creation?
    Here is a link to walk you through the steps to create the recovery media.
    The flash drive that you are using needs to be empty and may need to be reformatted before you can make the recovery media.
    Let me know how everything goes.

  • ORA-12514 Error, While taking offline Rman backup

    Hi Experts,
    I have scheduled Rman offline backup job. Scheduled the following commands to run in a batch file(Win 2003 server)
    I am getting the below error.
    When we use shut down abort, do we need to restart the Listener?
    Please help me on this issue.
    I am using oracle 10.2.0.4.0 on Windows 2003 server
    Shutdown Abort;
    Startup Mount;
    SQL 'Alter System Enable Restricted Session';
    SQL 'Alter Database Open';
    Shutdown Immediate;
    Startup Mount;
    Backup database;
    Backup Current controlfile;
    SQL 'Alter Database Open';
    SQL 'Alter System Disable Restricted Session';
    SQL 'Create Pfile from Spfile';
    Exit;
    Recovery Manager: Release 10.2.0.4.0 - Production on Tue Mar 3 03:12:56 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: xxxxx(DBID=524614998)
    using target database control file instead of recovery catalog
    RMAN> Shutdown Abort;
    2> Startup Mount;
    3> SQL 'Alter System Enable Restricted Session';
    4> SQL 'Alter Database Open';
    5> Shutdown Immediate;
    6> Startup Mount;
    7> Backup database;
    8> Backup Current controlfile;
    9> SQL 'Alter Database Open';
    10> SQL 'Alter System Disable Restricted Session';
    11> SQL 'Create Pfile from Spfile';
    12> Exit;
    Oracle instance shut down
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of startup command at 03/03/2009 03:13:01
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Recovery Manager complete.

    NAME TYPE VALUE
    Thanks for the quick reply, Please see below for service_names, listener services and Listener.ora file content.
    service_names string QASQL2
    C:\>lsnrctl services
    LSNRCTL for 64-bit Windows: Version 10.2.0.4.0 - Production on 03-MAR-2009 05:02:26
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxqasql2.domain.abcd-xyz.com)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "QASQL2XDB" has 1 instance(s).
    Instance "qasql2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: xxxQASQL2, pid: 5240>
    (ADDRESS=(PROTOCOL=tcp)(HOST=xxxqasql2.domain.abcd-xyz.com)(PORT=2528
    Service "QASQL2_XPT" has 1 instance(s).
    Instance "qasql2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:17 refused:0 state:ready
    LOCAL SERVER
    Service "qasql2" has 1 instance(s).
    Instance "qasql2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:17 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    C:\>
    ***********Listener.ora file
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = c:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxxqasql2.domain.abcd-xyz.com)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCPS)(HOST = xxxqasql2.domain.abcd-xyz.com)(PORT = 2484))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    Thanks

  • Error while creating Auxiliary database through RMAN on the same host.

    I got the following error while cloning a stand by database through RMAN.
    I got the following error while cloning a stand by database through RMAN.
    [oracle@localhost admin]$ rman auxiliary sys/clonedb@clonedb
    Recovery Manager: Release 11.1.0.6.0 - Production on Mon Sep 19 10:51:48 2011
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04006: error from auxiliary database: ORA-12154: TNS:could not resolve the connect identifier specified
    My LISTENER looks like this:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /u01/app/oracle/product/11.1.0/db_1)
    (SID_NAME = ora11g)
    (SID_DESC =
    (ORACLE_HOME = /u01/app/oracle/product/11.1.0/db_1)
    (SID_NAME = CLONEDB)
    TNS Names:
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORCL)
    CLONEDB=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = CLONEDB)
    And SQLNet.ora
    NAMES.DIRECTORY_PATH= (TNSNAMES,HOSTNAME, EZCONNECT)
    Any help would be highly appreciated.
    Thanks,
    -Revku.

    Hello,
    I think there is something wrong with the ")" in the listener.ora : the second SID_DESC is not part of the SID_LIST.
    Instead of
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /u01/app/oracle/product/11.1.0/db_1)
    (SID_NAME = ora11g)
    (SID_DESC =
    (ORACLE_HOME = /u01/app/oracle/product/11.1.0/db_1)
    (SID_NAME = CLONEDB)
    )It should be :
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /u01/app/oracle/product/11.1.0/db_1)
    (SID_NAME = ora11g)
    (SID_DESC =
    (ORACLE_HOME = /u01/app/oracle/product/11.1.0/db_1)
    (SID_NAME = CLONEDB)
    )Hope it will help.
    Regards,
    Sylvie

  • Error while taking back up of Planning Area to Back Up Cube

    Hi,
    I am taking the back up of Planning Area to Back Up Cube. I am getting the following error message "Error 7 occurred when transferring an IDoc to the Business Information Warehouse". I tried to load data couple of times but I got the same error message on both occasions.
    We are working on SAP SCM 4, SP13.
    Kindly let me know if anybody knows how to resolve this issue.
    Thanks and Regards
    Ash
    Message was edited by: Ash T
    Message was edited by: Ash T

    Lilly,
    I have verified and found that the source system is active.
    Thanks and Regards
    Ash

  • Error while taking a backup

    Dear Experts,
    I have facing a problem since 3 days while i am taking a full offline backup.
    This was noticed thru db12.
    We take our backup using Tivoli backup manager.
    We are facing this problem on our XI production server.
    When i observed the logs i found and understood that it had problems with backing up the datafiles 7, 8, 27, 28, 29, 32, 33 and 35.
    But i have no clue why it is happening suddenly..
    I have copied the detailed log here in below for your reference.
    I request everyone to suggest me on this...
    Points for sure...
    The log is as follows
    *BR0051I BRBACKUP 7.00 (28)*
    *BR0055I Start of database backup: bdxqpyuy.aff 2008-04-08 05.00.00*
    *BR0484I BRBACKUP log file: F:/ORACLE/XIP\sapbackup\bdxqpyuy.aff*
    *BR0477I Oracle pfile F:\oracle\product\10.2.0\db_1\database\initXIP.ora created from spfile F:\oracle\product\10.2.0\db_1\database\spfileXIP.ora*
    *BR0101I Parameters*
    *Name                           Value*
    *oracle_sid                     XIP*
    *oracle_home                    F:\oracle\product\10.2.0\db_1*
    *oracle_profile                 F:\oracle\product\10.2.0\db_1\database\initXIP.ora*
    *sapdata_home                   F:/ORACLE/XIP*
    *sap_profile                    F:\oracle\product\10.2.0\db_1\database\initXIP.sap*
    *backup_mode                    ALL*
    *backup_type                    offline_force*
    *backup_dev_type                util_file*
    *util_par_file                  F:\oracle\product\10.2.0\db_1\database\offline_initXIP.utl*
    *system_info                    Administrator ATHOMEXIPRD Windows 5.2 Build 3790 Service Pack 1 Intel*
    *oracle_info                    XIP 10.2.0.2.0 8192 11243 159240520 ATHOMEXIPRD UTF8 UTF8*
    *sap_info                       700 SAPSR3 0002LK0003XIP0011N20363738850013NetWeaver_ORA*
    *make_info                      NTintel OCI_10201_SHARE Oct 23 2007*
    *command_line                   brbackup -u system/********* -c force -t offline_force -m all -p initXIP.sap -r F:\oracle\product\10.2.0\db_1\database\offline_initXIP.utl*
    *BR0116I ARCHIVE LOG LIST before backup for database instance XIP*
    *Parameter                      Value*
    *Database log mode              Archive Mode*
    *Automatic archival             Enabled*
    *Archive destination            F:\oracle\XIP\oraarch\XIParch*
    *Archive format                 ARC%S_%R.%T*
    *Oldest online log sequence     11240*
    *Next log sequence to archive   11243*
    *Current log sequence           11243            SCN: 159240520*
    *Database block size            8192             Thread: 1*
    *Current system change number   159255509        ResetId: 620435934*
    *BR0118I Tablespaces and data files*
    *Tablespace     TS-Status  F-Status  File                                                       Size   Id.     Device  Link    Type       MaxSize     IncrSize  BlkSize*
    *PSAPSR3        ONLINE*    ONLINE    C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35             3145736192   46           2  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    C:\ORACLE\XIP\SAPDATA8\SR3_36\SR3.DATA36             2147491840   47           2  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    C:\ORACLE\XIP\SAPDATA8\SR3_37\SR3.DATA37              524296192   48           2  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28             4294975488   39           3  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29             4294975488   40           3  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    D:\ORACLE\XIP\SAPDATA7\SR3_30\SR3.DATA30             4294975488   41           3  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    D:\ORACLE\XIP\SAPDATA7\SR3_31\SR3.DATA31             4294975488   42           3  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32             3932168192   43           3  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33             3670024192   44           3  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    D:\ORACLE\XIP\SAPDATA7\SR3_34\SR3.DATA34             2097160192   45           3  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    E:\ORACLE\XIP\SAPDATA5\SR3_10\SR3.DATA10             2147491840   21           4  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    E:\ORACLE\XIP\SAPDATA5\SR3_11\SR3.DATA11             2147491840   22           4  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    E:\ORACLE\XIP\SAPDATA5\SR3_12\SR3.DATA12             2097160192   23           4  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    E:\ORACLE\XIP\SAPDATA5\SR3_13\SR3.DATA13             2097160192   24           4  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    E:\ORACLE\XIP\SAPDATA5\SR3_14\SR3.DATA14             2097160192   25           4  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    E:\ORACLE\XIP\SAPDATA5\SR3_15\SR3.DATA15             2097160192   26           4  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    E:\ORACLE\XIP\SAPDATA5\SR3_16\SR3.DATA16             2097160192   27           4  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    E:\ORACLE\XIP\SAPDATA5\SR3_17\SR3.DATA17             2097160192   28           4  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    E:\ORACLE\XIP\SAPDATA5\SR3_18\SR3.DATA18             2097160192   29           4  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    E:\ORACLE\XIP\SAPDATA5\SR3_19\SR3.DATA19             2147491840   30           4  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    E:\ORACLE\XIP\SAPDATA5\SR3_20\SR3.DATA20             2147491840   31           4  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8               4194312192   19           4  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    E:\ORACLE\XIP\SAPDATA5\SR3_9\SR3.DATA9              10737426432   20           4  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA2\SR3_1\SR3.DATA1              10485768192    4           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPSR3        ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA2\SR3_2\SR3.DATA2              10485768192    5           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPSR3        ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA2\SR3_3\SR3.DATA3              10485768192    6           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPSR3        ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA2\SR3_4\SR3.DATA4              10485768192    7           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPSR3        ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA2\SR3_5\SR3.DATA5              10485768192   16           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPSR3        ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA2\SR3_6\SR3.DATA6              10485768192   17           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPSR3        ONLINE*    ONLINE    F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7               4194312192   18           5  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    G:\ORACLE\XIP\SAPDATA6\SR3_21\SR3.DATA21             2147491840   32           6  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    G:\ORACLE\XIP\SAPDATA6\SR3_22\SR3.DATA22             2147491840   33           6  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    G:\ORACLE\XIP\SAPDATA6\SR3_23\SR3.DATA23             2147491840   34           6  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    G:\ORACLE\XIP\SAPDATA6\SR3_24\SR3.DATA24             2147491840   35           6  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    G:\ORACLE\XIP\SAPDATA6\SR3_25\SR3.DATA25             2147491840   36           6  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    G:\ORACLE\XIP\SAPDATA6\SR3_26\SR3.DATA26             4294975488   37           6  NOLINK  FILE             0            0     8192*
    *PSAPSR3        ONLINE*    ONLINE    G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27             3145736192   38           6  NOLINK  FILE             0            0     8192*
    *PSAPSR3700     ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA3\SR3700_1\SR3700.DATA1         2537562112    8           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPSR3700     ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA3\SR3700_2\SR3700.DATA2         2600476672    9           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPSR3700     ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA3\SR3700_3\SR3700.DATA3         2516590592   10           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPSR3700     ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA3\SR3700_4\SR3700.DATA4         2537562112   11           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPSR3DB      ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA4\SR3DB_1\SR3DB.DATA1           2181046272   13           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPSR3DB      ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA4\SR3DB_2\SR3DB.DATA2           2222989312   14           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPSR3DB      ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA4\SR3DB_3\SR3DB.DATA3           1132470272   15           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPSR3USR     ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA4\SR3USR_1\SR3USR.DATA1           20979712   12           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPTEMP       ONLINE#    ONLINE+   F:\ORACLE\XIP\SAPDATA1\TEMP_1\TEMP.DATA1             1048584192   -1           5  NOLINK  FILE   10485760000     20971520     8192*
    *PSAPUNDO       ONLINE-    ONLINE+   F:\ORACLE\XIP\SAPDATA1\UNDO_1\UNDO.DATA1             4294975488    2           5  NOLINK  FILE   10485760000     20971520     8192*
    *SYSAUX         ONLINE*    ONLINE+   F:\ORACLE\XIP\SAPDATA1\SYSAUX_1\SYSAUX.DATA1          251666432    3           5  NOLINK  FILE   10485760000     20971520     8192*
    *SYSTEM         ONLINE*    SYSTEM+   F:\ORACLE\XIP\SAPDATA1\SYSTEM_1\SYSTEM.DATA1          524296192    1           5  NOLINK  FILE   10485760000     20971520     8192*
    *BR0119I Redo log files*
    *File                                                Size  Group     Device  Status    Link    Type*
    *E:\ORACLE\XIP\ORIGLOGA\LOG_G11M1.DBF            52429312    1            4  INUSE     NOLINK  FILE*
    *E:\ORACLE\XIP\MIRRLOGA\LOG_G11M2.DBF            52429312    1            4  INUSE     NOLINK  FILE*
    *E:\ORACLE\XIP\ORIGLOGB\LOG_G12M1.DBF            52429312    2            4  INUSE     NOLINK  FILE*
    *E:\ORACLE\XIP\MIRRLOGB\LOG_G12M2.DBF            52429312    2            4  INUSE     NOLINK  FILE*
    *E:\ORACLE\XIP\ORIGLOGA\LOG_G13M1.DBF            52429312    3            4  INUSE     NOLINK  FILE*
    *E:\ORACLE\XIP\MIRRLOGA\LOG_G13M2.DBF            52429312    3            4  INUSE     NOLINK  FILE*
    *E:\ORACLE\XIP\ORIGLOGB\LOG_G14M1.DBF            52429312    4            4  INUSE     NOLINK  FILE*
    *E:\ORACLE\XIP\MIRRLOGB\LOG_G14M2.DBF            52429312    4            4  INUSE     NOLINK  FILE*
    *BR0120I Control files*
    *File                                                Size   Id.      Device  Link    Type*
    *E:\oracle\XIP\origlogA\cntrl\cntlrXIP.dbf       16596992    0            4  NOLINK  FILE*
    *E:\oracle\XIP\origlogB\cntrl\cntrlXIP.dbf       16596992    0            4  NOLINK  FILE*
    *F:\oracle\XIP\sapdata1\cntrl\cntrlXIP.dbf       16596992    0            5  NOLINK  FILE*
    *BR0616I Tablespaces in table TSORA for SAP owner SAPSR3:*
    *PSAPSR3, PSAPSR3700, PSAPSR3USR*
    *BR0280I BRBACKUP time stamp: 2008-04-08 05.00.03*
    *BR0057I Backup of database: XIP*
    *BR0058I BRBACKUP action ID: bdxqpyuy*
    *BR0059I BRBACKUP function ID: aff*
    *BR0110I Backup mode: ALL*
    *BR0077I Database files for backup:*
    *E:\ORACLE\XIP\ORIGLOGA\LOG_G11M1.DBF*
    *E:\ORACLE\XIP\ORIGLOGB\LOG_G12M1.DBF*
    *E:\ORACLE\XIP\ORIGLOGA\LOG_G13M1.DBF*
    *E:\ORACLE\XIP\ORIGLOGB\LOG_G14M1.DBF*
    *E:\oracle\XIP\origlogA\cntrl\cntlrXIP.dbf*
    *BR0061I 54 files found for backup, total size 170022.213 MB*
    *BR0143I Backup type: offline_force*
    *BR0130I Backup device type: util_file*
    *BR0109I Files will be saved by backup utility*
    *BR0134I Unattended mode with 'force' active - no operator confirmation allowed*
    *BR0280I BRBACKUP time stamp: 2008-04-08 05.00.03*
    *BR0307I Shutting down database instance XIP ...*
    *BR0280I BRBACKUP time stamp: 2008-04-08 05.01.36*
    *BR0308I Shutdown of database instance XIP successful*
    *BR0280I BRBACKUP time stamp: 2008-04-08 05.01.37*
    *BR0229I Calling backup utility with function 'backup'...*
    *BR0278I Command output of 'backint -u XIP -f backup -i F:/ORACLE/XIP\sapbackup\.bdxqpyuy.lst -t file -p F:\oracle\product\10.2.0\db_1\database\offline_initXIP.utl -c':*
                             *Data Protection for mySAP(R)*
                 *Interface between BR*Tools and Tivoli Storage Manager*
                 *- Version 5, Release 4, Modification 0.0  for WinNT -*
                       *Build: 303  compiled on Nov 16 2006*
            *(c) Copyright IBM Corporation, 1996, 2006, All Rights Reserved.*
    *BKI2027I: Using TSM-API version 5.4.0.2 (compiled with 5.3.0.0).*
    *BKI2000I: Successfully connected to ProLE on port tdpr3ora.*
    *BKI0005I: Start of program at: 04/08/08 05:01:37 .*
      *-- Parameters --*
    Input File            : F:\ORACLE\XIP\sapbackup\.bdxqpyuy.lst
    Profile               : F:\oracle\product\10.2.0\db_1\database\offline_initXIP.utl
    Configfile            : F:\oracle\product\10.2.0\db_1\database\initXIP.bki
    Manual sorting file   : disabled
    Tracefile             : disabled
    Traceflags            : disabled
    Parallel sessions     : 1
    Multiplexed files     : 1
    RL compression        : 0
    Exit on error         : disabled
    BATCH                 : enabled
    Buffer size           : 32768
    Buffer Copy Mode      : SIMPLE
    Redologcopies         : disabled
    Versioning            : enabled
    Current Version      : 74
    Versions to keep     : 4
    Delete Versions      : <= 70
    Backup Type           : file
    TSM log server        : disabled
    TSM server            : 172.16.1.8:NLKSRVR08 with 2 sessions configured, using 1 session
    TSM client node      :
    Days for backup      : Sun Mon Tue Wed Thu Fri Sat
    Backup mgmt class    : OFFLINE_ATHOMEXIPRD
    Archiv mgmt class    : OFFLINE_ATHOMEXIPRD
    BKI2017I: Blocksize is set to 32768 bytes
    BKI5016I: Time: 04/08/08 05:01:37 New TSM session created: MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08, type: SIMPLE
    BKI0027I: Time: 04/08/08 05:01:37 Object: 1 of 54 in process: E:\ORACLE\XIP\SAPDATA5\SR3_9\SR3.DATA9 Size: 10.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 05:06:51 Done: 10.000 GB (6.0 %) of 166.037 GB. Estimated end time: 04/08/08 06:28:30.
    BKI0053I: Time: 04/08/08 05:06:51 Object: 1 of 54 done: E:\ORACLE\XIP\SAPDATA5\SR3_9\SR3.DATA9 with: 10.000 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 05.06.51
    #FILE..... E:\ORACLE\XIP\SAPDATA5\SR3_9\SR3.DATA9
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 05:06:51 Object: 2 of 54 in process: F:\ORACLE\XIP\SAPDATA2\SR3_6\SR3.DATA6 Size: 9.766 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 05:22:13 Done: 19.766 GB (11.9 %) of 166.037 GB. Estimated end time: 04/08/08 07:54:39.
    BKI0053I: Time: 04/08/08 05:22:13 Object: 2 of 54 done: F:\ORACLE\XIP\SAPDATA2\SR3_6\SR3.DATA6 with: 9.766 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 05.22.13
    #FILE..... F:\ORACLE\XIP\SAPDATA2\SR3_6\SR3.DATA6
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 05:22:13 Object: 3 of 54 in process: F:\ORACLE\XIP\SAPDATA2\SR3_5\SR3.DATA5 Size: 9.766 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 05:40:21 Done: 29.531 GB (17.8 %) of 166.037 GB. Estimated end time: 04/08/08 08:39:23.
    BKI0053I: Time: 04/08/08 05:40:21 Object: 3 of 54 done: F:\ORACLE\XIP\SAPDATA2\SR3_5\SR3.DATA5 with: 9.766 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 05.40.21
    #FILE..... F:\ORACLE\XIP\SAPDATA2\SR3_5\SR3.DATA5
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 05:40:21 Object: 4 of 54 in process: F:\ORACLE\XIP\SAPDATA2\SR3_4\SR3.DATA4 Size: 9.766 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 05:45:30 Done: 39.297 GB (23.7 %) of 166.037 GB. Estimated end time: 04/08/08 08:07:01.
    BKI0053I: Time: 04/08/08 05:45:30 Object: 4 of 54 done: F:\ORACLE\XIP\SAPDATA2\SR3_4\SR3.DATA4 with: 9.766 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 05.45.30
    #FILE..... F:\ORACLE\XIP\SAPDATA2\SR3_4\SR3.DATA4
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 05:45:30 Object: 5 of 54 in process: F:\ORACLE\XIP\SAPDATA2\SR3_3\SR3.DATA3 Size: 9.766 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 05:50:05 Done: 49.063 GB (29.5 %) of 166.037 GB. Estimated end time: 04/08/08 07:45:38.
    BKI0053I: Time: 04/08/08 05:50:05 Object: 5 of 54 done: F:\ORACLE\XIP\SAPDATA2\SR3_3\SR3.DATA3 with: 9.766 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 05.50.05
    #FILE..... F:\ORACLE\XIP\SAPDATA2\SR3_3\SR3.DATA3
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 05:50:05 Object: 6 of 54 in process: F:\ORACLE\XIP\SAPDATA2\SR3_2\SR3.DATA2 Size: 9.766 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 05:54:29 Done: 58.828 GB (35.4 %) of 166.037 GB. Estimated end time: 04/08/08 07:30:49.
    BKI0053I: Time: 04/08/08 05:54:29 Object: 6 of 54 done: F:\ORACLE\XIP\SAPDATA2\SR3_2\SR3.DATA2 with: 9.766 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 05.54.29
    #FILE..... F:\ORACLE\XIP\SAPDATA2\SR3_2\SR3.DATA2
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 05:54:29 Object: 7 of 54 in process: F:\ORACLE\XIP\SAPDATA2\SR3_1\SR3.DATA1 Size: 9.766 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:01:46 Done: 68.594 GB (41.3 %) of 166.037 GB. Estimated end time: 04/08/08 07:27:12.
    BKI0053I: Time: 04/08/08 06:01:46 Object: 7 of 54 done: F:\ORACLE\XIP\SAPDATA2\SR3_1\SR3.DATA1 with: 9.766 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.01.46
    #FILE..... F:\ORACLE\XIP\SAPDATA2\SR3_1\SR3.DATA1
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:01:46 Object: 8 of 54 in process: F:\ORACLE\XIP\SAPDATA1\UNDO_1\UNDO.DATA1 Size: 4.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:04:47 Done: 72.594 GB (43.7 %) of 166.037 GB. Estimated end time: 04/08/08 07:26:05.
    BKI0053I: Time: 04/08/08 06:04:47 Object: 8 of 54 done: F:\ORACLE\XIP\SAPDATA1\UNDO_1\UNDO.DATA1 with: 4.000 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.04.47
    #FILE..... F:\ORACLE\XIP\SAPDATA1\UNDO_1\UNDO.DATA1
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:04:47 Object: 9 of 54 in process: G:\ORACLE\XIP\SAPDATA6\SR3_26\SR3.DATA26 Size: 4.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:06:06 Done: 76.594 GB (46.1 %) of 166.037 GB. Estimated end time: 04/08/08 07:21:24.
    BKI0053I: Time: 04/08/08 06:06:06 Object: 9 of 54 done: G:\ORACLE\XIP\SAPDATA6\SR3_26\SR3.DATA26 with: 4.000 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.06.06
    #FILE..... G:\ORACLE\XIP\SAPDATA6\SR3_26\SR3.DATA26
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:06:06 Object: 10 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_31\SR3.DATA31 Size: 4.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:07:19 Done: 80.594 GB (48.5 %) of 166.037 GB. Estimated end time: 04/08/08 07:16:58.
    BKI0053I: Time: 04/08/08 06:07:19 Object: 10 of 54 done: D:\ORACLE\XIP\SAPDATA7\SR3_31\SR3.DATA31 with: 4.000 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.07.19
    #FILE..... D:\ORACLE\XIP\SAPDATA7\SR3_31\SR3.DATA31
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:07:19 Object: 11 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_30\SR3.DATA30 Size: 4.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:08:30 Done: 84.594 GB (50.9 %) of 166.037 GB. Estimated end time: 04/08/08 07:12:53.
    BKI0053I: Time: 04/08/08 06:08:30 Object: 11 of 54 done: D:\ORACLE\XIP\SAPDATA7\SR3_30\SR3.DATA30 with: 4.000 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.08.30
    #FILE..... D:\ORACLE\XIP\SAPDATA7\SR3_30\SR3.DATA30
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:08:30 Object: 12 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29 Size: 4.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29' will be retried [2].
    BKI0027I: Time: 04/08/08 06:09:36 Object: 12 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29 Size: 4.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29' will be retried [3].
    BKI0027I: Time: 04/08/08 06:16:11 Object: 12 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29 Size: 4.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29' will be retried [4].
    BKI0027I: Time: 04/08/08 06:17:26 Object: 12 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29 Size: 4.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1231E: Maximum number of retries for file D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29 exceeded.
    BR0233E Backup utility has reported an error while saving file D:\ORACLE\XIP\SAPDATA7\SR3_29\SR3.DATA29
    BKI0027I: Time: 04/08/08 06:18:46 Object: 13 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28 Size: 4.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28' will be retried [2].
    BKI0027I: Time: 04/08/08 06:19:04 Object: 13 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28 Size: 4.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28' will be retried [3].
    BKI0027I: Time: 04/08/08 06:19:07 Object: 13 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28 Size: 4.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28' will be retried [4].
    BKI0027I: Time: 04/08/08 06:19:12 Object: 13 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28 Size: 4.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1231E: Maximum number of retries for file D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28 exceeded.
    BR0233E Backup utility has reported an error while saving file D:\ORACLE\XIP\SAPDATA7\SR3_28\SR3.DATA28
    BKI0027I: Time: 04/08/08 06:19:16 Object: 14 of 54 in process: F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7 Size: 3.906 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7' will be retried [2].
    BKI0027I: Time: 04/08/08 06:19:20 Object: 14 of 54 in process: F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7 Size: 3.906 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7' will be retried [3].
    BKI0027I: Time: 04/08/08 06:19:50 Object: 14 of 54 in process: F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7 Size: 3.906 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7' will be retried [4].
    BKI0027I: Time: 04/08/08 06:20:51 Object: 14 of 54 in process: F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7 Size: 3.906 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1231E: Maximum number of retries for file F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7 exceeded.
    BR0233E Backup utility has reported an error while saving file F:\ORACLE\XIP\SAPDATA2\SR3_7\SR3.DATA7
    BKI0027I: Time: 04/08/08 06:22:02 Object: 15 of 54 in process: E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8 Size: 3.906 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8' will be retried [2].
    BKI0027I: Time: 04/08/08 06:22:33 Object: 15 of 54 in process: E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8 Size: 3.906 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8' will be retried [3].
    BKI0027I: Time: 04/08/08 06:22:48 Object: 15 of 54 in process: E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8 Size: 3.906 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8' will be retried [4].
    BKI0027I: Time: 04/08/08 06:23:04 Object: 15 of 54 in process: E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8 Size: 3.906 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1231E: Maximum number of retries for file E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8 exceeded.
    BR0233E Backup utility has reported an error while saving file E:\ORACLE\XIP\SAPDATA5\SR3_8\SR3.DATA8
    BKI0027I: Time: 04/08/08 06:23:21 Object: 16 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32 Size: 3.662 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32' will be retried [2].
    BKI0027I: Time: 04/08/08 06:23:31 Object: 16 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32 Size: 3.662 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32' will be retried [3].
    BKI0027I: Time: 04/08/08 06:23:35 Object: 16 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32 Size: 3.662 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32' will be retried [4].
    BKI0027I: Time: 04/08/08 06:23:39 Object: 16 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32 Size: 3.662 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1231E: Maximum number of retries for file D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32 exceeded.
    BR0233E Backup utility has reported an error while saving file D:\ORACLE\XIP\SAPDATA7\SR3_32\SR3.DATA32
    BKI0027I: Time: 04/08/08 06:23:43 Object: 17 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33 Size: 3.418 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33' will be retried [2].
    BKI0027I: Time: 04/08/08 06:23:47 Object: 17 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33 Size: 3.418 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33' will be retried [3].
    BKI0027I: Time: 04/08/08 06:23:52 Object: 17 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33 Size: 3.418 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33' will be retried [4].
    BKI0027I: Time: 04/08/08 06:23:56 Object: 17 of 54 in process: D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33 Size: 3.418 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1231E: Maximum number of retries for file D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33 exceeded.
    BR0233E Backup utility has reported an error while saving file D:\ORACLE\XIP\SAPDATA7\SR3_33\SR3.DATA33
    BKI0027I: Time: 04/08/08 06:24:00 Object: 18 of 54 in process: G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27 Size: 2.930 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27' will be retried [2].
    BKI0027I: Time: 04/08/08 06:24:05 Object: 18 of 54 in process: G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27 Size: 2.930 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27' will be retried [3].
    BKI0027I: Time: 04/08/08 06:24:13 Object: 18 of 54 in process: G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27 Size: 2.930 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27' will be retried [4].
    BKI0027I: Time: 04/08/08 06:24:23 Object: 18 of 54 in process: G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27 Size: 2.930 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1231E: Maximum number of retries for file G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27 exceeded.
    BR0233E Backup utility has reported an error while saving file G:\ORACLE\XIP\SAPDATA6\SR3_27\SR3.DATA27
    BKI0027I: Time: 04/08/08 06:24:34 Object: 19 of 54 in process: C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35 Size: 2.930 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35' will be retried [2].
    BKI0027I: Time: 04/08/08 06:24:41 Object: 19 of 54 in process: C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35 Size: 2.930 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35' will be retried [3].
    BKI0027I: Time: 04/08/08 06:24:45 Object: 19 of 54 in process: C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35 Size: 2.930 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35' will be retried [4].
    BKI0027I: Time: 04/08/08 06:25:05 Object: 19 of 54 in process: C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35 Size: 2.930 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1231E: Maximum number of retries for file C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35 exceeded.
    BR0233E Backup utility has reported an error while saving file C:\ORACLE\XIP\SAPDATA8\SR3_35\SR3.DATA35
    BKI0027I: Time: 04/08/08 06:25:38 Object: 20 of 54 in process: F:\ORACLE\XIP\SAPDATA3\SR3700_2\SR3700.DATA2 Size: 2.422 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'F:\ORACLE\XIP\SAPDATA3\SR3700_2\SR3700.DATA2' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'F:\ORACLE\XIP\SAPDATA3\SR3700_2\SR3700.DATA2' will be retried [2].
    BKI0027I: Time: 04/08/08 06:25:58 Object: 20 of 54 in process: F:\ORACLE\XIP\SAPDATA3\SR3700_2\SR3700.DATA2 Size: 2.422 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'F:\ORACLE\XIP\SAPDATA3\SR3700_2\SR3700.DATA2' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'F:\ORACLE\XIP\SAPDATA3\SR3700_2\SR3700.DATA2' will be retried [3].
    BKI0027I: Time: 04/08/08 06:26:25 Object: 20 of 54 in process: F:\ORACLE\XIP\SAPDATA3\SR3700_2\SR3700.DATA2 Size: 2.422 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:27:33 Done: 87.016 GB (52.4 %) of 166.037 GB. Estimated end time: 04/08/08 07:45:35.
    BKI0053I: Time: 04/08/08 06:27:33 Object: 20 of 54 done: F:\ORACLE\XIP\SAPDATA3\SR3700_2\SR3700.DATA2 with: 2.422 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.27.33
    #FILE..... F:\ORACLE\XIP\SAPDATA3\SR3700_2\SR3700.DATA2
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:27:33 Object: 21 of 54 in process: F:\ORACLE\XIP\SAPDATA3\SR3700_4\SR3700.DATA4 Size: 2.363 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'F:\ORACLE\XIP\SAPDATA3\SR3700_4\SR3700.DATA4' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'F:\ORACLE\XIP\SAPDATA3\SR3700_4\SR3700.DATA4' will be retried [2].
    BKI0027I: Time: 04/08/08 06:27:54 Object: 21 of 54 in process: F:\ORACLE\XIP\SAPDATA3\SR3700_4\SR3700.DATA4 Size: 2.363 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'F:\ORACLE\XIP\SAPDATA3\SR3700_4\SR3700.DATA4' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'F:\ORACLE\XIP\SAPDATA3\SR3700_4\SR3700.DATA4' will be retried [3].
    BKI0027I: Time: 04/08/08 06:28:32 Object: 21 of 54 in process: F:\ORACLE\XIP\SAPDATA3\SR3700_4\SR3700.DATA4 Size: 2.363 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:29:53 Done: 89.379 GB (53.8 %) of 166.037 GB. Estimated end time: 04/08/08 07:45:35.
    BKI0053I: Time: 04/08/08 06:29:53 Object: 21 of 54 done: F:\ORACLE\XIP\SAPDATA3\SR3700_4\SR3700.DATA4 with: 2.363 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.29.53
    #FILE..... F:\ORACLE\XIP\SAPDATA3\SR3700_4\SR3700.DATA4
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:29:53 Object: 22 of 54 in process: F:\ORACLE\XIP\SAPDATA3\SR3700_1\SR3700.DATA1 Size: 2.363 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'F:\ORACLE\XIP\SAPDATA3\SR3700_1\SR3700.DATA1' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'F:\ORACLE\XIP\SAPDATA3\SR3700_1\SR3700.DATA1' will be retried [2].
    BKI0027I: Time: 04/08/08 06:30:14 Object: 22 of 54 in process: F:\ORACLE\XIP\SAPDATA3\SR3700_1\SR3700.DATA1 Size: 2.363 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI4007E: File 'F:\ORACLE\XIP\SAPDATA3\SR3700_1\SR3700.DATA1' cannot be read Reason:  errno(1450)  Insufficient system resources exist to complete the requested service.
    BKI1208W: The object 'F:\ORACLE\XIP\SAPDATA3\SR3700_1\SR3700.DATA1' will be retried [3].
    BKI0027I: Time: 04/08/08 06:37:59 Object: 22 of 54 in process: F:\ORACLE\XIP\SAPDATA3\SR3700_1\SR3700.DATA1 Size: 2.363 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:39:45 Done: 91.742 GB (55.3 %) of 166.037 GB. Estimated end time: 04/08/08 07:59:13.
    BKI0053I: Time: 04/08/08 06:39:45 Object: 22 of 54 done: F:\ORACLE\XIP\SAPDATA3\SR3700_1\SR3700.DATA1 with: 2.363 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.39.45
    #FILE..... F:\ORACLE\XIP\SAPDATA3\SR3700_1\SR3700.DATA1
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:39:45 Object: 23 of 54 in process: F:\ORACLE\XIP\SAPDATA3\SR3700_3\SR3700.DATA3 Size: 2.344 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:40:53 Done: 94.086 GB (56.7 %) of 166.037 GB. Estimated end time: 04/08/08 07:56:47.
    BKI0053I: Time: 04/08/08 06:40:53 Object: 23 of 54 done: F:\ORACLE\XIP\SAPDATA3\SR3700_3\SR3700.DATA3 with: 2.344 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.40.53
    #FILE..... F:\ORACLE\XIP\SAPDATA3\SR3700_3\SR3700.DATA3
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:40:53 Object: 24 of 54 in process: F:\ORACLE\XIP\SAPDATA4\SR3DB_2\SR3DB.DATA2 Size: 2.070 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:41:38 Done: 96.156 GB (57.9 %) of 166.037 GB. Estimated end time: 04/08/08 07:54:19.
    BKI0053I: Time: 04/08/08 06:41:38 Object: 24 of 54 done: F:\ORACLE\XIP\SAPDATA4\SR3DB_2\SR3DB.DATA2 with: 2.070 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.41.38
    #FILE..... F:\ORACLE\XIP\SAPDATA4\SR3DB_2\SR3DB.DATA2
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:41:38 Object: 25 of 54 in process: F:\ORACLE\XIP\SAPDATA4\SR3DB_1\SR3DB.DATA1 Size: 2.031 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:42:18 Done: 98.188 GB (59.1 %) of 166.037 GB. Estimated end time: 04/08/08 07:51:52.
    BKI0053I: Time: 04/08/08 06:42:18 Object: 25 of 54 done: F:\ORACLE\XIP\SAPDATA4\SR3DB_1\SR3DB.DATA1 with: 2.031 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.42.18
    #FILE..... F:\ORACLE\XIP\SAPDATA4\SR3DB_1\SR3DB.DATA1
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:42:18 Object: 26 of 54 in process: G:\ORACLE\XIP\SAPDATA6\SR3_25\SR3.DATA25 Size: 2.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:42:55 Done: 100.188 GB (60.3 %) of 166.037 GB. Estimated end time: 04/08/08 07:49:29.
    BKI0053I: Time: 04/08/08 06:42:55 Object: 26 of 54 done: G:\ORACLE\XIP\SAPDATA6\SR3_25\SR3.DATA25 with: 2.000 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.42.55
    #FILE..... G:\ORACLE\XIP\SAPDATA6\SR3_25\SR3.DATA25
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:42:55 Object: 27 of 54 in process: G:\ORACLE\XIP\SAPDATA6\SR3_24\SR3.DATA24 Size: 2.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:43:33 Done: 102.188 GB (61.5 %) of 166.037 GB. Estimated end time: 04/08/08 07:47:14.
    BKI0053I: Time: 04/08/08 06:43:33 Object: 27 of 54 done: G:\ORACLE\XIP\SAPDATA6\SR3_24\SR3.DATA24 with: 2.000 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.43.33
    #FILE..... G:\ORACLE\XIP\SAPDATA6\SR3_24\SR3.DATA24
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:43:33 Object: 28 of 54 in process: G:\ORACLE\XIP\SAPDATA6\SR3_23\SR3.DATA23 Size: 2.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:44:07 Done: 104.188 GB (62.7 %) of 166.037 GB. Estimated end time: 04/08/08 07:44:57.
    BKI0053I: Time: 04/08/08 06:44:07 Object: 28 of 54 done: G:\ORACLE\XIP\SAPDATA6\SR3_23\SR3.DATA23 with: 2.000 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.44.07
    #FILE..... G:\ORACLE\XIP\SAPDATA6\SR3_23\SR3.DATA23
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:44:07 Object: 29 of 54 in process: G:\ORACLE\XIP\SAPDATA6\SR3_22\SR3.DATA22 Size: 2.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:44:47 Done: 106.188 GB (64.0 %) of 166.037 GB. Estimated end time: 04/08/08 07:42:55.
    BKI0053I: Time: 04/08/08 06:44:47 Object: 29 of 54 done: G:\ORACLE\XIP\SAPDATA6\SR3_22\SR3.DATA22 with: 2.000 GB saved with description XIPOF_A0FEROGUNL.
    BR0280I BRBACKUP time stamp: 2008-04-08 06.44.48
    #FILE..... G:\ORACLE\XIP\SAPDATA6\SR3_22\SR3.DATA22
    #SAVED.... XIPOF_A0FEROGUNL
    BKI0027I: Time: 04/08/08 06:44:48 Object: 30 of 54 in process: G:\ORACLE\XIP\SAPDATA6\SR3_21\SR3.DATA21 Size: 2.000 GB, MGMNT-CLASS: OFFLINE_ATHOMEXIPRD, TSM-Server: 172.16.1.8:NLKSRVR08 .
    BKI0023I: Time: 04/08/08 06:45:27 Done: 108.188 GB (65.2 %) of 166.037 GB. Estimated end time: 04/08/08 07:40:58.
    BKI0053I: Time: 04/08/08 06:45:27 Object: 30 of 54 done: G:\ORACLE\XIP\SAPDATA6\SR3_21\SR3.DATA21 with: 2.000 GB saved with description XIPOF_A0FEROGUNL.

    On another link I found the following :
    BKI4007E
    File filename cannot be read. Reason: errno(errno number) errno text.
    Explanation:
    Data could not be read due to some system error. Check errno text for further information. If this error recurs, this might indicate some hardware problems.
    User response:
    Contact your system administrator.
    The Link:
    http://ezbackup.cornell.edu/techsup-v5.4/ibmdocs/messages/html/anrcms5878.htm
    Regards,
    Siddhesh

Maybe you are looking for