BRARCHIVE problem

Hi all,
I have a problem with the brarchive -
Job started
Step 001 started (program RSDBAJOB, variant &0000000000002, user name admin)
Execute log. command BRARCHIVE on host sapprd01
__Parameters: -s -volume tape14 -node NODE0000
An error occured (rc = 5).
Use -out to see messages or inspect protocol file
External program terminated with exit code 5
BRARCHIVE returned error status E
Job finished
The -out command looks like this one:
[T] Leaving  function prepareCLI_ca() db6cli.c(2266) at 20090225120720. RC = 0
[T] db6cli.c(799): Getting user & password for 0
[T] db6cli.c(856): Setting connection attribute SQL_AUTOCOMMIT_OFF
[T] Entering function prepareCLI_ca() db6cli.c(2192) at 20090225120720.
[T] db6cli.c(2193): Preparing CLI_ca for function DB6CliConnect with return code 0
[T] db6cli.c(2198): Return code is: SQL_SUCCESS
[T] Entering function cleanCli_ca() db6cli.c(2098) at 20090225120720.
[T] Leaving  function cleanCli_ca() db6cli.c(2106) at 20090225120720. RC = 0
[T] db6cli.c(2261): SQL_Code     : 0
[T] db6cli.c(2262): SQLState     : 00000
[T] db6cli.c(2263): MessageText  :
[T] db6cli.c(2264): MessageLength: 0
[T] Leaving  function prepareCLI_ca() db6cli.c(2266) at 20090225120720. RC = 0
T] db6cli.c(929): Connecting with user "prdadm" ...
[T] Entering function prepareCLI_ca() db6cli.c(2192) at 20090225120720.
[T] db6cli.c(2193): Preparing CLI_ca for function DB6CliConnect with return code -1
[T] db6cli.c(2226): Getting diagnostics information ...
[T] db6cli.c(2261): SQL_Code     : -5035
[T] db6cli.c(2262): SQLState     : 55001
[T] db6cli.c(2263): MessageText  : DB6CliConnect(): [IBM][CLI Driver] SQL5035N  The database requires migration to the current release.  SQLSTATE=55001
[T] db6cli.c(2264): MessageLength: 118
[T] Leaving  function prepareCLI_ca() db6cli.c(2266) at 20090225120720. RC = 0
[T] db6cli.c(317): free environment handle=1
[T] db6cli.c(943): Error while connecting to db
[T] Leaving  function DB6CliConnect() db6cli.c(944) at 20090225120720. RC = -1
[T] Leaving  function ADGConnectToDB() sddb6adg.c(158) at 20090225120720. RC = -5035
[W] LFA039: Warning: Unable to connect to admin db. Is db started? (rc = -5035. Reason: DB6CliConnect(): [IBM][CLI Driver] SQL5035N  The database requires migration to the current release.  SQLSTATE=55001
[T] Entering function protocolToAdminDb() bbdb6adg.c(661) at 20090225120720.
[T] bbdb6adg.c(662): protocol text='[W] LFA039: Warning: Unable to connect to admin db. Is db started? (rc = -5035. Reason: DB6CliConnect(): [IBM][CLI Driver] SQL5035N  The database requires migration to the current release.  SQLSTATE=55001
[T] Leaving  function protocolToAdminDb() bbdb6adg.c(812) at 20090225120720. RC = 0
[T] bbdb6adg.c(230): Program error: From admin database: DB6CliConnect(): [IBM][CLI Driver] SQL5035N  The database requires migration to the current release.  SQLSTATE=55001
[T] Leaving  function checkAdminDbConn() bbdb6adg.c(244) at 20090225120720. RC = 102
[T] Leaving  function getAdminDBParams() bbdb6adg.c(549) at 20090225120720. RC = 102
[T] Entering function mapRcToOld() bbdb6map.c(163) at 20090225120720.
[T] Leaving  function mapRcToOld() bbdb6map.c(424) at 20090225120720. RC = 5
[E] LFA151: Error: Action failed.
[T] Entering function protocolToAdminDb() bbdb6adg.c(661) at 20090225120720.
[T] bbdb6adg.c(662): protocol text='[E] LFA151: Error: Action failed.
It looks like the prdadm could not connect to the internal admin db.
SAP is running well.
Any ideas?
thanks
ks

Hi ks,
did you perform a database software upgrade recently?
In this case you also have to migrate the admin database.
db2 migrate database <ADMINDB>
Please be aware that the old log file management tools are only supported with DB2 version <= 8.2 .
If you are using DB2 version 9.1 or higher you should switch to the DB2 logfile management.
Please see the admin guide on how to do this.
Regards
               Frank

Similar Messages

  • Regarding " BRARCHIVE " Problems

    Dear Gurus,
    Please let me know that the steps to follow in Archive process using BRARCHIVE and what are the most common problem that will occur during Archive process.
    Also i will appreciate that could anyone please give some important interview questions on Archive process.
    Thanking you very much.

    Hello Kalyan,
    Archive (ARCn) process is one of the oracle process.The archiver process (ARCn) copies redo log files to a designated storage device after a log switch has occurred. ARCn processes are present only when the database is in ARCHIVELOG mode, and automatic archiving is enabled.
    BRARCHIVE is SAP tool for the Oracle database enables you to archive offline redo log files. You can find more information in the http://help.sap.com/saphelp_nw04/helpdata/en/14/5f0540a054e469e10000000a155106/content.htm

  • ORACLE logshipping + brarchive problem

    Hi,
    Currently we have a shell script for shipping and applying logs from prd to stby server via crontab:
    30 * * * * (cd /ARCHLOG/PRD;find . -name "1_*.dbf.Z" -newer "$(ssh stby 'ls -t1 /oracle/PRD/oraarch/PRDarch/|head -n1').Z"  -exec ls -lah {} \; -exec rsync {} stby:/oracle/PRD/oraarch/PRDarch/ \; -exec ssh stby 'cd /oracle/PRD/oraarch/PRDarch ;chown oraprd:dba '{}';gunzip '{} \;);(ssh stby 'su -l oraprd -c /oracle/PRD/apply_archive_logs') 1>/root/test.log 2>/root/test2.log
    (ofcourse "stby" is replaced by IP)
    However no archive logs have been applied from February (We had major crash then and meanwhile we have been applying those logs manually -  crontab commented out)
    However when trying to run this:
    1. It does not find any .Z files
    When looking logs (move-archlogs.sh shows):
    2011-08-04 15:03:02 START move-archlogs.sh
    BR0002I BRARCHIVE 7.00 (40)
    BR0006I Start of offline redo log processing: aegmbjza.svd 2011-08-04 15.03.02
    BR0484I BRARCHIVE log file: /oracle/PRD/saparch/aegmbjza.svd
    BR0477I Oracle pfile /oracle/PRD/102_64/dbs/initPRD.ora created from spfile /oracle/PRD/102_64/dbs/spfilePRD.ora
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_43642_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_43643_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_43644_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_43645_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_43646_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_59217_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_59218_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_59219_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_59220_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_59221_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_59222_642373988.dbf' not found
    BR0280I BRARCHIVE time stamp: 2011-08-04 15.03.12
    BR0008I Offline redo log processing for database instance: PRD
    BR0009I BRARCHIVE action ID: aegmbjza
    BR0010I BRARCHIVE function ID: svd
    BR0048I Archive function: save_delete
    BR0011I 37 offline redo log files found for processing, total size 4589.486 MB
    BR0112I Files will not be compressed
    BR0130I Backup device type: disk
    BR0106I Files will be saved on disk in directory: /ARCHLOG/PRD
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0202I Saving init_ora
    BR0203I to /ARCHLOG/PRD/PRD ...
    BR0202I Saving /oracle/PRD/102_64/dbs/initPRD.sap
    BR0203I to /ARCHLOG/PRD/PRD ...
    BR0280I BRARCHIVE time stamp: 2011-08-04 15.03.12
    BR0198I Profiles saved successfully
    BR0428W File /ARCHLOG/PRD/1_59223_642373988.dbf will be overwritten
    BR0202I Saving /oracle/PRD/oraarch/PRDarch/1_59223_642373988.dbf
    BR0203I to /ARCHLOG/PRD/1_59223_642373988.dbf ...
    BR0278E Command output of 'LANG=C cp -p /oracle/PRD/oraarch/PRDarch/1_59223_642373988.dbf /ARCHLOG/PRD/1_59223_642373988.dbf':
    cp: preserving times for `/ARCHLOG/PRD/1_59223_642373988.dbf': Operation not permitted
    BR0280I BRARCHIVE time stamp: 2011-08-04 15.03.15
    BR0279E Return code from 'LANG=C cp -p /oracle/PRD/oraarch/PRDarch/1_59223_642373988.dbf /ARCHLOG/PRD/1_59223_642373988.dbf': 1
    BR0222E Copying /oracle/PRD/oraarch/PRDarch/1_59223_642373988.dbf to/from /ARCHLOG/PRD/1_59223_642373988.dbf failed due to previous errors
    BR0016I 0 offline redo log files processed, total size 0.000 MB
    BR0007I End of offline redo log processing: aegmbjza.svd 2011-08-04 15.03.15
    BR0280I BRARCHIVE time stamp: 2011-08-04 15.03.15
    BR0005I BRARCHIVE terminated with errors
    2011-08-04 15:03:15 STOP move-archlogs.sh
    Move archivelogs.sh itself is:
    # goddamn CIFS file-system bugs ...
    umask 002
    SYSID=PRD
    ARCHLOG=/sapbackup/ARCHLOG/$SYSID
    echo "`date +"%F %T"` START move-archlogs.sh"  1>>$ARCHLOG/move-archlog.log
    brarchive -sd -c force -u /  1>>$ARCHLOG/move-archlog.log 2>>$ARCHLOG/move-archlog.log
    find $ARCHLOG -name "$SYSIDarc*.Z" -mtime +7 -exec rm {} \; 1>>$ARCHLOG/move-archlog.log 2>>$ARCHLOG/move-archlog.log
    echo "`date +"%F %T"` STOP move-archlogs.sh"  1>>$ARCHLOG/move-archlog.log
    Any idea, why this happens or how to fix it? Any pionters?
    Br,
    Kristjan T.

    Kristjan,
    Looks from your errors that the archive log files are not there in "PRD"  under "/oracle/PRD/oraarch" to move to your standby, is that correct?
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_43642_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_43643_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_43644_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_43645_642373988.dbf' not found
    BR0017W Offline redo log file '/oracle/PRD/oraarch/PRDarch/1_43646_642373988.dbf' not found
    So check to see where these files went:
    cd /oracle/PRD/saparch
    grep 43642 archPRD.log
    grep 43643 archPRD.log
    This will tell you if the archive logs have been copied to tape and deleted.
    If the files have already been backed up to tape and deleted "before" they were copied to the STANDBY then that is why they are missing.  You need to find these files (i.e. restore them and then move them to the standby).  You MUST have these archive logs to apply to the standby or you cannot go any further on the standby (you cannot skip archive logs).  If you cannot find the archive logs that need to be applied, you may need to copy the PRD database back over to the standby and start "fresh" from this copy, especially if you have NOT applied any archive log since Feb.  My guess is you are so far behind on archive logs to the STANDBY that it may take a long to apply them even if you can find all the archive logs.
    ADDITIONAL NOTE:
    And just from an aesthetics perspective, follow SAP Note 830576 and set the parameters as suggest (after you get this problem fixed).  To make the archive log format conform to SAP's recommendation (test on QA first):
    Run brarchive to archive any archive logs currently there:
    You have an incorrect directory created (PRDarch) instead of having the PRDarch as part of the "filename" of the archive log so move the directory out of the way:
    mv  /oracle/PRD/oraarch/PRDarch /oracle/PRD/oraarch/PRDarch.old
    Set the following Oracle parameters correctly per the Note 830576
    LOG_ARCHIVE_DEST  Do not set!
    LOG_ARCHIVE_DEST_1 ="LOCATION=/oracle/PRD/oraarch/PRDarch"
    LOG_ARCHIVE_FORMAT  %t_%s_%r.dbf
    This wil make the archive logs look "pretty" and correct per the note   This does nothing for performance or anything else other than getting the archive logs in the standard configuration per SAP's recommendations   But then again, it may "break" your scripts to the Standby so maybe you can fix this when you go to Dataguard.  Anyway, just a suggestion.
    Good Luck,
    Mike Kennedy

  • Redolog backup problem

    Dear Team,
    During archiving log backup , I am faccing the problem.
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000008, user ID BASIS)
    Execute logical command BRARCHIVE On host sapprd
    Parameters:-u / -jid LOG__20090729213120 -c force -p initPRD.sap.backup -s -v SSS
    BR0002I BRARCHIVE 7.00 (18)
    BR0252E Function fopen() failed for '/oracle/PRD/saparch/aebcyena.sve' at location main-5
    BR0253E errno 13: Permission denied
    BR0121E Processing of log file /oracle/PRD/saparch/aebcyena.sve failed
    BR0007I End of offline redo log processing: aebcyena.sve 2009-07-29 21.31.38
    BR0280I BRARCHIVE time stamp: 2009-07-29 21.31.38
    BR0005I BRARCHIVE terminated with errors
    External program terminated with exit code 3
    BRARCHIVE returned error status E
    Job finished
    But my Online backup working fine.
    Whats the problem.
    RAJ

    how I set permission.
    I check in my PRD
    drwxr-xr-x   3 oraprd     dba             96 Jul  4 01:30 origlogA
    drwxr-xr-x   3 oraprd     dba             96 Jul  4 01:30 origlogB
    drwxr-xr-x   2 oraprd     dba             96 Jun 30 14:16 saparch
    drwxr-xr-x   2 oraprd     dba           1024 Jul 29 16:42 sapbackup
    drwxr-xr-x   2 oraprd     dba           1024 Jul  4 06:41 sapcheck
    drwxr-xr-x  15 oraprd     dba           1024 Jul  4 01:29 sapdata1
    drwxr-xr-x  12 oraprd     dba           1024 Jul  4 01:29 sapdata2
    drwxr-xr-x  12 oraprd     dba           1024 Jul  4 01:29 sapdata3
    drwxr-xr-x  12 oraprd     dba           1024 Jul 26 08:13 sapdata4
    drwxr-xr-x   3 root       dba             96 Jun 29 20:34 sapdata5
    drwxr-xr-x   4 oraprd     dba           1024 Jul 26 08:32 sapreorg
    drwxr-xr-x   4 oraprd     dba             96 Jun 30 14:16 saptrace
    -rwxr-xr-x   1 oraprd     dba          15752 Jan 10  2009 startdb
    -rwxr-xr-x   1 oraprd     dba          11119 Jan 10  2009 stopdb
    cd saparch
    ll
    total 0
    Thanks
    RAJ

  • BRARCHIVE fails with BR0017E error message: "off line redo log not found"

    After upgrade, archive format was changed to introduce resetlogs id in archive log file name
    Archive destination            /oracle/GDD/oraarch/GDDarch
    Archive format                 %t_%s_%r.dbf
    NOTE: %s log sequence number, %t thread number, %r resetlogs ID that ensures unique names are constructed for the archived log files across multiple incarnations of the database
    We did have problems with this upgrade so database was recovered once and started with resetlogs (new incarnation created).
    Now when we run brarchive it is trying to archive archive_log_file
    BR0017E Offline redo log file '/oracle/GDD/oraarch/GDDarch1_853_544272161.dbf' not found
    while on archive_log_dest we have files like "/oracle/GDD/oraarch/GDDarch1_853_618656359.dbf"
    Can you please help me to find out from where brarchive is picking parameter for log_archive_format and why it is not picking up current one causing missmatch between archvie_redo_log_file create and one BRARCHIVE is trying to back up.

    I already tried it (renamed archGDD.log to andrija.archGDD.log) and rerun
    brarchive -c -u / -r initGDD.utl.nbkp.bdhp4320 -cs
    it gave me output:
    brarchive -c -u / -r initGDD.utl.nbkp.bdhp4320 -cs
    BR0002I BRARCHIVE 7.00 (14)
    BR0006I Start of offline redo log processing: advfexyn.cps 2007-05-08 08.33.13
    BR0477I Oracle pfile /oracle/GDD/102_64/dbs/initGDD.ora created from spfile /oracle/GDD/102_64/dbs/spfileGDD.ora
    BR0013W No offline redo log files found for processing
    BR0007I End of offline redo log processing: advfexyn.cps 2007-05-08 08.33.15
    BR0280I BRARCHIVE time stamp: 2007-05-08 08.33.15
    BR0004I BRARCHIVE completed successfully with warnings
    and in archGDD.log that is created there is againreference to 0544272161 which seems to be still reference to old resetlog ID:
    bdhp4320:ac8558 41> vi archGDD.log
    "archGDD.log" 4 lines, 322 characters
    GDD  util_file  advfexyn cps  2007-05-08 08.33.13  2007-05-08 08.33.15  9  ...........         0        0        0
         0  -
    7.00 (14)  @0544272161
    GDD  util_file  advfexyn cps  2007-05-08 08.33.13  2007-05-08 08.33.15  1  ...........         0        0        0
         0  -
    7.00 (14)  @0544272161
    and in /oracle/GDD/saparch/advfexyn.cps file there is output like:
    Name                           Value
    oracle_sid                     GDD
    oracle_home                    /oracle/GDD/102_64
    oracle_profile                 /oracle/GDD/102_64/dbs/initGDD.ora
    sapdata_home                   /oracle/GDD
    sap_profile                    /oracle/GDD/102_64/dbs/initGDD.sap
    backup_dev_type                util_file
    util_par_file                  /oracle/GDD/102_64/dbs/initGDD.utl.nbkp.bdhp4320
    system_info                    oragdd/oragdd bdhp4320 HP-UX B.11.11 U 9000/800
    oracle_info                    GDD 10.2.0.2.0 8192 862 2969171885
    sap_info                       640 SAPGDD GDD W1381514715 R3_ORA 0020195637
    make_info                      hp_64 OCI_101 May 27 2006
    command_line                   brarchive -c -u / -r initGDD.utl.nbkp.bdhp4320 -cs
    BR0013W No offline redo log files found for processing
    BR0007I End of offline redo log processing: advfexyn.cps 2007-05-08 08.33.15
    BR0280I BRARCHIVE time stamp: 2007-05-08 08.33.15
    BR0004I BRARCHIVE completed successfully with warnings

  • Problem in SAP Backup DB13

    Hi,
    After kernel upgrade we tried to take offline backup through DB13, before going with the SAP upgrade.
    But, Now we are facing backup problem through DB13 while initializing the tape.
    OS: Windows 2003
    DB: Oracle 10.2.0.2
    Kernel Release : 46D
    Kernel Version: 46D_EX2 Path level: 2571
    Machine: IA64
    Log:
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000004646, user name ZADMIN1)
    Execute logical command BRBACKUP On host AP-CHE-SAP-02
    Parameters: -i force -c force -n 1 -v SCRATCH
    BR0051I BRBACKUP 7.00 (13)
    BR0055I Start of database backup: behjlsyp.tib 2011-12-06 11.37.43
    BR0205I Backup volume initialization
    BR0058I BRBACKUP action ID: behjlsyp
    BR0059I BRBACKUP function ID: tib
    BR0102I Following backup device will be used: /dev/nmt0
    BR0131I All volumes get the name SCRATCH
    BR0129I Force option set - no label checking during initialization
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0207I Volume in device: /dev/nmt0 will be initialized with name: SCRATCH
    BR0280I BRBACKUP time stamp: 2011-12-06 11.37.43
    BR0226I Rewinding tape volume in device /dev/mt0 ...
    BR0278E Command output of 'mt -f /dev/mt0 rewind mt -f /dev/mt0 rewind mt -f /dev/mt0 rewind':
    mt: opening '/dev/mt0': The system cannot find the file specified.
    mt: opening '/dev/mt0': The system cannot find the file specified.
    mt: opening '/dev/mt0': The system cannot find the file specified.
    BR0280I BRBACKUP time stamp: 2011-12-06 11.37.43
    BR0279E Return code from 'mt -f /dev/mt0 rewind mt -f /dev/mt0 rewind mt -f /dev/mt0 rewind':1
    BR0213E Winding tape volume in device /dev/nmt0 failed
    BR0219E Initialization of volume SCRATCH in device /dev/nmt0 failed
    BR0206I End of backup volume initialization
    BR0280I BRBACKUP time stamp: 2011-12-06 11.37.43
    BR0054I BRBACKUP terminated with errors
    External program terminated with exit code 3
    BRBACKUP returned error status E
    Job finished
    Note: We tried NT Level Backup, it was successfully.
    Please help us to resolve the issue.
    Regards,
    Bharathi

    Dear Deepak Kori,
    Thanks, I pasted the init file for your reference. Seems to be correct.
    init<SID>.sap:
    address of backup device without rewind
    [<dev_address> | (<dev_address_list>)]
    no default
    operating system dependent, examples:
    HP-UX:  /dev/rmt/0mn
    OSF1:   /dev/nrmt0h
    AIX:    /dev/rmt0.1
    SINIX:  /dev/ios0/rstape005n
    SUN:    /dev/rmt/0mn
    NT:     /dev/nmt0
    tape_address = /dev/nmt0
    address of backup device without rewind used by brarchive
    default: value of the tape_address parameter
    operating system dependent
    tape_address_arch = /dev/nmt0
    address of backup device with rewind
    [<dev_address> | (<dev_address_list>)]
    no default
    operating system dependent, examples:
    HP-UX:  /dev/rmt/0m
    OSF1:   /dev/rmt0h
    AIX:    /dev/rmt0
    SINIX:  /dev/ios0/rstape005
    SUN:    /dev/rmt/0m
    NT:     /dev/mt0
    tape_address_rew = /dev/mt0
    Even also the same problem occurs and tried with the new tape too, pls help us.
    Regards,
    Bharathi

  • How to skip or edit scn (system change number) for brarchive

    hi experts,
    I have searched for procedures but didnt find any accurate solution. I wanted to skip the scn or the system change number for my brarchive. I have manually transported my files in the DR site because of seems to be FTP problems. I have to skip those redologs which i have already transfered. How am i suppose to do these? I'm looking forward to a textfile or control file wherein i could edit the number of the next redolog to process or sql commands or something?
    Thanks in advance.

    Still not sure what exactly your problem is.
    You transferred redologs; are they still available in their original oraarch location?
    If no : See my answer above. Did that many times myself.
    If yes : Log files will be copied by brarchive as always. Make sure that no harm will be done if they are overwritten at a place where they already exist, and where they maybe currently are processed by another program!
    regards

  • Brarchive - BR0301W - ORA-00257: archiver error

    Hi all,
    when calling /usr/sap/B16/SYS/exe/run/brarchive -u / -p initB16.sap -d rman_util -sd and there already is an archiver stuck I get the following error:
    BR0002I BRARCHIVE 7.20 (16)
    BR0006I Start of offline redolog processing: aehmrvjb.svd 2011-12-23 09.41.11
    BR0484I BRARCHIVE log file: /oracle/B16/saparch/aehmrvjb.svd
    BR0280I BRARCHIVE time stamp: 2011-12-23 09.41.11
    BR0301W SQL error -257 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-00257: archiver error. Connect internal only, until freed.
    brarchive tries to create a pfile from the spfile before calls rman to archive the offline log files.
    I assume, that this is done by calling sqlplus with 'CONNECT /'' which fails because connecting as sysdba is necessary in this situation.
    Any suggestions how to circumvent this, so that the above error message doesn't show up?
    The problem doesen't seem to be critical because brarchive still is able to call RMAN successfully and by this the archiver stuck is resolved. It would be better, though, if brarchive doesn't run into any errors at all.
    Thanks for your support.
    Best Rgs,
    Thorsten

    Hi there,
    just to clarify: brarchive has no problem to archive the offline redologs themselves:
    The problem doesen't seem to be critical because brarchive still is able to call RMAN successfully and by this the archiver stuck is resolved. It would be better, though, if brarchive doesn't run into any errors at all.
    The actual problem is, that brarchive tries to create a pfile from the spfile via a sqlplus call and it tries to do this by "connect /" without the sysdba option. This behavior results in the error message I posted.
    What I'd actualy like to know if there's any way to explicitly tell brarchive to connect with the sysdba option?
    Best Rgs,
    Thorsten

  • Online Backup Problems - DOA Error

    Hi all!
    I tried to establish an online backup for one of my Testservers. I configured the init<SID>.ora in the same way as the file is configured on an other Server (Backup works fine there).
    In addition I adapted the parameter-file.
    Are there any other configurations have to be done?
    The Backup should be performed by an other Server.
    The Backuputility (BAckupExec 10) allready starts the BAckupJob but this Job fails (without any Error -> I canceled the job after 30 Minutes without writing data...)
    I planned the Job in DB13 - attached the second PArt of the Log!
    Perhaps somebody can give me a hint to solve the Problem!
    Would be great to solve that,
    Alex
    BR0280I BRBACKUP time stamp: 2005-11-29 10.28.12
    BR0057I Backup of database: RTS
    BR0058I BRBACKUP action ID: bdrjxmye
    BR0059I BRBACKUP function ID: anf
    BR0110I Backup mode: ALL
    BR0077I Database file for backup: D:\oracle\RTS\sapbackup\cntrlRTS.dbf
    BR0061I 10 files found for backup, total size 10446.469 MB
    BR0143I Backup type: online
    BR0130I Backup device type: util_file_online
    BR0109I Files will be saved by backup utility
    BR0142I Files will be switched to backup status during the backup
    BR0289I BRARCHIVE will be started at the end of processing
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0280I BRBACKUP time stamp: 2005-11-29 10.28.12
    BR0229I Calling backup utility with function 'backup'...
    BR0278I Command output of 'D:\usr\sap\RTS\SYS\exe\run\backint.exe -u RTS -f backup -i D:\oracle\RTS\sapbackup\.bdrjxmye.lst -t file_online -p D:\usr\sap\RTS\sys\exe\run\testparam.ini -c':
    <b>DAO error: 8676593, 800a0be3
    3043, DAO.DbEngine, Disk or network error.</b>
    BR0232E 0 of 10 files saved by backup utility
    BR0280I BRBACKUP time stamp: 2005-11-29 10.28.13
    BR0231E Backup utility call failed
    BR0056I End of database backup: bdrjxmye.anf 2005-11-29 10.28.13
    BR0280I BRBACKUP time stamp: 2005-11-29 10.28.16
    BR0054I BRBACKUP terminated with errors
    BR0280I BRBACKUP time stamp: 2005-11-29 10.28.16
    BR0291I BRARCHIVE will be started with options '-U -d util_file -c force -p initRTS.sap -cds'
    BR0280I BRBACKUP time stamp: 2005-11-29 10.28.18
    BR0292I Execution of BRARCHIVE finished with return code 5

    Hi,
    Check below threads.
    BRbackup problem on new system
    Offline backup failed with BR0253E errno 13: Permission denied
    BR0268E Asynchronous execution of program interrupted, exit status: c000009
    Thanks,
    Sushil
    Edited by: Sushil Suryawanshi on May 28, 2009 8:16 PM

  • Sticky Bit - Problem...

    Hello,
    I have one thing to ask, to clarify... Some weeks ago after a system migration from win/sql to linux/oracle (and after an oracle upgrade from 10.2.0.4 to 11.2.0.1), we faced an error during DB13, the job Scheduled Update Statistics finished with an error! After some research, we found the solution... the reason was the version of oracle instant client that was the version 10.2.0.2 (the first version of this OIC)!
    So after I performed the update of oracle instant client (OIC) to version 10.2.0.4 (V3) the error finally disappeared... and it was the solution, which in that moment I thought it had been responsible for this correction!... but now I'm not so sure! Why?! Because the same problem appear again on another system, I performed the same solution, I updated the oracle instant client to version 10.2.0.4 v3 but unfortunately the problem still continue appear! So what I concluded, was that is not the solution, I realized this is not only because of the old OIC version that is installed in our system... there is other problem which is related to permissions!
    Later I discovered that the STICKY BIT (?) had been applied before I have upgraded the oracle instant client... and in fact in this new system, after the solution of oracle client update the error still continued appear and in fact only after the application of sticky bit in this system the error definitely no longer appear!
    So my question is what is this?... what is Sticky Bit?
    I looked in SAP Marketplace if there were any related sapnotes to sticky bit but I didn´t found anything... this is some mandatory procedure?... if so, sap recommends the application of this where? in which situations?
    I don´t know exactly what is STICKY bit and what he do... but the truth is that from the moment I applied it, with command ./saproot.sh (with root) on /sapmnt/SID/exe, we resolve the other part of this problem... I tried to search sapnotes in SAP marketplace about this sticky bit but I didn´t find anything... Can you explain me better if sap advice to apply this sticky bit... and if it can origin any problem or if there are any conflict with other things when we applied it on system!??
    Kind regards,
    Joao Dimas - Portugal

    Now I think I understand the meaning and what is its functionality... but explain me another thing, the application of sticky bit with ./saproot.sh <SAPSID> changed other four files: brarchive; brbackup; brconnect and icmbnd  (this five files now have a red colour)...
    Yes, and they have an "s" instead of an "x" if you use ls -l.
    The same thing is true for those files. The br*tools must be run as the user running/owning the database software (oraadm during startsap.
    So, if this is so important to run (because if I didn´t ran this command the job throught DB13 can not runs) why there isn´t sap notes or sap documentation, discussing this issue and the need to apply the sticky bit to fix this problem?
    It's documented - but hidden:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/3753c4b87b6025e10000000a422035/frameset.htm
    Markus

  • BRARCHIVE is run by SIDADM instead of ORASID, causing permission denied

    Hi all,
    I have gotten this error this week, while I don't remember performing any change in the configuration.
    While doing whole database backup from T-Code DB13, backup is error caused by permission error in the target (the target is disk in another directory).
    Checking the target directory with orad11, it have all the authorization needed (read, write, delete). So, chmod 775 is performed in the target dir.
    After successfully performed datafile backup, it is seen that the file was written by d11adm instead of orad11. Which is strange.
    Currently, Redo-Log backup from DB13 cannot be performed because BRARCHIVE have to delete the archive files after the backup. I think it is not a good practice to set all archive files to be owned by d11adm.
    Here is the error message:
    BR0002I BRARCHIVE 7.00 (40)
    BR0006I Start of offline redo log processing: aefofhhp.svd 2011-03-31 16.34.17
    BR0484I BRARCHIVE log file: /oracle/D11/saparch/aefofhhp.svd
    BR0477I Oracle pfile /oracle/D11/102_64/dbs/initD11.ora created from spfile /oracle/D11/102_64/dbs/spfileD11.ora
    BR0101I Parameters
    Name                           Value
    oracle_sid                     D11
    oracle_home                    /oracle/D11/102_64
    oracle_profile                 /oracle/D11/102_64/dbs/initD11.ora
    sapdata_home                   /oracle/D11
    sap_profile                    /oracle/D11/102_64/dbs/initD11.sap
    backup_dev_type                disk
    archive_copy_dir               /sapbackup/arch
    compress                       no
    disk_copy_cmd                  copy
    cpio_disk_flags                -pdcu
    archive_dupl_del               only
    system_info                    d11adm/d11adm srmdev HP-UX B.11.31 U ia64
    oracle_info                    D11 10.2.0.4.0 8192 1508 49655535 srmdev UTF8 UTF8
    sap_info                       701 SAPSR3 0002LK0003D110011I13760381130015Maintenance_ORA
    make_info                      hpia64 OCI_102 Feb 21 2009
    command_line                   brarchive -u / -jid LOG__20110331163416 -c force -p initD11.sap -sd
    BR0280I BRARCHIVE time stamp: 2011-03-31 16.34.18
    BR0008I Offline redo log processing for database instance: D11
    BR0009I BRARCHIVE action ID: aefofhhp
    BR0010I BRARCHIVE function ID: svd
    BR0048I Archive function: save_delete
    BR0011I 107 offline redo log files found for processing, total size 4366.435 MB
    BR0112I Files will not be compressed
    BR0130I Backup device type: disk
    BR0106I Files will be saved on disk in directory: /sapbackup/arch
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0202I Saving init_ora
    BR0203I to /sapbackup/arch/D11 ...
    BR0278E Command output of 'LANG=C cd /oracle/D11/102_64/dbs && LANG=C cp initD11.ora spfileD11.ora /sapbackup/arch/D11':
    cp: cannot create /sapbackup/arch/D11/initD11.ora: Permission denied
    cp: cannot create /sapbackup/arch/D11/spfileD11.ora: Permission denied
    BR0280I BRARCHIVE time stamp: 2011-03-31 16.34.18
    BR0279E Return code from 'LANG=C cd /oracle/D11/102_64/dbs && LANG=C cp initD11.ora spfileD11.ora /sapbackup/arch/D11': 1
    BR0222E Copying init_ora to/from /sapbackup/arch/D11 failed due to previous errors
    BR0016I 0 offline redo log files processed, total size 0.000 MB
    BR0007I End of offline redo log processing: aefofhhp.svd 2011-03-31 16.34.18
    BR0280I BRARCHIVE time stamp: 2011-03-31 16.34.18
    BR0005I BRARCHIVE terminated with errors
    We have checked SAPNote 113747, which said that:
    brarchive, brbackup, and brconnect must have sticky bit. And this is already applied in the system.
    That note also said that brarchive can be started by orad11 or d11adm.
    So looks like if this kind of problem happened, we cannot blame d11adm who run the backup.
    Please help, moreover if you can give us understanding on what has happened.
    Thank you very much for any response.

    I did a few more checks. Please confirm that the brarvchive binary is owned by orasid.
    When i run brarchive from DB13, then the process is indeed owned by sidadm
    root# ps -ef|grep brarchive
      sidadm  1835  1834  0 08:31:23 ?         0:01 brarchive -u / -jid LOG__2011...
    The logfile of the brarchive run is owned by orasid with group sapsys (exactly the same as the brarchive binary).
    -rw-r--r--   1 orasid     sapsys        1967 Apr  1 08:31 aefojufd.svd
    Could you please check this on your box? It is still almost sure, that something with the file permissions is incorrect. There could be a few other very exotic reasons, like double entries of dba/sapsys groups in the /etc/group file.
    Cheers Michael

  • How to implement BRBACKUP/BRARCHIVE on an AS-JAVA platform??

    Hi all,
    I have just installed a NW2004S environment (AS-JAVA and EP Portal) which is distributed - Central Services Instance and database on one server, Central instance on another, dialog instance on a third - running an Oracle 10.2 database. The operating system is SLES9.
    I cannot get BRBACKUP to run at all - either from BRTOOLS or even from a command line. I am getting an ORA-942 error - table or view is missing.
    I have managed to run a BRARCHIVE from a command line but when I run it from BRTOOLS, although it does save the redo logs OK, I also receive the ORA-00942 error for each file.
    I have run the SAPDBA_ADDITIONAL.SQL script in OSS851169 which creates the SDBAH and SDBAD tables, but I am still getting an ORA-942 error stating that a table or view does not exist.
    I have reviewed numerous OSS notes - 851169 / 400241 plus others, but still cannot get this to work.
    Has anyone struck a similar problem to this, and have a step-by-step process as to how this should be set up for a JAVA-stack only install?
    TIA for any assistance.
    Regards.....John.

    Hi,
    we were working the same issue (also "ORA-01031: insufficient privileges" when running "brconnect -u / -c -f stats/check" + the error you described).
    I have the slight feeling, that as the tables are only created by the "...additional..." - script the grants are not present if you ran the "sapdba_role.sql" before.
    So the sequence which was working for us:
    1) Get the latest version of both sapdba_role.sql and sapdba_additional.sql (older versions might not be sufficient)
    2) Run sapdba_role.sql
    3) Run sapdba_additional.sql
    4) Run the following two grants "/as sysdba"
    grant select, insert, update on SAP<SID>DB.SDBAH to sapdba;
    grant select, insert, update on SAP<SID>DB.SDBAD to sapdba;
    Cheers,
    Sven

  • Problem in BRBACKUP tool

    Dear All,
    We are facing a problem with BRBACKUP tool.
    DB: 10.2g
    OS: AIX:5.3
    SAP: on ECC6
    while taking the backup BTTOOLS at ORA<sid> we are getting this error:
    hgdevsrv:orahds 1> brbackup
    BR0051I BRBACKUP 7.00 (18)
    BR0055I Start of database backup: bdypgckw.aft 2008-08-16 10.48.02
    BR0280I BRBACKUP time stamp: 2008-08-16 10.48.03
    BR0301E SQL error -28000 at location BrDbConnect-2, SQL statement:
    'CONNECT system/*******'
    ORA-28000: the account is locked
    BR0310E Connect to database instance HDS failed
    BR0280I BRBACKUP time stamp: 2008-08-16 10.48.03
    BR0301E SQL error -28000 at location BrDbConnect-2, SQL statement:
    'CONNECT system/*******'
    ORA-28000: the account is locked
    BR0310E Connect to database instance HDS failed
    BR0056I End of database backup: bdypgckw.aft 2008-08-16 10.48.03
    BR0280I BRBACKUP time stamp: 2008-08-16 10.48.03
    BR0054I BRBACKUP terminated with errors
    hgdevsrv:orahds 2>
    anyone can help us in this regards.
    Udaya

    Hi,
    here is the output of the command:
    ls -ltr
    total 1366600
    -rwxrwxrwx   1 hdsadm   sapsys      6296599 Oct 10 2005  SAPCAR
    -rwxrwxrwx   1 hdsadm   sapsys     21870937 Jul 13 2006  sgxgis.so
    -rwxrwxrwx   1 hdsadm   sapsys     24079692 Jul 13 2006  bwgis.so
    -rwxrwxrwx   1 hdsadm   sapsys     37136343 Jul 13 2006  xmlchart.so
    -rwxrwxrwx   1 hdsadm   sapsys     37964714 Jul 13 2006  gfwchart.so
    -rwxrwxrwx   1 hdsadm   sapsys     11175935 Jul 13 2006  imgconv.so
    -rwxrwxrwx   1 hdsadm   sapsys      6923619 Jul 13 2006  zipper.so
    -rwxrwxrwx   1 hdsadm   sapsys     39749327 Jul 13 2006  igsmux_mt
    -rwxrwxrwx   1 hdsadm   sapsys     13453369 Jul 13 2006  igspw_mt
    -rwxrwxrwx   1 hdsadm   sapsys      9724226 Jul 13 2006  igswd_mt
    -rwxrwxrwx   1 hdsadm   sapsys          380 Jul 13 2006  igsmanifest.mf
    -rwxrwxrwx   1 hdsadm   sapsys          118 Jul 13 2006  igsexe.lst
    -rwxrwxrwx   1 hdsadm   sapsys        20557 Aug 29 2006  saproot.sh
    -rwxrwxrwx   1 hdsadm   sapsys           25 Aug 29 2006  rfcexec.sec
    -rwxrwxrwx   1 hdsadm   sapsys          349 Aug 29 2006  icm.properties
    -rwxrwxrwx   1 hdsadm   sapsys          362 Aug 29 2006  gw.properties
    -rwxrwxrwx   1 hdsadm   sapsys         4898 Aug 29 2006  sapsecin
    -rwxrwxrwx   1 hdsadm   sapsys      2655695 Aug 29 2006  libsapsecu.o
    -rwxrwxrwx   1 hdsadm   sapsys       275931 Aug 29 2006  libsapu16.so
    -rwxrwxrwx   1 hdsadm   sapsys      1701425 Aug 29 2006  libicuuc30.a
    -rwxrwxrwx   1 hdsadm   sapsys      2315841 Aug 29 2006  libicui18n30.a
    -rwxrwxrwx   1 hdsadm   sapsys      8558147 Aug 29 2006  libicudata30.a
    -rwxrwxrwx   1 hdsadm   sapsys      1974810 Aug 29 2006  dboraslib.o
    -rwxrwxrwx   1 hdsadm   sapsys       135740 Aug 29 2006  icmadmin.SAR
    -rwxrwxrwx   1 hdsadm   sapsys       135740 Aug 29 2006  wdispadmin.SAR
    -rwxrwxrwx   1 hdsadm   sapsys       278227 Aug 29 2006  libsapu16_mt.so
    -rwxrwxrwx   1 hdsadm   sapsys       440093 Aug 30 2006  sapparar
    -rwxrwxrwx   1 hdsadm   sapsys       452599 Aug 30 2006  rscpf2f
    -rwxrwxrwx   1 hdsadm   sapsys       443035 Aug 30 2006  rscpf3f
    -rwxrwxrwx   1 hdsadm   sapsys      2846132 Aug 30 2006  sapiconv
    -rwxrwxrwx   1 hdsadm   sapsys       603232 Aug 30 2006  rstrcscs
    -rwxrwxrwx   1 hdsadm   sapsys       623059 Aug 30 2006  rstrsscs
    -rwxrwxrwx   1 hdsadm   sapsys       610132 Aug 30 2006  rstrlscs
    -rwxrwxrwx   1 hdsadm   sapsys       642436 Aug 30 2006  rstrfile
    -rwxrwxrwx   1 hdsadm   sapsys       646108 Aug 30 2006  rslgview
    -rwxrwxrwx   1 hdsadm   sapsys       612490 Aug 30 2006  rslglscs
    -rwxrwxrwx   1 hdsadm   sapsys       676488 Aug 30 2006  rslgsend
    -rwxrwxrwx   1 hdsadm   sapsys       713823 Aug 30 2006  rslgcoll
    -rwxrwxrwx   1 hdsadm   sapsys      1007914 Aug 30 2006  rsyn.bin
    -rwxrwxrwx   1 hdsadm   sapsys      1449408 Aug 30 2006  estst
    -rwxrwxrwx   1 hdsadm   sapsys      1308052 Aug 30 2006  esmon
    -rwxrwxrwx   1 hdsadm   sapsys       797569 Aug 30 2006  es2mon
    -rwxrwxrwx   1 hdsadm   sapsys       950444 Aug 30 2006  eg2mon
    -rwxrwxrwx   1 hdsadm   sapsys      1316302 Aug 30 2006  emmon
    -rwxrwxrwx   1 hdsadm   sapsys      1048338 Aug 30 2006  em2mon
    -rwxrwxrwx   1 hdsadm   sapsys      1492603 Aug 30 2006  niping
    -rwxrwxrwx   1 hdsadm   sapsys      1578793 Aug 30 2006  saprouter
    -rwxrwxrwx   1 hdsadm   sapsys      1867600 Aug 30 2006  lgtst
    -rwxrwxrwx   1 hdsadm   sapsys      1624956 Aug 30 2006  msclients
    -rwxrwxrwx   1 hdsadm   sapsys      1672525 Aug 30 2006  msprot
    -rwxrwxrwx   1 hdsadm   sapsys      2240056 Aug 30 2006  msmon
    -rwxrwxrwx   1 hdsadm   sapsys       565400 Aug 30 2006  shmd
    -rwxrwxrwx   1 hdsadm   sapsys       611578 Aug 30 2006  semd
    -rwxrwxrwx   1 hdsadm   sapsys       520209 Aug 30 2006  evtd
    -rwxrwxrwx   1 hdsadm   sapsys       196925 Aug 30 2006  showipc
    -rwxrwxrwx   1 hdsadm   sapsys       196925 Aug 30 2006  cleanipc
    -rwxrwxrwx   1 hdsadm   sapsys       212106 Aug 30 2006  ipclimits
    -rwxrwxrwx   1 hdsadm   sapsys       231969 Aug 30 2006  memlimits
    -rwxrwxrwx   1 hdsadm   sapsys      6991743 Aug 30 2006  sapftp
    -rwxrwxrwx   1 hdsadm   sapsys      6943227 Aug 30 2006  saphttp
    -rwxrwxrwx   1 hdsadm   sapsys      1667948 Aug 30 2006  sapevt
    -rwxrwxrwx   1 hdsadm   sapsys      7527362 Aug 30 2006  R3load
    -rwxrwxrwx   1 hdsadm   sapsys      3775948 Aug 30 2006  R3ldctl
    -rwxrwxrwx   1 hdsadm   sapsys      3712423 Aug 30 2006  R3szchk
    -rwxrwxrwx   1 hdsadm   sapsys       715897 Aug 30 2006  sapstart
    -rwxrwxrwx   1 hdsadm   sapsys       477843 Aug 30 2006  sappfpar
    -rwxrwxrwx   1 hdsadm   sapsys       218196 Aug 30 2006  sapexec
    -rwxrwxrwx   1 hdsadm   sapsys       193391 Aug 30 2006  sapdbmrfc
    -rwxrwxrwx   1 hdsadm   sapsys      1763986 Aug 30 2006  ldapreg
    -rwxrwxrwx   1 hdsadm   sapsys      1484670 Aug 30 2006  ldappasswd
    -rwxrwxrwx   1 hdsadm   sapsys      7136455 Aug 30 2006  sapkprotp
    -rwxrwxrwx   1 hdsadm   sapsys      1618451 Aug 30 2006  icmbnd
    -rwxrwxrwx   1 hdsadm   sapsys      6663776 Aug 30 2006  icman
    -rwxrwxrwx   1 hdsadm   sapsys      3195644 Aug 30 2006  wdispmon
    -rwxrwxrwx   1 hdsadm   sapsys      3195644 Aug 30 2006  icmon
    -rwxrwxrwx   1 hdsadm   sapsys      5453274 Aug 30 2006  sapwebdisp
    -rwxrwxrwx   1 hdsadm   sapsys      3846342 Aug 30 2006  msg_server
    -rwxrwxrwx   1 hdsadm   sapsys      4374803 Aug 30 2006  enserver
    -rwxrwxrwx   1 hdsadm   sapsys      4049147 Aug 30 2006  enrepserver
    -rwxrwxrwx   1 hdsadm   sapsys      2629812 Aug 30 2006  sapcontrol
    -rwxrwxrwx   1 hdsadm   sapsys      2577636 Aug 30 2006  jcontrol
    -rwxrwxrwx   1 hdsadm   sapsys      2469450 Aug 30 2006  jcmon
    -rwxrwxrwx   1 hdsadm   sapsys      2884983 Aug 31 2006  sapcpp46.o
    -rwxrwxrwx   1 hdsadm   sapsys      4989311 Aug 31 2006  xml63d.o
    -rwxrwxrwx   1 hdsadm   sapsys      1250398 Aug 31 2006  libsapcsa.o
    -rwxrwxrwx   1 hdsadm   sapsys      4135920 Aug 31 2006  ensmon
    -rwxrwxrwx   1 hdsadm   sapsys      3061184 Sep 01 2006  dbadaslib.o
    -rwxrwxrwx   1 hdsadm   sapsys      3062980 Sep 01 2006  dw_stl.o
    -rwxrwxrwx   1 hdsadm   sapsys      6669034 Sep 01 2006  dw_xml.o
    -rwxrwxrwx   1 hdsadm   sapsys     12174711 Sep 01 2006  dw_xtc.o
    -rwxrwxrwx   1 hdsadm   sapsys      4870154 Sep 01 2006  dbsdbslib.o
    -rwxrwxrwx   1 hdsadm   sapsys     22473926 Sep 01 2006  dw_gui.o
    -rwxrwxrwx   1 hdsadm   sapsys      1018112 Sep 01 2006  libregex.o
    -rwxrwxrwx   1 hdsadm   sapsys       589928 Sep 01 2006  ABAP.pad
    -rwxrwxrwx   1 hdsadm   sapsys       785165 Sep 01 2006  dw_mdm.o
    -rwxrwxrwx   1 hdsadm   sapsys      4496721 Sep 01 2006  dsrlib.o
    -rwxrwxrwx   1 hdsadm   sapsys      3179825 Sep 01 2006  libjmon.so
    -rwxrwxrwx   1 hdsadm   sapsys        54697 Sep 01 2006  jstartup.jar
    -rwxrwxrwx   1 hdsadm   sapsys         8769 Sep 01 2006  jstartupapi.jar
    -rwxrwxrwx   1 hdsadm   sapsys        41450 Sep 01 2006  jstartupimpl.jar
    -rwxrwxrwx   1 hdsadm   sapsys      8687038 Sep 01 2006  sldreglib.o
    -rwxrwxrwx   1 hdsadm   sapsys      6411808 Sep 01 2006  sapxpg
    -rwxrwxrwx   1 hdsadm   sapsys     64526772 Sep 01 2006  disp+work
    -rwxrwxrwx   1 hdsadm   sapsys       601467 Sep 01 2006  sapmscsa
    -rwxrwxrwx   1 hdsadm   sapsys      6155926 Sep 01 2006  rscpf_db
    -rwxrwxrwx   1 hdsadm   sapsys      5188115 Sep 01 2006  gwrd
    -rwxrwxrwx   1 hdsadm   sapsys      1750824 Sep 01 2006  gwmon
    -rwxrwxrwx   1 hdsadm   sapsys      3242380 Sep 01 2006  dpmon
    -rwxrwxrwx   1 hdsadm   sapsys      3085776 Sep 01 2006  dpj2ee
    -rwxrwxrwx   1 hdsadm   sapsys     12223752 Sep 01 2006  tp
    -rwxrwxrwx   1 hdsadm   sapsys      9011300 Sep 01 2006  R3check
    -rwxrwxrwx   1 root     sapsys      1045454 Sep 01 2006  saposcol
    -rwxrwxrwx   1 hdsadm   sapsys      7327140 Sep 01 2006  mdxsvr
    -rwxrwxrwx   1 hdsadm   sapsys      2490999 Sep 01 2006  saplicense
    -rwxrwxrwx   1 hdsadm   sapsys      4898876 Sep 01 2006  dipgntab
    -rwxrwxrwx   1 hdsadm   sapsys      2998859 Sep 01 2006  enqt
    -rwxrwxrwx   1 hdsadm   sapsys      6708948 Sep 01 2006  startrfc
    -rwxrwxrwx   1 hdsadm   sapsys      6714877 Sep 01 2006  rfcexec
    -rwxrwxrwx   1 hdsadm   sapsys      6713982 Sep 01 2006  rfcping
    -rwxrwxrwx   1 hdsadm   sapsys      7093934 Sep 01 2006  ldap_rfc
    -rwxrwxrwx   1 hdsadm   sapsys      6780788 Sep 01 2006  ssfrfc
    -rwxrwxrwx   1 hdsadm   sapsys      3074561 Sep 01 2006  rscparulib.o
    -rwxrwxrwx   1 hdsadm   sapsys      1065559 Sep 01 2006  rscpf_ars
    -rwxrwxrwx   1 hdsadm   sapsys      1162752 Sep 01 2006  libjperflib.so
    -rwxrwxrwx   1 hdsadm   sapsys        13034 Sep 01 2006  jperflib.jar
    -rwxrwxrwx   1 hdsadm   sapsys      6665005 Sep 01 2006  libjenqulib.o
    -rwxrwxrwx   1 hdsadm   sapsys        86826 Sep 01 2006  jenqulib.jar
    -rwxrwxrwx   1 hdsadm   sapsys      7064803 Sep 01 2006  librfcum.o
    -rwxrwxrwx   1 hdsadm   sapsys      5987307 Sep 01 2006  sapstartsrv
    drwxrwxrwx   3 hdsadm   sapsys          256 Sep 01 2006  servicehttp
    -rwxrwxrwx   1 hdsadm   sapsys     14467904 Sep 01 2006  sapccm4x
    -rwxrwxrwx   1 hdsadm   sapsys     14612207 Sep 01 2006  sapccmsr
    drwxrwxrwx   5 hdsadm   sapsys          256 Sep 01 2006  jkit
    drwxrwxrwx   4 hdsadm   sapsys          256 Sep 01 2006  cfw
    -rwxrwxrwx   1 hdsadm   sapsys     11082007 Sep 01 2006  jlaunch
    -rwxrwxrwx   1 hdsadm   sapsys      2410270 Sep 01 2006  vscan_rfc
    -rwxrwxrwx   1 hdsadm   sapsys       805165 Sep 01 2006  sldreg
    -rwxrwxrwx   1 hdsadm   sapsys          318 Sep 01 2006  webdispinst.lst
    -rwxrwxrwx   1 hdsadm   sapsys          430 Sep 01 2006  scsclient.lst
    -rwxrwxrwx   1 hdsadm   sapsys          311 Sep 01 2006  scs.lst
    -rwxrwxrwx   1 hdsadm   sapsys          537 Sep 01 2006  sapmanifest.mf
    -rwxrwxrwx   1 hdsadm   sapsys         2226 Sep 01 2006  sapcpeft
    -rwxrwxrwx   1 hdsadm   sapsys          430 Sep 01 2006  j2eeinst.lst
    -rwxrwxrwx   1 hdsadm   sapsys         1218 Sep 01 2006  instance.lst
    -rwxrwxrwx   1 hdsadm   sapsys          215 Sep 01 2006  gateway.lst
    -rwxrwxrwx   1 hdsadm   sapsys          552 Sep 01 2006  sapmanifestdb.mf
    -rwxrwxrwx   1 hdsadm   sapsys          195 Sep 01 2006  instancedb.lst
    -rwxrwxrwx   1 hdsadm   sapsys          362 Sep 01 2006  exe_ora.lst
    -rwxrwxrwx   1 hdsadm   sapsys       566788 Oct 11 2006  sapcpe
    -rwxrwxrwx   1 hdsadm   sapsys      9231773 Oct 18 2006  R3trans
    -rwxrwxrwx   1 hdsadm   sapsys         4889 Oct 21 2006  sapdba_role.sql
    -rwxrwxrwx   1 hdsadm   sapsys         1664 Oct 21 2006  sapconn_role.sql
    -rwxrwxrwx   1 hdsadm   sapsys        20837 Oct 21 2006  initSID.sap
    -rwxrwxrwx   1 hdsadm   sapsys      1482671 Oct 21 2006  libsbt.o
    -rwxrwxrwx   1 orahds   dba         1929358 Oct 21 2006  brrestore
    -rwxrwxrwx   1 orahds   dba         4493034 Oct 26 2006  brarchive
    -rwxrwxrwx   1 orahds   dba         4619637 Oct 26 2006  brbackup
    -rwxrwxrwx   1 orahds   dba         6072423 Oct 26 2006  brconnect
    -rwxrwxrwx   1 orahds   dba         5070138 Oct 26 2006  brrecover
    -rwxrwxrwx   1 orahds   dba         6176926 Oct 26 2006  brspace
    -rwxrwxrwx   1 orahds   dba         2248568 Oct 26 2006  brtools
    -rwxrwxrwx   1 hdsadm   sapsys          135 Oct 27 2006  dbatoolsora.lst
    -rwxrwxrwx   1 hdsadm   sapsys         4743 Apr 03 2007  jdbcconnect.jar
    -rwxrwxrwx   1 hdsadm   sapsys        48966 Apr 03 2007  stopsap
    -rwxrwxrwx   1 hdsadm   sapsys        11119 Apr 03 2007  stopj2eedb
    -rwxrwxrwx   1 hdsadm   sapsys        11119 Apr 03 2007  stopdb
    -rwxrwxrwx   1 hdsadm   sapsys        53873 Apr 03 2007  startsap
    -rwxrwxrwx   1 hdsadm   sapsys        15752 Apr 03 2007  startj2eedb
    -rwxrwxrwx   1 hdsadm   sapsys        15752 Apr 03 2007  startdb
    drwxrwxrwx   3 hdsadm   sapsys          256 Apr 03 2007  uc
    drwxrwxrwx   3 hdsadm   sapsys          256 Apr 03 2007  nuc
    ##pwd
    /usr/sap/HDS/SYS/exe/run
    Best Regards
    Udaya Bhaslar

  • Whole Offline BRARCHIVE with help of BRTOOLS

    Hi Team,
    My requirement is i have total 1,329 files in my ORAARCH folder. I need to take brarchive of all the 1,329 files at a single stretch. In my INITSID.SAP file i have maintained as
    backup_type = offline
    backup_dev_type = disk (iam copying it to a local disk)
    compress = yes
    archive_function = save
    archive_copy_dir = F:\oracle\KSM\sapbackup.
    In BRTOOLS i have choosen ---4
    then 2 but when iam using BRARCHIVE function it says it has only found 512 offline files for BRARCHIVE function.
    Please help.
    Thanks in advance.

    Hi,
    I faced this problem earlier.
    I took the Archive log backup two times first is for 865 files & second one is for remaining.
    I also suggest to change below BRARCHIVE parameters.
    archive_function = save_delete (It will copy the Archive log to copy_directory & delete it from ORAARCH directory.)
    archive_copy_dir = <LOCAL_DISK PATH>
    Hope this will help you.
    Thanks,
    Shambo

  • Brarchive help - regrading the arch SID .log file ...

    Hi all,
    Recently, I have a disk filling up fast problem on the archivelog directory, so I have to do the following:
    01 - move some files to a temporary directory
    02 - run brarchive - SUCCESFUL with warnings due to the archivelogs that I moved
    03 - return some of the files that I moved to the original archivelog directory
    04 - make a copy of arch<SID>.log as arch<SID>.log.01
    05 - modify the arch<SID>.log file to start backing up from the files that I returned to its original directory
    06 - run brarchive again - SUCCESSFUL with warnings due to archivelogs that I moved and have not returned to the original directory
    07 - repeat the process from step 03 until all archivelogs has been backed up
    NOTE:
    - For step 04, I rename arch<SID>.log to arch<SID>.log.02 on the second run, arch<SID>.log.03 on its 3rd run and so on and so forth.
    Now after all is said and done, I end up with several files names arch<SID>.log.01, arch<SID>.log.02 .... arch<SID>.log.NN and arch<SID>.log.
    I want to know if anyone knows how I can combine all these files into one new arch<SID>.log file. Reason being is that some of the missing archivelogs that are reported in arch<SID>.log has actually already been backed up but are not recorded in the most recent arch<SID>.log file.
    I just discovered that I need to do this, otherwise brrestore will complain that the file to restore is not found because it is not in the most recent arch<SID>.log file.  Or maybe, is there a way to tell brrestore what arch<SID>.log file to use? That is, can I run brrestore and tell it to use arch<SID.log.01?
    Any feedback will be very much appreciated. Thanks in advance.

    This post has been duplicated, can't see the option to delete a thread so mark it as answered instead.

Maybe you are looking for

  • Cannot open key error while installing itunes on windows vista 64bit

    I have downloaded iTunes to my desktop, disconnected from net, disabled firewall, and ran as administrator. Now I get an error saying: Could not open Key: UNKNOWN\Components\DA42BC89BF25F5BDOAF18C3B9B1AEE8\FD563AF386D2DE54F8388C8A8336 E1534 verify th

  • Long Text creation of Delivery using DELVRY03

    Hi Gurus,     I'm using Delvry03 basic type to create ASN in SAP. It is an Inbound processing. Here the problem as I'm not able to create HEADER text's using the segment E1TXTH8. wghen i try to create using SAVE_Text function module texts are getting

  • La Cie External Hard Drive has trouble mounting!

    I have a similar problem to some of those that have posted,but any help is appreciated. I have a 160GB La Cie Porsche external hard drive that will not mount on my desktop of either a G4 running 10.3 or an ibook running 10.4.4. In both instances, I t

  • Can I have both facing and non-facing pages in a document?

    I am trying to assemble a booklet with 11x17 spreads - some of these will be two facing 8.5x11 pages, but others will be a single 11x17 image, and would be better to treat them as a one page spread. We will be producing a hardcopy and an electronic v

  • Default sample size?

    Hi all, what is the default sampling percentage or size for gathering statistics? and where is this parameters stored? (how to display this value?) thanks andrew Kain