DB13:  Check DB.  Warnings

I was in two minds about where to post this - apologies if this is the wrong place.
brconnect -u / -c -f check is scheduled to run daily via DB13.
It always ends with 3 warnings.
None of these tables appear to exist.
I've looked into adding an exception into table DBDIFF but this doesn't seem to make any difference.
Log file attached.
Any pointers would be appreciated.
Thanks.

Initially there were 190 warnings (missing statistics).
I ran brconnect -u / -c -f stats -t missing.
This reduced the warnings to these 3.
DB02 shows indexes are fine.
However:
Tables do not exist according to SE14 as Deepak has suggested.  Can I just drop these? If so, how do I do that?
Thanks.

Similar Messages

  • How to check the warnings in the workflow

    Helo Abapers,
                      how to check the warnings in the workflow and to correct the warning errors can u please help me out.
                     If u have any materials on the workflow can u please give me the link i would be very thankful to u in advance.
    Regards,
    Farhee.

    Hi ,
    Go through these links....
    http://www.sap-press.com/product.cfm?account=&product=H950
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-press.com/downloads/h950_preview.pdf
    Ravinder

  • DB13 - Check DB does fails

    I'm getting the following error when I run CHECK DB in DB13:
    Job started                                                                               
    Step 001 started (program RSDBAJOB, variant &0000000000182, user ID MCCARTJX)                
    Execute logical command BRCONNECT On host PCOSAPS1                                           
    Parameters: -u / -jid CHECK20090317082955 -c -f check                                        
    BR0801I BRCONNECT 6.40 (50)                                                                  
    BR0805I Start of BRCONNECT processing: ceadpdte.chk 2009-03-17 08.29.58                      
    BR0252E Function fopen() failed for 'F:\oracle\SB1\sapcheck\ceadpdte.chk' at location main-11
    BR0253E errno 2: No such file or directory                                                   
    BR0121E Processing of log file F:\oracle\SB1\sapcheck\ceadpdte.chk failed                    
    BR0806I End of BRCONNECT processing: ceadpdte.chk2009-03-17 08.30.03                         
    BR0280I BRCONNECT time stamp: 2009-03-17 08.30.04                                            
    BR0804I BRCONNECT terminated with errors                                                     
    External program terminated with exit code 3                                                 
    BRCONNECT returned error status E                                                            
    Job finished                                                                               
    Has anyone seen this before?
    Thanks,
      -- Jackie

    >   I have checked and SAPSERVICESB1 has full control over sapcheck folder
    Is that directory existing on drive F? The system can't access that directory.
    > and I DO get the same message when I run it manually from the command prompt.
    as user bs1adm?
    Note: on Windows there are two users, a <sid>adm for administration and a user SAPService<SID> that is used to run the system and which one you can't logon.
    Markus

  • Errno 13: Permission Denied in DB13 check db

    In DB13 for check db I get the following error:
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000422, user ID MCCARTJX)
    No application server found on database host - rsh/Gateway will be used
    Execute logical command BRCONNECT On host RP20-DB-PUB
    Parameters: -u / -jid CHECK20080922094820 -c -f check
    BR0801I BRCONNECT 7.00 (16)
    BR0252E Function fopen() failed for 'K:\oracle\RP2\sapcheck\cdywigan.chk' at location main-9
    BR0253E errno 13: Permission denied
    BR0121E Processing of log file K:\oracle\RP2\sapcheck\cdywigan.chk failed
    BR0806I End of BRCONNECT processing: cdywigan.chk2008-09-22 09.48.22
    BR0280I BRCONNECT time stamp: 2008-09-22 09.48.22
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    I've checked and seen that SAPSERVICE<SID> and <SID>adm do indeed have full access to the K:\oracle\RP2\sapcheck directory. What else could be wrong?

    try to run brconnect manually at OS level with user [sid]adm.
    but first, run this comand:
    for sh:
    set BR_TRACE = 15 ; export BR_TRACE
    you wil lhavea lot more information on what it is trying to do. I suspect that brconnect is trying to run on an application server which, obviously, does not have Oracle installed.

  • DB13 Check database not working

    Hi All,
    Check DB and update stats from DB13 does not work. It comes back with the following error
    Can't exec external program (No such file or directory)
    Checked from OS level and found that brconnect -u / -c -f check works only from exe directory. If i execute the
    command from any other directory it comes back with an error saying command not found
    Upon further investigation found that this is an issue with env variable PATH
    The current value of PATH in env variable of sidadm is
    PATH=/oracle/SID/102_64/bin:/opt/IBMJava2-amd64-142/bin:.:/export/home/sidadm:/usr/sap/SID/DVEBMGS01/exe:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
    I want to change the value from usr/sap/SID/DVEBMGS01/exe to /usr/sap/SID/SYS/exe/run
    I checked all the csh and .sh profiles for sidadm user but i did not find any PATH variable,
    I can see DIR_LIBRARY and LD_LIBRARY_PATH but i cant see PATH variable
    Checked  the shell and it is /bin/csh
    checked .bash_profile and all i can see is this
    .bash_profile
    Get the aliases and functions
    if [ -f ~/.bashrc ]; then
            . ~/.bashrc
    fi
    User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    Has any one faced this issue earlier??
    Meanwhile i have found a temporary fix for timebeing i.e i copied all  the br* executables from /sapmnt/SID/exe to
    /usr/sap/SID/DVEBMGS01/exe and after doing that DB13 - DBcheck and Update optimizer works fine.
    Regards,
    Ershad Ahmed

    Hi Sunil and Eric
    Thanks for the reply
    I checked all the profiles but no luck. I cant find the parameter.
    As i mentioned in my earlier post i have found a temporary fix by copying the br executables from /sapmnt/SID/exe to
    /usr/sap/SID/DVEBMGS01/exe and ran saproot.sh and that resolved the issue.
    If i can change my PATH variable to point to /usr/sap/SID/SYS/exe/run that would be a permanent fix
    Regards,
    Ershad Ahmed

  • DB13 Check and Update Optimizer Statistics Error

    Dear Gurus,
    While Updating the Update stats in DB13 Calender it shows the Below mentioned error.
    BR0881I Collecting statistics for table SAPPSU.EKUB with method/sample C ...                           
    BR0280I BRCONNECT time stamp: 2009-01-18 02.23.01                                                      
    BR0884I Statistics collected for table: SAPPSU.EKUB, rows old/new: 4093/6243                           
    BR0280I BRCONNECT time stamp: 2009-01-18 02.23.14                                                      
    BR0883I Table selected to collect statistics after check: SAPPSU.EQBS (4288797/6962268)                
    BR0280I BRCONNECT time stamp: 2009-01-18 02.23.14                                                      
    BR0881I Collecting statistics for table SAPPSU.EQBS with method/sample E/P3 ...                        
    BR0280I BRCONNECT time stamp: 2009-01-18 02.23.28                                                      
    BR0301E SQL error -25153 at location stats_tab_collect-16
    ORA-25153: Temporary Tablespace is Empty
    BR0886E Checking/collecting statistics failed for table SAPPSU.EQBS                                    
    BR0280I BRCONNECT time stamp: 2009-01-18 02.23.30                                                      
    BR0883I Table selected to collect statistics after check: SAPPSU.ESLH (278/420)                        
    BR0280I BRCONNECT time stamp: 2009-01-18 02.23.30                                                      
    BR0881I Collecting statistics for table SAPPSU.ESLH with method/sample C ...                           
    BR0280I BRCONNECT time stamp: 2009-01-18 02.23.30                                                      
    BR0884I Statistics collected for table: SAPPSU.ESLH, rows old/new: 278/420                             
    BR0280I BRCONNECT time stamp: 2009-01-18 02.24.19                                                      
    BR0883I Table selected to collect statistics after check: SAPPSU.HRS1210 (13400/25026)                 
    BR0280I BRCONNECT time stamp: 2009-01-18 02.24.19                                                      
    BR0881I Collecting statistics for table SAPPSU.HRS1210 with method/sample E/P30 ...                    
    BR0280I BRCONNECT time stamp: 2009-01-18 02.24.19                                                      
    BR0884I Statistics collected for table: SAPPSU.HRS1210, rows old/new: 13400/13400                      
    BR0986W Index SAPPSU.HRS1210~0 is unbalanced - please rebuild the index                                
    BR0280I BRCONNECT time stamp: 2009-01-18 02.24.38                                                      
    BR0883I Table selected to collect statistics after check: SAPPSU.JGTBP00 (75747/117862)                
    BR0280I BRCONNECT time stamp: 2009-01-18 02.24.38                                                      
    BR0881I Collecting statistics for table SAPPSU.JGTBP00 with method/sample E/P10 ...                    
    BR0280I BRCONNECT time stamp: 2009-01-18 02.24.39                                                      
    BR0884I Statistics collected for table: SAPPSU.JGTBP00, rows old/new: 75747/106197                     
    BR0280I BRCONNECT time stamp: 2009-01-18 02.24.40                                                      
    BR0883I Table selected to collect statistics after check: SAPPSU.JGTGPNR (76144/117862)                
    BR0280I BRCONNECT time stamp: 2009-01-18 02.24.40                                                      
    Please help me to sort out this issue.
    Thanks
    Anbu

    Hello Anbu,
    the reason for this error is that you have no TEMPFILEs in your temporary tablespace (usually PSAPTEMP).
    Please add one with the BR*Tools:
    http://help.sap.com/saphelp_nw70/helpdata/de/1b/d20f6fe45a9e43b1856ea1b52c9612/content.htm
    Regards
    Stefan

  • Db13-check database not run

    Dear all
    I have install  a quality server now is working perfectly
    but when   use the db 13 then  when i excute the 
    1-check database.
    2-check and update optimizer staitics
    not excuted please guide , will we configre any location ?
    thanks
    with best regards
    venkat

    Hi,
    which database you are using?
    check following notes might helps you.
    Note 1072066 - DBA Cockpit: New function for DB monitoring
    Note 1027146 - Database administration and monitoring in the DBA Cockpit
    if you are using SQL Server then check following notes.
    Note 1027512 - MSSQL: DBA cockpit for basis release 7.00 and later
    Note 1057855 - DB13/DBACOCKPIT database jobs fail after SP12
    regards,
    kaushal

  • DB13 Check, Oracle BR0973W Database operation alert warning

    Dear all master and Gurus,
    when i run check DB process on DB13 it was completed with following errors. i've serched over googling, SDN, and others but couldnt get any exact answer.
    BR0973W Database operation alert - level: WARNING, operation: aeghclvm.dsv, time: 2011-07-09 13.35.38, condition: Last successful 'dsv' operation older than 10 days
    BR0973W Database operation alert - level: WARNING, operation: beghcgas.afd, time: 2011-07-09 12.30.18, condition: Last successful 'afd' operation older than 10 days
    BR0973W Database operation alert - level: WARNING, operation: beenppkm.aff, time: 2010-11-10 22.35.48, condition: Last successful 'aff' operation older than 10 days
    What is the meaning of dsv, afd , and aff?
    Should I ignore these warning?
    How to resolve ?
    Any advise is needed, Thanks
    Gustria Weka

    Hi
    When a backup of database or archive log is triggered, it writes a log file and the extension is based on the type of backup executed
    Names of the BRBACKUP Detail Logs
    http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/0d/d30ec54a0c11d182b80000e829fbfe/content.htm
    Names of the BRARCHIVE Detail Logs
    http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/0d/d30ec54a0c11d182b80000e829fbfe/frameset.htm
    Hope this helps you.
    Regards,
    SBK

  • Warning in DB13 Check DB "BR0970W Database administration alert"

    Hi
    We have an alert message in DB13 when we check the checkdb  log. Log details are as below
    BR0970W Database administration alert - level: WARNING, type: CRITICAL_FILE, object: /oracle/EPR/sapdata10/btabd_11/btabd.data11, value: (max_size) 30466040 KB (> 29439485 KB)
    This warning is for all the datafiles; I did just give the sample log above.
    Can you please suggest and help resolving this issue?
    Thanks in advance.

    Hi,
    The issue here is that there is no enough disk space for the datafiles to extend. In this case you can turn off the auto extend or Increase the disk space of sapdata10 or decrease the max_size or you can move some of the datafiles to other directory or filesystem.
    You can turn off the auto extend while the database is online. After turning off the auto extend, you need to monitor the datafile/tablespace size periodically.
    Regards,
    Varadhu

  • DB13 Check DB performances

    The Check DB via DB13 is getting more than 6 hours to complete on our Sap system.
    It's and ECC6 with the database size about of 300GB, at latest kernel for Sap and  SP level for Ms-Sql.
    The hardware is really well sized and it seems not a problem due to missing resources (8CPU, 32GB memory).
    We ned to know if there is a way to speed up this process, and to understand why it takes so much.
    Any advise ?
    Regards

    > The saposcol is running and the data are collected regularly. It's my impression too the disk accesses is slow, but I cannot provide to the customer a clear test to prove this.
    You can use the Windows performance monitor for that (start - execute - perfmon).
    > The system is running well whithout errors and the Sap syslog does not contains any info or warning related to possible I/O problems.
    No, that won't be logged by default. You can check in ST06 the disk with the highest I/O times. A single I/O shouldn't be much longer than 10 ms to be sure it's working "nicely" (however, this can also be just a rule of thumb).
    > Are there some tools, also non Sap , to test the disks performances ?
    You can start process explorer (no installation necessary) to watch the I/O throughput in real time:
    http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
    There's also a simulation tool for SQL Server from Microsoft:
    http://support.microsoft.com/kb/231619/en-us
    Markus

  • DB13 Check and update optimizer stat error: ORA-01652: unable to extend tem

    Hi SAP Gurus,
    When running Check and Update Optimizer Statistics in DB13, an error occurs.
    BR0280I BRCONNECT time stamp: 2011-03-10 06.35.52                    
    BR0301E SQL error -1652 at location stats_tab_collect-16             
    ORA-01652: unable to extend temp segment by 12137 in tablespace SYSTEM
    BR0886E Checking/collecting statistics failed for table SAPR3.ACCTIT 
    BR0280I BRCONNECT time stamp: 2011-03-10 06.36.49                    
    BR0850I 3 of 39479 objects processed - 3.522 of 342.781 units done   
    BR0204I Percentage done: 1.03%, estimated end time: 15:47            
    Looking at tablespace SYSTEM in DB02, the percent used is 58. Auto-extent feature is OFF. Will turning the auto-extent ON, remove the error?

    It seems like Your user (by a mistake) have tablespace SYSTEM as temporary tablespace.
    Connect as sysdba in Your database and check which temp tablespaces awaiable, and size of them:
    select tablespace_name, sum(bytes)/1024/1024 "Size of TEMP TBS in MB" from dba_temp_files  group by tablespace_name;
    Check which users having SYSTEM as tamp-tbs:
    select username, temporary_tablespace from dba_users where temporary_tablespace like 'SYSTEM' order by 1;
    Change those users to have one of your temp-tablespaces:
    alter user &username temporary tablespace &&TempTBS;
    It's also a good idea to have autoextend on on Your temp TBS, but remember to set maxsize so you doesn't fill up your disksystem.
    Hope this solve Your problems.
    Regards
    Audun
    DBA

  • DB02 Analysis and DB Check Info warnings BR0970W

    Dear All,
    Let me know followings:
    1.
    Run DB02
    Tablespace->Overview
    There is Used(%) and Total Used(%). What does it mean?
    2.
    In my system DB13 Shows
    Used(97%) and Total Used(20%)
    At OS level bdf shows
    sapdata4->82%
    sapdata3->80%
    sapdata2->81%
    sapdata1->45%
    3.
    DB Check Info Problems:
    BR0970W Database administration alert - level: WARNING, type: CRITICAL_FILE
    BR0970W Database administration alert - level: WARNING, type: CRITICAL_TABLESPACE object: PSAPSR3
    BR0970W Database administration alert - level: WARNING, type: CRITICAL_TABLESPACE object: PSAPSR3701X
    Please let me know what should I do?
    Regards
    Dharmendra

    Dear Sir(Bhavik G. Shroff ),
    I am almost clear.
    Please let me clear one more thing.
    In my case            used%            totalUsed%
    PSAPSR3               97%                    20
    PSAPSR3701X       97%                    40
    PSAPSR3USR        07%                    00
    PSAPTEMP             00%                    00
    PSAPUNDO            03%                    02
    SYSAUX                86%                    02
    SYSTEM                 51%                    07
    While, filesystem is 82% Occupied, Each sapdata<n> is of 50GB.
    Is it possible that table space maxsize is given more than my available space on filesystem?? So, filesystem is 82% occupied and tablespace is 97% Used.   But, Due to maxsize is more than available space, Total used % of tablespace is 20% only?
    or
    As per maxsize filesystem is occupied? I need not be worry. Whenever used% will reach 100% automatically extend datafile within maxsize that already occupied filesystem????
    **Your Response really helpful for me.**********
    Regards
    Dharmendra
    Edited by: Dharmendra Kumar on Mar 9, 2010 10:24 AM

  • Check and Update  Optimizer Statistics Error

    Hello,
    I have scheduled 'Check and Update  Optimizer Statistics' from DB 13 but I always get this error.
      BR0280I BRCONNECT time stamp: 2009-01-05 01.00.46
      BR0301E SQL error -20000 at location stats_ind_collect-3, SQL statement:
      'BEGIN DBMS_STATS.GATHER_INDEX_STATS (OWNNAME => '"SAPSR3"', INDNAME => '"/BIC  /B0000412000KE"', ESTIMATE_PERCENT => 30, DEGREE => NULL, NO_INVALIDATE => FALSE); END;'
      ORA-20000: index "SAPSR3"."/BIC/B0000412000KE"  or partition of such index is in unusable state
      ORA-06512: at "SYS.DBMS_STATS", line 10610
      ORA-06512: at "SYS.DBMS_STATS", line 10645
      ORA-06512: at line 1
      BR0886E Checking/collecting statistics failed for index SAPSR3./BIC/B0000412000KE
    Tried checking the table /BIC/B0000412000KE and got this from the check:
      Enhancement category for table missing
      Enhancement category for include or subtype missing
      Table /BIC/B0000412000 was checked with warnings
    I am still checking what this means but appreciate you have any idea on how to solve it.
    Thank you.
    Best Regards,
    Julius
    Edited by: Julius Baron Manuel on Jan 7, 2009 7:39 AM

    Hi Julius,
    Have your tried scheduling the update stats via DB13 'Immediately'. ??? Does it still gives you the same error when its done 'immediately'?
    Try out DB02 and check your whole Database along with missing indexes. Refresh database and update histories.
    Regards,
    Pranay

  • Warning in Check DB Job

    Hi SAP Experts,
    We have done an upgrade from 4.6C to ERP6 EHP3. After upgrade the job Check DB schedulled in DB13 ends with warnings. Below are the warnings.
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR02'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR03'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR04'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR05'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR06'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR07'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR08'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR09'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR10'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR11'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR12'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR14'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR15'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR16'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR17'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR18'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR19'
    BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'USR20'
    Please advice how and what to do to aviod these warnings.
    Thanks,
    NItesh Jain

    Hi Nitesh,
    Please check the highlight part of attached note 442395 to solve this          
    issue:                                                                               
    BR0989W Unknown tablespace %s defined in table %s.%s                           
    BR0989W Unbekannter Tablespace %s definiert in Tabelle %s.%s                   
    Explanation: A tablespace that does not exist in the database was              
    specified in the TAORA, IAORA or TSORA table. The ABAP Dictionary uses         
    these tables when creating new database objects. Based on these tables,        
    BRCONNECT checks in multi component databases (MCOD, see Note 379572)          
    whether objects of different schemes are contained in the same                 
    tablespace - this can cause problems with the tablespace Point-In-Time         
    Recovery.                                                                               
    User reaction:Correct the incorrect entries in tables TAORA and IAORA          
    with transaction SE16. Delete the entries if the relevant                      
    tablespace does not exist or change the TABSPACE field if                      
    the tablespace was defined with an incorrect name.                             
    regards,
    Paul

  • Warning In Check DB

    Hello Guru's
    Vital Information About Server
    Database - ORACLE - 10.2.0.2.0
    O/s - Windows NT - 5.2
    SAP - Netweaver 04 - XI Server
    kernel Information - Patch Level - 129
    I am facing problem in my production server.
    In DB13 - Check DB job we are facing problem since very long time
    BR0978W Database profile alert - level: WARNING, parameter: DB_FILE_MULTIBLOCK_READ_COUNT, value: 128 (> 32)
    BR0978W Database profile alert - level: WARNING, parameter: LOG_BUFFER, value: 2854912 (>< 2048,512 KB)
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_FEATURES_ENABLE, value: 10.2.0.2 (<> 9.2.0)
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_INDEX_COST_ADJ, value: 20 (<> 10)
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_MODE, value: ALL_ROWS (<> CHOOSE)
    Please suggest me so that I can rectify this problem.
    Thanks & Regards
    Shishir

    check note
    900522 - Incorrect alerts/warnings in database check for Oracle 10g
    Markus

Maybe you are looking for