"Cleanup Logs" option in DB13

Hello All,
I scheduled the u201Ccleanup logsu201D in Q/A via transaction DB13. It failed due to file system authorizations. I changed the permissions to allow sidadm to delete log files. My thought of how far back the cleanup would go is wrong. In Q/A the u201Ccleanup jobu201D only retained the last three weeks of logs. Is there a way to change the parameter for the cleanup job to allow three months of logs to be retained?
I got an answer on another forum that the default should be thirty days.  Is there a way to change the default?
Best regards,
Will

Hi,
Appericiate your effort to search in SDN and then post , but still  have possibilites to get solution from help.sap or service market place , Like below link will help you
http://help.sap.com/saphelp_nw04/helpdata/en/15/01df3a1fd91974e10000000a11402f/frameset.htm
Regards,

Similar Messages

  • [DB13]  Cleanup Logs

    Amigos da Lista, na transação DB13 temos a opção "cleanup logs" alguem sabe me informar o que  ela faz, uma vez que não aceita paramentros?
    Qual a melhor maneira de limpar os archives logs backpeados ? estou utilizando a opção whole database online + redo log backup

    Olá Paulo,
    Todas funcionalidades da transação DB13 estão descritas na SAP nota 204499, em específico para "Cleanup logs" a seguinte informação está disponível.
    Cleanup logs
    Deletes the SAPDBA logs and the BR logs as well as the subdirectories
    created by the tools. You can use the following parameters to determine
    how old logs have to be before they are deleted:
    - cleanup_* in init.dba, if you still use SAPDBA.
    Espero que tenha ajudado,
    Att,
    Jeisson Leonel
    Edited by: Jeisson Leonel on Jan 7, 2009 12:24 AM

  • Errors in DB13 when running cleanup logs or stat

    I am having the following error with ECC 6.0 kernel 700 oracle 10.1
    FOR CLEANUP LOG -
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000000, user ID SAP*)
    Execute logical command BRCONNECT On host TSTERP2005
    Parameters: -u / -jid CLNUP20060928123109 -c -f cleanup
    BR0801I BRCONNECT 7.00 (16)
    BR0805I Start of BRCONNECT processing: cdtpglcv.cln 2006-09-28 12.31.17
    BR0252E Function fopen() failed for 'E:\oracle\HDR\sapcheck\connHDR.log' at location main-11
    BR0253E errno 13: Permission denied
    BR0121E Processing of log file E:\oracle\HDR\sapcheck\connHDR.log failed
    BR0806I End of BRCONNECT processing: cdtpglcv.cln2006-09-28 12.31.43
    BR0280I BRCONNECT time stamp: 2006-09-28 12.31.44
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    For Stat -
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000001, user ID SAP*)
    Execute logical command BRCONNECT On host TSTERP2005
    Parameters: -u / -jid STATS20060928134037 -c -f stats -t ALL
    BR0801I BRCONNECT 7.00 (16)
    BR0805I Start of BRCONNECT processing: cdtpgrhm.sta 2006-09-28 13.40.54
    BR0252E Function fopen() failed for 'E:\oracle\HDR\sapcheck\connHDR.log' at location main-11
    BR0253E errno 13: Permission denied
    BR0121E Processing of log file E:\oracle\HDR\sapcheck\connHDR.log failed
    BR0806I End of BRCONNECT processing: cdtpgrhm.sta2006-09-28 13.41.09
    BR0280I BRCONNECT time stamp: 2006-09-28 13.41.09
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    Appreciate any help.

    OS is Windows server 2003,
    Still Looking for solution.

  • Cleanup Logs

    Hi All
    Just now we installed IDES R/3 sucessfully .I want ro run cleanup logs using DB13 T- Code . But I wan unable to execute cleanup logs . If i run the cleanup logs , its showing nothing . So kindly give me the suggestion to solve this problem .
    Regards
    Selvan . SP

    HI Juan
              here below i mention the error message ..
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000002, user ID DDIC)
    Execute logical command BRCONNECT On host nccides
    Parameters: -u / -c -f cleanup
    BR0801I BRCONNECT 7.00 (16)
    BR0999E Loading of SQL client library oci.dll failed - please check Oracle configuration
    BR0310E Connect to database instance IDS failed
    BR0806I End of BRCONNECT processing: cdxumhhh.log2008-04-28 14.48.50
    BR0280I BRCONNECT time stamp: 2008-04-28 14.48.50
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    Regds
    selvan

  • Logging option in materialized view

    Hi all,
    Anyone know about the meaning of "Logging option"(LOGGING, NOLOGGING) in Materialized view of node Snapshot in Oracle enterprise manager(Warehouse -->Summary management -->Materialized view(snapshot))
    Pls explain me.
    Thank you
    Mcka

    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/clauses005.htm#i999782

  • View Output/View Log options are redirecting to browser automatically in Oracle Apps 11i

    Hi,
    Can any one please let me know the what is the option to change popup options in oracle apps 11i.
    My requirement is when I click on view Output/View Log options it should pop up there itself rather than redirecting to  browser.
    Application version is : 11.5.10.2
    Thanks,
    Govind

    Hi,
    Clear the value for the following profile option:
    Viewer: Text
    Regards,
    Bashar

  • Materialized View with No Logging Option;;; THX

    Hi all,
    What's the diffrence between a :
    Materialized View with No Logging Option
    Materialized View with Logging Option
    thank you

    LOGGING|NOLOGGING specifies that subsequent Direct Loader (SQL*Loader) and direct-load INSERT operations against a nonpartitioned index, a range or hash index partition, or all partitions or subpartitions of a composite-partitioned index will be logged (LOGGING) or not logged (NOLOGGING) in the redo log file.
    In NOLOGGING mode, data is modified with minimal logging (to mark new extents invalid and to record dictionary changes). When applied during media recovery, the extent invalidation records mark a range of blocks as logically corrupt, because the redo data is not logged. Therefore, if you cannot afford to lose this index, you must take a backup after the operation in NOLOGGING mode.
    If the database is run in ARCHIVELOG mode, media recovery from a backup taken before an operation in LOGGING mode will re-create the index. However, media recovery from a backup taken before an operation in NOLOGGING mode will not re-create the index.
    An index segment can have logging attributes different from those of the base table and different from those of other index segments for the same base table.
    Message was edited by:
    HAGGAR

  • Logging option on file adapter based JNDI

    Hello,
    While setting up a file adapter based JNDI, I notice under outbound connection, we have logging option where we have rotate logs based on size/time. Could someone please help me understand what does this refers to and how we can use that.
    its under - Deployment -> File adapter -> Outbound connection -->"Select a JNDI created by you" -> Logging.
    my JNDI, represent to a location where I am writing few specific log content in a text file. Can we handle(rotate) that based on this.
    Pls advice.

    Hi,
    you need to create 40 channels if you have users
    as dynamically you can only create:
    File Name
    Directory
    File Type
    File Encoding
    Temporary Name Scheme for Target File Name
    with FTP adapter
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Change the logging option for the Lightweight AP

    Hi,
      For my AP I can see the logging option enable for a host:
    # show running-config[...]logging snmp-trap debugging
    logging 10.0.10.11
    control-plane[...]
    You notice this AP are Lightweight AP not Autonomous AP. Even in those you can run "show running-config" command.
    I want to change the "loging 10.0.10.11" to "logging 10.20.13.101". But I cann't, nor using the terminal nor using my Cisco AS5508 Wireless Controller.
    The WLC is logging in the new syslog server but I have loose the syslog information from the Access Point.
    Thank you very much

    Hi,
      This is what I want:
      AP logs to my syslog server
      WLC logs to my syslog server
    The second part is working fine the WLC logs are sent to the syslog server, but not the AP logs
    We can see the configuration at the AP:
    # show running-config[...]logging snmp-trap debugging
    logging
    10.0.10.11
    control-plane[...]
    And I can't change using, as you say before:    (well I can but it does work,it doesn't change)
    Management => Logs => Config
    I want to know if It's exist another procedure to change this.
    Thanks again for your effort
    Regards

  • No archivelog mode and logging option

    hi i am having a database 9i on windows 2000 adv server. my database is in no archivelog mode. i am creating a table with logging option as follows
    create table x(no number(1))
    logging;
    table created
    please let me know where the information will be logged? whether into trace files because database is in no archivelog mode.

    Logging information is always recorded in your redolog files, irrespective whether your database is in ARCHIVELOG mode or NOARCHIVELOG mode.
    By default a table is created in LOGGING mode, you don't have to explicitly specify it.
    Here is an example:
    SQL> archive log list
    Database log mode              No Archive Mode
    Automatic archival             Disabled
    Archive destination            /u10/app/oracle/product/oracle10g/dbs/arch
    Oldest online log sequence     11
    Current log sequence           13
    SQL> create table t(a number);
    Table created.
    SQL> select logging from user_tables where table_name = 'T';
    LOG
    YES

  • Best logging option for SharePoint 2013 on-premise application

    What is the best logging option for SharePoint 2013 on-premise application?

    Hi,
    According to your post, my understanding is that you want to know the logging option in SharePoint 2013.
    SharePoint has its own logging system called “Unified Logging System (ULS)“, we can use the ULS log to see if anything unexpected occurred, we can use the
    ULSViewer for more convenient log viewing experience.
    Or we can log information programmatically.
    There are some logging classes can be used, such as
    SPMonitoredScope ,  SPDiagnosticsService, or create your own “Diagnostics Service” – which is technically just a new class inherited
    from SPDiagnosticsServiceBase. 
    We can also utilize diagnostics.asmx web service for the client side applications.
    For more reference:
    http://www.codeproject.com/Articles/620996/Five-suggestions-to-implement-a-better-logging-in
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Enquire DB13 cleanup log fail

    Hi Expert,
    I find our DB cleanup background job (run every weekend) has fail due to create user locked (error message no.: 00560). Could you advice if I just unlock the job create id and then execute through BRTOOLS > Clean up DBA logs and tables at this moment? Or just unlock that id and wait next weekend job re-run is ok?
    Rdgs,
    Emily

    Hi Expert,
    Our job will running every 28 days. I worry the log will ful if wait for next executionl.
    Could you advice if I can manually run by execute program: RSDBAJOB? Or execute by brtools?
    Remark: could you advice about the value input for brtools and RSDBAJOB? I'm not sure what value should I input. e.g.: 30 in brtools. what should input in time scheduled in RSDBAJOB.
    Rdgs,
    Emily

  • Redo log backup through DB13

    hello,
    if i try to use DB13 for relo log backup it gives error as
    Job started                                                                  
    Step 001 started (program RSDBAJOB, variant &0000000000286, user name BASIS) 
    Execute logical command BRARCHIVE On host dmrctst                            
    Parameters: -u / -c force -p initQAS.sap -cds -v QAS_TUE2_00                 
    BR002I BRARCHIVE 6.10 (76)                                                   
    BR157E Value 'QAS_TUE2_00' for option '-v' longerthan 10 characters          
    BR007I End of offline redo log processing: adxynlbm.log 2008-05-19 18.39.22  
    BR280I Time stamp 2008-05-19 18.39.22                                        
    BR005I BRARCHIVE terminated with errors                                      
    External program terminated with exit code 3                                 
    BRARCHIVE returned error status E                                            
    Job finished                                                                 
    how should i take backup of redo logs,we are using 4.6C version?
    -saurabh

    "BR157E Value 'QAS_TUE2_00' for option '-v' longerthan 10 characters"
    This is the pertinent bit.  Your naming convention for your media does not comply with the limitations ..... i.e, change your tape name to be 10 or less characters.

  • Oracle 9i Reports Services Server Log option

    Hi,
    We are using the Oracle 9i Reports Services on NT and solaris. But I facing peculiar problem in Solaris
    1. Oracle 9i Reports is installed by our DBA with dba permissions.
    2. I as user is not able to run the rwserver.exe as it is saying that it did not have root permissions to write on the log files which are present in the directory: ORACLE_HOME\reports\logs\*.log.
    3 My issue is that why Oracle is writing in the ORACLE_HOME directory which in most of the cases will be installed by dba.
    4. My question is how do I change the default ORACLE_HOME\reports\logs\ directory so that when my server runs it creates log in MY_DIR\log
    5. I have checked some option in the server.conf, there is one element for log which allows to set alljobs/succecedjobs/failedjobs/nojob. But even this option for nojob is not working.
    It will be nice if somebody can help me on this.
    Thanks
    Ashish

    * If tracing is what you want you can give
    tracefile=<absoluteFileName>
    in command line to give a user defined file
    * Other than this I think there is no way to change the default log location
    Other Options
    * Ask your dba to give write permissions for all in log directory
    Thanks
    The Oracle Reports Team

  • Materialized View Log options

    I have read the documentation. I know you can specify options such as 'with primary key' and/or 'with rowid' when creating a materialized view log. Also, that you can specify to include additional columns in the log -and that these can then be seen in the MLOG$ table that gets created. But I don't know why or in what circumstances you'd specify the one or the other, or include columns or not. Can anyone give some example scenarios where you'd do one or the other?

    Hello again,
    The fundamental reason (why you would specify primary key and/or ROWID) is to facilitate fast refreshes (as opposed to a complete refresh) of the materialized view -- a lot will depend on the MV query itself, and whether one or both of primary key & ROWID are needed, i.e., if there's a COUNT(*) involved, where the primary key would play a role, or without such an aggregate, the ROWID will be necessary (in any case) for fast refresh.
    Edited by: SeánMacGC on Jul 9, 2009 5:54 PM
    If you run the utlxmv.sql script in $ORACLE_HOME/rdbms/admin, that will create the MV_CAPABILITIES_TABLE, which when you create an MV and execute DBMS_MVIEW.EXPLAIN_MVIEW('your_mview') will populate that with what that MV is capable of, i.e.,
    SQL> desc mv_capabilities_table;
    Name                                      Null?    Type
    STATEMENT_ID                                       VARCHAR2(30)
    MVOWNER                                            VARCHAR2(30)
    MVNAME                                             VARCHAR2(30)
    CAPABILITY_NAME                                    VARCHAR2(30)
    POSSIBLE                                           CHAR(1)
    RELATED_TEXT                                       VARCHAR2(2000)
    RELATED_NUM                                        NUMBER
    MSGNO                                              NUMBER(38)
    MSGTXT                                             VARCHAR2(2000)
    SEQ                                                NUMBER
    SQL> select capability_name, possible from mv_capabilities_table;
    CAPABILITY_NAME                P
    PCT                            N
    REFRESH_COMPLETE               Y
    REFRESH_FAST                   N
    REWRITE                        N
    PCT_TABLE                      N
    REFRESH_FAST_AFTER_INSERT      N
    REFRESH_FAST_AFTER_ONETAB_DML  N
    REFRESH_FAST_AFTER_ANY_DML     N
    REFRESH_FAST_PCT               N
    REWRITE_FULL_TEXT_MATCH        N
    REWRITE_FULL_TEXT_MATCH        N
    REWRITE_PARTIAL_TEXT_MATCH     N
    REWRITE_PARTIAL_TEXT_MATCH     N
    REWRITE_GENERAL                N
    REWRITE_GENERAL                N
    REWRITE_PCT                    N
    PCT_TABLE_REWRITE              N

