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.

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 restore/recovery and 'open resetlogs'

    Hello forum. I'm attempting to restore a database to a new host and have run into an error during the opening of the database (with resetlogs). The renaming of the datafiles, restore, switching of datafiles, and recovery are all done by an rman script, the contents of which are below:
    # Restore production database to DR site using file system
    # instead of ASM
    run {
    set newname for datafile 1 to '/opt/oracle/product/10gR2/oradata/DB01/system.dbf';
    set newname for datafile 2 to '/opt/oracle/product/10gR2/oradata/DB01/undotbs1.dbf';
    set newname for datafile 3 to '/opt/oracle/product/10gR2/oradata/DB01/sysaux.dbf';
    set newname for datafile 4 to '/opt/oracle/product/10gR2/oradata/DB01/users.dbf';
    set newname for datafile 5 to '/opt/oracle/product/10gR2/oradata/DB01/undotbs2.dbf';
    set newname for datafile 6 to '/opt/oracle/product/10gR2/oradata/DB01/file1.dbf';
    set newname for datafile 7 to '/opt/oracle/product/10gR2/oradata/DB01/file2.dbf';
    restore database;
    switch datafile all;
    recover database;
    I get the following output:
    RMAN> @/home/oracle/scripts/rman_dr.rman
    RMAN> # Restore production database to DR site using file system
    2> # instead of ASM
    3> #
    4> run {
    5> set newname for datafile 1 to '/opt/oracle/product/10gR2/oradata/DB01/system.dbf';
    6> set newname for datafile 2 to '/opt/oracle/product/10gR2/oradata/DB01/undotbs1.dbf';
    7> set newname for datafile 3 to '/opt/oracle/product/10gR2/oradata/DB01/sysaux.dbf';
    8> set newname for datafile 4 to '/opt/oracle/product/10gR2/oradata/DB01/users.dbf';
    9> set newname for datafile 5 to '/opt/oracle/product/10gR2/oradata/DB01/undotbs2.dbf';
    10> set newname for datafile 6 to '/opt/oracle/product/10gR2/oradata/DB01/file1.dbf';
    11> set newname for datafile 7 to '/opt/oracle/product/10gR2/oradata/DB01/file2.dbf';
    12>
    13> restore database;
    14> switch datafile all;
    15> recover database;
    16> }
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 03-JAN-08
    Starting implicit crosscheck backup at 03-JAN-08
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=156 devtype=DISK
    Crosschecked 651 objects
    Finished implicit crosscheck backup at 03-JAN-08
    Starting implicit crosscheck copy at 03-JAN-08
    using channel ORA_DISK_1
    Crosschecked 1 objects
    Finished implicit crosscheck copy at 03-JAN-08
    searching for all files in the recovery area
    cataloging files...
    no files cataloged
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to /opt/oracle/product/10gR2/oradata/DB01/system.dbf
    restoring datafile 00002 to /opt/oracle/product/10gR2/oradata/DB01/undotbs1.dbf
    restoring datafile 00003 to /opt/oracle/product/10gR2/oradata/DB01/sysaux.dbf
    restoring datafile 00004 to /opt/oracle/product/10gR2/oradata/DB01/users.dbf
    restoring datafile 00005 to /opt/oracle/product/10gR2/oradata/DB01/undotbs2.dbf
    restoring datafile 00006 to /opt/oracle/product/10gR2/oradata/DB01/file1.dbf
    restoring datafile 00007 to /opt/oracle/product/10gR2/oradata/DB01/file2.dbfchannel ORA_DISK_1: reading from backup piece /ocfs2/remitpro/oracleBackups/tmp/rman_LV0_DB01.642899284.1.1.bus
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/ocfs2/remitpro/oracleBackups/tmp/rman_LV0_DB01.642899284.1.1.bus tag=20080101_LV0_DB
    channel ORA_DISK_1: restore complete, elapsed time: 01:22:28
    Finished restore at 03-JAN-08
    datafile 1 switched to datafile copy
    input datafile copy recid=14 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/system.dbf
    datafile 2 switched to datafile copy
    input datafile copy recid=15 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/undotbs1.dbf
    datafile 3 switched to datafile copy
    input datafile copy recid=16 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/sysaux.dbf
    datafile 4 switched to datafile copy
    input datafile copy recid=17 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/users.dbf
    datafile 5 switched to datafile copy
    input datafile copy recid=18 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/undotbs2.dbf
    datafile 6 switched to datafile copy
    input datafile copy recid=19 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/file1.dbf
    datafile 7 switched to datafile copy
    input datafile copy recid=20 stamp=643049225 filename=/opt/oracle/product/10gR2/oradata/DB01/file2.dbf
    Starting recover at 03-JAN-08
    using channel ORA_DISK_1
    starting media recovery
    channel ORA_DISK_1: starting archive log restore to default destination
    channel ORA_DISK_1: restoring archive log
    archive log thread=2 sequence=1005
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=1365
    channel ORA_DISK_1: reading from backup piece /ocfs2/remitpro/oracleBackups/tmp/rman_LV0_DB01.642900444.1.1.bus
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/ocfs2/remitpro/oracleBackups/tmp/rman_LV0_DB01.642900444.1.1.bus tag=20080101_LV0_DB
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:05
    archive log filename=/opt/oracle/product/10gR2/db/flash_recovery_area/DB01/archivelog/2008_01_03/o1_mf_1_1365_3qtshnfv_.arc thread=1 sequence=1365
    archive log filename=/opt/oracle/product/10gR2/db/flash_recovery_area/DB01/archivelog/2008_01_03/o1_mf_2_1005_3qtshncz_.arc thread=2 sequence=1005
    channel default: deleting archive log(s)
    archive log filename=/opt/oracle/product/10gR2/db/flash_recovery_area/DB01/archivelog/2008_01_03/o1_mf_1_1365_3qtshnfv_.arc recid=2418 stamp=643049236
    unable to find archive log
    archive log thread=1 sequence=1366
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 01/03/2008 16:47:22
    RMAN-06054: media recovery requesting unknown log: thread 1 seq 1366 lowscn 181804603
    RMAN> **end-of-file**
    I searched for a decription of the 06054 error, and found that if the archive logs weren't available, then to run "alter database open resetlogs;", which I did. Here's the output:
    RMAN> alter database open resetlogs;
    database opened
    RMAN-06900: WARNING: unable to generate V$RMAN_STATUS or V$RMAN_OUTPUT row
    RMAN-06901: WARNING: disabling update of the V$RMAN_STATUS and V$RMAN_OUTPUT rows
    ORACLE error from target database:
    ORA-06553: PLS-801: internal error [56319]
    I've done all of this twice now, with the same result. I've googled PLS-801 and found more than a few instances of people getting this code, but not during a database open after a restore. Can anyone shed some light on what might have gone wrong? In the interest of brevity, I left out the rest of the restore process prior to running the database restore, but other than setting "compatible" and "db_recovery_file_dest_size", it was all by the book.
    Thanks in advance.

    Thanks for the reply Pierre.
    I am not using RMAN Duplicate. Yes, the source of the backup is an RAC. The destination is a single server, with the DB on the filesystem. Here's an overview of of the commands I ran and the procedure.
    Copied tar'd backup controlfile and datafiles to destination machine. Untar'd. Install 10.2.0.1.0 on destination machine, patch to 10.2.0.2.0.
    OS> sqlplus /nologin
    SQL> alter system set compatible = '10.2.0.2.0' scope=spfile;
    SQL> alter system set db_recovery_dest_file_size = '8g'; scope spfile;
    SQL> shutdown immediate;
    SQL> startup; (to verify changes took...)
    SQL> shutdown immediate;
    OS> Copy control file from untar'd dir and place in $ORACLE_HOME/dbs/, truncate name to c-DBID-date-00.
    OS> rman target /
    RMAN> startup nomount;
    RMAN> set dbid <dbid from control file>;
    RMAN> restore controlfile from autobackup; (finds control file with no problem...)
    RMAN> alter database mount;
    RMAN> @/home/oracle/rman_dr.rman (script cited in first post, to rename datafiles from ASM to filesystem, restore, switch files, and recover...)
    RMAN> alter database open resetlogs; (as cited before...)
    If I'm not using Duplicate and not specifying dates, the UNTIL/SET UNTIL commands aren't necessary, correct?

  • 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 Beehive installation in configuration part

    Hi All,
    I have stuck up during installation in the configuration section. During Oracle Beehive database configuration -ORABPEL Schema is getting failed with the below error.
    Launching tool "Oracle Beehive Database Configuration - SOA Schemas"
    Invocation timestamp: 12:36:25 PM
    Executing command: oracle.ocs.install.plugins.product.main.IrcaPlugin ${obf_schema_passwd} ${obf_db_admin_passwd} (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.5.34)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=bee.paxtecnologia.com.br))) sys /u01/app/oracle/product/11.2.0/beehive true
    tnsnames.ora file successfully created
    Populating SOA schemas into database ...
    Integration Repository Creation Assistant (IRCA) 10.1.3.1.0
    (c) Copyright 2006 Oracle Corporation. All rights reserved.
    Running IRCA for all product(s):
    connection="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.5.34)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=bee.paxtecnologia.com.br)))", -donotoverwrite, orabpelUser=ORABPEL, esbUser=ORAESB, orawsmUser=ORAWSM
    Validating database ...
    Validating database character set ...
    Running prerequisite checks for ORABPEL ...
    Loading ORABPEL schema (this may take a few minutes) ...
    Recompiling invalid objects(this may take a few minutes) ...
    Error recompiling ORABPEL packages!
    FINE: Saving StateBean aggregate and session.
    Tool "Oracle Beehive Database Configuration - SOA Schemas" returned Failed status.
    Presently i am trying with 11gR2 database enterprise edition...

    Hi
    Have you applied all the pre-req db patches as outlined in the Install Guide?
    Do you have options Oracle XML Database, Oracle Rule Manager, Oracle interMedia enabled? (I think the installer checks for them, but i'm not 100% sure)
    If so, did you already try (and fail) to install into the schemas in this database? If you need to try again, be sure to drop cascade the schemas from the database before re-trying the Beehive install.
    richard

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

  • 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

  • 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 system recovery

    I have a HP Pavilion Elite HPE-112y. i did a factory reset using the recovery discs i created when i intitially got the pc. the recovery gets all the way up to 83% and then a message pops up "Recovery manager could not restore your computer using the factory image. Please contact HP support. Error code: 0xe0ef0001". now when it starts up it says BOOTMGR is missing. help please?

    Have you tried the built-in System Recovery via F11?
    Starting a Recovery from the startup logo screen (during system boot)
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c01867418&tmp_task=solveCategory&lc=en&dlc=en&cc​...
    It has options to perform a restore point, repair the OS, or do a Recovery.
    WARNING, please read this carefully:
    Under I need help immediately, click System Recovery .
    Select a backup option: 
    If you have already backed up personal files or you do not want to back up personal files, select Recover without backing up your files , and then click Next . Continue to the next step.
    If you have not backed up personal files, select Back up your files first (recommended) , and then click Next .
    Hope this advice and help turns your problem around.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • Several errors during system preparation / basic configuration

    Hello,
    during the basic configuration I get stuck in the process step configure automatically -> setup bw.
    In the slg1 I can see several errors where I don't know if they are related to my bw problem or other probleme. Maybe someone can give me a hint how to solve the issue.
    @5C\QError@     2011/11/10 16:58:07 : DIAGTPL/CONFIG/HANDLER=CL_DIAGLS_ABAP_INST_TECH_SY Item does not exist
    @5C\QError@     Product system DUM has no active standalone product version     @35\QLong text exists@
    @5C\QError@     No detected product instances available for technical system C21     @35\QLong text exists@
    in the Solman_setup I have the problem that
    ESR: Extractor setup is not sucessful!
    Cube 0SM_BPMRH is not active and will now be activated automatically
    System status failed for system
    Could someone please help me to solve some of the problems?
    Thanks a lot, Vanessa

    Hello Vanessa,
    I wouldn't recommend looking at SLG1 at all times and try to find solutions for it, since Solution Manager deals with a huge landscape and in most cases some warning is thrown in the logs for any reason.
    For example, the "CL_DIAGLS_ABAP_INST_TECH_SY Item does not exist" and "no active standalone product version @35\QLong text exists@" can be due to systems coming from SLD to the LMDB with no correct definition. If SLD is not passing this information, it is 99% because the system is not well defined there. Hence it is just a warning.
    Now if you see something in SLG1 and indeed you have issues in this diagnostics system, it must be investigated.
    For your BI problem:
    Please execute the steps as described in section "3.2.1 Activation of
    Info Cube from BI Content" in the Setup BPA Guide.
    1430754 Business Process Analytics: Setup guide
    (https://websmp101.sap-ag.de/~sapdownload/011000358700001210492010E/Setu
    p_Guide_BP_Analytics.pdf)
    Furthermore, I strongly recommend that, for Solution Manager 7.1, you make sure you have the latest SP in ABAP and JAVA. Now we are at ST400 SP03  and LM-SERVICE SP03 patch level 1.
    You must not forward to the next steps if you have a step yellow, red or with Update checked.
    Best regards,
    Guilherme

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

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

  • Unknown error during backup of Bluetooth options

    I tried to backup my 8900 curve via USB connected to Desktop Manager 4.7 (German) and get every time an "unknown error" at the "Bluetooth Options" part of the backup. The backup aborts at this point.
    Any ideas?
    Regards
    Erik

    Once I too faced similar issue. To get rid of it go to Backup and Restore -> click Advanced -> select Bluetooth Options -> click on clear to deleted those options. Now try to have a backup you device.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Errors during backup after waking from sleep mode

    I just setup my time machine to backup to a USB external HD plugged into my airport extreme base station (802.11n).
    The full backup was successful as were subsequent test "backup now" operations.
    I put the Macbook (new Macbook 13") to sleep last night.
    When I opened it this morning, Time Machine tried to immediately run.
    I got the following errors: (can anyone tell me what might be causing these errors?)
    12/31/08 6:25:59 AM /System/Library/CoreServices/backupd[753] Backing up to: /Volumes/Backup of John’s MacBook/Backups.backupdb
    12/31/08 6:25:59 AM /System/Library/CoreServices/backupd[753] Stopping backupd to allow ejection of backup destination disk!
    12/31/08 6:25:59 AM /System/Library/CoreServices/backupd[753] Error: (-35) Creating directory 2008-12-31-062559.inProgress
    12/31/08 6:25:59 AM /System/Library/CoreServices/backupd[753] Failed to make snapshot container.
    12/31/08 6:25:59 AM /System/Library/CoreServices/backupd[753] Backup failed with error: 26
    12/31/08 6:26:05 AM /System/Library/CoreServices/backupd[753] [SnapshotUtilities mountPointForVolumeRef] FSGetVolumeInfo returned: -35
    12/31/08 6:26:05 AM /System/Library/CoreServices/backupd[753] Failed to eject volume (null) (FSVolumeRefNum: -122; status: -35; dissenting pid: 0)

    Hi Gary,
    This behavior is not a Safari issue but system related.
    Close all applications an run in utilities> disc repair permissions.
    After you done reboot an see what happens when your Mac gets to sleep mode again. This time don't open any applications to test it. Just leave it showing your desktop.
    Post back with the results ...
    Dimaxum

Maybe you are looking for

  • File Adapter in OSB 11g

    Hi I am using a File Adapter created to read a file using OSB 11.1.1.3.0. But after i publish that osb project, i am getting the below warning and file is not been polled by the proxy. ####<Feb 23, 2011 10:08:30 AM IST> <Warning> <JCA_FRAMEWORK_AND_A

  • Apple is replacing my 27" iMac Hard Drive and when I get it back, I want to know how do I restore from Time Machine to before the hard drive failed

    My hard drive (1TB) failed this week on my Late 2009 27" iMac and I took it into the Apple Store.  They confirmed the problem was the hard drive after a couple tests and offered to replace it for $260.  I have everything backed up on my Time Capsule

  • Desktop Resolution with SLI (GTX 560 Ti)

    Yesterday I installed my second MSI GTX 560 Ti and enabled SLI. Now, I have three monitors that are 1080p (native to 1920x1080) in which I wanted to enable surround. It lets me enable the feature but it seems to default to 5040x1050 instead of 5760x1

  • MBP and LG Le5300

    Hi, I am connecting my MBP up to a 32" LG LED (LE5300) tv using DVI - HDMI cable. When I do this I can see the screen the picture looks bad...it is better when I do DVI - VGA. I am not sure if there is a driver update for lg tv's that can fix this or

  • Migrating to Prod - Best method

    Hi I have new implementation golive to happen very soon, I need the best practice method for migration the custom object developed to the custom top The objects to be migrated are 1. reports 2. sql 3. forms 4. unix files 5. custom conc program (ldt f