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..

Similar Messages

  • Getting below error while opening query in bex  3.5x

    Dear Guru's
    I am getting below error while opening query in bex  3.5x
    The following object were not found when accesing the server .
    Press repair to correct the problem (included parts of query deleted) press cancel to undo the last action.
    Regards
    Karan

    Hi,
    1) When a query administrator with the sufficient authorization (sap_all or the * authorization for the field in the authorization object) is creating the query in query designer including the 'attributes' which are not visible with the 'normal' authorizations, the query will not list the columns in the output when it is executed by the normal user.
    2) so create an authorization object for each of these attributes with * (full authorization)
    Regards,
    Marasa.

  • Error while taking the backup to disk.

    Hi all,
    I am facing one  problem while taking the backup to disk. After copying few files to disk it got terminated and hereunder the log ,
    BR0001I *****_____________________________________________
    BR0201I Compressing /oracle/OPD/sapdata2/sr3_6/sr3.data6
    BR0203I to /backup2/archlog/bdwuyjxg/sr3.data6.Z ...
    <b>BR0278E Command output of 'LANG=C compress -c /oracle/OPD/sapdata2/sr3_6/sr3.data6 > /backup2/archlog/bdwuyjxg/sr3.data6.Z':
    compress: I/O error</b>
    BR0280I BRBACKUP time stamp: 2007-12-15 13.41.00
    BR0279E Return code from 'LANG=C compress -c /oracle/OPD/sapdata2/sr3_6/sr3.data6 > /backup2/archlog/bdwuyjxg/sr3.data6.Z': 1
    BR0224E Compressing /oracle/OPD/sapdata2/sr3_6/sr3.data6 to /backup2/archlog/bdwuyjxg/sr3.data6.Z failed due to previous errors
    BR0280I BRBACKUP time stamp: 2007-12-15 13.41.02
    BR0304I Starting and opening database instance OPD ...
    BR0280I BRBACKUP time stamp: 2007-12-15 13.41.16
    BR0305I Start and open of database instance OPD successful
    BR0115I Compression rate for all files 6.0097:1
    Please confirm me whether the problem is with hardware or data corruption and need your precious suggestions on the same.
    Thanks and Regards,

    <b>compress: I/O error</b>
    This looks like hardware error.
    is there enough free space on  /backup2/archlog/bdwuyjxg/?
    do you get the same error if you try manualy?

  • 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

  • Getting below error while running Tutorial example in Jdev 10G (10.1.3.3.0)

    Hi Guys ,
    I am trying to run the Tutorial example in Jdev 10G ( 10.1.3.3.0) and getting the below error message.
    Please help me to resolve this error.
    Error :
    Network Error (tcp_error)
    A communication error occurred: "Operation timed out"
    The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.
    For assistance, contact your network support team.
    Thanks and regards
    Raghu

    Hi Raghu,
    Make sure you are using the right version of Jdeveloper with your EBS application,
    I understand you are trying to run the page with a R12 application, below are the Jdev , EBS map,
    ATG Release 12 Version     JDeveloper 10g Patch
    12.0.0     <<Patch 5856648>> 10g Jdev with OA Extension
    12.0.1 (patch 5907545)     <<Patch 5856648>> 10g Jdev with OA Extension
    12.0.2 (patch 5484000 or 5917344)     <<Patch 6491398>> 10g Jdev with OA Extension ARU for R12 RUP2 (replaces 6197418)
    12.0.3 (patch 6141000 or 6077669)     <<Patch 6509325>> 10g Jdev with OA Extension ARU for R12 RUP3
    12.0.4 (patch 6435000 or 6272680)     <<Patch 6908968>> 10G JDEVELOPER WITH OA EXTENSION ARU FOR R12 RUP4
    12.0.5 (No new ATG code released)     No new JDev patch required
    12.0.6 (patch 6728000 or patch 7237006)     <<Patch 7523554>> 10G Jdeveloper With OA Extension ARU for R12 RUP6 Release 12.1 ATG Release 12.1 Version     JDeveloper 10g Patch
    12.1 (Controlled Release - only included for completeness)     <<Patch 7315332>> 10G Jdev with OA Extension ARU for R12.1 (Controlled Release)
    12.1.1 (rapidInstall or patch 7303030)     <<Patch 8431482>> 10G Jdeveloper with OA Extension ARU for R12.1.1
    12.1.2 (patch 7303033 or patch 7651091)     <<Patch 9172975>> 10G JDEVELOPER WITH OA EXTENSION ARU FOR R12.1 RUP2
    For more details, pleas erefer the metalink
    Note 416708.1 How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x
    With regards,
    Kali.
    OSSi.

  • Configuring Active Dataguard- Error comes while taking rman backup

    Hi All,
    I'm following this( http://wiki.oracle.com/page/11gR2+Data+Guard+Setup+project+Part5 ) article to configure a active dataguard. And i have successfully completed lot of steps up to now.
    But im getting an error when i'm trying to complete the step 10 under chapter 5 (creating stand by)
    step 10
    10- OK, here we go, log into RMAN and run the following script. This script will create the standby database
    At the command prompt type in rman
    when rman launches connect to the target and auxiliary databases
    connect target sys/michael@MS112DGP
    connect auxiliary sys/michael@MS112DGS
    here is my one... my primary db is called as dgp and my stand by is dgs
    this is the error im getting... :(
    [oracle@dgs ~]$ rman
    Recovery Manager: Release 11.2.0.1.0 - Production on Sat Apr 23 09:54:40 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN> connect target sys/oracle@dgp
    connected to target database: DGP (DBID=1555810211)
    RMAN> connect auxiliary sys/oracle@dgs
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-04006: error from auxiliary database: ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    RMAN>
    can anybody please help me to sort this out. once i solved this i can complete my first dataguard :)
    Thanks in advance
    Max

    Hello Sb,
    [oracle@dgs admin]$ lsnrctl stop
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 23-APR-2011 21:28:02
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    The command completed successfully
    [oracle@dgs admin]$ mv listener.ora listener.ora_bkp
    [oracle@dgs admin]$ ll
    total 16
    -rw-r--r-- 1 oracle oinstall 471 Apr 17 09:25 listener.ora_bkp
    drwxr-xr-x 2 oracle oinstall 4096 Apr 15 14:18 samples
    -rw-r--r-- 1 oracle oinstall 187 May 9 2007 shrept.lst
    -rw-r--r-- 1 oracle oinstall 506 Apr 17 09:07 tnsnames.ora
    [oracle@dgs admin]$ lsnrctl start
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 23-APR-2011 21:28:26
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Log messages written to /u01/app/oracle/diag/tnslsnr/dgs/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dgs.oracle.com)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 23-APR-2011 21:28:26
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File /u01/app/oracle/diag/tnslsnr/dgs/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dgs.oracle.com)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    [oracle@dgs admin]$ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 23-APR-2011 21:28:37
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 23-APR-2011 21:28:26
    Uptime 0 days 0 hr. 0 min. 10 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File /u01/app/oracle/diag/tnslsnr/dgs/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dgs.oracle.com)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    [oracle@dgs admin]$
    Thanks,
    Max

  • 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

  • DB13 Error while taking the backup in Tape

    Dear SAP Guru,
    While we are  taking  the backup in tape through DB13\Brtools  command the errors are generate. Please help.
    SAP :EC6.0
    DB: Oracle 10G
    Platform:Windows NT
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed                                   
    BR0207I Volume in device: /dev/nmt0 will be initialized with name: SCRATCH                                   
    BR0280I BRBACKUP time stamp: 2010-12-28 10.58.28                                   
    BR0226I Rewinding tape volume in device /dev/mt0 ...                                   
    BR0278E Command output of 'mt -f /dev/mt0 rewind                          mt -f /dev/mt0 rewind           mt -f /dev/mt0 rewind':
    mt: unable to initialize ASPI manager                                   
    mt: using NT tape support                                   
    The service has not been started.                                   
    BR0280I BRBACKUP time stamp: 2010-12-28 10.58.28                                   
    BR0279E Return code from 'mt -f /dev/mt0 rewind                     mt -f /dev/mt0 rewind           mt -f /dev/mt0 rewind': 0     
    BR0213E Winding tape volume in device /dev/nmt0 failed                                   
    BR0219E Initialization of volume SCRATCH in device /dev/nmt0 failed                                   
    BR0206I End of backup volume initialization                                   
    BR0280I BRBACKUP time stamp: 2010-12-28 10.58.28                                   
    BR0054I BRBACKUP terminated with errors          
    Note: we take the backup\restore sucessfully from windows NTBACUP.

    Hi,
    The service has not been started.
    Try to insert a new tape and then check. Are you able to label the tape?
    Regards,
    SBK

  • Dd read error while taking offline_force backup

    hi . we r taking daily offline_force backup with verification
      while taking backup dd read occur plz help me
    regards
    mohsin
    +919867577675

    hi  gffgn dfnbgdf,
    this is dfkferjkui kdfksiwkw!  I love your name!
    if the previous answer does not help, please supply full brbackup log

  • Getting below errors while deploying application in Weblogic 10.3

    Unable to access the selected application.
    Exception in AppMerge flows' progression
    Exception in AppMerge flows' progression
    VALIDATION PROBLEMS WERE FOUND  problem: cvc-complex-type.2.4a: Expected elements 'servlet-class@http://java.sun.com/xml/ns/javaee jsp-file@http://java.sun.com/xml/ns/javaee' instead of 'display-name@http://java.sun.com/xml/ns/javaee' here in element servlet@http://java.sun.com/xml/ns/javaee:<null>  problem: cvc-complex-type.2.4a: Expected elements 'servlet-class@http://java.sun.com/xml/ns/javaee jsp-file@http://java.sun.com/xml/ns/javaee' instead of 'description@http://java.sun.com/xml/ns/javaee' here in element servlet@http://java.sun.com/xml/ns/javaee:<null>

    Hi Pratik,
    Would suggest you to create a "*wlfullclient.jar*" by going through the below link and add it in your weblogic workshop and then try to deploy your application. Also it is always recommended that you should compile the old application again with the new JDK version your new weblogic sever is using.
    Tpoic:*Creating a wlfullclient.jar for JDK 1.6 client applications*
    http://download.oracle.com/docs/cd/E15051_01/wls/docs103/client/jarbuilder.html#wp1078098
    Hope this would help you.
    Regards,
    Ravish Mody

  • Hi I am getting below error while installing db 10.2.0.2/linux version

    [oracle@localhost database]$ ./runInstaller
    ./runInstaller: line 56: /home/oracle/software/database/install/.oui: cannot execute binary file
    Please suggest how to get rid of this?

    You say you downloaded 10202_zlinux, is IBM Linux on System z really your OS and platform? Not impossible,of course,but most Linux systems run on x86. Since it's not a old bash version, I think you have the wrong software.
    Werner

  • ERROR WHILE TAKING ONLINE BACKUP

    Hi Experts,
    Can anybody help me in this issue
    Job Log is as below
    Job log
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000064, user ID PCS)
    Execute logical command BRBACKUP On host TCLQEC
    Parameters:-u / -jid FLLOG20071019124653 -c force -t online -m full -p initECQ.sap -a -c force -p initECQ.sap -
    cds
    BR0051I BRBACKUP 7.00 (18)
    BR0055I Start of database backup: bdwkeavh.fnt 2007-10-19 12.46.57
    BR0477I Oracle pfile /oracle/ECQ/102_64/dbs/initECQ.ora created from spfile /oracle/ECQ/102_64/dbs/spfileECQ.ora
    BR0280I BRBACKUP time stamp: 2007-10-19 12.47.03
    BR0057I Backup of database: ECQ
    BR0058I BRBACKUP action ID: bdwkeavh
    BR0059I BRBACKUP function ID: fnt
    BR0110I Backup mode: FULL
    BR0077I Database file for backup: /oracle/ECQ/sapbackup/cntrlECQ.dbf
    BR0061I 47 files found for backup, total size 158827.000 MB
    BR0143I Backup type: online
    BR0113I Files will be compressed by hardware
    BR0130I Backup device type: tape
    BR0102I Following backup device will be used: /dev/rmt0.1
    BR0104I 1 scratch volume will be used
    BR0289I BRARCHIVE will be started at the end of processing
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0237I Scratch volume required in device /dev/rmt0.1
    BR0280I BRBACKUP time stamp: 2007-10-19 12.47.05
    BR0226I Rewinding tape volume in device /dev/rmt0...
    BR0351I Restoring /oracle/ECQ/sapbackup/.tape.hdr0
    BR0355I from /dev/rmt0.1 ...
    BR0241I Checking label on volume in device /dev/rmt0.1
    BR0280I BRBACKUP time stamp: 2007-10-19 12.47.05
    BR0226I Rewinding tape volume in device /dev/rmt0...
    BR0202I Saving /oracle/ECQ/sapbackup/.tape.hdr0
    BR0203I to /dev/rmt0.1 ...
    BR0209I Volume in device /dev/rmt0.1 has name SCRATCH
    BR0202I Saving init_ora
    BR0203I to /dev/rmt0.1 ...
    BR0202I Saving /oracle/ECQ/102_64/dbs/initECQ.sap
    BR0203I to /dev/rmt0.1 ...
    BR0280I BRBACKUP time stamp: 2007-10-19 12.47.10
    BR0198I Profiles saved successfully
    BR0280I BRBACKUP time stamp: 2007-10-19 12.47.13
    BR0315I 'Alter tablespace PSAPTCL begin backup' successful
    BR0202I Saving /oracle/ECQ/sapdata1/tcl_1/tcl.data1
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata1/tcl_1/tcl.data1
    #SAVED.... tcl.data1  SCRATCH/4
    BR0280I BRBACKUP time stamp: 2007-10-19 12.47.59
    BR0063I 1 of 46 files processed - 3360.008 MB of 158812.359 MB done
    BR0204I Percentage done: 2.12%, estimated end time: 13:29
    BR0001I *_________________________________________________
    BR0202I Saving /oracle/ECQ/sapdata1/tcl_2/tcl.data2
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata1/tcl_2/tcl.data2
    #SAVED.... tcl.data2  SCRATCH/5
    BR0280I BRBACKUP time stamp: 2007-10-19 12.48.42
    BR0063I 2 of 46 files processed - 6640.016 MB of 158812.359 MB done
    BR0204I Percentage done: 4.18%, estimated end time: 13:25
    BR0001I **________________________________________________
    BR0202I Saving /oracle/ECQ/sapdata1/tcl_3/tcl.data3
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata1/tcl_3/tcl.data3
    #SAVED.... tcl.data3  SCRATCH/6
    BR0280I BRBACKUP time stamp: 2007-10-19 12.49.20
    BR0063I 3 of 46 files processed - 9860.023 MB of 158812.359 MB done
    BR0204I Percentage done: 6.21%, estimated end time: 13:23
    BR0001I ***_______________________________________________
    BR0202I Saving /oracle/ECQ/sapdata1/tcl_4/tcl.data4
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata1/tcl_4/tcl.data4
    #SAVED.... tcl.data4  SCRATCH/7
    BR0280I BRBACKUP time stamp: 2007-10-19 12.50.00
    BR0063I 4 of 46 files processed - 13140.031 MB of158812.359 MB done
    BR0204I Percentage done: 8.27%, estimated end time: 13:22
    BR0001I ****______________________________________________
    BR0202I Saving /oracle/ECQ/sapdata1/tcl_5/tcl.data5
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata1/tcl_5/tcl.data5
    #SAVED.... tcl.data5  SCRATCH/8
    BR0280I BRBACKUP time stamp: 2007-10-19 12.50.37
    BR0063I 5 of 46 files processed - 16340.039 MB of158812.359 MB done
    BR0204I Percentage done: 10.29%, estimated end time: 13:21
    BR0001I *****_____________________________________________
    BR0202I Saving /oracle/ECQ/sapdata2/tcl_10/tcl.data10
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata2/tcl_10/tcl.data10
    #SAVED.... tcl.data10  SCRATCH/9
    BR0280I BRBACKUP time stamp: 2007-10-19 12.51.35
    BR0063I 6 of 46 files processed - 20120.047 MB of158812.359 MB done
    BR0204I Percentage done: 12.67%, estimated end time: 13:22
    BR0001I ******____________________________________________
    BR0202I Saving /oracle/ECQ/sapdata2/tcl_6/tcl.data6
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata2/tcl_6/tcl.data6
    #SAVED.... tcl.data6  SCRATCH/10
    BR0280I BRBACKUP time stamp: 2007-10-19 12.52.31
    BR0063I 7 of 46 files processed - 23960.055 MB of158812.359 MB done
    BR0204I Percentage done: 15.09%, estimated end time: 13:23
    BR0001I ********__________________________________________
    BR0202I Saving /oracle/ECQ/sapdata2/tcl_7/tcl.data7
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata2/tcl_7/tcl.data7
    #SAVED.... tcl.data7  SCRATCH/11
    BR0280I BRBACKUP time stamp: 2007-10-19 12.53.29
    BR0063I 8 of 46 files processed - 27780.062 MB of158812.359 MB done
    BR0204I Percentage done: 17.49%, estimated end time: 13:23
    BR0001I *********_________________________________________
    BR0202I Saving /oracle/ECQ/sapdata2/tcl_8/tcl.data8
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata2/tcl_8/tcl.data8
    #SAVED.... tcl.data8  SCRATCH/12
    BR0280I BRBACKUP time stamp: 2007-10-19 12.54.25
    BR0063I 9 of 46 files processed - 31700.070 MB of158812.359 MB done
    BR0204I Percentage done: 19.96%, estimated end time: 13:23
    BR0001I **********________________________________________
    BR0202I Saving /oracle/ECQ/sapdata2/tcl_9/tcl.data9
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata2/tcl_9/tcl.data9
    #SAVED.... tcl.data9  SCRATCH/13
    BR0280I BRBACKUP time stamp: 2007-10-19 12.55.19
    BR0063I 10 of 46 files processed - 35520.078 MB of 158812.359 MB done
    BR0204I Percentage done: 22.37%, estimated end time: 13:23
    BR0001I ***********_______________________________________
    BR0202I Saving /oracle/ECQ/sapdata3/tcl_11/tcl.data11
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata3/tcl_11/tcl.data11
    #SAVED.... tcl.data11  SCRATCH/14
    BR0280I BRBACKUP time stamp: 2007-10-19 12.56.25
    BR0063I 11 of 46 files processed - 40840.086 MB of 158812.359 MB done
    BR0204I Percentage done: 25.72%, estimated end time: 13:23
    BR0001I *************_____________________________________
    BR0202I Saving /oracle/ECQ/sapdata3/tcl_12/tcl.data12
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata3/tcl_12/tcl.data12
    #SAVED.... tcl.data12  SCRATCH/15
    BR0280I BRBACKUP time stamp: 2007-10-19 12.57.26
    BR0063I 12 of 46 files processed - 45720.094 MB of 158812.359 MB done
    BR0204I Percentage done: 28.79%, estimated end time: 13:23
    BR0001I **************____________________________________
    BR0202I Saving /oracle/ECQ/sapdata3/tcl_13/tcl.data13
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata3/tcl_13/tcl.data13
    #SAVED.... tcl.data13  SCRATCH/16
    BR0280I BRBACKUP time stamp: 2007-10-19 12.58.33
    BR0063I 13 of 46 files processed - 50560.102 MB of 158812.359 MB done
    BR0204I Percentage done: 31.84%, estimated end time: 13:23
    BR0001I ****************__________________________________
    BR0202I Saving /oracle/ECQ/sapdata3/tcl_14/tcl.data14
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata3/tcl_14/tcl.data14
    #SAVED.... tcl.data14  SCRATCH/17
    BR0280I BRBACKUP time stamp: 2007-10-19 12.59.44
    BR0063I 14 of 46 files processed - 55340.109 MB of 158812.359 MB done
    BR0204I Percentage done: 34.85%, estimated end time: 13:23
    BR0001I *****************_________________________________
    BR0202I Saving /oracle/ECQ/sapdata3/tcl_15/tcl.data15
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata3/tcl_15/tcl.data15
    #SAVED.... tcl.data15  SCRATCH/18
    BR0280I BRBACKUP time stamp: 2007-10-19 13.00.52
    BR0063I 15 of 46 files processed - 60000.117 MB of 158812.359 MB done
    BR0204I Percentage done: 37.78%, estimated end time: 13:23
    BR0001I *******************_______________________________
    BR0202I Saving /oracle/ECQ/sapdata4/tcl_16/tcl.data16
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata4/tcl_16/tcl.data16
    #SAVED.... tcl.data16  SCRATCH/19
    BR0280I BRBACKUP time stamp: 2007-10-19 13.02.08
    BR0063I 16 of 46 files processed - 65760.125 MB of 158812.359 MB done
    BR0204I Percentage done: 41.41%, estimated end time: 13:23
    BR0001I *********************_____________________________
    BR0202I Saving /oracle/ECQ/sapdata4/tcl_17/tcl.data17
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata4/tcl_17/tcl.data17
    #SAVED.... tcl.data17  SCRATCH/20
    BR0280I BRBACKUP time stamp: 2007-10-19 13.03.23
    BR0063I 17 of 46 files processed - 71720.133 MB of 158812.359 MB done
    BR0204I Percentage done: 45.16%, estimated end time: 13:23
    BR0001I ***********************___________________________
    BR0202I Saving /oracle/ECQ/sapdata4/tcl_18/tcl.data18
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata4/tcl_18/tcl.data18
    #SAVED.... tcl.data18  SCRATCH/21
    BR0280I BRBACKUP time stamp: 2007-10-19 13.04.36
    BR0063I 18 of 46 files processed - 77500.141 MB of 158812.359 MB done
    BR0204I Percentage done: 48.80%, estimated end time: 13:22
    BR0001I ************************__________________________
    BR0202I Saving /oracle/ECQ/sapdata4/tcl_19/tcl.data19
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata4/tcl_19/tcl.data19
    #SAVED.... tcl.data19  SCRATCH/22
    BR0280I BRBACKUP time stamp: 2007-10-19 13.05.49
    BR0063I 19 of 46 files processed - 83160.148 MB of 158812.359 MB done
    BR0204I Percentage done: 52.36%, estimated end time: 13:22
    BR0001I **************************________________________
    BR0202I Saving /oracle/ECQ/sapdata4/tcl_20/tcl.data20
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata4/tcl_20/tcl.data20
    #SAVED.... tcl.data20  SCRATCH/23
    BR0280I BRBACKUP time stamp: 2007-10-19 13.07.07
    BR0063I 20 of 46 files processed - 88940.156 MB of 158812.359 MB done
    BR0204I Percentage done: 56.00%, estimated end time: 13:22
    BR0001I ****************************______________________
    BR0280I BRBACKUP time stamp: 2007-10-19 13.07.09
    BR0317I 'Alter tablespace PSAPTCL end backup' successful
    BR0280I BRBACKUP time stamp: 2007-10-19 13.07.09
    BR0315I 'Alter tablespace PSAPTCL700 begin backup' successful
    BR0202I Saving /oracle/ECQ/sapdata1/tcl700_1/tcl700.data1
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata1/tcl700_1/tcl700.data1
    #SAVED.... tcl700.data1  SCRATCH/24
    BR0280I BRBACKUP time stamp: 2007-10-19 13.07.51
    BR0063I 21 of 46 files processed - 92160.164 MB of 158812.359 MB done
    BR0204I Percentage done: 58.03%, estimated end time: 13:22
    BR0001I *****************************_____________________
    BR0202I Saving /oracle/ECQ/sapdata1/tcl700_2/tcl700.data2
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata1/tcl700_2/tcl700.data2
    #SAVED.... tcl700.data2  SCRATCH/25
    BR0280I BRBACKUP time stamp: 2007-10-19 13.08.33
    BR0063I 22 of 46 files processed - 95500.172 MB of 158812.359 MB done
    BR0204I Percentage done: 60.13%, estimated end time: 13:22
    BR0001I ******************************____________________
    BR0202I Saving /oracle/ECQ/sapdata1/tcl700_3/tcl700.data3
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata1/tcl700_3/tcl700.data3
    #SAVED.... tcl700.data3  SCRATCH/26
    BR0280I BRBACKUP time stamp: 2007-10-19 13.09.16
    BR0063I 23 of 46 files processed - 99080.180 MB of 158812.359 MB done
    BR0204I Percentage done: 62.39%, estimated end time: 13:22
    BR0001I *******************************___________________
    BR0202I Saving /oracle/ECQ/sapdata1/tcl700_4/tcl700.data4
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata1/tcl700_4/tcl700.data4
    #SAVED.... tcl700.data4  SCRATCH/27
    BR0280I BRBACKUP time stamp: 2007-10-19 13.09.59
    BR0063I 24 of 46 files processed - 102600.188 MB of 158812.359 MB done
    BR0204I Percentage done: 64.60%, estimated end time: 13:22
    BR0001I ********************************__________________
    BR0202I Saving /oracle/ECQ/sapdata2/tcl700_5/tcl700.data5
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata2/tcl700_5/tcl700.data5
    #SAVED.... tcl700.data5  SCRATCH/28
    BR0280I BRBACKUP time stamp: 2007-10-19 13.10.42
    BR0063I 25 of 46 files processed - 106200.195 MB of 158812.359 MB done
    BR0204I Percentage done: 66.87%, estimated end time: 13:22
    BR0001I *********************************_________________
    BR0202I Saving /oracle/ECQ/sapdata2/tcl700_6/tcl700.data6
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata2/tcl700_6/tcl700.data6
    #SAVED.... tcl700.data6  SCRATCH/29
    BR0280I BRBACKUP time stamp: 2007-10-19 13.11.25
    BR0063I 26 of 46 files processed - 109640.203 MB of 158812.359 MB done
    BR0204I Percentage done: 69.04%, estimated end time: 13:22
    BR0001I ***********************************_______________
    BR0202I Saving /oracle/ECQ/sapdata2/tcl700_7/tcl700.data7
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata2/tcl700_7/tcl700.data7
    #SAVED.... tcl700.data7  SCRATCH/30
    BR0280I BRBACKUP time stamp: 2007-10-19 13.12.04
    BR0063I 27 of 46 files processed - 112920.211 MB of 158812.359 MB done
    BR0204I Percentage done: 71.10%, estimated end time: 13:22
    BR0001I ************************************______________
    BR0202I Saving /oracle/ECQ/sapdata2/tcl700_8/tcl700.data8
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata2/tcl700_8/tcl700.data8
    #SAVED.... tcl700.data8  SCRATCH/31
    BR0280I BRBACKUP time stamp: 2007-10-19 13.12.44
    BR0063I 28 of 46 files processed - 116280.219 MB of 158812.359 MB done
    BR0204I Percentage done: 73.22%, estimated end time: 13:22
    BR0001I *************************************_____________
    BR0202I Saving /oracle/ECQ/sapdata3/tcl700_10/tcl700.data10
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata3/tcl700_10/tcl700.data10
    #SAVED.... tcl700.data10  SCRATCH/32
    BR0280I BRBACKUP time stamp: 2007-10-19 13.13.26
    BR0063I 29 of 46 files processed - 119500.227 MB of 158812.359 MB done
    BR0204I Percentage done: 75.25%, estimated end time: 13:22
    BR0001I **************************************____________
    BR0202I Saving /oracle/ECQ/sapdata3/tcl700_11/tcl700.data11
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata3/tcl700_11/tcl700.data11
    #SAVED.... tcl700.data11  SCRATCH/33
    BR0280I BRBACKUP time stamp: 2007-10-19 13.14.09
    BR0063I 30 of 46 files processed - 122720.234 MB of 158812.359 MB done
    BR0204I Percentage done: 77.27%, estimated end time: 13:22
    BR0001I ***************************************___________
    BR0202I Saving /oracle/ECQ/sapdata3/tcl700_12/tcl700.data12
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata3/tcl700_12/tcl700.data12
    #SAVED.... tcl700.data12  SCRATCH/34
    BR0280I BRBACKUP time stamp: 2007-10-19 13.14.53
    BR0063I 31 of 46 files processed - 126020.242 MB of 158812.359 MB done
    BR0204I Percentage done: 79.35%, estimated end time: 13:22
    BR0001I ****************************************__________
    BR0202I Saving /oracle/ECQ/sapdata3/tcl700_9/tcl700.data9
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata3/tcl700_9/tcl700.data9
    #SAVED.... tcl700.data9  SCRATCH/35
    BR0280I BRBACKUP time stamp: 2007-10-19 13.15.32
    BR0063I 32 of 46 files processed - 129200.250 MB of 158812.359 MB done
    BR0204I Percentage done: 81.35%, estimated end time: 13:22
    BR0001I *****************************************_________
    BR0202I Saving /oracle/ECQ/sapdata4/tcl700_13/tcl700.data13
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata4/tcl700_13/tcl700.data13
    #SAVED.... tcl700.data13  SCRATCH/36
    BR0280I BRBACKUP time stamp: 2007-10-19 13.16.17
    BR0063I 33 of 46 files processed - 132480.258 MB of 158812.359 MB done
    BR0204I Percentage done: 83.42%, estimated end time: 13:22
    BR0001I ******************************************________
    BR0202I Saving /oracle/ECQ/sapdata4/tcl700_14/tcl700.data14
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata4/tcl700_14/tcl700.data14
    #SAVED.... tcl700.data14  SCRATCH/37
    BR0280I BRBACKUP time stamp: 2007-10-19 13.17.05
    BR0063I 34 of 46 files processed - 135780.266 MB of 158812.359 MB done
    BR0204I Percentage done: 85.50%, estimated end time: 13:22
    BR0001I *******************************************_______
    BR0202I Saving /oracle/ECQ/sapdata4/tcl700_15/tcl700.data15
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata4/tcl700_15/tcl700.data15
    #SAVED.... tcl700.data15  SCRATCH/38
    BR0280I BRBACKUP time stamp: 2007-10-19 13.17.55
    BR0063I 35 of 46 files processed - 139040.273 MB of 158812.359 MB done
    BR0204I Percentage done: 87.55%, estimated end time: 13:22
    BR0001I ********************************************______
    BR0202I Saving /oracle/ECQ/sapdata4/tcl700_16/tcl700.data16
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata4/tcl700_16/tcl700.data16
    #SAVED.... tcl700.data16  SCRATCH/39
    BR0280I BRBACKUP time stamp: 2007-10-19 13.18.40
    BR0063I 36 of 46 files processed - 142260.281 MB of 158812.359 MB done
    BR0204I Percentage done: 89.58%, estimated end time: 13:22
    BR0001I *********************************************_____
    BR0202I Saving /oracle/ECQ/sapdata4/tcl700_17/tcl700.data17
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata4/tcl700_17/tcl700.data17
    #SAVED.... tcl700.data17  SCRATCH/40
    BR0280I BRBACKUP time stamp: 2007-10-19 13.19.11
    BR0063I 37 of 46 files processed - 144260.289 MB of 158812.359 MB done
    BR0204I Percentage done: 90.84%, estimated end time: 13:22
    BR0001I *********************************************_____
    BR0280I BRBACKUP time stamp: 2007-10-19 13.19.13
    BR0317I 'Alter tablespace PSAPTCL700 end backup' successful
    BR0280I BRBACKUP time stamp: 2007-10-19 13.19.13
    BR0315I 'Alter tablespace PSAPTCLDB begin backup'successful
    BR0202I Saving /oracle/ECQ/sapdata4/tcldb_1/tcldb.data1
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata4/tcldb_1/tcldb.data1
    #SAVED.... tcldb.data1  SCRATCH/41
    BR0280I BRBACKUP time stamp: 2007-10-19 13.19.38
    BR0063I 38 of 46 files processed - 146260.297 MB of 158812.359 MB done
    BR0204I Percentage done: 92.10%, estimated end time: 13:22
    BR0001I **********************************************____
    BR0202I Saving /oracle/ECQ/sapdata4/tcldb_2/tcldb.data2
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata4/tcldb_2/tcldb.data2
    #SAVED.... tcldb.data2  SCRATCH/42
    BR0280I BRBACKUP time stamp: 2007-10-19 13.20.02
    BR0063I 39 of 46 files processed - 148260.305 MB of 158812.359 MB done
    BR0204I Percentage done: 93.36%, estimated end time: 13:22
    BR0001I ***********************************************___
    BR0202I Saving /oracle/ECQ/sapdata4/tcldb_3/tcldb.data3
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata4/tcldb_3/tcldb.data3
    #SAVED.... tcldb.data3  SCRATCH/43
    BR0280I BRBACKUP time stamp: 2007-10-19 13.20.18
    BR0063I 40 of 46 files processed - 149260.312 MB of 158812.359 MB done
    BR0204I Percentage done: 93.99%, estimated end time: 13:22
    BR0001I ***********************************************___
    BR0280I BRBACKUP time stamp: 2007-10-19 13.20.19
    BR0317I 'Alter tablespace PSAPTCLDB end backup' successful
    BR0280I BRBACKUP time stamp: 2007-10-19 13.20.20
    BR0315I 'Alter tablespace PSAPTCLUSR begin backup' successful
    BR0202I Saving /oracle/ECQ/sapdata1/tclusr_1/tclusr.data1
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata1/tclusr_1/tclusr.data1
    #SAVED.... tclusr.data1  SCRATCH/44
    BR0280I BRBACKUP time stamp: 2007-10-19 13.20.22
    BR0063I 41 of 46 files processed - 149300.320 MB of 158812.359 MB done
    BR0204I Percentage done: 94.01%, estimated end time: 13:22
    BR0001I ***********************************************___
    BR0280I BRBACKUP time stamp: 2007-10-19 13.20.25
    BR0317I 'Alter tablespace PSAPTCLUSR end backup' successful
    BR0280I BRBACKUP time stamp: 2007-10-19 13.20.25
    BR0315I 'Alter tablespace PSAPUNDOTS begin backup' successful
    BR0202I Saving /oracle/ECQ/sapdata2/undots_1/undots.data1
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata2/undots_1/undots.data1
    #SAVED.... undots.data1  SCRATCH/45
    BR0280I BRBACKUP time stamp: 2007-10-19 13.21.21
    BR0063I 42 of 46 files processed - 153396.328 MB of 158812.359 MB done
    BR0204I Percentage done: 96.59%, estimated end time: 13:22
    BR0001I ************************************************__
    BR0202I Saving /oracle/ECQ/sapdata2/undots_2/undots.data2
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata2/undots_2/undots.data2
    #SAVED.... undots.data2  SCRATCH/46
    BR0280I BRBACKUP time stamp: 2007-10-19 13.22.25
    BR0063I 43 of 46 files processed - 157492.336 MB of 158812.359 MB done
    BR0204I Percentage done: 99.17%, estimated end time: 13:22
    BR0001I **************************************************
    BR0280I BRBACKUP time stamp: 2007-10-19 13.22.26
    BR0317I 'Alter tablespace PSAPUNDOTS end backup' successful
    BR0280I BRBACKUP time stamp: 2007-10-19 13.22.26
    BR0315I 'Alter tablespace SYSAUX begin backup' successful
    BR0202I Saving /oracle/ECQ/sapdata1/sysaux_1/sysaux.data1
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata1/sysaux_1/sysaux.data1
    #SAVED.... sysaux.data1  SCRATCH/47
    BR0280I BRBACKUP time stamp: 2007-10-19 13.22.30
    BR0063I 44 of 46 files processed - 157732.344 MB of 158812.359 MB done
    BR0204I Percentage done: 99.32%, estimated end time: 13:22
    BR0001I **************************************************
    BR0202I Saving /oracle/ECQ/sapdata2/sysaux_2/sysaux.data2
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata2/sysaux_2/sysaux.data2
    #SAVED.... sysaux.data2  SCRATCH/48
    BR0280I BRBACKUP time stamp: 2007-10-19 13.22.37
    BR0063I 45 of 46 files processed - 157972.352 MB of 158812.359 MB done
    BR0204I Percentage done: 99.47%, estimated end time: 13:22
    BR0001I **************************************************
    BR0280I BRBACKUP time stamp: 2007-10-19 13.22.38
    BR0317I 'Alter tablespace SYSAUX end backup' successful
    BR0280I BRBACKUP time stamp: 2007-10-19 13.22.38
    BR0315I 'Alter tablespace SYSTEM begin backup' successful
    BR0202I Saving /oracle/ECQ/sapdata1/system_1/system.data1
    BR0203I to /dev/rmt0.1 ...
    #FILE..... /oracle/ECQ/sapdata1/system_1/system.data1
    #SAVED.... system.data1  SCRATCH/49
    BR0280I BRBACKUP time stamp: 2007-10-19 13.22.49
    BR0063I 46 of 46 files processed - 158812.359 MB of 158812.359 MB done
    BR0204I Percentage done: 100.00%, estimated end time: 13:22
    BR0001I **************************************************
    BR0280I BRBACKUP time stamp: 2007-10-19 13.22.50
    BR0317I 'Alter tablespace SYSTEM end backup' successful
    BR0280I BRBACKUP time stamp: 2007-10-19 13.22.52
    BR0530I Cataloging backups of all database files...
    BR0278E Command output of 'SHELL=/bin/sh /oracle/ECQ/102_64/bin/rman nocatalog':
    Recovery Manager: Release 10.2.0.2.0 - Productionon Fri Oct 19 13:22:53 2007
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    RMAN>
    RMAN> connect target *
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-04002: ocipi failed, ORA--1
    RMAN> *end-of-file*
    RMAN>
    host command complete
    RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14>15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of catalog command at 10/19/2007 13:22:54
    RMAN-06171: not connected to target database
    RMAN>
    Recovery Manager complete.
    BR0280I BRBACKUP time stamp: 2007-10-19 13.22.54
    BR0279E Return code from 'SHELL=/bin/sh /oracle/ECQ/102_64/bin/rman nocatalog': 1
    BR0536E RMAN call for database instance ECQ failed
    BR0280I BRBACKUP time stamp: 2007-10-19 13.22.54
    BR0532E Cataloging backups of all database files failed
    BR0056I End of database backup: bdwkeavh.fnt 2007-10-19 13.22.54
    BR0280I BRBACKUP time stamp: 2007-10-19 13.22.56
    BR0054I BRBACKUP terminated with errors
    External program terminated with exit code 5
    BRBACKUP returned error status E
    Job finished
    please find me a solution.
    Thanks in advance
    Regards
    Veda Kumar

    Hi,
    It seems to be a new installation and if you have not activated archive logs then follow below steps :
    Log in to your database server and issue the following commands:
    db2 update db cfg for SID using LOGARCHMETH1 DISK:/db2/SID/log_archive
    take a offline backup
    Afterwards you have to restart the instance through db2stop force and db2start.
    During the restart the log files are copied by DB2 to the log_archive
    Regards,
    Nirmal.K

  • Error while taking a backup, BR0253E errno 28: NO space left on device

    Dear Experts,
    Since 2 days we are facing a problem with the online backup that is fired from DB13, the following is the error message that we are getting,
    BR0051I BRBACKUP 7.00 (18)
    BR0055I Start of database backup: bdxultsi.ant 2008-04-28 12:15:52
    BR0252E Function fflush() failed for '/oracle/PRD/sapbackup/bdxultsi.ant' at location main-9
    BR0253E errno28: No space left on device
    BR0121E Processing of log file /oracle/PRD/sapbackup/bdxultsi.ant failed
    BR0561I End of database backup : bdxultsi.ant 2008-04-28 12:15:52
    BR0280I BRBACKUP time stamp: 2008-04-28 12:15:53
    BR0054I BRBACKUP terminated with errors
    External program terminated with exit code 3
    We have checked with 2 different tapes, its the same problem still.
    I understand that the problem is in initilization of the tape.
    Please help me with this.. as we are not having a good backup since 3 days and its on the PRD server.
    Reward points assured
    Regards
    Hunky

    Hi,
    First off all run CleanupLogs in DB13, if it is not working then check core files in /oracle/<SID>/saptrace/background/. If they are present move one of them to the other place, then again run CleanupLogs, after move back the core file, and again start CleanupLogs. Also check available space in sapbackup folder. After you can take your backup.
    Regards,
    Zeynal Aliyev
    Edited by: Zeyn Ali on Oct 22, 2009 10:53 AM

  • 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

  • Getting Connection error while creating Substituion Rule in UWL

    Hi Everybody,
    Getting below error while creating Substitution Rules in UWL.
    "error for the u201Cconnectionu201D to SAP_R3_Finance ".
    Can be able to see all Work Items belongs to me. getting the errror while creating Substitution Rule only..
    Could anybody tell me what might be the Reason what steps i need to take to resolve this issue.
    Thanks,
    Naveen Kumar

    Hi Uds,
    are you running SOA Suite on a Linux server and not on your PC and just running JDeveloper on your PC?
    If so try creating the repository file specifying a directory on the Linux server.
    For example to:
    /tmp/sample_repository
    So Choose 'File' from drop down menu
    Enter /tmp/sample_repository
    Click on create button
    This should create the file called sample_repository in /tmp on the Linux server.
    Can you tell us what your environment is?
    Regards Cel

Maybe you are looking for

  • Flash player crashes in OS X 10.6.2

    Hello, Flash Player (plugin) 10.0.42.34 crashes in Safari 4.0.4 under Mac OS X 10.6.2.  The previous version did the same thing which is why I updated it in the first place, I cannot seem to find any help here or at Apples support site.  Running in t

  • [solved] ncmpcpp - album sort?

    Have recently set up a headless server for my multimedia needs. Since I control it via ssh I had to install a console music player and have decided on mpd/ncmpcpp. One thing that bugs me is that the Media Library sorts with Artist as the first criter

  • Colour Casts in Prints From Aperture

    Hello, I have read reams of material on calibration and profiling -- probably too much, because I'm more confused than I was when I started. This is my set up: Nikon D300. Mac Pro + GeForce 7300GT + Mac Cinema Display (20 inch). Photoshop CS3 + Apple

  • OC4J with Windows 7

    Hi I would like to know which version of OC4J container will support windows 7 OS (64 bit /32 bit ) If it is not supported please let me knwo when we canhave it Thanks Jacob

  • Buddies not showing up

    i can log on to ichat, but my buddy list is empty, and i can't add new buddies. does anyone know how i can fix this?