Error   during DEV backup PSAPSR3 is already in backup status

Dear All,
When i m taking development backup.It generating the error PSAPSR3 is already in backup status.Plz tell me how to resolve this issue.
LOG file is attached.
BR0051I BRBACKUP 7.00 (13)                                                                               
BR0189W Expiration period equal 0 - backup volumes could be immediately overwritten                                                                               
BR0055I Start of database backup: bdxxiprp.ant 2008-05-13 17.40.29                                                                               
BR0477I Oracle pfile E:\oracle\MRD\102\database\initMRD.ora created from spfile E:\oracle\MRD\102\database\spfileMRD.ora                                                                               
BR0280I BRBACKUP time stamp: 2008-05-13 17.40.32                                                                               
BR0319I Control file copy created: G:\oracle\MRD\sapbackup\CNTRLMRD.DBF 24461312                                                                               
BR0328E Database file Q:\SAPDATA1\SR3_1\SR3.DATA1 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file Q:\SAPDATA1\SR3_2\SR3.DATA2 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file Q:\SAPDATA1\SR3_3\SR3.DATA3 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file Q:\SAPDATA1\SR3_4\SR3.DATA4 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file G:\ORACLE\MRD\SAPDATA1\SR3_5\SR3.DATA5 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file H:\ORACLE\MRD\SAPDATA2\SR3_6\SR3.DATA6 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file H:\ORACLE\MRD\SAPDATA2\SR3_7\SR3.DATA7 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file H:\ORACLE\MRD\SAPDATA2\SR3_8\SR3.DATA8 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file H:\ORACLE\MRD\SAPDATA2\SR3_9\SR3.DATA9 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file H:\ORACLE\MRD\SAPDATA2\SR3_10\SR3.DATA10 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file I:\ORACLE\MRD\SAPDATA3\SR3_11\SR3.DATA11 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file I:\ORACLE\MRD\SAPDATA3\SR3_12\SR3.DATA12 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file I:\ORACLE\MRD\SAPDATA3\SR3_13\SR3.DATA13 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file I:\ORACLE\MRD\SAPDATA3\SR3_14\SR3.DATA14 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file I:\ORACLE\MRD\SAPDATA3\SR3_15\SR3.DATA15 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file J:\ORACLE\MRD\SAPDATA4\SR3_16\SR3.DATA16 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file J:\ORACLE\MRD\SAPDATA4\SR3_17\SR3.DATA17 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file J:\ORACLE\MRD\SAPDATA4\SR3_18\SR3.DATA18 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file J:\ORACLE\MRD\SAPDATA4\SR3_19\SR3.DATA19 of tablespace PSAPSR3 is already in backup status                                                                               
BR0328E Database file J:\ORACLE\MRD\SAPDATA4\SR3_20\SR3.DATA20 of tablespace PSAPSR3 is already in backup status                                                                               
BR0056I End of database backup: bdxxiprp.ant 2008-05-13 17.40.35                                                                               
BR0280I BRBACKUP time stamp: 2008-05-13 17.40.35                                                                               
BR0054I BRBACKUP terminated with errors          
Thank and Regard's
Adil

Hi ,
Are you taken backup successfully , if not pls check below things.
1,tablespace PSAPSR3 is already in backup status, This error usually occurs when you are running an Online Backup and because of some previous failed backups the table spaces are still under back up status.
pls check if any backup is running or not
ps -ef|grep brbackup .
2 , check any lock file is created under oracl/SID/sapbackup if s remove lock file from the directory .
3 , login into DB
> sqlplus /nolog
SQL*Plus: Release 10.2.0.4.0 - Production on Tue Oct 19 14:57:23 2010
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
SQL> connect /as sysdba
Connected.
SQL> select status from v$backup;
check the status it should not be ACTIVE .
from your case Tablespace PSAPSR3 is already in backup status so login into DB
> sqlplus /nolog
SQL*Plus: Release 10.2.0.4.0 - Production on Tue Oct 19 14:57:23 2010
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
SQL> connect /as sysdba
Connected.
alter tablespace PSAPSR3 end backup;
SQL> alter tablespace PSAPSR3 end backup;
Tablespace altered.
SQL> select status from v$backup;
STATUS
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
STATUS
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
STATUS
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
STATUS
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
NOT ACTIVE
41 rows selected.
SQL>
After complete the above activity pls fire the backup .
It might be resolve your issue .
Edited by: satheesh0812 on Oct 19, 2010 11:54 AM

