BI content Tab missing

Hi all,
     The BI content tab in RSA1 is missingin our system. What is the cause for this and what is the solution for the getting the tab.
Thanks in advance

Hi Shashank,
   Heres the dump
Runtime Errors         ASSERTION_FAILED
Date and Time          15.07.2008 16:53:32
|Short text                                                                                |
|    The ASSERT condition was violated.                                                            |
|What happened?                                                                                |
|    In the running application program, the ASSERT statement recognized a                         |
|    situation that should not have occurred.                                                      |
|    The runtime error was triggered for one of these reasons:                                     |
|    - For the checkpoint group specified with the ASSERT statement, the                           |
|      activation mode is set to "abort".                                                          |
|    - Via a system variant, the activation mode is globally set to "abort"                        |
|      for checkpoint groups in this system.                                                       |
|    - The activation mode is set to "abort" on program level.                                     |
|    - The ASSERT statement is not assigned to any checkpoint group.                               |
|What can you do?                                                                                |
|    Note down which actions and inputs caused the error.                                          |
|                                                                                |
|                                                                                |
|    To process the problem further, contact you SAP system                                        |
|    administrator.                                                                                |
|                                                                                |
|    Using Transaction ST22 for ABAP Dump Analysis, you can look                                   |
|    at and manage termination messages, and you can also                                          |
|    keep them for a long time.                                                                    |
|Error analysis                                                                                |
|    The following checkpoint group was used: "No checkpoint group specified"                      |
|                                                                                |
|    If in the ASSERT statement the addition FIELDS was used, you can find                         |
|    the content of the first 8 specified fields in the following overview:                        |
|    " (not used) "                                                                                |
|    " (not used) "                                                                                |
|    " (not used) "                                                                                |
|    " (not used) "                                                                                |
|    " (not used) "                                                                                |
|    " (not used) "                                                                                |
|    " (not used) "                                                                                |
|    " (not used) "                                                                                |
|How to correct the error                                                                          |
|    Probably the only way to eliminate the error is to correct the program.                       |
|    -                                                                                |
|                                                                                |
|    If the error occures in a non-modified SAP program, you may be able to                        |
|    find an interim solution in an SAP Note.                                                      |
|    If you have access to SAP Notes, carry out a search with the following                        |
|    keywords:                                                                                |
|                                                                                |
|    "ASSERTION_FAILED" " "                                                                        |
|    "CL_RSAWBN_VIEW_CONTROLLER=====CP" or "CL_RSAWBN_VIEW_CONTROLLER=====CM008"                   |
|    "GET_DRAWNAV_ID"                                                                              |
|                                                                                |
|    If you cannot solve the problem yourself and want to send an error                            |
|    notification to SAP, include the following information:                                       |
|                                                                                |
|    1. The description of the current problem (short dump)                                        |
|                                                                                |
|       To save the description, choose "System->List->Save->Local File                            |
|    (Unconverted)".                                                                               |
|                                                                                |
|    2. Corresponding system log                                                                   |
|                                                                                |
|       Display the system log by calling transaction SM21.                                        |
|       Restrict the time interval to 10 minutes before and five minutes                           |
|    after the short dump. Then choose "System->List->Save->Local File                             |
|    (Unconverted)".                                                                               |
|                                                                                |
|    3. If the problem occurs in a problem of your own or a modified SAP                           |
|    program: The source code of the program                                                       |
|       In the editor, choose "Utilities->More                                                     |
|    Utilities->Upload/Download->Download".                                                        |
|                                                                                |
|    4. Details about the conditions under which the error occurred or which                       |
|    actions and input led to the error.                                                           |
|                                                                                |
|                                                                                |
|System environment                                                                                |
|    SAP-Release 700                                                                               |
|                                                                               
|                                                                                |
|  
|    Char.set.... "C"                                                                              |
|                                                                                |
|    SAP kernel....... 700                                                                         |
|    created (date)... "Mar 20 2007 00:45:21"                                                      |
|    create on........ "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"                              |
|    Database version. "OCI_10201_SHARE (10.2.0.1.0) "                                             |
|                                                                                |
|    Patch level. 102                                                                              |
|    Patch text.. " "                                                                              |
|                                                                                |
|    Database............. "ORACLE 9.2.0.*.*, ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*"                |
|    SAP database version. 700                                                                     |
|    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"                        |
|                                                                                |
|    Memory consumption                                                                            |
|    Roll.... 8176                                                                                |
|    EM...... 22994928                                                                             |
|    Heap.... 0                                                                                |
|    Page.... 73728                                                                                |
|    MM Used. 14419392                                                                             |
|    MM Free. 4391328                                                                              |
|
|                                                                                |
|    Program............. "CL_RSAWBN_VIEW_CONTROLLER=====CP"                                       |
|    Screen.............. "SAPLRSAWBN_MAIN 1000"                                                   |
|    Screen line......... 5                                                                        |
|Information on where terminated                                                                   |
|    Termination occurred in the ABAP program "CL_RSAWBN_VIEW_CONTROLLER=====CP" -                 |
|     in "GET_DRAWNAV_ID".                                                                         |
|    The main program was "RSAWBN_START ".                                                         |
|                                                                                |
|    In the source code you have the termination point in line 7                                   |
|    of the (Include) program "CL_RSAWBN_VIEW_CONTROLLER=====CM008".                               |
|Source Code Extract                                                                               |
|Line |SourceCde                                                                                |
|    1|METHOD GET_DRAWNAV_ID .                                                                     |
|    2|                                                                                |
|    3|* provides the Id of a special drawnav instance                                             |
|    4|                                                                                |
|    5|* liefert den Index des Eintrag in der Tabelle (techischer Key für den Drawer)
|    6|  READ TABLE p_t_drawview WITH KEY drawview = i_view transporting no fields.                |
|>>>>>|  ASSERT sy-subrc = 0.                                                                      |
|    8|                                                                                |
|    9|  re_id = sy-tabix.                                                                         |
|   10|                                                                                |
|   11|ENDMETHOD.                                                                                |
|Contents of system fields                                                                         |
|Name    |Val.                                                                                |
|SY-SUBRC|4                                                                                |
|SY-INDEX|1                                                                                |
|SY-TABIX|0                                                                                |
|SY-DBCNT|1                                                                                |
|SY-FDPOS|5                                                                                |
|SY-LSIND|0                                                                                |
|SY-PAGNO|0                                                                                |
|SY-LINNO|1                                                                                |
|SY-COLNO|1                                                                                |
|SY-PFKEY|1000                                                                                |
|SY-UCOMM|%AWB_MAINTRANS_C                                                                         |
|SY-TITLE|Data Warehousing Workbench: Modeling                                                     |
|SY-MSGTY|                                                                                |
|SY-MSGID|                                                                                |
|SY-MSGNO|000                                                                                |
|SY-MSGV1|                                                                                |
|SY-MSGV2|                                                                                |
|SY-MSGV3|                                                                                |
|SY-MSGV4|                                                                                |
|SY-MODNO|0                                                                                |
|SY-DATUM|20080715                                                                                |
|SY-UZEIT|165332                                                                                |
|SY-XPROG|SAPMSSY1                                                                                |
|SY-XFORM|XAB_READ                                                                                |
|Active Calls/Events                                                                               |
|No.   Ty.          Program                             Include                             Line   |
|      Name                                                                                |
|   13 METHOD       CL_RSAWBN_VIEW_CONTROLLER=====CP    CL_RSAWBN_VIEW_CONTROLLER=====CM008     7  |
|      CL_RSAWBN_VIEW_CONTROLLER=>GET_DRAWNAV_ID                                                   |
|   12 METHOD       CL_RSAWBN_VIEW_CONTROLLER=====CP    CL_RSAWBN_VIEW_CONTROLLER=====CM00B    12  |
|      CL_RSAWBN_VIEW_CONTROLLER=>SET_VIEW                                                         |
|   11 METHOD       CL_RSAWBN_AWB=================CP    CL_RSAWBN_AWB=================CM00H    60  |
|      CL_RSAWBN_AWB=>NAVIGATE_SPECIAL_REQUEST                                                     |
|   10 METHOD       CL_RSAWBN_AWB=================CP    CL_RSAWBN_AWB=================CM001    51  |
|      CL_RSAWBN_AWB=>NAVIGATE                                                                     |
|    9 METHOD       CL_RSAWBN_AWB=================CP    CL_RSAWBN_AWB=================CM00C    20  |
|      CL_RSAWBN_AWB=>IF_RSAWBN_NAVIGATOR~PAI_DISPATCH                                             |
|    8 FORM         SAPLRSAWBN_MAIN                     LRSAWBN_MAINF01                        89  |
|      PAI_1000                                                                                |
|    7 MODULE (PAI) SAPLRSAWBN_MAIN                     LRSAWBN_MAINI01                        10  |
|      PAI_1000                                                                                |
|    6 FUNCTION     SAPLRSAWBN_MAIN                     LRSAWBN_MAINU01                        17  |
|      RSAWBN_MAIN_DYNPRO                                                                          |
|    5 METHOD       CL_RSAWBN_DWB_MODELLING_TOOL==CP    CL_RSAWBN_DWB_MODELLING_TOOL==CM002    10  |
|      CL_RSAWBN_DWB_MODELLING_TOOL=>HANDLE_REQUEST                                                |
|    4 METHOD       CL_RSAWBN_TOOLREQ=============CP    CL_RSAWBN_TOOLREQ=============CM005     8  |
|      CL_RSAWBN_TOOLREQ=>EXECUTE                                                                  |
|    3 METHOD       CL_RSAWBN_AWB=================CP    CL_RSAWBN_AWB=================CM003    21  |
|      CL_RSAWBN_AWB=>CALL_TOOL                                                                    |
|    2 METHOD       CL_RSAWBN_AWB=================CP    CL_RSAWBN_AWB=================CM006    55  |
|      CL_RSAWBN_AWB=>START                                                                        |
|    1 EVENT        RSAWBN_START                        RSAWBN_START                           23  |
|      START-OF-SELECTION                                                                          |
|Chosen variables                                                                                |
|Name                                                                                |
|    Val.                                                                                |
|No.      13 Ty.          METHOD                                                                   |
|Name  CL_RSAWBN_VIEW_CONTROLLER=>GET_DRAWNAV_ID                                                   |
|I_VIEW                                                                                |
|    C                                                                                |
|    4                                                                                |
|    3                                                                                |
|    0                                                                                |
|    0                                                                                |
|RE_ID                                                                                |
|    0                                                                                |
|    0000                                                                                |
|    0000                                                                                |
|SY-REPID                                                                                |
|    CL_RSAWBN_VIEW_CONTROLLER=====CP                                                              |
|    4455545445544554445544445333334522222222                                                      |
|    3CF23172EF6957F3FE42FCC52DDDDD3000000000                                                      |
|    0000000000000000000000000000000000000000                                                      |
|    0000000000000000000000000000000000000000                                                      |
|%_DUMMY$$                                                                                |
|                                                                                |
|    2222                                                                                |
|    0000                                                                                |
|    0000                                                                                |
|    0000                                                                                |
|ME->P_T_DRAWVIEW                                                                                |
|    Table IT_39[6x12]                                                                             |
|    {O:4*CLASS=CL_RSAWBN_VIEW_CONTROLLER}DATA=P_T_DRAWVIEW                                      |
|    Table reference: 19                                                                           |
|    TABH+  0(20) = 585C513600000000000000001300000027000000                                       |
|    TABH+ 20(20) = 060000000C000000FFFFFFFF043D000020060000                                       |
|    TABH+ 40( 8) = 10000000C1248001                                                               |
|    store        = 0x585C5136                                                                     |
|    ext1         = 0x00000000                                                                     |
|    shmId        = 0     (0x00000000)                                                             |
|    id           = 19    (0x13000000)                                                             |
|    label        = 39    (0x27000000)                                                             |
|    fill         = 6     (0x06000000)                                                             |
|    leng         = 12    (0x0C000000)                                                             |
|    loop         = -1    (0xFFFFFFFF)                                                             |
|    xtyp         = TYPE#000018                                                                    |
|    occu         = 16    (0x10000000)                                                             |
|    access       = 1     (ItAccessStandard)                                                       |
|    idxKind      = 0     (ItIndexNone)                                                            |
|    uniKind      = 2     (ItUniqueNon)                                                            |
|    keyKind      = 1     (default)                                                                |
|    cmpMode      = 2     (cmpSingleMcmpR)                                                         |
|    occu0        = 1                                                                              |
|    groupCntl    = 0                                                                              |
|    rfc          = 0                                                                              |
|    unShareable  = 0                                                                              |
|    mightBeShared = 0                                                                             |
|    sharedWithShmTab = 0                                                                          |
|    isShmLockId  = 0                                                                              |
|    gcKind       = 0                                                                              |
|    isUsed       = 1                                                                              |
|    isCtfyAble   = 1                                                                              |
|    >>>>> Shareable Table Header Data <<<<<                                                       |
|    tabi         = 0x885B5136                                                                     |
|    pgHook       = 0x00000000                                                                     |
|    idxPtr       = 0x00000000                                                                     |
|    shmTabhSet   = 0x00000000                                                                     |
|    id           = 38    (0x26000000)                                                             |
|    refCount     = 0     (0x00000000)                                                             |
|    tstRefCount  = 0     (0x00000000)                                                             |
|    lineAdmin    = 16    (0x10000000)                                                             |
|    lineAlloc    = 16    (0x10000000)                                                             |
|    shmVersId    = 0     (0x00000000)                                                             |
|    shmRefCount  = 1     (0x01000000)                                                             |
|    >>>>> 1st level extension part <<<<<                                                          |
|    regHook      = Not allocated                                                                  |
|    collHook     = Not allocated                                                                  |
|    ext2         = Not allocated                                                                  |
|    >>>>> 2nd level extension part <<<<<                                                          |
|    tabhBack     = Not allocated                                                                  |
|    delta_head   = Not allocated                                                                  |
|    pb_func      = Not allocated                                                                  |
|    pb_handle    = Not allocated                                                                  |
|CNTL_METRIC_DYNPRO                                                                                |
|    DYNP                                                                                |
|    4545                                                                                |
|    49E0                                                                                |
|    0000                                                                                |
|    0000                                                                                |
|SY-SUBRC                                                                                |
|    4                                                                                |
|    0000                                                                                |
|    4000                                                                                |
|SYST-REPID                                                                                |
|    CL_RSAWBN_VIEW_CONTROLLER=====CP                                                              |
|    4455545445544554445544445333334522222222                                                      |
|    3CF23172EF6957F3FE42FCC52DDDDD3000000000                                                      |
|    0000000000000000000000000000000000000000                                                      |
|    0000000000000000000000000000000000000000                                                      |
|SPACE                                                                                |
|                                                                                |
|    2                                                                                |
|    0                                                                                |
|    0                                                                                |
|    0                                                                                |
|No.      12 Ty.          METHOD                                                                   |
|Name  CL_RSAWBN_VIEW_CONTROLLER=>SET_VIEW                                                         |
|I_VIEW                                                                                |
|    C                                                                                |
|    4                                                                                |
|    3                                                                                |
|    0                                                                                |
|    0                                                                                |
|I_DO_NOT_RAISE_REQUEST                                                                            |
|                                                                                |
|    2                                                                                |
|    0                                                                                |
|    0                                                                                |
|    0                                                                                |
|RS_C_FALSE                                                                                |
|                                                                                |
|    2                                                                                |
|    0                                                                                |
|    0                                                                                |
|    0                                                                                |
|ME->P_DO_NOT_SET_AWB_REQUEST                                                                      |
|                                                                                |
|    2                                                                                |
|    0                                                                                |
|    0                                                                                |
|    0                                                                                |
|ME->P_RESET_VIEW_DONT_SET_REQUEST                                                                 |
|                                                                                |
|    2                                                                                |
|    0                                                                                |
|    0                                                                                |
|    0                                                                                |
|RS_C_TRUE                                                                                |
|    X                                                                                |
|    5                                                                                |
|    8                                                                                |
|    0                                                                                |
|    0                                                                                |
|ME                                                                                |
|    {O:4*CLASS=CL_RSAWBN_VIEW_CONTROLLER}                                                        |
|    F0000000                                                                                |
|    B0004000                                                                                |
|SYST                                                                                |
|    ################################################°#####################################u4D58# u##
|    000000000000000000000000000000000000000000000000B000000000000000000000000000109000000050270000|
|    10000060000000000000105010001000000000C0000000400000000000000000000000000000B00000000080050200|
|    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000|
|    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000D000000C|
|L_ID                                                                                |
|    0                                                                                |
|    0000                                                                                |
|    0000                                                                                |
|ME->P_R_DRAWER                                                                                |
|    {O:59*CLASS=CL_GUI_CONTAINER_BAR}                                                            |
|    C0003000                                                                                |
|    4000B000                                                                                |
|No.      11 Ty.          METHOD                                                                   |
|Name  CL_RSAWBN_AWB=>NAVIGATE_SPECIAL_REQUEST                                                     |
|I_R_REQUEST                                                                                |
|    {O:872*CLASS=CL_RSAWBN_REQUEST}                                                              |
|    90006000                                                                                |
|    70008300                                                                                |
|E_EXIT                                                                                |
|                                                                                |
|    2                                                                                |
|    0                                                                                |
|    0                                                                                |
|    0                                                                                |
|E_R_INTERNAL_REQUEST                                                                              |
|    {O:initial}                                                                                |
|    F0000000                                                                                |
|    F0000000                                                                                |
|SY-REPID                                                                                |
|    CL_RSAWBN_AWB=================CP                                                              |
|    4455545445454333333333333333334522222222                                                      |
|    3CF23172EF172DDDDDDDDDDDDDDDDD3000000000                                                      |
|    0000000000000000000000000000000000000000                                                      |
|    0000000000000000000000000000000000000000                                                      |
|I_R_REQUEST->N_FCODE                                                                              |
|    %AWB_MAINTRANS_C                                                                              |
|    2454544445544554222222222222222222222222222222222222222222222222222222                        |
|    5172FD19E421E3F3000000000000000000000000000000000000000000000000000000                        |
|    0000000000000000000000000000000000000000000000000000000000000000000000                        |
|    0000000000000000000000000000000000000000000000000000000000000000000000                        |
|SY-XFORM                                                                                |
|    XAB_READ                                                                                |
|    544554442222222222222222222222                                                                |
|    812F25140000000000000000000000                                                                |
|    000000000000000000000000000000                                                                |
|    000000000000000000000000000000                                                                |
|SY-INDEX                                                                                |
|    1                                                                                |
|    0000                                                                                |
|    1000                                                                                |
|%_ARCHIVE                                                                                |
|                                                                             

