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

Similar Messages

  • DYNAMIC_CALL_FAILURE Error during proxy processing An exception with the ty

    Hi,
    SRM 7.0 contains 2 clients:
    Sender: 100 for EBP, logical system is CLNT100
    Receiver: 200 for SUS, logical system is CLNT200
    both the clients are connected through PI 7.0, logical system of PI is CLNT001.
    From SPROXY of 100EBP, i'm executing the outbound proxy, in moni sent msg success.
    In PI also msg is processed.
    But in SUS200, it is showing below error msg:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Inbound Proxy
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIProxy</SAP:Category>
      <SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>
      <SAP:P1>UNCAUGHT_EXCEPTION</SAP:P1>
      <SAP:P2>CL_BBPX_TRADING_PARTNER_SUS_IN</SAP:P2>
      <SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error during proxy processing An exception with the type CX_BBPX1_STD_MESSAGE_FAULT occurred, but was neither handled locally, nor declared in a RAISING clause Application Error</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Pls help in resolving the same....
    tnx n rgds,
    balu

    Hi,
    How did you solve the issue? Can you please provide the solution.
    Thanks,
    -Devi Swain

  • Error during proxy processing

    Hi Experts,
    We have a web service hosted on PI and getting the Tax Jurisdiction values from Taxware via ECC(ECC has a TCP/IP connection to connect to Taxware system, From there ECC gets Taxjurisdiction Codes and gives back to PI).
    When we make a call to this Web service following Error response has been given. Please let us know what could be the reason.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Inbound Proxy
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIProxy</SAP:Category>
      <SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>
      <SAP:P1 />
      <SAP:P2>ZCL_GET_TAX_IN</SAP:P2>
      <SAP:P3>GET_TAX_JURISDICTION_SYNC</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error during proxy processing Message E TAX_TXJCD 110 cannot be processed in plugin mode HTTP</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Thanks,
    Sekhar.J

    Hi,
    We are using XI adapter. The same Web Service is working good in Development and Quality Enviroments, I am wondering why it is failing in Production Environement intermittently. And also in ECC we are using TCP/IP connection to fetch Tax Jurisdiction codes from TaxWare System. This TCP/IP connection was configured in SM59 of ECC. PI will make call to ECC and ECC will make call to TaxWare and returns the result back PI.
    Thanks,
    Sekhar.J

  • Error during proxy processing An exception with the type CX_BBPX1_STD_MESSA

    Hello,everyone!
    My PI version is 7.11,SRM SUS version is 7.0,ECC version is 6.0 ,When I import XI SRM CONTEN,sending IDOC in ECC,there is a error some of the mesages:
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
    <SAP:Category>XIProxy</SAP:Category>
    <SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>
    <SAP:P1>UNCAUGHT_EXCEPTION</SAP:P1>
    <SAP:P2>CL_BBPX1_SUSPO_IN</SAP:P2>
    <SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3>
    <SAP:P4 />
    <SAP:AdditionalText />
    <SAP:ApplicationFaultMessage namespace="" />
    <SAP:Stack>Error during proxy processing An exception with the type CX_BBPX1_STD_MESSAGE_FAULT occurred, but was neither handled locally, nor declared in a RAISING clause Application Error</SAP:Stack>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    Detialed error from SXMB_MONI,
    Error in XI interface: Exception occurredE:BBP_PD:147 -Enter a country for partner 0015111411 with type 'Vendor' I:R5:553 -'Different country' field contents deleted because identical to 'Country' E:BS:002 -"Create" is not allowed (SUS Purchase Order 7100076527 ) Program: CX_BBP_BD_ERROR===============CP; include: CX_BBP_BD_ERROR===============CM002; Line:
    This issue only ocuured for partner 0015111411, but we tried with other partner ID and those messages are processed sucessfully and PO is created.
    I have a doubt that, is there functionality in proxy to compare the country with partner in SRM system. Could please anyone help me one the same.
    Regards,
    Baskaran K

    HI,
    This is a standard proxy. I'm not sure how to debug the proxy with payload. Could you please tell me the steps.
    We have one more error message
    <FAULT_TEXT>Error in XI interface: Exception occurredE:BBP_PD:147 -Enter a country for partner XY91 with type 'Sold-to Party' E:BS:002 -"Create" is not allowed (SUS Purchase Order 7100076526 ) Program: CX_BBP_BD_ERROR===============CP; include: CX_BBP_BD_ERROR===============CM002; Line: 57</FAULT_TEXT>
    Is there any table to check these details like Sold-to Part, Vendor etc in SRM system?
    Regards,
    Baskaran K

  • Error during Proxy Processing from ECC system

    Hi All,
    I had created Webservice  using ABAP in ECC system with Message interface designed in XI system. This Webservice will simply displays employee address when you enter employee id and address type.During my testing of Web service in ECC system via Tcode WSADMIN, I am getting below error
    "An error has occurred. Maybe the request is not accepted by the server: "
    "Error during proxy processing"
    Request
    POST /sap/bc/srt/xip/sap/Z_ADDRESS_01?sap-client=100 HTTP/1.1
    Host: rpmsap3.rapidigm.com:8080
    Content-Type: text/xml
    Connection: close
    authorization: <value is hidden>
    Content-Length: 389
    SOAPAction: ""
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body><ns1:Request_Message xmlns:ns1='http://sap2webservice'><Employee_Id>MM01</Employee_Id><Address_Type>AM</Address_Type><Date>11/11/2006</Date></ns1:Request_Message></SOAP-ENV:Body></SOAP-ENV:Envelope>
    Response
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body><ns1:Request_Message xmlns:ns1='http://sap2webservice'><Employee_Id>MM01</Employee_Id><Address_Type>AM</Address_Type><Date>11/11/2006</Date></ns1:Request_Message></SOAP-ENV:Body></SOAP-ENV:Envelope> HTTP/1.1 500 Internal Server Error
    set-cookie: sap-usercontext=sap-client=100; path=/
    content-type: text/xml; charset=utf-8
    content-length: 270
    sap-srt_id: 20061111/154215/v1.00_final_6.40/A901A40749EEA74BB8D8AB72B56C02A7
    server: SAP Web Application Server (1.0;640)
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Body><soap-env:Fault><faultcode>soap-env:Server</faultcode><faultstring xml:lang="en">Error during proxy processing</faultstring></soap-env:Fault></soap-env:Body></soap-env:Envelope>
    Appreciate any help on above issue
    Regards
    Manish Mundra

    Hi All,
    Please help on below issue.
    Thanks in Advance
    Regards
    Manish

  • Error during proxy processing An exception with the type CX_SY_OPEN_SQL_DB

    Hi All,
    I am facing the following problem in production server when even the file got processed successfully .
    Error during proxy processing An exception with the type CX_SY_OPEN_SQL_DB occurred, but was neither handled locally, nor declared in a RAISING clause The system tried to insert a data record, even though a data record with the same primary key already exists
    Can you please suggest how it can be handled?
    Regards,
    Saras

    You need to debug your proxy program and check all the insert statemrnts. Looks like there is an exception being thrown in the proxy (may be after the completion logic to push the data in to db) which is not being caught.
    Proxies are object oriented and it is a good practice to implement Exception Handling mechanism.
    VJ

  • 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

  • TIme Machine  backup grows too large during backup process

    I have been using Time Machine without a problem for several months, backing up my imac - 500GB drive with 350g used. Recently TM failed because the backups had finally filled the external drive - 500GB USB. Since I did not need the older backups, I reformatted the external drive to start from scratch. Now TM tries to do an initial full backup but the size keeps growing as it is backing up, eventually becoming too large for the external drive and TM fails. It will report, say, 200G to back up, then it reaches that point and the "Backing up XXXGB of XXXGB" just keeps getting larger. I have tried excluding more than 100GB of files to get the backup set very small, but it still grows during the backup process. I have deleted plist and cache files as some discussions have suggested, but the same issue occurs each time. What is going on???

    Michael Birtel wrote:
    Here is the log for the last failure. As you see it indicates there is enough room 345g needed, 464G available, but then it fails. I can watch the backup progress, it reaches 345G and then keeps growing till it give out of disk space error. I don't know what "Event store UUIDs don't match for volume: Macintosh HD" implies, maybe this is a clue?
    No. It's sort of a warning, indicating that TM isn't sure what's changed on your internal HD since the previous backup, usually as a result of an abnormal shutdown. But since you just erased your TM disk, it's perfectly normal.
    Starting standard backup
    Backing up to: /Volumes/Time Machine Backups/Backups.backupdb
    Ownership is disabled on the backup destination volume. Enabling.
    2009-07-08 19:37:53.659 FindSystemFiles[254:713] Querying receipt database for system packages
    2009-07-08 19:37:55.582 FindSystemFiles[254:713] Using system path cache.
    Event store UUIDs don't match for volume: Macintosh HD
    Backup content size: 309.5 GB excluded items size: 22.3 GB for volume Macintosh HD
    No pre-backup thinning needed: 345.01 GB requested (including padding), 464.53 GB available
    This is a completely normal start to a backup. Just after that last message is when the actual copying begins. Apparently whatever's happening, no messages are being sent to the log, so this may not be an easy one to figure out.
    First, let's use Disk Utility to confirm that the disk really is set up properly.
    First, select the second line for your internal HD (usually named "Macintosh HD"). Towards the bottom, the Format should be +Mac OS Extended (Journaled),+ although it might be +Mac OS Extended (Case-sensitive, Journaled).+
    Next, select the line for your TM partition (indented, with the name). Towards the bottom, the Format must be the same as your internal HD (above). If it isn't, you must erase the partition (not necessarily the whole drive) and reformat it with Disk Utility.
    Sometimes when TM formats a drive for you automatically, it sets it to +Mac OS Extended (Case-sensitive, Journaled).+ Do not use this unless your internal HD is also case-sensitive. All drives being backed-up, and your TM volume, should be the same. TM may do backups this way, but you could be in for major problems trying to restore to a mis-matched drive.
    Last, select the top line of the TM drive (with the make and size). Towards the bottom, the *Partition Map Scheme* should be GUID (preferred) or +Apple Partition Map+ for an Intel Mac. It must be +Apple Partition Map+ for a PPC Mac.
    If any of this is incorrect, that's likely the source of the problem. See item #5 of the Frequently Asked Questions post at the top of this forum for instructions, then try again.
    If it's all correct, perhaps there's something else in your logs.
    Use the Console app (in your Applications/Utilities folder).
    When it starts, click +Show Log List+ in the toolbar, then navigate in the sidebar that opens up to your system.log and select it. Navigate to the +Starting standard backup+ message that you noted above, then see what follows that might indicate some sort of error, failure, termination, exit, etc. (many of the messages there are info for developers, etc.). If in doubt post (a reasonable amount of) the log here.

  • 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

  • L8: Backup hang half way during backup process

    Dear all,
    We tried to backup 180GB of data to a Sun L8 tape drive via StorEdge Backup 7.1 software.
    Half way during the backup process, the backup hanged and i saw the following error message:
    [ID 107833 kern.warning] WARNING: /pci@8,600000/pci@1/scsi@4/st@5,0 (st19):
    backup      Error for Command: read Error Level: Fatal
    backup scsi: [ID 107833 kern.notice]      Requested Block: 1413 Error Block: 1413
    backup scsi: [ID 107833 kern.notice]      Vendor: HP Serial Number:
    backup scsi: [ID 107833 kern.notice]      Sense Key: Media Error
    backup scsi: [ID 107833 kern.notice]      ASC: 0x11 (unrecovered read error), ASCQ: 0x0, FRU: 0x0
    backup root: [ID 702911 daemon.notice] Sun StorEdge(TM) Enterprise Backup media: (warning) /dev/rmt/0cbn moving: fsr 3770 (read): drive status is Drive reports no error - but state is unknown
    Please let me know, why the backup hanged and what is the error message about?
    Thanks in advance.
    Edited by: Ali_Sampras on Mar 12, 2009 7:48 PM

    c.d.stone wrote:
    The restore process is just spinning it's wheels and the log says "erasing" drive name.
    Is the drive name your internal?
    UPDATE: When I stopped the restore function I checked the error log again and it said "could not un-mount disk for erasure" Not sure what that means. Anyone know how to fix that?
    I'm pretty sure something is wrong with the hard drive installed on the iMac at this point. I tried to do a clean install of 10.5.0 from the Leopard retail DVD and that stalled early in the process as well.
    Yes, it sure sounds like it. It now sounds like both the TM restore and Erase and Install are unable to erase your internal HD. It's not even getting to your TM backups, or installing OSX.
    Let's double-check and try again. Boot from the Install disc again, and completely reformat the internal HD. Be sure to use the GUID Partition Map scheme if it's an Intel Mac, or the +Apple Partition Map+ scheme if it's a PPC. And use the +Mac OS Extended (Journaled)+ format.
    It might be worth taking the time to then do a +Zero Out.+ Select Erase, then +Security Options,+ then +Zero Out Disk+ (the one-pass option is sufficient). That will, obviously, write zeros to the entire disk. If this fails, the disk is dying and likely the cause of the whole mess. If it passes, it isn't necessarily ok, but it's a pretty good sign, and you may be able to proceed with the restore.

  • Error during propagation process in streaming

    I am getting following error during propagation
         ORA-12170: TNS:Connect timeout occurred ORA-12170: TNS:Connect timeout occurred
    In order to resolve this i add following lines in sqlnet.ora on both nodes, but problem is still there....
    SQLNET.SEND_TIMEOUT=300
    SQLNET.RECV_TIMEOUT=300
    SQLNET.INBOUND_CONNECT_TIMEOUT=300
    SQLNET.DEFAULT_SDU_SIZE=32767
    SQLNET.RECV_BUFF_SIZE=655336
    SQLNET.SEND_BUF_SIZE=65536Need your help in resolving this issue........

    Hi,
    What is Resp. Resolver Name and Decision Type in your Process Level Definition? Did you create custom agent BADI implementation?
    Regards,
    Masa

  • Error during configuration process while installing obiee 11.1.1.7.0 in windows server 2012

    HI..
    I'm having an issue while installing obiee 11g(11.1.1.7.0) in windows server 2012 and using the database as ms sql server 2008. During configuration process after the installation process is completed , here the process is stopped at "Step:executing opmnctl start configuration_obisch1" status "failed"
    Here is the error:
    Error
        opmnctl task failed
        Step Executing: opmnctl start coreapplication_obisch1 failed
        Configuration Action "Executing opmnctl start coreapplication_obisch1 " has failed. please check log files...
    any help would be great
    thanks..

    Friend,
    Installer file size is:
    Size: *1.23 GB (1,323,085,837 bytes).*
    Size on disk: *1.23 GB (1,323,089,920 bytes).*
    I tested also disabling antivirus on my PC and disconnect the power cord before starting the installation of JDeveloper. In both tests the result was the same.
    Some additional recommendations to solve this case.
    Thank you for supporting.
    Edited by: Luis_vkacito on Nov 15, 2012 6:48 AM

  • Error during the Process of Netting - No Identifier Found TPM_TRG136

    Hi All
    During the process of doing Netting , the system is popping up an error message as - No Identifier found. The message error is TPM_TRG136.
    Can anybody suggest the solution for the error.
    Ram K

    Hi @artem98765,
    Welcome to the HP Forums!
    It is a terrific place to find answers and suggestions.
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I grasp that when you tried to do a recovery back to factory you received the error incomplete recovery.
    As you did not state if how you were doing the recovery I will include documentation for the process along with a troubleshooting document.
    HP PCs - Performing an HP system recovery (Windows 8)
    HP PCs - Troubleshooting HP System Recovery Problems (Windows 8)
    If you are still unable to complete the recovery please contact HP support for further assistance.
    Please call our technical support at 800 474 6836. If you live outside the US/Canada Region, please click the link below to get a support number for your region.
    World Wide Phone Support
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • 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

  • Error during burning process

    I am using OS10.4.6
    Powermac G5
    Final Cut HD4.5
    IDVD 5.0.1
    I have made a 27 minute movie in Final cut....i cannot seem to burn it in IDVD no matter what. I have been using this full time for 4 yrs and have never had this issue.
    I have tested other movies and they burn fine...i have tried throwing away all the render files and re-rendering the movie in final cut and then re-exporting it out. i have exported it out in 2 different ways...no matter what i do, I keep getting an error during the burning process that says
    there was an ERROR in the burning process
    which is leading me to believe that some file within my final cut project is corrupt or problematic.
    i have worked on this thing for about 50 hours and cannot start over from scratch, Help!

    dejavu! http://discussions.apple.com/thread.jspa?threadID=512852&tstart=0
    Ashley- I know you're probably getting desperate but please don't duplicate post.
    I'm not real familiar with iDVD but I know you have to export a QT movie from FCP and then burn that right? Your QT Movie, was it a self contained QT or a refernce Movie. If you have no idea what I just asked, when you exported it and you went to File>Export>QT Movie> did you select the box that says "make movie self-contained"?
    If so then a corrupt file is a moot (sp?) point. Can you open the QT Movie and watch it successfully in QT?
    If you CAN watch it in QT then your problem probably lies in iDVD.
    Answer these questions for us and we'll take the next step to getting a DVD in your hands.

