Change DB13 BRBACKUP parameter

Hi everyone, I have an issue I hope somebody have the answer.
Scenario Description
My SAP platform is SAP ECC 5.0 / Windows 2003 SP2 IA64 / Oracle 10G + RAC
I configured a new tape library for backups using HP Dataprotector 6.0
We have some problems first with de DP SAP integration, but we solved them.
So, first I succesfully run the backup from BRTOOLS using the command 
F:\usr\sap\PRD\SYS\exe\run\brbackup.exe -u system/********* -p brtools_rman.sap -c -m all
Then we run succesfully the backup from DP setting in the backup the user system
and setting the integration specific option "-p brtools_rman.sap -c" .
With this backups there is no problem, they ran succesfully and in TCODE DB12 are green.
The PROBLEM
Ok the issue is when trying to schedule a backup from TCODE DB13, in some point ther is the an error with the backint (end of message).
The only difference is the way they start brtools
Succesfull command:
F:\usr\sap\PRD\SYS\exe\run\brbackup.exe -u system/********* -p brtools_rman.sap -c -m all
Error command:
brbackup -u / -jid PRTON20081125194451 -c force -t online -p brtools_rman.sap -w use_dbv -m all
The question is how do I modify brbackup parameter in DB13, so I can set the user system?
Thanks for your help.
Franklin
THE ERROR IN BRBACKUP LOG (backint error)
BR0278I Command output of 'F:\usr\sap\PRD\SYS\exe\run\backint.exe -u PRD2 -f backup -i D:\ORACLE\PRD\sapbackup\.bdzimrol.lst -t file -c':                         
[Normal] From: OB2BAR_BACKINT @ sapprddb02.plasticaucho.int "PRD2"  Time: 11/25/2008 8:32:54 PM                                                                     
#Backint is started with the following parameters  F:\usr\sap\PRD\SYS\exe\run\backint.exe -u PRD2 -f backup -i D:\ORACLE\PRD\sapbackup\.bdzimrol.lst -t file -c.  
ritical] From: OB2BAR_SAPBACK @ sapprddb02.plasticaucho.int "DEFAULT"  Time: 11/25/2008 8:32:54 PM                                                                  
ailed to start backup of object PRD2.0. Error: Details unknown.                                                                               
?15# ##[139:234]# "##[7600]"                                                                               
[Normal] From: OB2BAR_BACKINT @ sapprddb02.plasticaucho.int "PRD2"  Time: 11/25/2008 8:32:57 PM                                                                     
#Backint exits with the code (2).                                                                               
BR0280I BRBACKUP time stamp: 2008-11-25 20.32.57                                                                               
BR0279E Return code from 'F:\usr\sap\PRD\SYS\exe\run\backint.exe -u PRD2 -f backup -i D:\ORACLE\PRD\sapbackup\.bdzimrol.lst -t file -c': 2                        
BR0232E 0 of 1 file saved by backup utility                                                                               
BR0280I BRBACKUP time stamp: 2008-11-25 20.32.57                                                                               
BR0231E Backup utility call failed                                                                               
BR0056I End of database backup: bdzimrol.pnr 2008-11-25 20.32.57                                                                               
BR0280I BRBACKUP time stamp: 2008-11-25 0.32.58

Hello,
the SAP way of doing a backup is not to modify DB13, but to make brbackup -u / work.
For a start, I would check permissions of brbackup program, according to SAP note 113747.
hope this helps
PS: sorry, SAP note 113747 is for Unix.
Please check for similar approach in Windows!
Edited by: Joe Bo. on Nov 26, 2008 10:53 AM

Similar Messages

  • Backup with DB13/BRBACKUP

    Hello everyone!
    I try to find out whether and how the folder names created by DB13/BRBACKUP (Full and Inkrementelles backup) can be changed. With the parametre "backup_root_dir" (Default: ORACLE_HOME / sapbackup) you can determine, where BRBACKUP should save the database files. Well, in case of a full and incremental backup Oracle creates a funny folder within the "backup_root_dir" directory and I couldn't found out how to change this, within the "backup_root_dir" created directory. I wanted to plan 4 Full backups for a month (always 1 / week namely on Sundays) named <SID> FullBackup1, <SID> FullBackup2, <SID> FullBackup3 and u2026 4. The fifth full backup should overrite the first backup and so long. Every backup should be saved on the disk, it means I'm not gonna use bands (cause this case is an exception). For incremental backups I have planned a similar destiny. The folder which contains the incremental backup should be called similarly (<SID>InkrBackup1, u2026 6)the numbering goes to 6 instead of 4, because the incremental backups are planned daily from Monday to Saturday. Do you have an idea, how to do this? Thanks a lot for your help!!!

    no at all:-(Unfortunately, there is no parameter (or at least I couldn't find it) which I could use to define the output directory in which all the database files will be saved (in case of full backup you will find here the conrol files, log files and database files). Cause normally if you make a backup with BRBACKUP or BRTOOLS or DB13, then a
    directory will be created in the path defined by the parameter "backup_root_directory"(normally it's "<Oracle_Home>/sapbakup"). This directory has a random name "bjq..." and contains all the mentioned files above. You know at least how to force brbackup to overrite the last full backup? Thx for your help!!!
    Edited by: Attila Zavaczky on Sep 4, 2009 1:39 PM

  • Change the input parameter in Check Status screen

    Hi,
    I have a requirment to change the input parameter option in the check status screen. Currently when we search the SC using the date and staus from the extended search it picks the SC created date and displays the SC, my requirement is to make the date as the approved date insted of SC created date with the status as aprpoved.
    Please suggest if this is possible with the help of any Badi.
    Regards
    GGL

    I managed to find the solution myself. If anyone is interested, just follow those steps here:
    http://apple.stackexchange.com/questions/44913/make-a-custom-keyboard-layout-the -system-default-even-for-the-login-screen
    (terminal skills required tho)

  • Using Field-Symbols in a user exit to change the importing parameter

    Please don't ask why but I need to use a user exit, changing the importing parameter.  I decided that I could do this using field-symbols.
    Please excuse my ignorance but I have never used field symbols for something such as this.
    Here is my goal:  Loop through an internal table (im_document-item).  When I find what I need I want to make a change to this line (not so hard if I am looping into a field symbol) and also append a line to the end of the table im_document-item.
    I have the following so far:
      DATA: wa_item TYPE accit,
            wa_item_out type ACCIT_SUB.
    FIELD-SYMBOLS: <document> type acc_document,
                   <accit> TYPE ACCIT.
    LOOP AT im_document-item ASSIGNING <accit> where saknr = '0000211000'.
    * Modify the curent line
    wa_item = <accit>
    * Append a new line into table im_document-item.
    ENDLOOP.
    How can I use field-symbols to append a line to this table?  Please note that the table in question (im_document-item) is an importing only parameter.
    Regards,
    Davis

    that will allow me to append an initial line with <accit> pointing to the line. Therefore I just have to modify <accit> and the new line will then have my changes?
    Yep, that is exactly it.    So after the APPEND statement, simply fill the fields of the <accit>.
    append initial line to im_document-item ASSIGNING <accit>.
    <accit>-field1 = 'Blah'.
    <accit>-field2 = 'Blah'.
    Regards,
    Rich Heilman

  • How do i change the enable_row_shipping parameter in oracle11g?

    Here is my Oracle version..
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning and Real Application Testing options
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE 11.1.0.7.0 Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    SQL>
    I do want to change the below parameter value from TRUE to FASE. How do i change this value? since this is hidden parameter.
    enablerow_shipping
    Regards

    alter system set "_enable_row_shipping"=false;maybe with scope=spfile, test it.
    why you would set it?

  • Change in profile parameter

    Hi,
    we have ECC 6.0 in unix environment.
    In production system we have cluster environment, we have DB+CL, Application 1 & Application 2.
    Now we are getting the pagging issue so we want to change the instance parameter. i want to know that
    if i am changing instance parameter, should i reset the parameter in DB+CL & all two application system?
    please help out us.
    Thanks & Regards,
    Gawas.

    on which server you have paging issue? is this on CI or any application server?
    what OS you are using?
    and what's the em/initial_size is set in instance profile for all the servers. what the PHYSMEM_SIZE you are using.
    and can you send the trace file logs also.

  • Adobe Photoshop Elements 12 changes DateTime EXIF parameter after editing and saving photo

    Hello, I have a little problem with Elements 12. After I edit a photo and save it, Elements changes the DateTime parameter to the time the photo was saved. Is there any way not to change this parameter? Just to save photo with stock EXIF-metadata?

    brian_oconner333 a écrit:
    Actually, it doesn't. But I would like to know if changing this parameter would affect other apps (including mobile galleries) recognition of date the photo was taken. I'm afraid that some photos may be incorrectly sorted, especially in mobile apps.
    I am in Windows 7. When I use the Windows Explorer to have a look at the properties of picture file, I can use the 'Right click' and choose 'properties'. In the 'details' tab, look at the various dates, and you can see that the 'date taken' is recorded in the Explorer. That means that other software can share that information. What is misleading is that by default, that 'date taken' is not shown by default in the Explorer. Just like keywords tags, you have to add that column to the display. It's not clearer in the Organizer where you are being shown the various dates in the catalog as well as dates read from the picture files...

  • Changing the Application Parameter in the mass copied iviews

    Hi,
    I have copied the standard package iviews,pages,roles to a custom folder.Now I want to change the "Application Parameter" of the all copied iviews.Is it possible to do the mass change of a single parameter in all the copied iviews?
    If possible,please suggest how to achieve the same.
    Thanks,
    Rajani

    Hi,
    Yes, you can use the Multiple Property Replacement feature : [Multiple Property Replacement|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/0f/764b87dfb948fcb13fd7695e157892/frameset.htm].
    Regards,
    Pierre

  • Change a string parameter for different session

    Hi Gurus,
    I would like to find out how can I change a string parameter for an existing different session?
    In DBMS_SYSTEM package there are two functions :
    - SET_INT_PARAM_IN_SESSION
    - SET_BOOL_PARAM_IN_SESSION
    which change values of parameters, but not string ones :(
    Is it possible and if not, is there an alternative for changing STATISTICS_LEVEL for different session to ALL?
    Thank you in advance,
    Ela

    Hi,
    >>Once again: how to change a string parameter for a DIFFERENT session?
    Once again I will repeat if I was not clear before: You cannot to do this. Just directly using ALTER SESSION against the session.
    * SET_INT_PARAM_IN_SESSION: Sets[u] integer-type init.ora parameters in any session
    * SET_BOOL_PARAM_IN_SESSION: Sets boolean-type init.ora parameters in any session
    Cheers
    Legatti

  • How to change INSTANCE profile parameter?

    HI,
    How to change INSTANCE PROFILE PARAMETER for permanent???
    any step by step or note?
    Thanks,

    Alf,
    Its is recommended to do parameter changes through RZ10. Check the parameter in RZ11 and if you see a check mark against DynamicallySwitchable, you dont have to reboot else it requires a reboot. All the changes you made through RZ10 is permanent. You can do it through OS level but its not a good practice. If you do it through RZ10 it is logged.
    Thanks
    Prince Jose

  • DB13  BRBackup fails with br0227e, but plenty of space.

    Hi:  We use DB13 to schedule brbackup as disk backup to our DataDomain DDR (Deduplication device).  However just recently the device filled to 60%.
    Brbackup checks the raw space on the device, not the space available considering the great compression we will acheive, and it fails with a BR0227e.  Note 17131 says to run BRbackup with "option -q" which will only issue a warning when space is an issue.  I'd like to do that using DB13 to schedule the backup, but I can't determine how to apply the -q option using DB13.  I thought it might be a parameter for init<SID>.SAP, but I don't know how I would apply the parameter in this parameter file.
    How do I apply this parameter?
    The other option I suppose, is to create a brbackup script with the option -q and schedule at OS, but I really want to use DB13.
    DB= Oracle 10.2.0.4
    Os= w2003 enterprise server.
    SAP_Basis 6.40
    Thanks for any ideas,
    Don

    adapt contents from table SDBAC, field PSTRING

  • How to change sap-language parameter at runtime

    Hi
    I want to create a Change Language button on an webdynpro Application. I know that the parameter is determined during url creation, but i need the to give the user the posibility of changing the language without closing the browser and logging out etc.
    My idea is to us an Outbound plug assigned to lets say a Button. The plug is connected to an Inbound plug og the very same Window. So actually the Application will reload.
    The action on the button is like this
    data: l_language type sy-langu.
    l_language = cl_wd_runtime_services=>get_url_parameter( name = 'sap-language' ).
    wd_this->fire_language_plg(  ).
    Then i read the current language - i.ex: E
    But of course i will need to change the parameter sap-language to the new language - lets say: K
    But how?

    Hi,
    As far I know, there is no way to get the current url in browser. Alternately, you can get the url parameters and then construct the url with the parameters.
    write the below code in HANDLEDEFAULT method of Window:
    DATA: lt_parameters TYPE tihttpnvp.
    *Get URL params
      Wdevent->get_data(
      EXPORTING name = if_wd_application=>all_url_parameters
      IMPORTING value = lt_parameters ).
    *Construct URL
    CALL METHOD cl_wd_utilities=>construct_wd_url
         EXPORTING
           application_name = 'APPL_NAME' " your appl name
           it_parameters    = lt_parameters  " to this params itself you can append the sap-language
         IMPORTING
           out_absolute_url = lv_url.
    you may refer this document: Read URL Parameters in Web Dynpro ABAP
    Regards,
    Kiran

  • Online Backup Failed from DB13, brbackup runs on application server

    Hi Everone,
    I am getting problem when i am scheduling Online Backup from DB13 t-code.
    Backup gets failed because logical command BRBACKUP execute on our Application server host rather than DBCI server host.
    I have pest the lob logs below:
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000389, user ID BASIS)
    Execute logical command BRBACKUP On host xyzapp - (Application server)
    Parameters:-u / -jid ALLOG20110824210000 -c force -t online -m all -p initSEP.sap -a -c force -p initSEP.sap -s
    d
    BR0051I BRBACKUP 7.00 (40)
    BR0252E Function fopen() failed for '/oracle/client/10x_64/instantclient/dbs/initSEP.sap' at location BrInitSapRead-1
    BR0253E errno 2: No such file or directory
    BR0159E Error reading BR*Tools profile /oracle/client/10x_64/instantclient/dbs/initSEP.sap
    BR0280I BRBACKUP time stamp: 2011-09-02 21.01.09
    BR0301E SQL error -12545 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-12545: Connect failed because target host or object does not exist
    BR0310E Connect to database instance SEP failed
    BR0056I End of database backup: begroqyn.log 2011-09-02 21.01.09
    BR0280I BRBACKUP time stamp: 2011-09-02 21.01.09
    BR0054I BRBACKUP terminated with errors
    External program terminated with exit code 3
    BRBACKUP returned error status E
    Job finished
    Please help.
    Thanks,
    Ocean

    Hello
    The previous contributor is correct, the profile is usually read from ORACLE_HOME.  I have never seen this error linking to the Oracle client directory, please double check the following
    Ensure that your envirionment variables are correctly set ORACLE_HOME, DIR_LIBRARY
    Brtools are always installed on the DB server and can be called from any application server.   if you are scheduling from DB13 on the application server, what is the connection setup?  RSH, RFC,  standalone gateway?
    If using a standalone gateway, it must be installed on the DB server, please refer to oss notes #446172, #1025707
    Best Regards
    Rachel

  • How to change the codebase_lookup Parameter in Oracle's Applet?

    Hi,
    We are using Oracle 10.1.2.3.0 AS, and we have some performance issues when running the applet. I turned on the Java trace and I saw that every time the user moves the cursor from one item to another, the application sends a request to the server, here is an example of that request:
    network: Connecting http://prodserver/forms/lservlet;jsessionid=59cf1d233d52f219811fb1e7321d40b64b882bde5e6b1ac384bc0e7f0802fdd1.e34Ra38Pb3uLbi0QaxaNahaKb310n6jAmljGr5XDqQLvpAe with proxy=DIRECT
    Looking on the WEB I found out that this kind of requests can be disabled by changing Applet's codebase_lookup property. (http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/special_attributes.html)
    I've changed the formsweb.cfg and basejini.htm in order to add this parameter, but it didn't work.
    Does anybody know where can I change the value of this parameter?
    Thanks in Advance.

    You can try passing the parameter in the HTML template file ... for example in the $ORACLE_HOME/forms/server/basejpi.htm
    i.e.
    <PARAM NAME="TYPE" VALUE="%jpi_mimetype%">
    <PARAM NAME="CODEBASE" VALUE="%codebase%">
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    <PARAM NAME="ARCHIVE" VALUE="%archive%" >
    <PARAM name="codebase_lookup" value="false">
    I have never done it myself so I do not know if it would be recognized though.

  • PO with release stratergy - change the print parameter setting

    Hi all,
    In case of PO with release startetgy, when the PO is released by the last approver and after saving, the print should automatically come in the place of the creator.
    for ex: PO creator is A. His default printer is  A1
              PO approver   B. His default printer is B1.
    once B approves the PO, the print should come in A1.
    Kindly help me in fixing the issue.

    Hi,
    Thanks for your input. A little change in the logic.
    Our PO will have two output type.
    A - PO creator - print parameter p1
    B - PO approver - print parameter p2
    CASE 1:
    if output type1 is choosed, when B approves printout should come from p2.
    Case 2:
    if output type 2 is choosed, when B approves printout should come from p1.
    Note: No work flow is involved and print program cannot be changed. Can use user exit.

Maybe you are looking for

  • How to find out the most used objects and rarely used objects?

    Hello all,               Can somebody please guide me on the procedure to separate frequently used transactions or reports or tables from rarely used ones on the production server? Is there any special transaction to find this out? hope to hear from

  • Can Not Install OS Update 10.1.0.2014 Onto My Z10

    Hi, I have beem trying to install 10.1.0.2014 onto my Z10 on the Telus Mobility network.  I have spent hours trying to get this problem figured out.  I have tried over the air update 4 or 5 times.  It seems to download normally and install.  But, whe

  • Tables for Vendor Invoice (Transaction - FV60)

    Hello Experts I am trying to create a Vendor Invoice from Transaction, FV60. I am able to create it successfully.. Header Data is getting stored in the table BKPF but i can not see any entry in the transaction in BSEG. I just wanted to know that wher

  • To_number with period and comma

    As a part of a validation function I have to validate strings against a valid number format. The following weird behaviour I have spot during the implementation. SQL> select TO_NUMBER('1.1.1.1,11','9G999D99') from dual; TO_NUMBER('1.1.1.1,11','9G999D

  • HT5429 Map backgrounds are not displaying on my 4s

    My iPhone 4S is running ios 6.1.2 Apple Maps doesn't display any information at all. The location pin is visible but that's it, no map background is visible. This also affects other map based apps that use the map. Google Maps works fine, and interne