Similar Messages

  • Error during creating a Vendor:"Vendor Already Exists- Error Message- 2007"

    Hi,
    During creating a Vendor I am facing a problem, I get message as "Vendor XXX(number) Already Exists". I have checked the number ranges for vendor and found that current number in the system for the vendors exceeds the number XXX, mentioned above.
    I dont understand why this is happening.
    Thanks in advance.
    Regards,
    Prasad A. Wathare.

    Go to SE16 , enter the table name as LFA1 .
    Enter the vendor number for which you are getting the error .
    Execute and view the record for which you are getting the error , you will come to know who has created the vendor and when , check the corresponding entry in LFB1 for more details .
    Else , execute the T code FK03 and enter the vendor number and check the vendor details .
    Cheers ,
    Dewang

  • Error during offline backup thru DB13 on AIX.

    Dear All,
    Now since 3 weeks i am unable to fire a offline backup on my PRD server, i am able to take a successful online backup on the same server.
    We are using Tivoli backup solution for backups, but the backups are fired using tx-code: DB13. When i check the detailed logs for the error i see the below lines.
    BR0143I Backup type: offline_force
    BR0130I Backup device type: util_file
    BR0109I Files will be saved by backup utility
    BR0289I BRARCHIVE will be started at the end of processing
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0280I BRBACKUP time stamp: 2010-03-08 06.30.40
    BR0307I Shutting down database instance RT2 ...
    BR0278E Command output of '/oracle/RT2/102_64/bin/sqlplus':
    SQL*Plus: Release 10.2.0.2.0 - Production on Mon Mar 8 06:30:40 2010
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    SQL> Connected.
    SQL> csh: The file access permissions do not allow the specified action.
    SQL> ORA-01013: user requested cancel of current operation
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning and Data Mining options
    BR0280I BRBACKUP time stamp: 2010-03-08 07.30.41
    +BR0279E Return code from '/oracle/RT2/102_64/bin/sqlplus': 0+
    BR0302E SQLPLUS call for database instance RT2 failed
    BR0309E Shutdown of database instance RT2 failed
    BR0056I End of database backup: becswrbx.aff 2010-03-08 07.30.41
    BR0280I BRBACKUP time stamp: 2010-03-08 07.30.41
    BR0054I BRBACKUP terminated with errors
    BR0280I BRBACKUP time stamp: 2010-03-08 07.30.41
    BR0291I BRARCHIVE will be started with options '-U -jid ALGOF20090824063000 -d util_file -c force -cds -p initRT2_tiv_wkly.sap'
    BR0280I BRBACKUP time stamp: 2010-03-08 07.36.23
    BR0292I Execution of BRARCHIVE finished with return code 0
    Please help me on the same.
    Thanks and regards
    Hunky

    Dear Markus,
    The following are the results of ls -l br*
    PRD server results
    -rwsrwxr-x   1 orart2   sapsys      4956090 Nov 13 2007  brarchive
    -rwsrwxr-x   1 orart2   sapsys      5082125 Nov 13 2007  brbackup
    -rwsrwxr-x   1 orart2   sapsys      6621600 Nov 13 2007  brconnect
    -rwxrwxr-x   1 orart2   sapsys      5564662 Nov 13 2007  brrecover
    -rwxrwxr-x   1 orart2   sapsys      2071826 Nov 13 2007  brrestore
    -rwxrwxr-x   1 orart2   sapsys      6841991 Nov 13 2007  brspace
    -rwsrwxr-x   1 orart2   sapsys      2710864 Nov 13 2007  brtools
    DEV server results
    -rwsrwxr-x   1 orart1   dba         5019199 Jun 12 2008  brarchive
    -rwsrwxr-x   1 orart1   dba         5146308 Jun 12 2008  brbackup
    -rwsrwxr-x   1 orart1   dba         6686520 Jun 12 2008  brconnect
    -rwxrwxr-x   1 orart1   dba         5614646 Jun 12 2008  brrecover
    -rwxrwxr-x   1 orart1   dba         2109311 Jun 12 2008  brrestore
    -rwxrwxr-x   1 orart1   dba         6911788 Jun 12 2008  brspace
    -rwsrwxr-x   1 orart1   dba         2751018 Jun 12 2008  brtools
    And also i have checked with the permissions as suggested by  Mishra, i dont see a great difference among the file permissions.
    Can you be more precise about which files have the s-bit in the bin and lib directories.I see a lot of files and i did verify to an extent and saw that there are no changes in the file permissions, yet again i might have missed on few things.
    I have also logged in as sid<adm> user and ran br stats which was completed successfully and i have also logged into SQL and ran few select queries, which fetch me the results.
    I request all to kindly further help me on this.
    Thanks and regards
    Hunky

  • Errors during LIST BACKUP after backup

    Checking my backup logs for ORA- or RMAN- errors brought up this:
    RMAN-06900:   WARNING: unable to generate V$RMAN_STATUS or V$RMAN_OUTPUT row
    RMAN-06901:   WARNING: disabling update of the V$RMAN_STATUS and V$RMAN_OUTPUT rows
      ORACLE error from target database:
    ORA-19921: maximum number of 64 rows exceededThat occurred during a "list backup" command that I run after my BACKUP DATABASE command. Files before and after that section run just fine. Is this something I need to be concerned with? Checking back, it looks like it's been happening in my level0 and level1 incrementals for about a week.
    This is on Oracle EE 10gR2 (10.2.0.2) on RHEL.

    hi,
    These warnings can be ignored and will not affect rman functionality.
    Depending on your RDBMS version :
    - Uptill 10.2.0.4 : Ignore the message
    - 10.2.0.5 or higher :
    Download Patch 8264365 to resolve this issue.
    Bug 8264365 is related to the RMAN-executable only, so NOT to the TARGET or CATALOG databases itself. So you need to patch the ORACLE_HOME used by the RMAN-executable.
    Thanks
    Satish

  • RMAN throwing errors during Tablespace Backup - RMAN-06004 and RMAN-06019

    Hi All.
    Please help me to fix trail of error message I'm getting while trying backup of a newly added tablespace in database. I'm using RMAN as a recovery method.
    Tablespace Name: test
    DB Version: Oracle 10g R1.
    OS: Red Hat Linux 5
    RMAN> report schema;
    Report of database schema
    List of Permanent Datafiles
    ===========================
    File Size(MB) Tablespace RB segs Datafile Name
    1 490 SYSTEM YES /u01/app/oracle/oradata/qrcl/system01.dbf
    2 25 UNDOTBS1 YES /u01/app/oracle/oradata/qrcl/undotbs01.dbf
    3 270 SYSAUX NO /u01/app/oracle/oradata/qrcl/sysaux01.dbf
    4 23 USERS NO /u01/app/oracle/oradata/qrcl/users01.dbf
    5 40 TEST NO /u01/app/test01.dbf
    List of Temporary Files
    =======================
    File Size(MB) Tablespace Maxsize(MB) Tempfile Name
    1 20 TEMP 32767 /u01/app/oracle/oradata/qrcl/temp01.dbf
    RMAN>
    RMAN> backup tablespace "test";
    Starting backup at 22-AUG-12
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 08/22/2012 11:57:13
    RMAN-06004: ORACLE error from recovery catalog database: RMAN-20202: tablespace not found in the recovery catalog
    RMAN-06019: could not translate tablespace name "test"
    RMAN> restore tablespace test;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "test": expecting one of: "double-quoted-string, identifier, single-quoted-string"
    RMAN-01007: at line 1 column 20 file: standard input
    I tried to update Catalog Server but still no luck:
    RMAN> RESYNC CATALOG;
    starting full resync of recovery catalog
    full resync complete
    Please Assist.
    Thanks
    Prashant Dixit

    Hello Prashant;
    The main issue is your tablespace name is an RMAN Reserved Word "Test"
    http://docs.oracle.com/cd/B13789_01/server.101/b10770/rcmcomma.htm#1006728
    Different test
    -- Create the tablespace
    CREATE TABLESPACE OTN_TEST DATAFILE
      '/u01/oradata/RECOVER2/test01.dbf' SIZE 1M AUTOEXTEND OFF
    LOGGING
    ONLINE;-- Create a user for the tablespace
    CREATE USER RMAN_TEST
      IDENTIFIED BY RMAN_TEST
      DEFAULT TABLESPACE OTN_TEST
      TEMPORARY TABLESPACE TEMP
      PROFILE DEFAULT
      ACCOUNT UNLOCK;
    ALTER USER RMAN_TEST QUOTA UNLIMITED ON "OTN_TEST";  -- Create a table in the tablespace
    CREATE TABLE RMAN_TEST.EMP
      EMPNO     NUMBER,
      ENAME     VARCHAR2(30 BYTE),
      JOB       VARCHAR2(30 BYTE),
      MGR       NUMBER,
      HIREDATE  DATE,
      SAL       NUMBER,
      COMM      NUMBER,
      DEPTNO    NUMBER
    TABLESPACE OTN_TEST;-- Add some data
    SET DEFINE OFF;
    Insert into RMAN_TEST.EMP
       (EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO)
    Values
       (7369, 'SMITH', 'CLERK', 7902, TO_DATE('12/17/1980 00:00:00', 'MM/DD/YYYY HH24:MI:SS'),
        800, 20, 0);
    Insert into RMAN_TEST.EMP
       (EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO)
    Values
       (5000, 'NOCATALOG', 'DBA', 77902, TO_DATE('04/01/2010 00:00:00', 'MM/DD/YYYY HH24:MI:SS'),
        200, 0, 0);
    COMMIT;-- start RMAN and backup tablespace
    RMAN> BACKUP TABLESPACE OTN_TEST;
    Starting backup at 22-AUG-12
    starting full resync of recovery catalog
    full resync complete
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    input datafile file number=00007 name=/u01/oradata/RECOVER2/test01.dbf
    channel ORA_DISK_1: starting piece 1 at 22-AUG-12
    channel ORA_DISK_1: finished piece 1 at 22-AUG-12
    piece handle=/u01/app/oracle/flash_recovery_area/RECOVER2/backupset/2012_08_22/o1_mf_nnndf_TAG20120822T080711_839pczng_.bkp tag=TAG20120822T080711 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
    Finished backup at 22-AUG-12
    Starting Control File and SPFILE Autobackup at 22-AUG-12
    piece handle=/u01/app/oracle/flash_recovery_area/RECOVER2/autobackup/2012_08_22/o1_mf_s_791971633_839pd1bm_.bkp comment=NONE
    Finished Control File and SPFILE Autobackup at 22-AUG-12
    Note
    If you dropped the tablespace then you need to recover the database to a point in time, not the tablespace.
    Best Regards
    mseberg

  • RMAN error during auto backup

    Hello,
    We have crontab to take archivelog backup at every hour at 10 mins. mon-sat incremental and sunday level 0 backup. Today morning I got following error in the log file. (RAC DB 10.2.0.5, OS=RHL)
    RMAN-00571:
    ===========================================================brRMAN-00569: ===============
    ERROR MESSAGE STACK FOLLOWS ===============brRMAN-00571:
    ===========================================================brRMAN-03002: failure of backup
    plus archivelog command at 05/21/2012 05:55:59brRMAN-03014: implicit resync of recovery
    catalog failedbrRMAN-06004: ORACLE error from recovery catalog database: ORA-03113:
    end-of-file on communication channelbrORACLE error from recovery catalog database:
    ORA-03114: not connected to ORACLEbrRMAN-00571:
    ===========================================================brRMAN-00569: ===============
    ERROR MESSAGE STACK FOLLOWS ===============brRMAN-00571:
    ===========================================================brRMAN-03002: failure of
    allocate command at 05/21/2012 05:56:00brRMAN-06004: ORACLE error from recovery catalog
    database: ORA-03114: not connected to ORACLElist backup of archivelog all; .. while connecting to rman catalog..following are the few lines from the output.
    I found almost related MOS note but unfortunately, I am still unable to understand what actually happened or what is trying to be explain in this particular note. RMAN Backup fails with error ORA-3114 [ID 1264084.1]. One more important question for my concern is that if the command failed for example as in my case. The next time when backup command started to take incremental backups, will it cover or backup those archivelog which were not backed up because of the above error?
    List of Archived Logs in backup set 2481637
      Thrd Seq     Low SCN    Low Time            Next SCN   Next Time
      1    67414   27261392224 21-05-2012 05:10:22 27261405217 21-05-2012 05:55:55
      1    67415   27261405217 21-05-2012 05:55:55 27261422601 21-05-2012 06:10:07
      2    70049   27261392222 21-05-2012 05:10:20 27261405224 21-05-2012 05:55:57
      2    70050   27261405224 21-05-2012 05:55:57 27261422604 21-05-2012 06:10:08Thank you.
    Best Regards.

    A "BACKUP ARCHIVELOG" is not an "Incremental Backup" (ergo, the question of "differential" or "cumulative" doesn't arise).
    It is a Backup of the ArchiveLogs specified in archlogspecifier . Since you have specified "ALL" it will attempt to backup all known archivelogs that have not been deleted. The "DELETE ALL INPUT" will delete the files after they have been successfully backed up. If the backup fails, the DELETE is not executed. Therefore, at the next execution, the same (and newer) ArchiveLogs will get backed up.
    Why don't you maintain a log of the RMAN Backup run (either with "SPOOL LOG TO .." in the RMAN script or by redirecting STDOUT and STDERR to a custom log file).
    Hemant K Chitale

  • Intermittent OCFS2 Heartbeat Errors During RMAN Backup

    Hello all. If this is better suited to an OCFS2 list, please let me know.
    I have an Oracle 10g RAC (10.2.0.2), on which one node runs an RMAN backup nightly around 10:45 PM. The node is running on RHEL4 x64 with 8 GB of RAM.
    About every other night these errors turn up in the messages log in the server:
    Apr 19 23:48:23 servername kernel: (4059,2):o2hb_setup_one_bio:371 ERROR: Could not alloc slots BIO!
    Apr 19 23:48:23 servername kernel: (4059,2):o2hb_read_slots:507 ERROR: status = -12
    Apr 19 23:48:23 servername kernel: (4059,2):o2hb_do_disk_heartbeat:973 ERROR: status = -12
    This only seems to happen when the RMAN backup is in progress, and I get these at no other time of the day.
    Can anyone point me to a reference for what these error codes mean, and if you've encountered these before can you tell me what impact this has and how it can be resolved? I'm assuming that the read/write load on the block device for the OCFS2 mount is causing issues, but this all conjecture without an explanation of the error code.
    Thanks in advance,
    Dan

    Thanks for the response!
    Kernel is: 2.6.9-34.0.2.ELsmp
    ocfs2 is: ocfs2-2.6.9-34.0.2.ELsmp-1.2.4-2
    To my knowledge it's never lead to a fence, and these are the only ocfs2 messages logged in the system log. When these messages occur, there doesn't seem to be any other symptom and the backup completes.
    To be honest, we've never had issues with ocfs2 since we set this RAC node up, so I'm sad to say I don't even know what messages a fencing event would create.

  • Error during PST backup process

    Hi,
    I am running 3 office 365 exchange accounts in Outlook 2010.
    For 1 of the accounts, when I try to make a PST backup, midway thru a message pops out, saying something like this (I cant recall the exact words but it is to this effect):
    "an object was not found, process failed"
    But the PST file is still created. Does this mean the PST file is missing some of my mails, contacts, calendar items, notes etc?
    Appreciate any & all immediate assistance.
    Regards,
    Doshi

    Hi,
    If you are trying to backup PST file from Outlook, I suggest to post your issue to
    Outlook forum for more professional help.
    If there are any Exchange Online issue, please post your question to
    Exchange Online Forum.
    Thanks for your understanding.
    Best Regards.

  • Essbase Version 11 Error During Export

    Hi,
    I have just installed Hyperion Essbase version 11 on windows 2003 Server, It’s a fresh install on new machine. I am getting following error during nightly backup.
    After "Calc All" we export data to the following location. Hyperion\APP\DB. Same Maxl script works fine on version 7 of Essbase. If i export data manually its works fine, only issue i have during nightly back (Automated). Data size is 1.4 GB; Please let me know if you need some more information.
    Error.. *ERROR - 1005000 - Ascii Backup: Failed to open [\PLAN\TEST\TEST_Export_AllData_1.txt]..*
    Maxl Script:
    MAXL> export database "PLAN"."TEST" all data to data_file
    2>      "'\\PLAN\\TEST\\TEST_Export_AllData_1.txt'",
    3>      "'\\PLAN\\TEST\\TEST_Export_AllData_2.txt'";
    Error:
    OK/INFO - 1019020 - Writing Free Space Information For Database [TEST].
    OK/INFO - 1005029 - Parallel export enabled: Number of export threads [2].
    *ERROR - 1005000 - Ascii Backup: Failed to open [\PLAN\TEST\TEST_Export_AllData_1.txt]..*
    MaxL Shell completed with error
    Thank you,
    T.Khan

    I tried with other path and it works. I really appreciate all your help. I used following maxl
    export database "Plan"."Test" all data to data_file
    C:\Hyperion\products\Essbase\EssbaseServer\app\PLAN\TEST\Export_AllDtata_1.txt,
    C:\Hyperion\products\Essbase\EssbaseServer\app\PLAN\TEST\Export_AllDtata_2.txt;
    What changes I need to make on my maxl. Do I need to make any changes on Variables? Here is my current Maxl
    /*      Export Database                              */
    /* Environment Variables: (set by calling script)               */
    /* $ess_UserName      - Essbase username                     */
    /* $ess_Password     - Essbase password                    */
    /* $ess_Server          - Essbase server                    */
    /* Local variables: (set by MaxL script)                    */
    /* $APP               - Essbase application ($1 positional parameter)     */
    /* $DB               - Essbase database ($2 positional parameter)     */
    /* Any error returned from a MaxL command causes the               */
    /* logic to branch to an error exit at end of the script           */
    /* set local variables to values of positional parameters */
    set APP=$1;
    set DB=$2;
    /* Login to Essbase */
    login $ess_UserName $ess_Password on $ess_Server;
    /* Export database in parallel to the database directory - all data */
    export database "$APP"."$DB" all data to data_file
         "'\\$APP\\$DB\\$(DB)_Export_AllData_1.txt'",
         "'\\$APP\\$DB\\$(DB)_Export_AllData_2.txt'";
    iferror 'ERROREXIT';          
    /* Normal Exit */
    Thank You
    T.Khan

  • Tablespace PSAPSR3 is already in backup status

    Hi!
    I have planed an ALL-ONLINE Backup from DB13.
    What does it mean and how can I proceed to backuo these tablespaces?
    Here is the error I am getting:
    BR0328E Database file E:\ORACLE\DEV\SAPDATA1\SR3_1\SR3.DATA1 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file E:\ORACLE\DEV\SAPDATA1\SR3_2\SR3.DATA2 of tablespace PSAPSR3 is already in backup status
    And second question:
    <b>Which form should have the parameter stage_root_dir, if a do a backup from windows to unix via FTP?</b>
    stage_root_dir=SAP/backup or
    stage_root_dir=SAP\backup
    Thank you very much
    regards

    Hi ,
    Are you taken backup successfully , if not pls check below things.
    1,tablespace PSAPSR3 is already in backup status is caused last backup is not success.
    pls check if any backup is running or not
    ps -ef|grep brbackup .
    2 , check any lock file is created under oracl/SID/sapbackup if s remove lock file from the directory .
    3 , login into DB
    > sqlplus /nolog
    SQL*Plus: Release 10.2.0.4.0 - Production on Tue Oct 19 14:57:23 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    SQL> connect /as sysdba
    Connected.
    SQL>  select status from v$backup;
    check the status it should not be ACTIVE .
    from your case Tablespace PSAPSR3 is already in backup status so login into DB
    > sqlplus /nolog
    SQL*Plus: Release 10.2.0.4.0 - Production on Tue Oct 19 14:57:23 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    SQL> connect /as sysdba
    Connected.
    alter tablespace PSAPSR3 end backup;
    SQL> alter tablespace PSAPSR3 end backup;
    Tablespace altered.
    SQL> select status from v$backup;
    STATUS
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    STATUS
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    STATUS
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    STATUS
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    NOT ACTIVE
    41 rows selected.
    SQL>
    After complete the above activity pls fire the backup .
    It might be resolve your issue .

  • Backup error; datafiles is already in backup status

    Dear Experts,
    While we are starting online db backup, we are getting following errors;
    BR0280I BRBACKUP time stamp: 2009-07-13 02.16.07
    BR0319I Control file copy created: /oracle/TBP/sapbackup/cntrlTBP.dbf 34783232
    BR0328E Database file /oracle/TBP/sapdata1/system_1/system.data1 of tablespace SYSTEM is already in backup status
    BR0328E Database file /oracle/TBP/sapdata1/undo_1/undo.data1 of tablespace PSAPUNDO is already in backup status
    BR0328E Database file /oracle/TBP/sapdata1/sysaux_1/sysaux.data1 of tablespace SYSAUX is already in backup status
    BR0328E Database file /oracle/TBP/sapdata2/sr3_1/sr3.data1 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata3/sr3700_1/sr3700.data1 of tablespace PSAPSR3700 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata4/sr3usr_1/sr3usr.data1 of tablespace PSAPSR3USR is already in backup status
    BR0328E Database file /oracle/TBP/sapdata4/sr3700_2/sr3700.data2 of tablespace PSAPSR3700 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata1/sr3_2/sr3.data2 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata2/sr3_3/sr3.data3 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata3/sr3_4/sr3.data4 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata4/sr3_5/sr3.data5 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata1/sr3_6/sr3.data6 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata3/sr3_7/sr3.data7 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata4/sr3_8/sr3.data8 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata2/sr3700_3/sr3700.data3 of tablespace PSAPSR3700 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata1/sr3_9/sr3.data9 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata2/sr3_10/sr3.data10 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata3/sr3_11/sr3.data11 of tablespace PSAPSR3 is already in backup status
    BR0328E Database file /oracle/TBP/sapdata4/sr3_12/sr3.data12 of tablespace PSAPSR3 is already in backup status
    BR0056I End of database backup: beazuchh.anf 2009-07-13 02.16.08
    BR0280I BRBACKUP time stamp: 2009-07-13 02.16.08
    I've tried to take datafiles out of backup mode with following commands ;
    SQL> select * from v$backup;
         FILE# STATUS                CHANGE# TIME
             1 ACTIVE              492340220 05-JUL-09
             2 ACTIVE              492340220 05-JUL-09
             3 ACTIVE              492340220 05-JUL-09
             4 ACTIVE              492340220 05-JUL-09
             5 ACTIVE              492340220 05-JUL-09
             6 ACTIVE              492340220 05-JUL-09
             7 ACTIVE              492340220 05-JUL-09
             8 ACTIVE              492340220 05-JUL-09
             9 ACTIVE              492340220 05-JUL-09
            10 ACTIVE              492340220 05-JUL-09
            11 ACTIVE              492340220 05-JUL-09
         FILE# STATUS                CHANGE# TIME
            12 ACTIVE              492340220 05-JUL-09
            13 ACTIVE              492340220 05-JUL-09
            14 ACTIVE              492340220 05-JUL-09
            15 ACTIVE              492340220 05-JUL-09
            16 ACTIVE              492340220 05-JUL-09
            17 ACTIVE              492340220 05-JUL-09
            18 ACTIVE              492340220 05-JUL-09
            19 ACTIVE              492340220 05-JUL-09
    19 rows selected.
    SQL> select 'alter database datafile '
      2  || file#  || ' end backup;'
      3  from v$backup where status = 'ACTIVE';
    'ALTERDATABASEDATAFILE'||FILE#||'ENDBACKUP;'                                   
    alter database datafile 1 end backup;                                          
    alter database datafile 2 end backup;                                          
    alter database datafile 3 end backup;                                          
    alter database datafile 4 end backup;                                          
    alter database datafile 5 end backup;                                          
    alter database datafile 6 end backup;                                          
    alter database datafile 7 end backup;                                          
    alter database datafile 8 end backup;                                          
    alter database datafile 9 end backup;                                          
    alter database datafile 10 end backup;                                         
    alter database datafile 11 end backup;                                         
    'ALTERDATABASEDATAFILE'||FILE#||'ENDBACKUP;'                                   
    alter database datafile 12 end backup;                                         
    alter database datafile 13 end backup;                                         
    alter database datafile 14 end backup;                                         
    alter database datafile 15 end backup;                                         
    alter database datafile 16 end backup;                                         
    alter database datafile 17 end backup;                                         
    alter database datafile 18 end backup;                                         
    alter database datafile 19 end backup;                                         
    when we execute above script we are getting following errors;
    alter database datafile 1 end backup
    ERROR at line 1:
    ORA-01235: END BACKUP failed for 1 file(s) and succeeded for 0
    ORA-01234: cannot end backup of file 1 - file is in use or recovery
    ORA-01110: data file 1: '/oracle/TBP/sapdata1/system_1/system.data1'
    alter database datafile 2 end backup
    ERROR at line 1:
    ORA-01235: END BACKUP failed for 1 file(s) and succeeded for 0
    ORA-01234: cannot end backup of file 2 - file is in use or recovery
    ORA-01110: data file 2: '/oracle/TBP/sapdata1/undo_1/undo.data1'
    alter database datafile 3 end backup
    ERROR at line 1:
    ORA-01235: END BACKUP failed for 1 file(s) and succeeded for 0
    ORA-01234: cannot end backup of file 3 - file is in use or recovery
    ORA-01110: data file 3: '/oracle/TBP/sapdata1/sysaux_1/sysaux.data1'
    alter database datafile 4 end backup
    ERROR at line 1:
    ORA-01235: END BACKUP failed for 1 file(s) and succeeded for 0
    ORA-01234: cannot end backup of file 4 - file is in use or recovery
    ORA-01110: data file 4: '/oracle/TBP/sapdata2/sr3_1/sr3.data1'
    alter database datafile 5 end backup
    ERROR at line 1:
    ORA-01235: END BACKUP failed for 1 file(s) and succeeded for 0
    ORA-01234: cannot end backup of file 5 - file is in use or recovery
    ORA-01110: data file 5: '/oracle/TBP/sapdata3/sr3700_1/sr3700.data1'
    How can we take datafile out of backup mode ?
    Regards
    Atakan

    Hi,
    You can take out tablespace from backp mode from below sql.
    SQL>ALTER TABLESPACE <tablespace name> END BACKUP;
    Check Re: backup problem
    Hope this helps
    Thanks
    Sushil

  • BR278E error during backup

    HI all,
    Our database backup was running ok for the passed 3 months after the SAP system was installed. Recently, I keep getting BR278E error during backup. Below are the error message:
    BR0202I Saving init_ora
    BR0203I to /dev/rmt/0mn ...
    BR0278E Command output of 'LANG=C cd /oracle/PRD/102_64/dbs && /usr/sap/PRD/SYS/
    exe/run/brtools -f printarg initPRD.ora spfilePRD.ora | LANG=C cpio -ovB > /dev/
    rmt/0mn':
    initPRD.ora
    spfilePRD.ora
    ^GEnd of medium on "output".
    To continue, type device/file name when ready.
    The SAP system is on Solaris/Oracle running ECC6.0. LTO-4 tape drive is used for the backup. Tape_size in initSID.sap is set to 720000M. Current database size is 128Gb.
    What is the reason for the backup failure?
    Rdgs,
    Lim

    Hi,
    This is my initSID.sap
    @(#) $Id: //bas/640_REL/src/ccm/rsbr/initSUN.sap#4 $ SAP
    backup mode [all | all_data | full | incr | sap_dir | ora_dir
    | <tablespace_name> | <file_id> | <file_id1>-<file_id2>
    | <generic_path> | (<object_list>)]
    default: all
    backup_mode = all
    restore mode [all | all_data | full | incr | incr_only | incr_full
    | <tablespace_name> | <file_id> | <file_id1>-<file_id2>
    | <generic_path> | (<object_list>)]
    redirection with '=' is not supported here - use option '-m' instead
    default: all
    restore_mode = all
    backup type [offline | offline_force | offline_standby | offline_split
    | offline_mirror | offline_stop | online | online_cons | online_split
    | online_mirror
    default: offline
    backup_type = online
    backup device type
    [tape | tape_auto | tape_box | pipe | pipe_auto | pipe_box | disk
    | disk_copy | disk_standby | stage | stage_copy | stage_standby
    | util_file | util_file_online | rman_util | rman_disk | rman_stage
    | rman_prep]
    default: tape
    backup_dev_type = tape
    backup root directory [<path_name> | (<path_name_list>)]
    default: $SAPDATA_HOME/sapbackup
    backup_root_dir = /oracle/PRD/sapbackup
    stage root directory [<path_name> | (<path_name_list>)]
    default: value of the backup_root_dir parameter
    stage_root_dir = /oracle/PRD/sapbackup
    compression flag [yes | no | hardware | only]
    default: no
    compress =  hardware
    compress command
    first $-character is replaced by the source file name
    second $-character is replaced by the target file name
    <target_file_name> = <source_file_name>.Z
    for compress command the -c option must be set
    recommended setting for brbackup -k only run:
    "compress -b 12 -c $ > $"
    no default
    compress_cmd = "compress -b 12 -c $ > $"
    uncompress command
    first $-character is replaced by the source file name
    second $-character is replaced by the target file name
    <source_file_name> = <target_file_name>.Z
    for uncompress command the -c option must be set
    no default
    uncompress_cmd = "uncompress -c $ > $"
    directory for compression [<path_name> | (<path_name_list>)]
    default: value of the backup_root_dir parameter
    compress_dir = /oracle/PRD/sapreorg
    brarchive function [save | second_copy | double_save | save_delete
    | second_copy_delete | double_save_delete | copy_save
    | copy_delete_save | delete_saved | delete_copied]
    default: save
    archive_function = copy_delete_save
    directory for archive log copies to disk
    default: first value of the backup_root_dir parameter
    archive_copy_dir = /oracle/PRD/sapbackup
    directory for archive log copies to stage
    default: first value of the stage_root_dir parameter
    archive_stage_dir = /oracle/PRD/sapbackup
    new sapdata home directory for disk_copy | disk_standby
    no default
    new_db_home = /oracle/C11
    stage sapdata home directory for stage_copy | stage_standby
    default: value of the new_db_home parameter
    stage_db_home = /oracle/C11
    original sapdata home directory for split mirror disk backup
    no default
    orig_db_home = /oracle/C11
    remote host name
    no default
    remote_host = <host_name>
    remote user name
    default: current operating system user
    remote_user = <user_name>
    tape copy command [cpio | cpio_gnu | dd | dd_gnu | rman | rman_dd]
    default: cpio
    tape_copy_cmd = dd
    disk copy command [copy | dd | dd_gnu | rman]
    default: copy
    disk_copy_cmd = copy
    stage copy command [rcp | ftp]
    default: rcp
    stage_copy_cmd = rcp
    flags for cpio output command
    default: -ovB
    cpio_flags = -ovB
    flags for cpio input command
    default: -iuvB
    cpio_in_flags = -iuvB
    flags for cpio command for copy of directories to disk
    default: -pdcu
    cpio_disk_flags = -pdcu
    flags for dd output command
    default: "obs=16k"
    recommended setting:
    Unix: "obs=nk bs=nk", example: "obs=64k bs=64k"
    NT:   "bs=nk",        example: "bs=64k"
    dd_flags = "obs=64k bs=64k"
    flags for dd input command
    default: "ibs=16k"
    recommended setting:
    Unix: "ibs=nk bs=nk", example: "ibs=64k bs=64k"
    NT:   "bs=nk",        example: "bs=64k"
    dd_in_flags = "ibs=64k bs=64k"
    copy_in_cmd = "dd ibs=64k obs=8k if=$"
    rewind command
    rewind = "mt -f $ rewind"
    rewind and set offline command
    rewind_offline = "mt -f $ offline"
    tape positioning command
    tape_pos_cmd = "mt -f $ fsf $"
    recommended values for tape devices with hardware compression:
    tape_size = 720000M
    address of backup device without rewind
    tape_address = /dev/rmt/0mn
    address of backup device with rewind
    tape_address_rew = /dev/rmt/0m
    volumes for brarchive
    volume_archive = (PRDA09, PRDA10)
    volumes for brbackup
    volume_backup = (PRDB09, PRDB10)
    expiration period for backup volumes in days
    expir_period = 5
    recommended usages of backup volumes
    tape_use_count = 260
    Edited by: limws1 on Aug 27, 2011 4:44 AM

  • In updating my iPod to 6.1.2, I received an error during the update.  Now, ipod is not rebooting.  Has screen showing usb to Itunes picture.   Turning off and back on it goes back to this picture.  I don't know how to reset so that I can restore my backup

    In updating my iPod to 6.1.2, I received an error during the update.  Now, my ipod is not rebooting.  It continues to display a screen showing usb to Itunes picture.   Turning off and back on, it goes back to this picture.  I don't know how to reset so that I can restore from my backup.
    A similar thing happened when I updated the ios on my ipad.  But, I was able to reboot, and then restore from backup.   How can I get my ipod to reboot and allow restore when it is not even recognized as I reconnect to my computer?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • HT3275 My time machine does not back up and giving me this error message: The backup disk image "/Volumes/Data-1/Amiel's MacBook Pro.sparsebundle" is already in use. Pls help.

    My time machine does not back up and giving me this error message: The backup disk image “/Volumes/Data-1/Amiel’s MacBook Pro.sparsebundle” is already in use. Pls help.

    Make sure that there are no other Macs backing up at the present time.
    Pull the power cord from the back of the Time Capsule
    Count to ten
    Plug the power cord back in
    This will "fix" things about 98% of the time. Post back if you are in the unlucky 2% category.

  • HT201250 My Time Machine is not backing up and gives me this error report, 'The backup disk image "/Volumes/Data/Valarie'siMac.sparsbundle" is already in use.  Time machine could not complete backup.    Can anyone help me?

    My Time Machine is not backing up and gives me this error report:
    The backup disk image "/Volumes/Data/Valarie'siMac.sparsbundle" is already in use
    Time Machine could not complete backup
    Can anyone help me?

    Look at the discussion on the following forum:
    https://discussions.apple.com/thread/3882138?start=0&tstart=0
    The responses given there may help.

Maybe you are looking for