Errors during backup of MSSQL 2005 using DB13

Hi,
I have an ECC 5.0 system, and when I try to perform any kind of backup of a MSSQL 2005 database using DB13 I get an error like this:
Modified:  2006-12-05 11:43:55.                                   
Command:    pc1.sap_backup_databases                              
             @dblist="PC1,master,msdb",@r3db="PC1",@bdev="PC1     
           _v2",@unload=0,@jobname= "SAP CCMS Full DB Backup      
           of PC1,master,msdb [20061205114354]"                   
Descript: SAP CCMS JOB                                                                               
*********** Task history information ***********                  
For run:   20061205 23:00:00                                      
Status:    0          (failure)   (see DB error log)              
Message:   3013                                                   
Severity:  16                                                     
Duration:  0 hours, 0 minutes, 0 seconds                          
Last msg:  Executed as user: NT AUTHORITYSYSTEM. DBCC execut     
           ion completed. If DBCC printed error messages, con     
           tact your system administrator. [SQLSTATE 01000] (     
           Message 2528)  The user-specified MEDIANAME "ID05S     
           " does not match the MEDIANAME "ID29S" of the devi     
           ce "PC1_v2(D:BackupPC1_2.bak)". [SQLSTATE 42000]     
            (Error 4037)  BACKUP DATABASE is terminating abno     
           rmally. [SQLSTATE 42000] (Error 3013).  The step 
           failed.                                                
The strange thing is that if I create a new backup device in MS SQL Server Management Studio, and assign a backup job to use this backup device, the backup is successfull... but only the first time I schedule the backup. Following backup attempts to same device fails with the error message above.
Any ideas, anyone?
Regards,
Thomas

Hi Kan,
So your suggestion is that I should run a backup with the format media option selected? I believe I have tried that, but I will nevertheless give it another go.
Will keep this thread open in the mean time.
Thomas

