How to see SA subject area and access SA_TABLE in database

Helo,
Iam using OBI EE 10.1.3.3.1.
I need to send the ibots alerts to the people who are not the OBI users.
So, I read in the post to make some configurations changes in SA subject area.
But, I am not able to see this in Answers. Also, how to access the tables for this?
thx,
parag

I don't know.. maybe it is deleted from the repository?
On this page:
http://download.oracle.com/docs/cd/E12096_01/books/admintool/admintool_RepositoryFinal23.html
you can read:
NOTE:  For Oracle BI Application customers, the SA System subject area is preconfigured in their Oracle BI repository.
Regards,
Stijn

Similar Messages

  • Unable to see the subject area in obiee11g after installing the biapps

    Hi All,
    I had installed the BIAPPS 7.9.6.3. I am able to deploy RPD and webcatlog  successfully. After that i had faced the following issues
    1. Unable to login into analytics -- Resolved. ( I replaced the system-jazn-data with old fie (location : C:\OBIEE11G\user_projects\domains\bifoundation_domain\config\fmwconfig) then after i am able to login.
    2. I am not able to see the subject areas as well as i am not able to edit the privileges through in manage privileges -- unresolved
                   Can any one help me how to resolve the issue. Is due to the system-jazn-file or any thing else
    Thanks in Advance
    Krishna

    Hi Kumar,
    In that case I recommend you to check the view V_TBZJ1 in transaction SM30 and see whether the line
    Subheader  Screen text   Description  Appl. Scrn.seq.cat.
    CRM001     Sales area data CRM          CRM1  CRM001
    exist or not if not then pls maintain it.
    Also check the view V_TBZJ1C for the lines below
    Subheader  Description         Item number  Active
    CRM001     CRM:Sales area data    2            X
    If this also not exist then maintain it.
    After this you will be able to see sales area tab when you will create the BP in role SP.
    <b>Allot points if my post helps!!</b>
    Best regards,
    Vikash.

  • User can see the subject are but nothing under the subject area.

    Hi
    I have OBIEE 11g.
    I was thinking this is a very simple case where I have one subject area for which I want to create a user such that it can create analysis and reports on that subject area.
    I BIAdmin can do that currently.
    So I created a new user in console. Under the 'Groups' tab of this user, I choose 'BIAuthors' from the 'Parents Group Available'.
    Then I logged in as this user. User was able to see the subject area but only the header. When it clicks on the expand ( + icon in tree) it expands to nothing.
    So i logged into the rpd and Under Identity -Manage , and open the properties for BIAuthor. and under Permissions , I gave BIAuthor the permission to the subject area.
    That did not help.
    I also opened the subject area from the presentation layer and under permission I made sure that "Everone" has Read access.
    But even after a bounce the user just sees the header and it expands to nothing,
    Any suggestion.
    (I was also thinking that why do I see BIAuthors in weblogic where as BIAuthor in rpd (without s ). I was thinking the rpd BIAuthor is something from 10g version.
    Thanks for all the help.
    Edited by: user6287828 on Sep 13, 2012 2:33 PM

    Hi,
    Better to decline the subfolder permissions from the user @answers,then user can only see the subject area but he can't access the subfolders...
    mark if helpful/correct...
    thanks,
    prassu

  • Reg: how to see the vendor details and general ledger details in tables

    HI all
    how to see the vendor details and general ledger details in tables.
    regards
    JK Rao

    General ledger transactions are available in following table;
    1. BKPF & BSEG
    2. BSIS - Open Items
    3. BSAS - Cleared Itesm
    For vendor
    1. BSIK - Open Items
    2. BSAK - Cleared Items
    For Customers
    1 BSID - Open Items
    2. BSAD - Cleared Items
    Regards
    Rakesh Pawaskar

  • HOW TO SEE VENDORS , BUSINESS AREA WISE

    HI,
    HOW TO SEE VENDORS BUSINESS AREA WISE
    Regrds,
    Rajesh

    hi
    goto TC:FBL1N give vendor number &company code , select all items & click dynamic selections on screen(near excute button see).  in that dynamic selections give the business area(scrool down), next excute so u can saw the
    particular business area vendors items.
    plz assign points if it's useful
    regards
    sivareddy.

  • Does anyone know how to see what apps are still open on lion? On snow leopard you just had to slide three fingers side ways I believe thanks

    Anyone know how to see what apps are still open on lion?

    If you do not have the light in dock active, activate it, or slide three finger up to open Mission Control or in Force qQuit all  open programs are listed (even the hidden ones).
    Hope that helps..

  • How to see which files are open on shares

    Im fairly new to OS X Server. Am running OS X Server 10.6.8
    How can i see files that are open through AFP or SMB? I've tried the command lsof but that doesnt seem to show open files through network.

    Try smbstatus.
    To pin down exactly which files are locked for use, try:
    smbstatus | grep -i deny_write
    For AFP, I'm not sure exactly how it's done -- there isn't an afpstatus command, so I'm a bit in the dark. However, you could probably use a combination of lsof and grep to find any objects of type REG and owned by applefile.
    Maybe this:
    sudo lsof | grep -i "^applefile" | grep REG
    But that will return everything in use by the AppleFile service. From there, though, one may need to be familiar with what shares are on the system to further deduce what's open. For example, I get 10 lines returned, but only one of them contains a known share name (/Users/username/path/to/file), the rest are system directories (/System, /private, /usr, /Library and the like).
    Hope this helps a bit.

  • HT1420 How to see what computers are authorized in iTunes

    How do you see what computers are authorized on your itunes account.  It says I have 5 and cannot add 1.

    There is no list available from your end. If you can't individually deauthorize any of them, use the Deauthorize All function.
    (72256)

  • How to see lock on table and query?

    Hi All,
    How do we see lock on table and query?
    Thanks,
    Rafi

    Yes Rafi,
    It is working fine at my end. See below:
    Opened Session 1 with scott/tiger and:
    update emp set ename='xx' where empno=7499;
    Opened Session 2 with scott/tiger and:
    update emp set ename='xx' where empno=7499;
    <<Its lock here>> This session is locked by above one.
    Opened Session 3 with sys/pw as sysdba and:
    SQL> set serveroutput on
    SQL> BEGIN
      2  dbms_output.enable(1000000);
      3  for do_loop in (select session_id, a.object_id, xidsqn, oracle_username, b.owner owner,
      4  b.object_name object_name, b.object_type object_type
      5  FROM v$locked_object a, dba_objects b
      6  WHERE xidsqn != 0
      7  and b.object_id = a.object_id)
      8  loop
      9  dbms_output.put_line('.');
    10  dbms_output.put_line('Blocking Session : '||do_loop.session_id);
    11  dbms_output.put_line('Object (Owner/Name): '||do_loop.owner||'.'||do_loop.object_name);
    12  dbms_output.put_line('Object Type : '||do_loop.object_type);
    13  for next_loop in (select sid from v$lock
    14  where id2 = do_loop.xidsqn
    15  and sid != do_loop.session_id)
    16  LOOP
    17  dbms_output.put_line('Sessions being blocked : '||next_loop.sid);
    18  end loop;
    19  end loop;
    20  END;
    21  /
    Blocking Session : 139
    Object (Owner/Name): SCOTT.EMP
    Object Type : TABLE
    Sessions being blocked : 134
    PL/SQL procedure successfully completed.HTH
    Girish Sharma

  • Doc listing all OBIA RPD Projects and related Subject areas and Presentation tables.

    Hi All,
    Can anyone help with the Oracle document ID which gives the RPD Projects and related Subject areas only and Presentation tables.
    I tried using the documentation utlity but it is unable to give me result according to the RPD Projects.
    Thanks,
    Dev

    It is combination of different activities:
    Product guide, check here cool-bi.com
    RPD documentation based on prod guide.
    There might be a project called Project and try to import rpd contents into another then generate rpd doc.
    if helps mark

  • Subject areas and connection pools

    Hi,
    Could you let me know what is the best option for me. We have tables coming from single data source. We are doing diffferent subject areas based on the requirements. My question is is it best to do different connection pools for each subject area or just do one connection pool for all subject areas.

    Hi friend,
    i think the best option depends on number of user will use the application. If you a have a high number of user on each subject data, i think it will be better have a connection pool per subject area, because the connection pool have a maximum number of concurrent connection. On the other hand, if you have a few number of user, one connection pool will be enough.
    For futher information, take a look to next link:
    http://www.appsbi.com/obiee-connection-pool
    I hope this solve your doubt.
    Regards.

  • How to do user authentication through manually access sql user database

    I have a table of user accounnts in sql, by using tomcat jsp, how can I authenticate users by manually accessing user account in sql ??
    Thanks in advance

    What is there to do?
    - Display page asking for username/password
    - retrieve typed in user name password
    - run query on database - something like "select userid from users where username = ? and password = ?"
    - if a record is returned, you have got a user - forward control to the correct jsp. If not, then it is incorrect - go back to the login page with an error message.
    - Normally on successful login you add something into the session (eg a user object) so you can tell if someone is logged in or not by looking for that object.
    Whats hard about any of this?

  • How to see what Tables are being used in all reports

    Post Author: tmashley
    CA Forum: Crystal Reports
    Hello,
    How can I see what database tables are used in all my online reports? I have around 1000 reports posted to Enterprise over 6 different datasources. If possible I would like to see the fields within those tables that are being used to.
    I am using Crystal Reports XI Release 2
    Any help is appreciated
    Thanks,
    Tom

    I don't think you can see the databases of the reports unless you download the report onto your pc as a Crystal Report format and then open it under Crystal Reports.
    This way it will open the report within Crystal Reports and will show you the datasource it is coming from.
    I doubt if you can see them online.
    Kind Regards
    Jehanzeb

  • How to see which programs are attached to which desktop?

    I have used the option to attache software programs to different desktops in Mountain Lion.  When I hava not used a specific program in a while and then need to, I cannot always remember which desktop I anchored it to.  I know I can go to the launch and click on it there, but having it attached to a desktop, it seems like I should be able to find it that way.  Is there a way to quickly see which one it is attached to without opening the app from the app launchpad or opening the app folder?  I want to be able to just click to the desktop.  In Tiger I think, we could click on spaces in the menu bar and see a list.  Just wondering if there is a quick way in Mountain lion that I'm not aware of.
    thanks!
    Michelle

    Hi, thanks for your reply, I am using mission control right now, I was just hoping there was a way that is similar to spaces in the toolbar.. and I'm guessing some of it is habit with how we think about it. 
    I realize why I was wondering this today.  I had mail open and then I opened imessage and it opened on top of mail, which told me I did not have it anchored to any specific desktop.  So I was trying to decide which one to attach it to and realized I did not know how to tell which ones already had something anchored to it.  If they are open, I could see by mission control.  But I did not want to open everything to see where it was anchored.  I rememberd being able to click on spaces in tiger and I could see the list.  So I hoped ML would have some place to see the same info. 
    Michelle

  • How to see which fields are called from a datasource?

    Hy Experts
    I have the datasource 8ZDS_DS02 and I want to know which fields in R/3 System are 'maped' to the infoobjects.  How can I do?
    Thank you in advance!

    if you have 8ZDS_DS02 as datasource, then you need to go to the update rule, Transfer rule of ZDS_DS02 and see what is being mapped to the datasource, whatever you see in 8* datasource is coming from the base ods which is ZDS_DS02.
    thanks.
    Wond

Maybe you are looking for

  • Need to add a column in front in my current Vb script

     Attached is the script that I use for copying text from multiple files and transfering them to the excell sheet, listed below is my current outout in excell. Need a column in front for dates for all the rows. The date is also contained in the text f

  • How can I handle exception? - to give user more friendly notification

    Hi! User gets an error: 'Error in mru internal routine: ORA-20001: Error in MRU: row= 1, ORA-20001: ORA-20001: Current version of data in database has changed since user initiated update process. current checksum =...' How can I handle this exception

  • ESS Changes

    Hi Portal Gurus, Our client has already ESS applications like PERSONAL INFORMATION,BENEFITS AND PAYMENTS. They have copied the content into XXX folder. All the customized and live content is present in YYY folder. Now they are planning to implement W

  • Infocube 0PS_C01 not available in BW Business Content& query 0PS_C02_Q0005

    Hi In Project systems module, the Infocube 0PS_C01 not available in BW Business Content& also queries relevant to the infocube are alos not available. how to get the relevant infocube. Please let me know.

  • Strange iTunes Behavour

    1. I have used iTunes since it's 1st intro. Never had a problem like this. Three new CD's to copy into iTunes on a new PC. Ist time onto this new PC. iTunes plays all my previous library with no problems. PC appears to almost instantaenous copy my CD