Maybe you are looking for

  • Geospatial Data in Oracle and Crystal Reports

    Does Crystal Reports support the "polygon" datatype found in Oracle 10g? I need to be able to output the coordinates found in this datatype in plain text (or plain numbers as it where) on a report using Crystal Reports. Thanks, TC

  • How not to use Cold Fusion and Java

    Overview This write up is intended to give java developers that are developing ColdFusion applications some beneficial information: things that are not documented. Scenario The company builds enterprise class web application software for fortune 500

  • What is the difference between ojvm and client versions?

    Changing the java vm from client to ojvm result in the following error: Errormessage: java.lang.UnsatisfiedLinkError: no UniqueC in java.library.path Project Settings -> Configurations -> Development -> Runner -> Virtual Machine -> ojvm FAILS Project

  • I take a lot of drugs got all my weekend on benders

    I take a lot of drugs got all my weekend on benders why wouldn't he two or three days and just drink and dance and take pills really am and into drugs to lose weight I enjoy the experience it was just part of my life and what I was doing at the time

  • After Effects CS6 crashes on startup

    I have installed After Effects CS6 trial version 11.0.4 on Windows 7 (64bit) and it crashes on startup every time saying "After Effects error: Crash in progress. Last logged message was <16948> <ae.blitpipe> <2> making new context" I have a Nvidia 40