Schedule Daily backup error

Dear all,
Here is the error message in daily backup log file:
===================================================================
Backup Set 302 25-SEP-08
Backup Piece 302 25-SEP-08 /u02/db/backup/RMAN/backup_UAT_666356697_324_1_a4jrfiup_1_1.bck
Controlfile Copy 2 18-AUG-08 /home/oracle/rsbackup/UAT/backup_control.ctl
released channel: ch1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of delete command on default channel at 10/03/2008 11:15:23
ORA-19569: no device is allocated to this session
Recovery Manager complete.
=====================================================================
Anything wrong? How can I solve this?
Best Regards,
Amy

I get the following error message:
RMAN> Run
2> {
3> CONFIGURE CONTROLFILE AUTOBACKUP ON;
4> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
5> allocate channel ch1 type disk format '/u02/db/backup/RMAN/backup_%d_%t_%s_%p_%U.bck';
6> backup incremental level 1 cumulative database plus archivelog delete all input;
7> backup current controlfile;
8> backup spfile;
9> release channel ch1;
10> allocate channel for
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01005: syntax error: found "for": expecting one of: "channel_id, double-quoted-string, identifier, single-quoted-string"
RMAN-01007: at line 10 column 18 file: daily_backup_db.rmn
-------------------- Here is the backup script -------------------------
Run
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
allocate channel ch1 type disk format '/u02/db/backup/RMAN/backup_%d_%t_%s_%p_%U.bck';
backup incremental level 1 cumulative database plus archivelog delete all input;
backup current controlfile;
backup spfile;
release channel ch1;
allocate channel for maintenance type disk;
delete noprompt obsolete;
delete noprompt archivelog all backed up 2 times to disk;
Please advice,
Amy

Similar Messages

  • Sap daily backup error

    hello experts,
                               in that sap the daily backup of sap production server due to error during initialization for the error.one hour before take os level nt backup.then next take the sap daily base back up.
    profile :initmpc.sap
    return code :0005 Error during processing
    log file :begjqkde.aft
    No action log for this action found in the database 
       Check the detail log 
    Regards,
    A.Sithanandan

    Hi,
    Here is the solution for your issue.
    Check the SAP Note :  Note 17163 - BRARCHIVE/BRBACKUP messages and codes for further details.
    BR0216W Wrong volume %s in device %s, should be %s
    BR0216W Falscher Datentraeger %s in Geraet %s, sollte %s sein.
    BR0216E Wrong volume %s in device %s, should be %s
    BR0216E Falscher Datentraeger %s in Geraet %s, sollte %s sein.
    Explanation:  You inserted an incorrect volume in the backup device. The volume name was determined automatically. The program requires that you accept this proposal.
    Program reaction:  Waits for the user to insert the correct volume (BR0216W) or processing to terminate (BR0216E).
    User action:  Insert the correct volume and continue the operation or repeat the processing.
    Regards,
    Baskar.N

  • Scheduled daily backups of DMM fail - Backup/Restore process stops running

    Hi, I have been testing the scheduled backups within the DMM AAI and have found it's performance to be unreliable.
    Specifically I am performing FTP backups to a remote network location.  Manual one-off backups complete successfully without any issues, and scheduled backups occur on the same day, however successive (reoccuring) daily backups don't happen and the Backup/Restore process seems to stop running. I have checked the backup logs but these don't provide any insight as to why the backup process stops running.
    Has anyone else encountered this?  I am running DMM v5.2.0.25.
    Mike

    I am having a similar problem.  Is there a method to restart the backup service without having to reboot the entire DMM Server?
    Note that there is no method via the AAI menu system, and the Web Admin console services section is not clear as to whether it will reboot the entire server (which is NOT an easy thing for me to get away with here).
    Restarting the 5.2.3 DMM Server (not JUST the service??)
    =========================
    I have now learned (per a Cisco engineer), that the 'Scheduled backup services' in the screencap above, is normally in the 'stopped' status "by design", and that it will not show as started in this UI unless the DMM server is actually in a backup.
    ==============================================
    =========================
    My backups now work correctly.  I think that the original problem was my NTP settings, which are now fixed.
    =========================================================

  • Schedule the daily backup from Monday to Saturday?

    Dear all,
    I am the first time to scheduling the daily backup, I have following questions:
    1) My daily backup scripts in what format? for example: in sh format
    Run
         CONFIGURE CONTROLFILE AUTOBACKUP ON;
         CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
         allocate channel ch1 type disk format '/u02/db/backup/RMAN/backup_%d_%t_%s_%p_%U.bck';
         backup incremental level 1 cumulative database plus archivelog delete all input;
         delete noprompt obsolete;
         delete noprompt archivelog all backed up 2 times to disk;
         backup current controlfile;
         backup spfile;
         release channel ch1;
    2) I am not familiar with to using schedule job, I know following structure.
    Minute hour [Day of Month] [Month] [Day of Week]
    Minute (0)
    Hour (24)
    Day of month (??)
    Month (every month)
    Day of week (0-6) 0 = Sunday, 1 = Monday, ... or Sun, Mon, etc)
    Command to execute (how to execute the command)
    Best Regards,
    Amy

    Hi,
    Firstly, if you are using recovery catalog, then create rman scripts and In case you dont have recobery catalog, then add the backup script in the .sh file .
    Then create .sh file and not to forget add environment variable for oracle in that .sh file.
    Then schedule that file with cron and format you know for the cron.
    Make sure cron is started on the machine.
    Example for .sh file is
    export ORACLE_SID=<ORACLE_SID>
    export path=<ORACLE_PATH>
    rman<<EOF
    connect target sys/<password
    run{
    body
    but the best way is to go for rman backup scripts using recobery catalog
    THanks,
    Navneet

  • How to Schedule a Backup in db2

    Hi, Experts
    We are using ECC6 (OS400 with DB2). i want to schedule a backup in db13 but system throwing error iSeries : Function not supported for DB2/400
    Please tell me how to schedule a backup
    Thanks & Regards
    Venkat

    Hi,
      In Application(SAP) level you can't able to take Backup.
    You can take backup from OS level.
    GO SAVE command and schedule the backup...R3<SID>DATA and R3<SID>JRN...libraries you can take daily..
    Monthly once you cane take Entire System Backup with offline.
    If you want online backup you came go to BRMS..But it is licence product with IBM.
    Thanks
    Jibin.

  • RMAN Hot Backup Errors.

    Hello Everyone
    I would appreciate if someone can assist me in resolving a problem. Starting from December of last year, we were able to take daily hot backups of our ORACLE 10g database server successfully with no issues. Presently we have been experiencing a number of errors in the logs, even though the script has not been changed. The main errors are as follows:
    RMAN-03009: failure of backup command on t1 channel at 05/08/2007 00:01:19
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    In investigating the errors, it seemed to be associated to the tablespace not being put offline or backup mode cleanly, I assumed this was due to persons working later, so I scheduled the backup for a later time but I still got the same error in the log the following day. Can you assist me in resolving this problem please?

    Is the db running in ARCH mode?
    Error:     ORA 19602
    Text:     cannot backup or copy active file in NOARCHIVELOG mode
    Cause:     You tried to copy or backup a file that was not closed cleanly, and
         the database was in NOARCHIVELOG mode. This is not allowed because when
         restored, the file will require redo application before it is usable,
         and redo is not currently being saved beyond the contents of the online
         redo logs.
    Action:     Take the tablespace offline clean or close the database and retry the
         copy or backup. Take the tablespace offline clean or close the database
         and retry

  • Sap offline daily backup

    Hi Experts,
                         I am facing one problem.yesterday i take Full NT Backup at (OS LEVEL).it will be successfully completed. Then i start the production server .the sap is work in good condition. then start sap daily backup schedule.but donot take the backup .
    Log File:   begktxad.aft 
    Return Code:   0005 Error during processing 
    Database Host:   mpc 
       No action log for this action found in the database 
       Check the detail log 
    Log Details :
    BR0216E Wrong volume MPCB29 found in device /dev/nmt0, expected: MPCB05
    BR0218E Checking label on volume in device /dev/nmt0 failed.
    Please check the report and give the details.
    Regards,
    A.Sithanandan

    Wrong volume MPCB29 found in device /dev/nmt0, expected: MPCB05
    You are not using the right tape... as you can see the system is expecting a tape with a different label. You need to fix your tape rotation
    Regards
    Juan

  • Daily backup on Ms sql server management  studio (MS sql 2005).

    I wander how to perform daily backup on Ms sql server management  studio (MS sql 2005).
    In sql server  Entereprise manager (MS sql 2000) I had no problem to shedule.
    But now I do not find this option

    Hi
    Please follow these steps in SQL Server Management Studio in SQL Server 2005 and <b>award points</b>
    1. Start SQL Server Management Studio.
    2. In the Connect to Server dialog box, click the appropriate values in the Server type list, in the Server name list, and in the Authentication list. 
    3. Click Connect.
    4. In Object Explorer, expand Databases.
    5. Right-click the database that you want to back up, click Tasks, and then click Back Up.
    6. In the Back Up Database - DatabaseName dialog box, type the name of the backup set in the Name box, and then click Add under Destination.
    7. In the Select Backup Destination dialog box, type a path and a file name in the Destinations on disk box, and then click OK.
    8. In the Script list, click Script Action to Job.
    9. In the New Job dialog box, click Steps under Select a page, and then click Edit if you want to change the job parameters.
    Note In the Job Step Properties - 1 dialog box, you can see the backup command.
    10. Under Select a page, click Schedules, and then click New.
    11. In the New Job Schedule dialog box, type the job name in the Name box, specify the job schedule, and then click OK.
    Note If you want to configure alerts or notifications, you can click Alerts or Notifications under Select a page.
    12. Click OK two times.
    You receive the following message:
    The backup of database 'DatabaseName' completed successfully.
    Note To verify the backup job, expand SQL Server Agent, and then expand Jobs. When you do this, the SQL Server Agent service must be running.

  • Db13 offline backup error

    Hi Experts,
    DB13 offline db backup schedules getting following error ;
    Oracle Release : 10.2.0.4.0
    Operating System : Aix
    How can we fix these errors;
    Regards
    BR0278E Command output of '/oracle/CDP/102_64/bin/sqlplus /nolog < /oracle/CDP/sapbackup/.beajsfay.spi':
    700946 : map : Permission Denied
    700946 : map : Permission Denied
    700946 : map : Permission Denied
    SQL*Plus: Release 10.2.0.4.0 - Production on Sun Apr 19 02:01:01 2009
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    SQL> Connected.
    SQL>
    SQL> ORA-01013: user requested cancel of current operation
    Full Log
    BR0051I BRBACKUP 7.00 (32)
    BR0055I Start of database backup: beajsfay.aff 2009-04-19 02.01.00
    BR0484I BRBACKUP log file: /oracle/CDP/sapbackup/beajsfay.aff
    BR0477I Oracle pfile /oracle/CDP/102_64/dbs/initCDP.ora created from spfile /oracle/CDP/102_64/dbs/spfileCDP.ora
    BR0101I Parameters
    Name                           Value
    oracle_sid                     CDP
    oracle_home                    /oracle/CDP/102_64
    oracle_profile                 /oracle/CDP/102_64/dbs/initCDP.ora
    sapdata_home                   /oracle/CDP
    sap_profile                    /oracle/CDP/102_64/dbs/initCDP.sap
    backup_mode                    ALL
    backup_type                    offline_force
    backup_dev_type                util_file
    util_par_file                  /oracle/CDP/102_64/dbs/initCDP.utl
    system_info                    cdpadm/oracdp cdsprod AIX 3 5 0004E6B2D900
    oracle_info                    CDP 10.2.0.4.0 8192 6256 77958388 cdsprod UTF8 UTF8
    sap_info                       700 SAPSR3 0002LK0003CDP0011N07632717560013NetWeaver_ORA
    make_info                      rs6000_64 OCI_102 Feb  6 2008
    command_line                   brbackup -u / -jid ALLOF20081102020100 -c force -t offline_force -m all -p initCDP.sap
    BR0116I ARCHIVE LOG LIST before backup for database instance CDP
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            /oracle/CDP/oraarch/CDParch
    Archive format                 %t_%s_%r.dbf
    Oldest online log sequence     6253
    Next log sequence to archive   6256
    Current log sequence           6256             SCN: 77958388
    Database block size            8192             Thread: 1
    Current system change number   77961112         ResetId: 665615187
    BR0061I 46 files found for backup, total size 117231.057 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: 2009-04-19 02.01.01
    BR0307I Shutting down database instance CDP ...
    BR0278E Command output of '/oracle/CDP/102_64/bin/sqlplus /nolog < /oracle/CDP/sapbackup/.beajsfay.spi':
    700946 : map : Permission Denied
    700946 : map : Permission Denied
    700946 : map : Permission Denied
    SQL*Plus: Release 10.2.0.4.0 - Production on Sun Apr 19 02:01:01 2009
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    SQL> Connected.
    SQL>
    SQL> ORA-01013: user requested cancel of current operation
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Data Mining and Real Application Testing options
    BR0280I BRBACKUP time stamp: 2009-04-19 03.01.00
    BR0279E Return code from '/oracle/CDP/102_64/bin/sqlplus /nolog < /oracle/CDP/sapbackup/.beajsfay.spi': 0
    BR0302E SQLPLUS call for database instance CDP failed
    BR0309E Shutdown of database instance CDP failed
    BR0056I End of database backup: beajsfay.aff 2009-04-19 03.01.00
    BR0280I BRBACKUP time stamp: 2009-04-19 03.01.00
    BR0054I BRBACKUP terminated with errors

    Thaks for quick response, i'll check the file permission, but we did not change
    Now i've found folloowing notes, our brtools version is 32, may be this is the problem
    Note 1261142 - Warning in BRBACKUP: "<number> : map : Permission Denied"
    Re: Brtools receiving map : Permission Denied

  • Daily backup script

    im trying to create a script to backup files on daily basis, but i have one bigger and a smaller problem.
    i know how to create a folder with date (create folder then add current date to it), but i don't know how to put files in this to-be-made directory.
    the first smaller thing is it would be nice to copy the whole path along with the file - maybe as a comment even, or as actual path.

    Hi! I don't see any reason not to use it for backing up multiple drives especially since if you pay the 27 bucks or so you can schedule auto backups. Persoanlly I like having everything on one drive so I went from a 120 gig to 320 gig drives and I am slowly picking up 400 and 500 gig drives that I usually partition to backup other drives. Tom

  • 10.1.0.2.0 Database Control Backup error.

    Has anybody found this error when running an "gui" Database Control error?
    I can successfully run a command line RMAN backup (script) on our production server, however I get the following error when attempting to schedule an backup through the GUI.
    STATUS: failed initialization, Param username not provided.
    When I go through setting up the backup I ensure to "test backup to disk" which is successful.
    It should work if the test is successful, and I am able to run the scripted RMAN backup to the same directory on the disk with no issues.
    Any thoughts?
    Kindest regards,
    Shawn

    Is this window box , if this is the case then you
    need to set the local security policy before running
    backup job.Yes, make sure your username (i.e. the one running the job) has log on as batch job privilege.

  • RMAN MONTHLY/WEEKLY/DAILY backups

    Hi,
    Using RMAN how can I schedule MONTHLY/WEEKLY/DAILY backups.
    We are using TIVOLI for our backups.
    I want to keep the monthly/weekly backups in seperate tapes so that I can use later.
    Thanks in advance.

    Hi,
    You will nedd to create 3 RMAN backups using TAGs and congifure Tivoli to put MONTHLY/WEEKLY/DAILY backup on different tapes using the TAGs that you created.
    Example of backups:
    DAILY
    run{
    allocate channel t1 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_SID.opt)';
    allocate channel t2 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_SID.opt)';
    backup
    incremental level 1
    format 'BKP_HOT_DAILY_SID_%U'
    database
    tag 'DAILY_SID';
    backup current controlfile format 'BKP_CTL_DAILY_SID_%U';
    WEEKLY
    run{
    allocate channel t1 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_SID.opt)';
    allocate channel t2 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_SID.opt)';
    backup
    incremental level 0
    format 'BKP_HOT_WEEKLY_SID_%U'
    database
    tag 'WEEKLY_SID';
    backup current controlfile format 'BKP_CTL_WEEKLY_SID_%U';
    MONTHLY
    run{
    allocate channel t1 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_SID.opt)';
    allocate channel t2 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_SID.opt)';
    backup
    incremental level 0
    format 'BKP_HOT_MONTHLY_SID_%U'
    database
    tag 'MONTHLY_SID' keep forever logs;
    backup current controlfile format 'BKP_CTL_MONTHLY_SID_%U';
    Best Regards,
    Paulo Portugal.

  • Db13 backup error with mssql as database

    Hi
    While scheduling the backup through db13 i got the following error msg.i mdoing the backup on disk
    Task information ***********                               
    Jobname:                                                               
    SAP CCMS Full DB Backup of DEV,master,msdb [20090825163455]            
    Taskname:  Step1                                                       
    Type:      TSQL                                                        
    DB-Name:   DEV                                                         
    Lastrun:   20090826 07:00:01                                           
    Nextrun:   not scheduled                                               
    Created:   2009-08-25 16:34:55.                                        
    Command:    dev.sap_backup_databases                                   
                 @dblist="DEV,master,msdb",@r3db="DEV",@bdev="db1          
               3 backup",@unload=0,@verify=0,@jobname= "SAP CCMS           
               Full DB Backup of DEV,master,msdb [20090825163455]          
    Descript: SAP CCMS JOB                                                                               
    Task history information ***********                       
    For run:   20090826 07:00:00                                           
    Status:    0          (failure)   (see DB error log)                   
    Message:   156                                                         
    Severity:  15                                                          
    Duration:  0 hours, 0 minutes, 0 seconds                               
    Duration:  0 hours, 0 minutes, 0 seconds                               
    Last msg:  Executed as user: NT AUTHORITY\SYSTEM. DBCC execut          
               ion completed. If DBCC printed error messages, con          
               tact your system administrator. [SQLSTATE 01000] (          
               Message 2528)  Incorrect syntax near the keyword '          
               WITH'. [SQLSTATE 42000] (Error 156).  The step failed.      
    i have set the  backup device name as db13 backup. is that the problem.                                                
    Plz help me

    Hi Pranav,
    Could you please tell us what was the issue so that if any body face the issue again then he will get help from this thread.
    Regards
    Ashok Dalai

  • Offline backup error ERRORMESSAGE: Error 1495 in dmdb6bkp.c(1092)

    Hello Guru's
    we are using DB2 database and AIX OS,ECC 5.0.
    When we are trying to take offline backup ,the backup Scheduling failed due tot he below error.
    Kindly look and let me know to fix the issue ASAP.
    Offline backup error logfile.
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000251, user ID SAGARK)
    Execute logical command DB6_DBBACKUP On host eccprod
    Parameters:PRD OFFLINE TO /prdback/sapbackup BUFFERS 0 BUFFERSIZE 0 PARALLELISM 0
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000250, user ID SAGARK)
    Execute logical command DB6_DBBACKUP On host eccprod
    Parameters:PRD OFFLINE TO /prdback/sapbackup BUFFERS 0 BUFFERSIZE 0 PARALLELISM 0
    set connect partition: 0
    deactivate db PRD...
    ERRORMESSAGE: Error 1495 in dmdb6bkp.c(1092):
    SQL1495W  Deactivate database is successful, however, there is still
    a connection to the database.
    Making database backup...
    Database      = PRD,Backup Mode   = FULL,Backup Options= OFFLINE,Buffer size   = AUTOMATIC,# buffers     = AUTOMATIC
    Parallelism   = AUTOMATIC,numLocations  = 1,
    location[0]   = /prdback/sapbackup
    util priority = 0
    ERRORMESSAGE: Error -1035 in dmdb6bkp.c(1498):
    SQL1035N  The database is currently in use.  SQLSTATE=57019
    Stopping database manager...
    ERRORMESSAGE: Error -6036 in dmdb6bkp.c(1299):
    SQL6036N  START or STOP DATABASE MANAGER command is already in
    progress.
    Starting database manager...
    ERRORMESSAGE: Error -6036 in dmdb6bkp.c(1308):
    SQL6036N  START or STOP DATABASE MANAGER command is already in
    progress.
    Making database backup...
    Database      = PRD
    Backup Mode   = FULL
    Backup Options= OFFLINE
    Buffer size   = AUTOMATIC
    buffers     = AUTOMATIC
    Parallelism   = AUTOMATIC
    numLocations  = 1
    location[0]   = /prdback/sapbackup
    util priority = 0
    ERRORMESSAGE: Error -1224 in dmdb6bkp.c(1498):
    SQL1224N  A database agent could not be started to service a request,
    or was terminated as a result of a database system shutdown or a
    force command.
    activate db PRD...
    ERRORMESSAGE: Error -901 in dmdb6bkp.c(1066):
    SQL0901N  The SQL statement failed because of a non-severe system
    error. Subsequent SQL statements can be processed.  (Reason "164".)
    SQLSTATE=58004
    ERRORMESSAGE: Error -901 in dmdb6bkp.c(1621):
    DB6CliConnectUser(): [IBM][CLI Driver] SQL0901N  The SQL statement
    failed because of a non-severe system error. Subsequent SQL
    statements can be processed.  (Reason "164".)  SQLSTATE=58004
    External program terminated with exit code 2
    DB6_DBBACKUP returned error status E
    TemSe: I/O error
    set connect partition: 0
    deactivate db PRD...
    ERRORMESSAGE: Error 1495 in dmdb6bkp.c(1092):
    SQL1495W  Deactivate database is successful, however, there is still
    a connection to the database.
    Making database backup...
    Database      = PRD
    Backup Mode   = FULL
    Backup Options= OFFLINE
    Buffer size   = AUTOMATIC
    buffers     = AUTOMATIC
    Parallelism   = AUTOMATIC
    numLocations  = 1
    location[0]   = /prdback/sapbackup
    util priority = 0
    ERRORMESSAGE: Error -1035 in dmdb6bkp.c(1498):
    SQL1035N  The database is currently in use.  SQLSTATE=57019
    Stopping database manager...
    SQL1064N DB2STOP processing was successful.
    Starting database manager...
    SQL1063N DB2START processing was successful.
    Making database backup...
    Database      = PRD
    Backup Mode   = FULL
    Backup Options= OFFLINE
    Buffer size   = AUTOMATIC
    buffers     = AUTOMATIC
    Parallelism   = AUTOMATIC
    numLocations  = 1
    location[0]   = /prdback/sapbackup
    util priority = 0
    Backup successful. The timestamp for this backup image is : 20100807220016
    Backup size is : 107000 MB.
    activate db PRD...
    DB20000I  The ACTIVATE DATABASE command completedsuccessfully.
    Job finished
    Thanks & Regards,
    Mohan Babu Chenna|Capgemini India |

    Hello Mohan,
    Here we can see that the backup did eventually complete:
    Backup successful. The timestamp for this backup image is : 20100807220016 Backup size is : 107000 MB
    However there had been some issues to deactivate/activate the database .
    As note 594353 states , this is normal and on occurance of this event
    the corresponding action is retried up to 10 times .
    You can check this via
    1. db2diag.log
    2. List history backup commands
    3. db2ckbkp ... DB2 Check backup command
    You can ensure that the backup did complete.
    Regards,
    Paul

  • Backup errors.

    Hi Gurus,
    I have scheduled the backup of the 3 essbase applicatoin databases. Out of 3 only one is running fine and 2 are giving me the following error messages.
    MAXL> login 'admin' '********' on 'esshost';
    OK/INFO - 1051034 - Logging in user [admin].
    OK/INFO - 1051035 - Last login on Friday, May 21, 2010 1:45:40 AM.
    OK/INFO - 1241001 - Logged in to Essbase.
    MAXL> alter system logout session all force;
    OK/INFO - 1056092 - Sessions logged out [0].
    OK/INFO - 1056090 - System altered.
    MAXL> login 'admin' '********' on 'esshost';
    OK/INFO - 1051034 - Logging in user [admin].
    OK/INFO - 1051035 - Last login on Friday, May 21, 2010 1:45:40 AM.
    OK/INFO - 1241001 - Logged in to Essbase.
    MAXL> alter database appsRept.WFRept unlock all objects;
    OK/INFO - 1056023 - Database appsRept.WFRept altered.
    MAXL> export database appsRept.WFRept level0 data in columns to data_file
    MAXL> "/flash/AppsBack/app/appsRept/appsRept-WFRept-Fri.ExportLev0.txt";
    ERROR - 1013180 - Export in column format is not supported for Aggregate Storage databases.
    ======================
    MAXL> login 'admin' '********' on 'esshost';
    OK/INFO - 1051034 - Logging in user [admin].
    OK/INFO - 1051035 - Last login on Friday, May 21, 2010 1:45:40 AM.
    OK/INFO - 1241001 - Logged in to Essbase.
    MAXL> alter system logout session all force;
    OK/INFO - 1056092 - Sessions logged out [0].
    OK/INFO - 1056090 - System altered.
    MAXL> login 'admin' '********' on 'esshost';
    OK/INFO - 1051034 - Logging in user [admin].
    OK/INFO - 1051035 - Last login on Friday, May 21, 2010 1:45:40 AM.
    OK/INFO - 1241001 - Logged in to Essbase.
    MAXL> alter database Apps10.Wrkforce unlock all objects;
    OK/INFO - 1056023 - Database Apps10.Wrkforce altered.
    MAXL> export database Apps10.Wrkforce level0 data in columns to
    MAXL> data_file
    MAXL> "/flash/AppsBack/app/Apps10/Apps10-Wrkforce-Fri.ExportLev0.t
    MAXL> xt";
    ERROR - 1013003 - Database Outline Is Empty.
    =====================
    The last database Apps10.Wrkforce , I copied over from Apps.Wrkforce and the backup of Apps.Wrkforce is working fine.
    MAXL> export database Apps.Wrkforce level0 data in columns to
    MAXL> data_file
    MAXL> "/flash/AppsBack/app/Apps/Apps-Wrkforce-Fri.ExportLev0.t
    MAXL> xt";
    OK/INFO - 1019020 - Writing Free Space Information For Database [Wrkforce].
    OK/INFO - 1005031 - Parallel export completed for this export thread. Blocks Exported: [12710]. Elapsed time: [22.27]..
    OK/INFO - 1005002 - Ascii Backup Completed. Total blocks: [12710]. Elapsed time: [22.28]..
    OK/INFO - 1013270 - Database export completed
    As I am just new to Essbase so looking forward for your help to resolve these issues.
    Thanks
    -Samar-

    The first problem is you are trying to back up an ASO database with in a column format. That is not allowed In your MaxL statment
    export database appsRept.WFRept level0 data in columns to data_file .... remove the in columns and it should be fine.
    On the second one. Try opening the outline to see if the database has any dimensions and members in it. The message seems to indicate that it does not.

Maybe you are looking for

  • Profit center balance sheet derivation rules

    sap techies, profit center accounting  derivation rules  : costs through  cost centers                                                                    : revenue accounts - OKB9 ( business area)                                                      

  • Material Discount K004 issue

    Hi, I am working on a requirement. If customer is buying material B also then only he would be eligible for some discount on material A. System would search the condition record for K004 condition type maintained for material A, if it finds another m

  • My library is gone after following apple support's advice to correct error 13019 during synch

    Selected ipod under devices, clicked music tab to deselect synchmusic option, clicked apply then sync, wiateedd until synch was complete, re-selected the sync music option, clicked apply then synch. Then lost my whole library of 529 songs including 1

  • Cannot activate BFS Heathcare (ISH) with sfw5 (ECC 6.0)

    Dear: We've installed SAP ECC 6.0 and we tried to activate BFS of heathcare (ISH) with sfw5 without success. I get the following message "Bussiness function ISH_MAIN must always be switched on" when trying to activate. We've read sap notes and alread

  • How is RMAN backup different than the other conventional methods of backup

    Hello to all, I have a question if somebody can please answer my queries How & Why is RMAN backup different than the other conventional methods of backup. What is different in the way a database is backed up using RMAN. I am very well aware of the ca