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

Similar Messages

  • 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

  • Check The Job Status

    Hi SAPsimhas,
    My requirement is as below.
    I will loop through an internal table and create some files with background processing method.(JOB_OPEN,SUBMIT & JOB_CLOSE)
    Now once this job is triggered I need to check the status for that job after maximum 10 mins. Its not neccessary that each job will take 10 mins. only,It can be finished in 2 mins also.
    Once the job is finished then I will XCOM that file.
    So my question is how to code such timer which will check the job status for that job? I have a FM BP_JOB_READ which returns the job status.
    Reply is highly appriciated.

    Try this way
      do.
        call function 'SHOW_JOBSTATE'
          exporting
            jobcount         = p_jobc
            jobname          = p_jobn
          importing
            aborted          = v_aborted
            finished         = v_finished
            ready            = v_ready
            running          = v_running
            scheduled        = v_scheduled
          exceptions
            jobcount_missing = 1
            jobname_missing  = 2
            job_notex        = 3
            others           = 4.
        if v_aborted eq 'X'.
          exit.
        endif.
        if v_finished eq 'X'.
          select single * from tbtcp into wa_tbtcp1
                     where jobname eq p_jobn
                       and jobcount eq p_jobc.
          if sy-subrc eq 0.
            move wa_tbtcp1-listident to p_spono.
          endif.
          exit.
        endif.
        if v_count le 10.
          call function 'ENQUE_SLEEP'
            exporting
              seconds = 60.
          v_count = v_count + 1.
        endif.
      enddo.

  • T code to check the job run status

    Hi Gurus,
    I am filling the setup tables for inventory, but i didn't run in background. I clicked on execute button, but suddenly i got disconnected from net and my server also.
    Now i have to check the job run status whether it is running or not.
    Request you to provide the suggessions.
    Thanks & Regards,
    Saketh

    Hi,
    if you ran job in background you can see at SM37.use proper time ,date and use id to get your job.
    if you ran on frond end then you won't see job.if your job was completed then you can see data at SE11 by using setup table name or you can see at t code NPRT by using name of the run.
    if you won't find your job then just delete your setup tables again and fill it.
    No issues.
    Thanks

  • How to check my job name from the database...

    I have written one job scheduler which is as follows :
    SQL> ED
    Wrote file afiedt.buf
    1 DECLARE
    2 X NUMBER;
    3 JobNumber NUMBER;
    4 BEGIN
    5 SYS.DBMS_JOB.SUBMIT
    6 (
    7 job => X
    8 ,what => 'scott.SPLITSMS;'
    9 ,next_date => SYSDATE+1/1440
    10 ,interval => 'SYSDATE+1/1440 '
    11 ,no_parse => FALSE
    12 );
    13 JobNumber := to_char(X);
    14* END;
    15 /
    PL/SQL procedure successfully completed.
    Now I want to check whether the job has been really created or not?
    so for that I have used the following command line:
    SQL> SELECT JOB_NAME FROM DBA_SCHEDULER_JOBS WHERE JOB_NAME = 'SCOTT.SPLITSMS';
    SELECT JOB_NAME FROM DBA_SCHEDULER_JOBS WHERE JOB_NAME = 'SCOTT.SPLITSMS'
    ERROR at line 1:
    ORA-00942: table or view does not exist
    how to check my job name from the database...
    what is the command used to check the job_name ????
    and how can i ensure that my job scheduler is running properly...???
    please help ........my dear friends.....!

    957029 wrote:
    Now I want to check whether the job has been really created or not?
    so for that I have used the following command line:
    SQL> SELECT JOB_NAME FROM DBA_SCHEDULER_JOBS WHERE JOB_NAME = 'SCOTT.SPLITSMS';
    SELECT JOB_NAME FROM DBA_SCHEDULER_JOBS WHERE JOB_NAME = 'SCOTT.SPLITSMS'
    ERROR at line 1:
    ORA-00942: table or view does not existYou can use DBA_* views only if the User has been Granted a DBA Privilege.
    how to check my job name from the database...
    what is the command used to check the job_name ????You can use USER_JOBS view to check. But, is it not that you have just created the Job, so you must be knowing it?
    and how can i ensure that my job scheduler is running properly...???If USER_JOBS.FAILURES is Non Zero, that means the Job has encountered a problem that needs to be Investigated. Similarly, the LAST_DATE, LAST_SEC, NEXT_DAY, NEXT_SEC can be used to determine if the Job has been running successfully.
    if you are on 11g, you should consider using DBMS_SCHEDULER.

  • Checking print job status

    Hi,
    In Leopard, when I print to any of my printers, an application with the name of the printer I'm printing to appears. If I want to check on the status of the current print job, I can't figure out a straightforward way to look at the jobs in that printer's queue. The only way I can accomplish this is to select "Show Printer List" from the "Printer" menu, which then opens the System Preferences dialog listing all of my printers, from which I can select the current printer from the list on the left and then click on the "Open Print Queue..." button. But this seems sort of a roundabout way to check my print job, considering that the current printer's "app" is already open. In the printer "app"'s "Jobs" menu, I have only "Delete Job", "Hold Job", "Resume Job" and "Hide Completed Jobs" as options. It would be great if there were a "View Jobs" option as well. I don't recall that checking print jobs was as convoluted in Tiger. Is there some trick here that I'm missing, or did the monitoring of print jobs become a bit more difficult to do in Panther.
    Thanks,
    Ken

    If you want to see the current queued jobs then click on the option to "Hide Completed Jobs" This makes the current jobs easier to see.
    If the completed jobs view is on, then the current jobs will be at the end of the list.
    Also see the CUPS jobs page here:
    http://localhost:631/jobs/

  • Check current job status

    HI,
    I am not able to check which job is currently running in our database, could anybody suggest me what is the command for that?
    Regards
    Gagan

    Hi,
    in this table "Total_time is" increasing means query is running in database?
    another question.
    how I will check which query is running I have 8 query in my package?
    Rgds
    Gagan

  • URGENT : Error 5 when checking the job status

    Hello Forum,
    While monitoring the Process Chains in BW 3.1, I got the following message in the <b>Information </b>Pop-up:
    <b>Error 5 when checking the job status</b>
    Could you please tell me what it means?
    Thank you,
    its my duty to assign points,
    raj

    Hi,
    Are you able to view the log after refreshing and clicking the tick mark button on this message or is it not letting you go into the log itself.
    Can you directly go to Log view thru Tcode RSPCM and see. Once you are inside try to find where exactly the process failed.
    Thanks,
    JituK

  • Monitoring "check aborted jobs" not possible - Logical component issue?

    Hy Experts,
    we are facing a problem setting up system monitoring in our Solution Manger system.
    We want to check if a specified job is finished sucessfully - if it is aborted we want to receive a mail.
    In another system the monitoring as described is fully functional.
    In this scenario we are facing a problem:
    Error Text:
    The logical components SAP NW REDWOOD CRONACLE and Z_SYS_MONI have different products
    Message no. SOLAR170
    Diagnosis
    This component change can prevent the processes and scenarios which you have copied from the BPR into the "Structure" tab, in transaction SOLAR01, from running in the assigned system, or assigned transactions, IMG activities, etc. may not exist in these systems. For example, transactions or IMG assignments copied into the previous product context do not yet exist in the project.
    If the same systems are assigned to the new and old logical components, the change is not critical.
    System Response
    The system sends a warning and accepts the change, but no data is automatically converted or adjusted.
    Procedure
    If you are unsure whether your assignments will still be in the component systems after the component change, perform the function "Environment - Refresh Buffer" in the transaction SOLAR01. Errors in this program are objects which do not exist in the system.
    Actual product of the logical component "Z_SYS_MONI" is ECC5.0.
    The other (working) is using the logical component "SAP NETWEAVER APPLICATION SERV" instead of the above used "SAP NW REDWOOD CRONACLE "
    How can this error be fixed OR
    How to monitor jobs with logical component ecc5.0?
    Any help will be rewarded!!!
    Thanks in advance
    Tom

    Detailed Info:
    The working solution is assigned to ECC 6.0 AND to SAP Netweaver 7.0 (2004s).
    The selection in business process repository - it-platform - monitoring is assigned to SAP Netweaver 7.0. -  but we have ECC5.0 - even if I create the system/logical component new under Netweaver 2004 (6.40) it won't work
    It seems not to be possible.
    But how to monitor a job in ECC5.0 - think it is possible.
    Any ideas?
    Please help!
    OK
    Seems not to be possible!
    Set to solved - but this is not the way to solve problems dear SAP
    Edited by: Tom on Dec 5, 2008 9:59 AM

  • Check db job failed in DB13

    Dear firend
    I am getting the error in db13.
    please look into the following log.
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000007, user ID BASIS)
    Execute logical command BRCONNECT On host QTW
    Parameters: -u / -jid CHECK20080905161044 -c -f check
    BR0801I BRCONNECT 7.00 (12)
    BR0805I Start of BRCONNECT processing: cdytbpyj.chk 2008-09-05 16.10.45
    BR0280I BRCONNECT time stamp: 2008-09-05 16.10.45
    BR0301E SQL error -12640 at location db_connect-2
    ORA-12640: Authentication adapter initialization failed
    BR0310E Connect to database instance WSQ failed
    BR0280I BRCONNECT time stamp: 2008-09-05 16.10.45
    BR0301E SQL error -12640 at location db_connect-2
    ORA-12640: Authentication adapter initialization failed
    BR0310E Connect to database instance WSQ failed
    BR0806I End of BRCONNECT processing: cdytbpyj.chk2008-09-05 16.10.45
    BR0280I BRCONNECT time stamp: 2008-09-05 16.10.45
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    thanks in advance.
    Regards
    Nirgun

    Hi vinod,
    ORA-00942 error occurs when execute Brtools or sapdba. This problem occur due to old version of SAPDBA.please update your Brtools & try again .
    This may resolve your problem.
    karan

  • Is there exist report to check the job start date restriction calendar ID?

    Hi There,
    In SM37, there are many jobs list there. If we choose one job of them, and click Jobchange, then we access in the screen for change the job status. Then click button Start condition, and there is a dialog which name is Stat time will pup up. And click button Date/Time, there will be a new button appears in the bottom. Click Restrictions, You will see a new dialog box which name is Star Date Restrictions. There is a field which name is Calendar ID in selection portion Factory calendar.
    Is there exist one report to check all the jobs calendar ID instead of to check one by one?
    Thanks!

    Hi,
    please have a look into table TBTCO, restricting by field CALENDARID.
    I hope this helps. Kind regards,
    Alvaro

  • Infotype 0008 check to Job code

    Hi All !
    I need to check the employee Grade with the Job code. For Example if the employee Job Is Assistant Manager / Manager / Senior Manager his Grade in infotype 0008 should not less than 32 or in range some where between 32 to 35. Any suggestion by standard as Dynamic Action not working .
    Thanks in Advance
    Regards
    SBA

    You can use IT 1005 in OM for this. Refer http://help.sap.com/saphelp_46c/helpdata/en/66/9bb8923aff11d189370000e829fbbd/content.htm

  • Check background job

    Hi,
    Is there any function module in ABAP to check if a specific background job is already running?
    Thanks,
    Morten

    Hi Morten
    Please check Function Group: BTCH. We can find usefule function modules.
    Kind Regards
    Eswar

  • Warning during check table

    hi everyone,
    i create a new table and then check it, a warning like below will appear,"TABLES IS NOT YET CLASSIFIED". What will cause that? Any suggestion is appreciated.
    Regards,
    Julian

    Hi,
    "TABLES IS NOT YET CLASSIFIED".
    this is because you have not classified your table
    from menu EXTRAS->ENHANCMENT CATEGORY
    now choose the one of the radio button ans press ok.
    read the documentation of ENHANCEMENT CATEGORY also.
    DE DE_RADIO_EXCLASS
    Short Text
    Enhancement Category Selection
    Definition
    Structures and tables that were defined by SAP in the ABAP Dictionary can be enhanced subsequently by customers using Customizing includes or append structures. The enhancements do not only refer to structures/ tables themselves, but also to dependent structures that adopt the enhancement as an include or referenced structure. Append structures that only take effect at the end of the original structure can also cause shifts - in the case of dependent structures - even within these structures.
    You must select an enhancement category for the following reason: In programs where there is no active Unicode check, enhancements to tables and structures can cause syntax and runtime errors during type checks and particularly in combination with deep structures.
    In programs where there is an active Unicode check, statements, operand checks, and accesses with an offset and length are problematic - for example, if numeric or deep components are inserted into a purely character-type structure and the structure thus loses its character- type nature.
    Depending on the structure definition, the radio buttons allowed in the dialog box are ready for input. Choose one of the possible enhancement categories:
    Cannot be enhanced
    The structure must not be enhanced.
    Can be enhanced or character type
    All structure components and their enhancements must be character-type (C, N, D, or T). The original structure and all enhancements through Customizing includes or through append structures are subject to this limitation.
    Can be enhanced or character-type or numeric
    The structure and its enhancement must not contain any deep data types (tables, references, strings).
    Can be enhanced in any way
    The structure and its enhancement may contain components whose data type can be of any type.
    Not classified
    This category can be chosen, for example, for a transition status; however, it must not be chosen for creating structures.
    The rules for defining the enhancement category result implicitly from the structure setup and the classification of the types used. These rules are as follows:
    If the object contains at least one numeric type or a substructure or component (field has a structure/table/view as its type) that can be enhanced numerically, the object can no longer be enhanced character-type, but is itself, at most, enhanceable character-type or numeric.
    If the object contains a deep component (string, reference, or table type), or it contains a substructure or component that is marked as enhanceable in any way, then the object itself is enhanceable in any way.
    If the object does not contain any substructure or component that is marked as enhanceable, you can select cannot be enhanced. If the structure has not yet been enhanced, you can choose the categorycannot be enhanced in any case.
    If you are creating new tables and structures in the ABAP Dictionary, the system proposes the category can be enhanced in any way as standard value for the classification of the enhancement options. If the developer chooses a more restrictive classification than can be enhanced in any way for a particular structure, then only the classification levels that adhere to the rules above are allowed. It is not possible to choose an enhancement option of a structure that is more restrictive than the classification resulting immplicitly from the structure setup and from the classification of the types used. Therefore, only the allowed categories are proposed for selection in the maintenance user interface.
    If a structure depends on one or several other structures, the smallest category is chosen as implicit classification (in the order cannot be enhanced < can be enhanced and character-type < can be enhanced and character-type or numeric < can be enhanced in any way). This classification is greater than or less than the category in the other structures and also greater than or the same as the category that results from the actual setup in the original structure itself.
    Regards
    vijay

  • Check DB Job taking very long time

    Hi All,
    I have BI system SAP EHP 1 for SAP NetWeaver 7.0 with SP level as
    SAP_ABA 701 SAPKA70105
    SAP_BASIS 701 SAPKB70105
    Kernel is 152 and DBSL patch is 148
    Database is Oracle 10.2.0.4.0.
    Database size is 4.6 TB and checkdb job is taking approx 9-10 hrs to complete. Even if size of database is big CHECKDB should not take this much time to complete.
    Every time we have to cancel this job as it impacts system performance.
    There are enough background work process available in system.
    Please provide any inputs if it can be helpful.
    Regards
    Vinay

    Hi Vinay,
    In order to avoid this unexpected behavior, you need to use the latest BR*Tools and as well as update / adjust individual statistic values, excludes the relevant tables from the statistics creation using the BRCONNECT tool (ACTIV=I in DBSTATC) and also locks the statistics at Oracle level (DBMS_STATS.LOCK_TABLE_STATS).
    BR*Tools 7.10 are used with Oracle 10g by default. This is also a prerequisite for most of the new features.
    We need to have a plan for the following.
    1. Update the brtools version from 7.00 (40) to 7.10 (41) [ Latest available in SMP ] or to 7.20 (16) [ Exceptions with Non-ABAP Systems ]
    2. Execute the script attached to Note 1020260 - Delivery of Oracle statistics (Oracle 10g, 11g)
    Br,
    Venky.

Maybe you are looking for