Maybe you are looking for

  • Powerpivot for sharepoint error: Unable to refresh data for a data connection in the workbook

    Hello,  I have three errors when i try to use a simple powerpivot workbook published in sharepoint: (nothing on google has help me..) 1-Unable to refresh data for a data connection in the workbook. Try again or contact your system administrator. The

  • Illustrator Problems CS3 13.0.1 - CRASHES

    After extensive amounts of searching these forums and searching the intra web, I am still having problems with Illustrator CS3 crashing. Here is what it's doing: - Crashing on copy and paste to Flash CS3 - Crashing on any previous *.ai saves - Crashi

  • Problem with restoring iphone

    so i have had this phone for almost two months. finally decided to get on itunes and get everythign connected. i get the iphone in sync and all is good. i downloaded my adiobooks. i notice that my iphone could use the latest updates. so i click on it

  • Help on Airport Extreme Configuration

    Hi all, I would like to seek experts out there on airport setting up. I lately keep having problems with loading my pages from web to web and they take ages (20 minutes per page?). I come to understand that it could be the problem with my airport ext

  • How to Remove expnsion for JTree?

    Hi ALL, I have a JTree with Basic Nodes with sub nodes as null. I would like to add sub tree for each node after click on the node. I am able to add the sub tree after click on the node. With out click on node, if i expand the node, null node is disp