Similar Messages

  • BI Content TAB Missing in RSA1

    I have installed BI Content 703 SP9 but the BI Content tab is missing in the RSA1

    a friend fixed it

  • Contents Tab Missing

    In Robohelp 8 HTML - I am creating a CHM file but only the search tab comes up.  Contents tab is missing.  Window options are correct because if I use a different TOC, contents tab is there.  I have tried recreatng the TOC but same problem.  All other TOC compile correctly with contents tab.  

    I think I may have understood this a bit more....
    It seems that when you create an 'anonymous' export, the 'Evaluations' tab doesn't appear and you are unable to run evaluations. However, if you then make the export non-anonymous (i.e. you need to login as a named user) then you are able to do evaluations on your models/objects.
    Strangely, then reverting the export back to 'anonymous' doesn't then remove the evaluations.... weird.

  • Message Content tab Missing

    when monitoring communication channels, i only see the Audit log. What should y configure to see the Message Data and Message Content Tabs?
    Best Regards
    Rodrigp

    Hi Rodrigo,
    In CC monitoring we can monitor only CC state whether it is working fine or not.
    Suppose you want to see some specific message from CC, click on message ID in the CC log and it will straight away open audit log, no need to go through MM.
    Hope it helps.
    If you still have confusion on this, can you please let us know what were you able to do earlier and not now.
    Regards
    Jitender

  • BI Content Tab goes missing in between the Project

    Hi Experts,
    I have been finding a very strange behaviour in the BI 7 System of late. The BI Content tab has gone missing suddenly and its been more than a week till now. We have been installing and activating BI Objects regularly and suddenly one day its gone blank. I am a Tech Manager and was surprised when my consultant told me that BI Content tab is missing. I wanted to check if anyone else has faced this problem and if so whats the way out. Pls also let me know what are the reasons behind this so as to not repeat these mistakes in future. Would appreciate an immediate response - Swami.

    Swami,
    This is surprising.
    Check, whether you are able to access BI content from menu (RSA1->Goto-> Install BI Content)
    Adjust the screen resolution and check whether the BI content tab is hidden.
    Also check in tcode : RSORBCT.
    Ravi

  • Why does is the Content tab in Preferences missing?

    When I try to view the Content tab in Preferences, it shows the last tab I clicked on. For example, when I click on Tabs and then try to view the Content tab, it shows the Tabs tab.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • BI Content Tab, objects missing

    Hi,
    When i go to BI Content tab ib RSA1 or directly go with RSORBCT, I find that under BI content tab, there are no options available. That are genarally by-default, like Obects type, Roles, Infoobjects etc.
    Though my user id has been assigned with SAP_ALL profile. and some other customized roles.
    Following are BI content and BI versions -
    Component        Release      Level
    SAP_BW           700            0023
    BI_CONT            704           0005
    Any solution, to get BI content tab correct. Am i
    Thanks !!

    Hi ,
    Check whether you have the required roles assigned  in SU01.
    Check the roles - 'S_RFCACL' and 'CF_ROLE' are assigned to you or not .
    If these required roles are assigned to your user  , then check whether the corresponding parameters for the roles  are
    assigned to you in the profiles  tab .
    Regards,
    Lokesh

  • ITunes only shows "Setting" and "Contents" tabs - where's Music?

    Am I missing something? I only have Settings and Contents tabs in iTunes for my shuffle. I want to sync some playlists to my shuffle - how do I do this?
    I tried using Autofill for a smart playlist that contains podcasts, but I just get the "no songs in the playlist 'Podcasts' can be synced".

    mmmiles B wrote:
    Am I missing something? I only have Settings and Contents tabs in iTunes for my shuffle. I want to sync some playlists to my shuffle - how do I do this?
    That's all there is... you can either drag and drop playlists to the contents tab or use autofill by selecting the playlist to auto fill from.
    I tried using Autofill for a smart playlist that contains podcasts, but I just get the "no songs in the playlist 'Podcasts' can be synced".
    You CAN'T use autofill for podcasts (and audiobooks) . Drag and drop is
    the ONLY way...

  • Logical Level in Content Tab

    Hi,
    What is the use of Logical Level under Content Tab in Logical Table Source?
    Need more information, docs related to this
    Thanks,
    Satheesh

    Hi
    This logical level is useful for level bases metrics.It shows the levels in your hierarchy.We can give the level in this and in the report it shows the data for that level only.
    See this lnk, http://gerardnico.com/wiki/dat/obiee/measure_level_based
    Thanks
    Don

  • How to set different navigation items for each content tab in xMII portal

    Hi,
    Scenario : I have added three content tabs in the xMII portal.
    I want to change the items in the navigation tree when each of the content tabs are selected.
    How is this possible?
    Please help.

    Vaishali,
    The built-in navigation tree is not intended for this sort of thing, where just like with the tabs it is intended to provide role/user based content links.
    You would be better off having your content tab link pass a criteria to the default target frame and allow a web page to give you the second level of dynamics.  Your content tab links could be something quite simple like "Page.irpt?Tree=1", "Page.irpt?Tree=2", "Page.irpt?Tree=3" and your irpt page would receive the Tree property and you could react accordingly in your web page.
    Regards,
    Jeremy

  • What is the content Tab

    Hi All,
    We have just started using OBIEE as a business intelligence solution and I am in a process of creating RPD for our current data model. However, as I have gone through the official oracle documentation and various posts but I am still not sure what is the CONTENT tab of an LTS signifies logically?
    Can anyone please elaborate upon this with a small example or direct me to a more precise documentation with an example?
    I will be highly thankful.
    Thanks,
    Ronny

    Thanks but it's not mandatory
    and give only those who
    want.
    If it was possible for me, I will give you a little
    bit of point because I'm now sure that you
    can't use the tab content of an lts for a level based
    measure ;-)
    good evening and go Netherlands !

  • The content tab in options is not showing up

    I am trying to allow my computer to accept pop ups. I go to Tools, Options, and then Content. The Content tab does not appear to be working. It shows whatever tab I looked at last. For example, I go to the "Security" tab and then back to the content tab. The content tab is the same as security. Then I go to the "General" tab and then back to the Content tab. The Content tab shows the same as the General Tab.

    You can also go to View>Show Sidebar in the iTunes menu at the top of the screen. The key command on a Mac is Option+Command+S.

  • Content tab for a fact table

    Hi
    Please , help me in knowing the use of content tab for a fact table in the repository in OBIEE.
    Thanks.

    if you have multiple LTS then you should set the content level approprately otherwise you can get errors during consistency checks.not able to find any link which talks only about content level.see these links and let us know if you have any doubts
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=604637
    Content tab is also handy when you are using aggregate tables.
    Regards,
    Sandeep

  • Content Tab: None of the fact tables are compatible with the query request

    Hi All,
    **One thing I am not clear yet of all my years with OBIEE is working with the content tab in BMM.**
    I have made a rpd the joins in physical layer as shown below:
    https://picasaweb.google.com/114804305606242416264/OBIEEError#5663056545119428530
    And the BMM layer as:
    https://picasaweb.google.com/114804305606242416264/OBIEEError#5663056519553812930
    Error I am getting when i run a request from the 3 columns from the selected 3 tables is:
    Dim - Comment Code Details
    Fact - Complaint
    Dim - Service Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14020] None of the fact tables are compatible with the query request Sr Num:[DAggr(Fact - Complaint.Sr Num by [ Dim - Service Details.Sr Cat Type Cd, Dim - Comment Code Details.Cmtcode name] )]. (HY000).
    I get no error for consistency.. I read everywhere and I know i need to set the appropriate aggregation levels in the various dims and facts LTS properties to help OBIEE understanding our model, but how to do that.. how do i decide... how should I approach, what should be the aggregation level, what details.
    When i click More button i see different options: Copy, Copy From, Get Levels, Check Level, what do these mean.
    Aggregation Content, group by - Logical Level or Column which one should i choose and how should I decide.
    Can anyone explain the Content Tab in details and from scratch with some example and why we get these errors.... I know many people who are well versed with many other things related to RPD but this. A little efforts of explaining from you guys will really be appreciated.
    Thanks in advance,
    Dev

    Hi Deepak,
    Option 1:
    My tables in physical layer are joined as below:
    D1--> F1 <--D2--> F2 <--D3
    Same way i model it in BMM
    D1--> F1 <-- D2--> F2 <--D3
    Here D1 is non Conformed Dimension for F2 and D3 is non Conformed dim for F1. Later create Dimensional hierarchies, I tried setting up the content levels
    I go Sources>content tab of Fact F1 I set
    Dimensions----------- Logical level
    D1---------------------- D1 Detail
    D2---------------------- D2 Detail
    D3---------------------- D3 Total
    then, I go Sources>content tab of Fact F2 I set
    Dimensions----------- Logical level
    D1---------------------- D1 Total
    D2---------------------- D2 Detail
    D3---------------------- D3 Detail
    Then, I also go in all the dimensions and set their content levels to Details, but it still gives me errors not sure where I am going wrong in setting the content levels.
    I need to know whether the way I have modeled it in BMM is right,
    Option 2:
    I can combine the two facts in a single Logical Fact or the above design should also work.
    (F1&F2)<--D1, D2 , D3 joined separately using complex logical joins.
    what will be the content tab details?
    Thanks,
    Dev

  • Content tab in options is not operational, cannot allow certain popup windows for sites like pandora and others; that's the tip of the iceberg...

    When I go into option menu, then click on the content tab, nothing happens; regardless of the duration of the waiting period, as when you click it and wait, you might as well walk away, because it will not load even if you wait an hour; THE OTHER TABS LOAD (THOUGH SLOWER THAN PREVIOUS VERSION) and function as far as I can determine. There is not the Firefox "One button for everything" at the top left like in the tutorial for this 4th gen. update either, and in general it's functioning rather sluggishly; I think I will be uninstalling the new version tomorrow as soon as I can.

    Did you look here?
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    Note that these settings affect background images.
    See also:
    *http://kb.mozillazine.org/Website_colors_are_wrong
    You can also change this by toggling the <b>browser.display.use_document_colors</b> pref on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config

Maybe you are looking for

  • How to retrieve value from AIAInstallProperties.xml in AIA Flow.

    After PIP Developement, Installer team will build the OUI installer for the PIP.They will build the screens for our PIP based on the requirements we give them.We give them a list of properties that we need the installer to prompt for and then the ins

  • Data Source error in Information Discovery

    I created a new data source and when I try and look at a data explorer I am seeing the following error: com.endeca.portal.data.DataSourceException: An error occurred while executing query: Could not send Message. I am able to view the data through a

  • Creation of Purchase requisition with reference to Contract documents

    Dear All I am not able to create the Purchase requisition with reference to Contract documents, in outline agreement field if I enter the contract document number which is already existing it is not copying the details, again I have to enter all the

  • A "Switcher" question

    Hi all, I've come to my wit's end with Windows and I will be receiving my Mac Pro this Friday. My question to the forum is I have two WD 320 GB HDs that I wish to install into my new machine (maybe not right away since I have to learn the new OS) and

  • Ipad mini has passcode but i don't remember setting one?

    i have got my daughter an ipad mini and it has asked for a passcode but i don't remember setting one up how can i sort this out??