Similar Messages

  • 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

  • Error during backup!

    I have getting errors with the last 3 versions of PC Suite when trying to make a full backup.
    It seems like it won't backup my calender.
    It says my calender is in use.
    I DO have data in the calender.
    I have no 3rd party calender installed.
    Doesn't PC Suite shut that down during backup?
    I'm using Windows XP Pro SP2
    Phone is a Nokia 6670.
    Current PC Suite is v6.70.22
    SnowmanDK

    I did try taking out the battery several times.
    Don't know my firmware version (how can I find it?).
    I'm trying to use the backup from PC Suite (not the phone).
    I have found out that I can make the backup when I force all services to quit before doing it.

  • Offline Backup in SQL Database using DB13

    Hi experts,
    I am new to MSSQL database.
    We are using ECC 6 with MSSQL 2005. In DB13 we get the following options.
    Full Database backup
    Diff DB backup
    Transaction Log Backup
    Check DB consistency
    We do not have the option to take a offline backup from DB13.
    My question is, weather it is possible to take a offline backup in MSSQL.
    If yes could please give me the procedure for doing a offline backup using DB13.
    Thanks in advance for the response.
    Regards
    Anil

    Lol, No by definition SAP and SQL would need to be down to take that type of file backup.
    Offline backups are not a supported recovery method.
    Online backups will allow for PIT or full recovery.
    Offline backups will not be report in SQL or SAP as you haven't backup the database - rather just the files.

  • Disk errors during backup

    Hi, I'm baaaaaaack!
    I have a new (replacement) Netware 6.5 SP8 server running Groupwise,
    with 4 RAID'ed 450GB 10K SAS drives giving me about 1.2TB of space. In
    keeping things arranged close to the way they were before I arrived, for
    now at least, I have a "DATA_POOL" which holds "SYS2" volume. During
    nightly backups, since the new server went in about 12 days ago, I'm
    getting backups failing, and eventually the SYS2 volume dismounted last
    weekend during the full backup.
    I tried doing a poolrebuild even though poolverify showed no errors, per
    Symantec & Novell documentation, and that didn't suffice. Had to do the
    "purge" rebuild, and then was able to re-mount the volume. I wasn't
    sure if the error was somehow related to the server migration, so I
    tried the same full backup again and got the same nasty results.
    Rebuilt again, and made some changes to the OFMCDM.CFG file as
    recommended in some Symantec documentation, and the backups have been
    succeeding.
    However, the logs show lots of entries like the following, still, always
    during the backups:
    3-08-2011 9:43:15 pm: COMN-3.26-178
    Severity = 5 Locus = 3 Class = 0
    NSS-2.70-5009: Pool AIRP_COMM/DATA_POOL_SP had an error
    (20012(beastTree.c[510])) at block 129200397(file block
    -129200397)(ZID 1).
    3-08-2011 9:43:15 pm: COMN-3.26-180
    Severity = 5 Locus = 3 Class = 0
    NSS-2.70-5008: Volume AIRP_COMM/SYS2_SV had an error
    (20012(beastTree.c[510])) at block 129200397(file block
    -129200397)(ZID 1).
    It's not clear to me if this means it *has* to be a disk drive error.
    New disks would seem to increase the likelihood of physical disk
    failure, but it only happens during the Backup Exec 9.2 backups of this
    volume, and never on the SYS volume during those same backups.
    The Groupwise total database is about 100GB, and the total volume space
    is about 800GB, if that matters. (This server is built to GROW.)
    Suggestions? Does this clearly point to a hardware (disk) error even
    though it only happens during backups, and the symptoms changed when I
    made the OFM configuration changes?
    The changes I made to OFMCDM.CFG were:
    InitialCacheSize = 0x0000000000400000 (was 200000)
    CacheSizeExpandThreshold = 0x30 (was 0x1e)
    The old server didn't have any problems backing up, and everything was
    brought over intact/identical in configuration, even though the above
    changes did seem to help somewhat. I'm posting here because this seems
    more of a "storage" (disk) issue than really a backup issue, despite the
    failures occurring during backups.
    Any suggestions, or clarification about the above cause & possible fixes?
    Thanks.
    -- DE

    Thanks, but I don't know of any way to back up Groupwise without using
    OFM; you just can't get the data if you do that because so many
    important files are open. And I do agree that it's OFM if it is not a
    hardware issue.
    Your entries under "device" look like the defaults, which I started
    with, and yet there are a bunch of references on the Symantec (Backup
    Exec) site which suggest changing those. But I will want to compare
    your entries with mine, higher in the file, to see if there is any
    particular setting that is non-default and might address the issue.
    I do have slots for a spare drive on this new server. Currently, the
    cache is directed to the very same volume that is having issues,
    although it worked fine that way in the past on the old server. But I
    can easily get another drive if that will resolve this.
    Thanks.
    -- DE
    [email protected] wrote:
    > Besides other possibilities I would at first take the OFM
    > out the game and run backups without it.
    >
    > In case that does the trick and you need to backup open file
    > - as we did - I would try the following (here we run
    > NW6.0-SP5 with BackupExec 9.1 and OFM from St. Bernard,
    > which comes with BE):
    >
    > Place a single spare disk in the server with a seperate pool
    > and volume and direct the open-file-cache to this device. In
    > our case it is directed to TMP and the ofmcdm.cfg is the
    > following:
    >
    > [General]
    > BreakOnAssert = 0x1
    > BreakOnException = 0x1
    > MinServerMemoryPercent = 0x6
    > StatusPrintLevel = 0x0700000000000000
    > ThreadsPerQueue = 0x3
    > QueuesPerPool = 0x1
    > WriteInactivityPeriod = 0x2
    > SyncTimeOut = 0x3c
    > CacheLFS = 0x0
    > CacheBlockSize = 0x4000
    > GetHamSetStateTimeout = 0x3c
    > LFSCachePoolName =
    > BackupCachePoolName =
    > BreakOnCluster = 0x0
    > VerboseMessageLogging = 0x0
    > SyncLFSVolumes = 0x0
    > CacheToLFSVolumes = 0x0
    > AutoMountVolumes = 0x0
    > LogFileBufferSize = 0x10000
    > LogFileNumBuffers = 0x4
    > LogFileWriteFrequency = 0xf
    > DebugDumpOnSyncFail = 0x0
    > LFSCacheLocation =
    > BackupCacheLocation =
    >
    > [Advanced]
    > SmallEmergencyMemBlockSize = 0x400
    > SmallEmergencyMemBlockCount = 0x32
    > MediumEmergencyMemBlockSize = 0x2800
    > MediumEmergencyMemBlockCount = 0xa
    > LargeEmergencyMemBlockSize = 0x19000
    > LargeEmergencyMemBlockCount = 0x2
    >
    > [Device SYS]
    > MinFreeSpace = 0x0000000000400000
    > InitialCacheSize = 0x0000000000200000
    > CacheSizeExpandThreshold = 0x1e
    > CacheSizeFailThreshold = 0x5
    > Status = 0x29
    >
    > [Device BAK]
    > MinFreeSpace = 0x0000000000400000
    > InitialCacheSize = 0x0000000000200000
    > CacheSizeExpandThreshold = 0x1e
    > CacheSizeFailThreshold = 0x5
    > Status = 0x29
    >
    > [Device TMP]
    > MinFreeSpace = 0x0000000000400000
    > InitialCacheSize = 0x0000000000200000
    > CacheSizeExpandThreshold = 0x1e
    > CacheSizeFailThreshold = 0x5
    > Status = 0x79
    >
    > [Device GWX]
    > MinFreeSpace = 0x0000000000400000
    > InitialCacheSize = 0x0000000000200000
    > CacheSizeExpandThreshold = 0x1e
    > CacheSizeFailThreshold = 0x5
    > Status = 0x29
    >
    > [Device IVM]
    > MinFreeSpace = 0x0000000000400000
    > InitialCacheSize = 0x0000000000200000
    > CacheSizeExpandThreshold = 0x1e
    > CacheSizeFailThreshold = 0x5
    > Status = 0x29
    >
    > [Device ZFD]
    > MinFreeSpace = 0x0000000000400000
    > InitialCacheSize = 0x0000000000200000
    > CacheSizeExpandThreshold = 0x1e
    > CacheSizeFailThreshold = 0x5
    > Status = 0x29
    >
    >
    >
    > I do not remember all the other tweaking we did with the
    > BE-Support, but this finally did the trick and helped us to
    > run the server without any problems.
    >
    > Sincerely
    >
    > Karl

  • Backup on MSSQl 2005

    Hello,
    I need to take db backup which is on Mssql 2005 and there is space constraint. We have tried taking the backup twice but to no avail.
    Is there an option of taking a compressed backup? I could find the same for MSSQL 2008 but not MSSQL 2005.
    Please also suggest if there is any other alternative.
    Thanks and Regards,
    Ankit Mishra

    Hello All,
    @We did not had the option of tapes.
    We could make enough space on the server on closely monitoring and deleting the unwanted files from the USR folder. It was having a couple of "copy of files" which were not being used and an 18.5 Gb of  client export file placed under usr/sap/trans.
    After do so, the backup had run successfully.
    Just fyi, for a db close to 105 Gb, the backup file size is 82Gb.
    Thanks and  Regards,
    Ankit Mishra

  • Offline backup failing when scheduled using DB13

    Hi,
               We have done our backup schedule of our BI 7 system running on AIX 5.3 and Oracle 10.2 using DB13.The activities like online backup and datbase check is executing correctly but offline backup is failing with status unknown.
    If i check in sm37 for the DBA job offline backup is showing status completed successfully but in brbackup logs there is no log for the offline backup activity.
    Kindly provide your suggestion on how i can resolve this issue.

    Hi Ammey,
                   Thanks for your reply.
    When I trigger the backup directly from brtools offline backup is happening successfully.The issue is happening only for the db13 scheduled offline backup.The same thing happened for Update statistics but check db is executed.
    So what has to be checked in backint settings pls provide you suggestion.
    rgds,
    vinayak

  • Protection Agent failure error during backup to tape with DPM 2010.

    DPM TechNet Forum,
    We are experiencing an intermittent error when backing up to tape using DPM 2010 (with latest QFE roll-up applied).
    "The operation failed because of a protection agent failure. (ID 998 Details: The device is not connected (0x8007048F))"
    Any idea what could be causing this error?
    Thanks in advance,
    Joe

    Hi,
    You can try to reproduce the problem outside of DPM using some external utilities.  If you have more than one drive in the library, run the test against both drives simultaneously to simulate multiple backup jobs running.  If you get an error
    before the tape fills you can use net helpmsg errorcode to see what the error was.
    Download the DPMerasetape.zip file from the following link and extract to c:\temp folder.
    https://onedrive.live.com/?cid=b03306b628ab886f&id=B03306B628AB886F%21524&sc=documents
    The utilities are not that user friendly, but here are the basics.
    Always Stop DPMLA Service prior to running MCT.EXE Commands.
      NET STOP DPMLA
    C:\> mct-x64.exe -p
    Opening changer \\.\Changer0
         ********** Changer Parameters **********
             Number of Transport Elements : 1
             Number of Storage Elements : 50
             Number of Cleaner Slots : 0
             Number of of IE Elements : 0
             Number of NumberDataTransferElements : 6
             Number of Doors : 0
             First Slot Number : 0
             First Drive Number : 0
             First Transport Number : 0
             First IEPort number : 0
             First Cleaner Slot Address : 0
             Magazine Size : 0
             Drive Clean Timeout : 600
      Flags set for the changer :
             CHANGER_BAR_CODE_SCANNER_INSTALLED
             CHANGER_POSITION_TO_ELEMENT
             CHANGER_STORAGE_DRIVE
             CHANGER_STORAGE_SLOT
             CHANGER_DRIVE_CLEANING_REQUIRED
             CHANGER_VOLUME_IDENTIFICATION
             CHANGER_VOLUME_SEARCH
             CHANGER_SERIAL_NUMBER_VALID
     Changer can move from Slot to :
                     Slot
                     Drive
     Changer can move from Drive to :
                     Slot
                     Drive
     Changer is Capable of positioning transport to Slot.
     Changer is Capable of positioning transport to Drive.
    C:\> mct-x64.exe -d
    Opening changer \\.\Changer0
    Product Data for Medium Changer device :
      Vendor Id    : STK
      Product Id   : L180
      Revision     : 030
      SerialNumber : 3077520000
    For MCT utility we have the  -m [MOVE] command to move media around inside the library.
    -m [ElemType-T] Transport# [ElemType-Source] S_lot#/D_rive# [ElemType-Destination] S_lot#/D_rive#
    Get / view command syntax for –m (move) command for changer 0
    C:\>mct-x64 0 -m
    Opening changer \\.\Changer0
    MoveMedium : mct -m t N s\d N s\d N   [Where s/d means Slot or Drive and N is ZERO based].
    Some Examples:
    mct-x64 -m t 0 s 0 d 0    (Using transport-0, move media from slot-0  to drive-0)
    mct-x64 -m t 0 d 0 s 0    (Using transport-0, move media from drive-0 to slot-0)
    mct-x64 -m t 0 s 0 s 100  (Using transport-0, move media from slot-0  to slot-100)
    mct-x64 -m t 0 d 0 d 1    (Using transport-0, move media from drive-0 to drive-1)
    mct-x64 -m t 0 s 0 ie 0   (Using transport-0, move media from slot-0  to IEPort 0)
    Once you move a tape into a drive, use mytape commands Loadtape, taperewind, locktape, Disable hardware compression, Set block size to 65536 (64K), writeforspanning.
    You need the symbolic name for the tape drive you loaded media into - look in the DPM console by clicking the tape drive and look at the details for
    \\.\tape########.  use that in the following command.
    Mytape.exe \\.\Tape2147483638
    Status: Getting the handle for \\.\Tape2147483638...Success
    TapeConsole_1.0>taperewind">\\.\Tape2147483638>TapeConsole_1.0>taperewind
    Status: Rewinding Tape ...Success
    TapeConsole_1.0>setdriveinfo">\\.\Tape2147483638>TapeConsole_1.0>setdriveinfo
    Hardware error correction  [y]-Enable / [n] Disable : y
    Hardware data compression  [y]-Enable / [n] Disable : N   (BE SURE TO DISABLE)
    Data padding  [y]-Enable / [n] Disable : n
    Setmark reporting   [y]-Enable / [n] Disable : n
    Number of bytes between the end-of-tape warning and the physical end of the tape: 0
    Status: Setting Drive Information...Success
    TapeConsole_1.0>writeforspanning">\\.\Tape2147483638>TapeConsole_1.0>writeforspanning
    Status: Writing onto tape...Failed !!!
    Error_ID reported: 1100                 (net helpmsg 1100
    = The physical end of the tape has been reached.
    Number of bytes written: 983040     (Ignore bytes written, we'll get physical tape position later)
    Giving up
    Time taken: 15788ms
    TapeConsole_1.0>taperewind">\\.\Tape2147483638>TapeConsole_1.0>taperewind
    Status: Rewinding Tape ...Success
    REPEAT
    TapeConsole_1.0>erasetape">\\.\Tape2147483638>TapeConsole_1.0>erasetape s
    Short erase / Long Erase [s/l]:Status: Erasing the tape...Success
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Conecting to MSSql 2005 Using Flash

    I am very new to Flash and Web design in general. Is there an
    easy way to connect to MS Sql 2005 using Flash 9?

    You need to use a server side script to make the connection
    between the SWF and the database. Such languages like php, asp, and
    so forth. It will act as the middle man to transfer data back and
    forth.

  • Help!! Error during backup

    Hello, can anyone point me to the right direction...I was trying to backup my database because I know that there is something wrong with my Oracle 10g Express and I need to reinstall it.
    During the backup process this is whats happening:
    Warning: Log archiving (ARCHIVELOG mode) is currently disabled. If
    you restore the database from this backup, any transactions that take
    place between this backup and the next backup will be lost. It is
    recommended that you enable ARCHIVELOG mode before proceeding so
    that all transactions can be recovered upon restore. See the section
    'Enabling ARCHIVELOG Mode...' in the online help for instructions.
    Backup with log archiving disabled will shut down and restart the
    database. Are you sure [Y/N]? y
    Backup in progress...
    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Aug 1 12:23:15 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: XE (DBID=2509285891, not open)
    RMAN> set echo on;
    2> shutdown immediate;
    3> startup mount;
    4> configure controlfile autobackup format for device type disk clear;
    5> configure retention policy to redundancy 2;
    6> configure controlfile autobackup on;
    7> sql "create pfile=''C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DATABASE\SPFILE2INIT.ORA'' from spfile";
    8> backup as backupset device type disk database;
    9> configure controlfile autobackup off;
    10> alter database open;
    11> delete noprompt obsolete;
    12>
    echo set on
    using target database control file instead of recovery catalog
    database dismounted
    Oracle instance shut down
    connected to target database (not started)
    Oracle instance started
    database mounted
    Total System Global Area 599785472 bytes
    Fixed Size 1288820 bytes
    Variable Size 171967884 bytes
    Database Buffers 423624704 bytes
    Redo Buffers 2904064 bytes
    RMAN configuration parameters are successfully reset to default value
    new RMAN configuration parameters:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
    new RMAN configuration parameters are successfully stored
    new RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration parameters are successfully stored
    sql statement: create pfile=''C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DATABASE\SPFILE2INIT.ORA'' from spfile
    Starting backup at 01-AUG-07
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=35 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 08/01/2007 12:23:45
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    Recovery Manager complete.
    ==================== ERROR =============================
    Backup of the database failed.
    RMAN Error - See log for details .
    Log file is at C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DATABASE\OXE_BACKUP_CURRENT.LOG.
    ==================== ERROR =============================
    Press any key to continue . . .
    and in my OXE_BACKUP_CURRENT.LOG:
    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Aug 1 12:29:11 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Windows XP Version V5.1 Service Pack 2
    CPU : 2 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:1337M/2045M, Ph+PgF:2847M/3938M, VA:2003M/2047M
    Starting with debugging turned off
    connected to target database: XE (DBID=2509285891, not open)
    RMAN> set echo on;
    2> shutdown immediate;
    3> startup mount;
    4> configure controlfile autobackup format for device type disk clear;
    5> configure retention policy to redundancy 2;
    6> configure controlfile autobackup on;
    7> sql "create pfile=''C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DATABASE\SPFILE2INIT.ORA'' from spfile";
    8> backup as backupset device type disk database;
    9> configure controlfile autobackup off;
    10> alter database open;
    11> delete noprompt obsolete;
    12>
    echo set on
    using target database control file instead of recovery catalog
    database dismounted
    Oracle instance shut down
    connected to target database (not started)
    Oracle instance started
    database mounted
    Total System Global Area 599785472 bytes
    Fixed Size 1288820 bytes
    Variable Size 171967884 bytes
    Database Buffers 423624704 bytes
    Redo Buffers 2904064 bytes
    RMAN configuration parameters are successfully reset to default value
    old RMAN configuration parameters:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
    new RMAN configuration parameters:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
    new RMAN configuration parameters are successfully stored
    old RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration parameters are successfully stored
    sql statement: create pfile=''C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DATABASE\SPFILE2INIT.ORA'' from spfile
    Starting backup at 01-AUG-07
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=36 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 08/01/2007 12:29:39
    RMAN-10035: exception raised in RPC:
    ORA-19583: conversation terminated due to error
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 651
    RMAN-10031: RPC Error: ORA-19583 occurred during call to DBMS_BACKUP_RESTORE.BACKUPDATAFILE
    Recovery Manager complete.
    Message was edited by:
    Bawasi

    Bawasi,
    I was trying to backup my database because I know that there is something wrong with my Oracle 10g Express and I need to reinstall it.
    You should make a backup before something went wrong... What's wrong with your database?
    Regards, Marc

  • Error during backup process

    Hi,
    Our system on a daily basis creates a backup of Sql Server 2008 database. It is using "backup database {0} to disk='{1}'" command. It works for years now, but recently a problem occurred.
    On our system side the following exception is thrown:
    System.Data.SqlClient.SqlException (0x80131904): Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    Could not insert a backup or restore history/detail record in the msdb database. This may indicate a problem with the msdb database. The backup/restore operation was still successful.
    Processed 1442744 pages for database 'hist', file 'hist' on file 1.
    Processed 4 pages for database 'hist', file 'hist_log' on file 1.
    Sql Server log:
    Backup,Unknown,BACKUP failed to complete the command BACKUP DATABASE hist. Check the backup application log for detailed messages.
    Backup,Unknown,Error: 3041<c/> Severity: 16<c/> State: 1.
    Backup,Unknown,Database backed up. Database: hist<c/> creation date(time): 2013/05/20(14:13:10)<c/> pages dumped: 1368896<c/> first LSN: 2054:172392:244<c/> last LSN: 2054:172493:1<c/> number of dump devices: 1<c/> device
    information: (FILE=1<c/> TYPE=DISK: {'e:\backup\hist20131129.dmp'}). This is an informational message only. No user action is required
    There are no other errors. The same problem occurred twice during last few weeks.  DBCC CHECKDB is not returning any errors. Any idea where the problem may be?
    Many thanks,
    Martin

    Hi Martin
    your error says :
    Could not insert a backup or restore history/detail record in the msdb database. This may indicate a problem with the msdb database.
    The backup/restore operation was still successful.
    Processed 1442744 pages for database 'hist', file 'hist' on file 1.
    Processed 4 pages for database 'hist', file 'hist_log' on file 1.
    1. The backup/restore operation was still successful.
    ----------> Seems your backup got completed but job failed , you can confirm checking backup history using below code
    select b.database_name, b.type, bf.physical_device_name, b.backup_start_date, b.backup_finish_date
    , b.server_name , b.machine_name ,b.[user_name]
    from msdb..backupset b
    left outer join msdb..backupmediafamily bf on bf.media_set_id = b.media_set_id
    where b.type in('D') and b.database_name = 'msdb'
    order by b.backup_finish_date desc
    2. Could not insert a backup or restore history/detail record in the msdb database.
    ---> This cant be access issue as insertion happens internally, But space in msdb can be a issue. you can check same using below
    Check database size and free space in SQL Server
    Thanks Saurabh Sinha
    http://saurabhsinhainblogs.blogspot.in/
    Please click the Mark as answer button and vote as helpful
    if this reply solves your problem

  • Error during Backup/Recovery settings configuration

    Hi all,
    Using the Oracle Enterprise Manager 10g Application Server control,
    i am configuring backup/recovery settings for my infrastructure tier in a 10g Rel 2 application server environment. however after specifying the various locations for Log Files, Configuration files, Metadata repository database backup etc i get the following error after clicking the 'Ok' button.
    An Internal Error has occurred while performing the operation.
    Performing configuration ...
    oracle_sid: cinfra
    The command /oracle/appn/oracle/infra/perl/bin/perl /oracle/appn/oracle/infra/backup_restore/bkp_restore.pl -m configure -h /oracle/appn/oracle/infra -f > /infrahome/backups/log_files/2009-12-06_17-13-38_output.log failed with return code 255
    i am at a loss as to why i am having this error and how to fix it.
    I examined the log file and saw an error snippet saying
    *"Unable to get dbid from the database. Please ensure that ORACLE_HOME and ORACLE_SID are set to the same values used when starting up the database and that the database is open.... Failure: Configure failed"*
    Also examined another file generated at the same time as the output log file and in there i saw the following
    *"ld,so.1: oracle: fatal: relocation error: file /oracle/appn/oracle/product/10.2.0/cm2t/lib/libjox10.so: symbol kgestKguard_: referenced symbol not found*
    *ERROR:*
    *ORA-12547: TNS: lost contact*
    *SP2-0751: Unable to connect to oracle. exiting SQL*Plus"*
    Apart from the infrastructure database, i have another database with SID 'cm2t' on the same machine and i am suspecting that OEM Application server control is referencing the wrong file while it's doing it's work. How do i tell it to look in the right place if indeed that is the cause of my problem?
    In my config.inp file all the right parameter values are in place.
    Thanks.
    Steve.

    Hi AMN,
    Thanks for your reply. I managed to solve it by taking the following steps.
    I use the runstartupconsole.sh script to start up my infrastructure tier. At startup it was using an LD_LIBRARY_PATH pointing to that used by an existing Oracle database instance on the same machine.
    I set ORACLE_HOME, ORACLE_SID, LD_LIBRARY_PATH etc correctly before running the runstartupconsole.sh script and after that i was able to setup my backup/recovery settings properly.
    I hope this will be useful to others.
    Steve.

  • Error during backup to DVD: Unknown Error when burning to disc (261)

    I'm writing on behalf of my brother who has an HP Pavilion ZE2120CA laptop and is using the latest version of iTunes. We were backing up his purchased music onto DVD but just after it says "Burning Disc Initialized" the disc ejects from the drive and it says this cryptic error message. We also tried connecting an external Plextor drive via USB2 - same thing. Any suggestions, white papers or documents out there that'll help us? Also feel free to talk technical to us because I am A+ Certified and while my brother is an English major he also has an intimate knowledge of computers and has several programming courses under his belt.
    Thanks,
    Steve and Dan LeDuke
    Waterloo, ON Canada

    Look at some of the other topics. Many of them deal with backup problems since the release of version 7.3. Quite a few of them deal with your situation.

  • Date error during creation of asset master using bapi

    Hi All,
    Am creating asset master using BAPI_FIXEDASSET_OVRTAKE_CREATE ,,
    but am getting date problem while passing value  '21022005'  ( or any date )  in the format  'ddmmyyyy' 
    the error says 'the capitalization date is invalid' ....
    the capitalization date is under  the structure BAPI1022_FEGLG002 of the above mentioned bapi....
    even i have tried using '21.02.2005' its still not working as the capitalization date is 8 char...
    kindly help me out with the possibilities
    thanks
    john

    Hi John,
    Some of the structures you have to fill for the IDOC belongs to a  referencing ...X structure. For example structure BAPI1022_FEGLG002 and BAPI1022_FEGLG002X.                                                                               
    When you fill the capitalization dat (BAPI1022_FEGLG002-CAP_DATE = '19981231') it's necessary to fill the corresponding field (BAPI1022_FEGLG002X-CAP_DATE = 'X') to  specify that the content of the field should be transferred to the fixed asset. Otherwise it'll be not transferred and you'll get an error message instead.                                                 
    Regards Bernhard

  • Time Machine error during backup

    After using my external USB drive as my backup target for several months I am not getting the following error:
    Unable to complete backup. An error occurred while copying files to the backup volume.
    My backup volume is an external USB formatted Mac OS Extended (Journaled). I've reformatted and verified the external disk. I've also checked the permissions and verified my startup disk.
    The same thing also happens on my firewire 400 external disk. I've tried the same things on that one.
    Any one got any ideas? Thank you in advance.

    You might try looking in the console log. Use the Console application in your Utilities folder. Look for entries related to the backup to see if there is more information that could give you a clue to the cause. In addition to a problem with the backup drive, the error could be caused by a corrupted file you are trying to back up.

Maybe you are looking for

  • To create multiple files on the receiver side based on key field

    Hi Gurus, My scenario is File to File My Source structure is as below My File looks like My file looks like below 570774          11/26/2008 8:12     6296     xxxxxxx     985-399-5157     1153 Teche Road     Morgan City     United States     Lori Eis

  • WRT54GS2 - Random Disconnect help.

    I am baffled as to why my wireless internet disconnects. It seems that after visiting certain flash sites, I will lose internet connectivity. I have no idea why. If anyone has any ideas as to why, I would greatly appreciate the help. I will provide a

  • Problem with my mac

    The problem is all of a sudden when it starts up up comes the grey screen with apple logo as usual but now I have a progress bar and loading is much slower it is running in safe mode I think . I have it set so no access unless i type in a password ,

  • Search option does not work in address book

    The search field (upper right corner of window) does not work in address book (version 4.0.5) of my friend's Power Book. I eliminated the possibility of a corrupt plist (preference) file by dragging them to the desktop and restarting but it still did

  • Photoshop cs6 download (where do I find the download)

    I have converted my windows license to a mac license for CS6. But now need to download it. I can only find the CC version of CS6. Where can I find the stand alone version to download?