OBIEE 11g Unable to browse multiple value hierarchy for analysis.

Hi All,
We are using OBIEE 11g Value Hierarchy feature to display GL Segment Hierarchies.
-     We have set the hierarchies to be Ragged and Skipped Levels in the RPD Business Model.
-     We have dragged the hierarchies from Business Model to Presentation Layer.
-     When selecting the hierarchies during Analysis, the first hierarchy that is browsed appears correctly. The next hierarchy when browsed just hangs.
For example:
Step 1: Browse Hierarchy1 (Block). The values show correctly.
Step 2: Browse Hierarchy2 (Account). The hierarchy does not open with a blinking circle remaining forever.
Alternatively;
If we selected, Hierarchy 2(Account) first, the hierarchy shows correctly, but when selecting Hierarchy1 (Block) a blinking circle appears and remains for ever without opening the hierarchy.
The nqquery.log shows correct result. My suspicion is that the issue is on the front end presentation services/javascript side.
Is there any additional setup/configuration required to open multiple value hierarchies during analysis.
Thanks and Regards,
Sasi

I have a pretty good guess at the hanging problem, unforntunitly i have no solutions yet.
I having same type of issue, hangs when building filters on for 2nd or 3rd dim table.. I can see obiee fireing off the query to populate the dropdown by running
select distinct on and joining to the fact table and dimensions that the users usually have selecte prior to start creatinng the filters.
It is sort of like doing a intra dimension filter.. Sounds good but if user does not cut way down on number of fact rows by the time 2nd filtered column is selected the generated query to populate the drop down can run and run.
OBI SE Once and discoverer dd not do this, at least not out of the box.

Similar Messages

  • Unable to double click Value Hierarchy on CL31

    Hi all,
    We have recently upgraded from R/3 Release 4.6C to SAP ECC 6.0 and I am experiencing the following problems when running transaction CL31.
    After selecting Class Type, Select Chars it brings up the "Value Hierarchy for Char. Sub Type" screen. When on this screen on the old system I am able to double click within the Hierarchy to expand all the Subtypes however the new system does not allow me to double click, it only allows expanding when clicking on the arrows to the left but not by the double click. When I double these Subtypes the following error comes up on the performance assistant. See below:
    Value "SASOL1" cannot be selected
    Message no. C1853
    Diagnosis
    From a value hierarchy, you want to choose a value that has subordinate values. This is not possible. You can only choose the lowest values in a value hierarchy.
    Procedure
    Explode the structure down to the lowest values and choose one of these.
    Please help with this issue:)
    Kind Regards,
    Preneshen

    Hi Hoshwa, and a warm welcome to the forums!
    Do you have another Mouse to try?
    I have tried the disk on other computers with no problem.
    If you do need to A&I, you can use another Mac with Firewire as an expensive DVD drive...
    If you have another Mac with Firewire & a FW cable, put the Install Disc in the other Mac, boot the Other Mac into Target mode...
    http://docs.info.apple.com/article.html?artnum=58583
    Boot the G4 with the Option key held down, see if the Install Disc in the other Mac shows up as a boot choice.
    At this point I think you should get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 6 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Trash old Log files.
    First reboot will be slower, sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files!
    Disconnect the USB cable from any UPS so the system doesn't shut down in the middle of the process.

  • ORA-35563: Multiple values exist for an attribute of this dimension member

    After following the tutorial Building OLAP Cubes I was trying to make a cube with aggregation down to the day instead of down to the month.
    I created a times table pretty similar to the one used in the tutorial:
    CREATE TABLE EVENT_TIMES (
            HOUR_KEY        DATE NOT NULL,
            DAY_ID          VARCHAR2(10),
            DAY_NAME        VARCHAR2(10),
            DAY_END_DATE    DATE,
            DAY_TIME_SPAN   NUMBER,
            MONTH_ID        VARCHAR2(30) NOT NULL,
            MONTH_NAME      VARCHAR2(40),
            MONTH_END_DATE  DATE,
            MONTH_TIME_SPAN NUMBER,
            YEAR_ID         VARCHAR2(30) NOT NULL,
            YEAR_NAME       VARCHAR2(40),
            YEAR_END_DATE   DATE,
            YEAR_TIME_SPAN  NUMBER
    As you can see, instead of a DAY_KEY like in the tutorial, I now use an HOUR_KEY.
    This is a sample of the data I inserted in this table:
    select to_char(hour_key,'YYYYMMDDHH24MISS'),DAY_ID,DAY_NAME,DAY_END_DATE,DAY_TIME_SPAN,MONTH_ID,MONTH_NAME,MONTH_END_DATE,MONTH_TIME_SPAN,YEAR_ID,YEAR_NAME,YEAR_END_DATE,YEAR_TIME_SPAN from event_times;
    TO_CHAR(HOUR_KEY,'YYYYMMDDHH24MISS') DAY_ID     DAY_NAME   DAY_END_DATE DAY_TIME_SPAN MONTH_ID                       MONTH_NAME                               MONTH_END_DATE MONTH_TIME_SPAN YEAR_ID                        YEAR_NAME                                YEAR_END_DATE YEAR_TIME_SPAN
    20140104050000                       Y2014M1D4  Y2014M1D4  04-JAN-14                1 Y2014M1                        Y2014M1                                  31-JAN-14                   31 Y2014                          Y2014                                    31-DEC-14                365
    20140104060000                       Y2014M1D4  Y2014M1D4  04-JAN-14                1 Y2014M1                        Y2014M1                                  31-JAN-14                   31 Y2014                          Y2014                                    31-DEC-14                365
    I then created my TIME dimension with DAY as the lowest level.
    When I try the maintain cube option it fails at the 'LOAD NO SYNCH' step with the rejected records having an error message that says:
    ORA-35563: (XSRWLD17) Multiple values exist for an attribute of this dimension member.
    To me, this is a very cryptic message and the only explanation I find online is:
    Cause
    Multiple source table rows containing different values for a dimension attribute were found. Only the first of the multiple rows has been loaded.
    Action
    Fix the mapping or remove the rows with conflicting attribute values..
    This confuses me. In the tutorial the lowest level was day and the TIMES table contained 1 record for each day.
    In my example, the lowest level is hour and the TIMES table contains 1 record for each hour.
    Which attribute has multiple values? And which values?
    The rejected records (101) are not very clear:
    ALIAS_1 = 'MONTH_Y2014M1' AND ALIAS_3 = to_date('31JAN14') AND ALIAS_4 = 31 AND ALIAS_5 = 'Y2014M1' AND ALIAS_6 = 'Y2014M1' AND ALIAS_7 = 'YEAR_Y2014'
    If anyone can help point me in the right direction, it would be greatly appreciated.

    I have seen this recently. The issue is with the dimension load itself.  You have a hour level record table but the rules relating to hierarchy/attribute values etc are checked/reinforced during the load and this error comes up sometimes.
    I would guess that the issue seems to be with your month level information present in the higher level month columns. There are many records corresponding to a single month in ur case, month of Y2014M1. Information relating to Month level member Jan 2014 or member MONTH_Y2014M1 is present in these records: 31 (days) *24 (hours) = 744 records. The data in these 744 records for columns - MONTH_ID, MONTH_NAME, MONTH_END_DATE, MONTH_TIME_SPAN need to be exactly the same in order for the single member MONTH_Y2014M1 to have month attributes loaded with valid values.
    For e.g: if records #1 to #743 contain month_timespan=31 but for some unknown reason record #744 contains month_timespan=30 then this error will come up. OLAP does not know which value to load (31 or 30), and only 1 value can be loaded onto the month level member corresponding to month Y2014M1.
    A quick check of the data should give you the answer. Typically there may be some mistake/invalid assumptions made with the boundary records (in your case, check for values for records corresponding to hour=0 or hour=23/24) which is causing the issue.
    HTH
    Shankar

  • OBIEE 11g RPD and case study document required for practice

    Hi OBIEE guru's,
    Could you please help me by posting OBIEE 11g sample RPD and case study document for creating Answers and Dashboards.
    I need to brushup my skills on creating Answers and Dashboards.
    Thanks in advance.

    Satya,
    have you looked at the sample app. This has many different cases and you can "play" with the data yourself. Quite powerful:
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
    have fun
    alex

  • OBIEE 11g : Unable to see any images while customizing styles and skins

    Hi,
    I am trying to customize OBIEE 11g style and skin. I followed the steps mentioned at http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/ and also in oracle white paper http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf.
    I am not able to see any images on any OBIEE screens. After login, I can see the name of skin which i have created as the default skin but login page images, header images (after login) are not coming up. Can you please provide solution?
    P.S. I have not changed any images or any css files in the custom skin and style directory. I just wanted to know first whether the new skin/style works for me. If it works, then i will apply some sort of customization.

    That is correct. Also remember to delete browser cache. Here you have the folders: Re: how to insert the picture in the dashboard of BIEE
    Let me know.
    J.-

  • OBIEE 11g- unable to start application server

    Dear All,
    I have recently installed OBIEE 11g 11.1.1.6.0 for the first time (enterprise install)
    am able to login to anaytics page and create reports, but Iam not able to connect to enterprise manger , console.
    Going through various posts, i came to know i should start Application server.
    which i was not able to. was getting error as
    'unable to get file lock will retry'.
    I tried deleting
    Navigate to the path : <OBIEE HOME>/C:\Middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp
    “AdminServer.lok” file.
    it still did not start
    I try doing the same for “bi_server1″ lock file. but am not able to delete this file.
    It says its in use. but i did not find any Java process running.
    Can you please help. how can i start my Application server on windows OS.
    Appreciate your help.
    thanks in advance.
    Achala

    Firstly we have shutdown the application for OS activity for creating mount point(related to Business)
    then we where trying to start the application all the work process are running with semaphore 50 , there no such error mesg ,just the work process are hang at running state with user SAPSYS
    the i have shutdown the application and clean the ipc and again i restarted the app still the same issue
    Hope u understand
    Thank you
    Haroon

  • OBIEE 11G - Unable to login to presentation services

    Hi All,
    I have done a simple installation of OBIEE 11G on my coloud server with OS windows server 2003, SP2 , 32 bit.
    Installation is 88% completed with,
    Executing : opmnctl start coreapplication_obiccs1 and Executing: opmnctl start coreapplication_obips1 failed. Came to know that this is related to clusters and ignored the error.
    RCU is installed in different database server.
    Now i am trying to login to presentation services with weblogic as userid and password that i had given during installation of obi.
    I am getting error that userid or password is invalid...
    One thing i came to know from the thread OBIEE 11g Cluster Controller Failed to start is,
    i have a bad IP in /etc/hosts... below are the entries in the file... can anyone please tell me what necessary changes i should do?
    # Copyright (c) 1993-1999 Microsoft Corp.
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    # For example:
    # 102.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host
    127.0.0.1 localhost
    Regards,
    srl

    HI Srini,
    Thanks for the response,
    I can able to logic Obiee Em/Console services with the same user Web logic. Only Presentation services not able to login.
    Please find my  sawlog0:
    [2014-01-08T19:54:52.000+05:30] [OBIPS] [NOTIFICATION:1] [] [saw.securitysubsystem.checkauthentication.runimpl] [ecid: f86ee0615f1822d9:694c3368:14372397042:-8000-00000000000002fd,0:1:1] [tid: 3400] Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004.  Code: 10018.  [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43126] Authentication failed: invalid user/password. (08004)[[
    File:checkauthentication.cpp
    Line:1330
    Location:
      saw.securitysubsystem.checkauthentication.runimpl
      saw.threadpool.asynclogon
      saw.threads
    ecid: f86ee0615f1822d9:694c3368:14372397042:-8000-00000000000002fd,0:1:1
    ThreadID: 3400
    Please advice
    Regards,
    Kulkarni

  • Write back in OBIEE 11g : unable to check "enable write back"

    Hi all!
    I have a table on presentation, i want to make a table in analysis with function "Write back". But in criteria, when i choose "column properties" --> "write back" tab --> i can not check "Enable write back". I have granted privileges "write back" to user
    Please tell me how to configure to make it.
    Thanks so much.
    Edited by: OBIEE.vn on Jan 6, 2011 7:54 PM

    Guys,
    In OBIEE 11g You need to make sure that you mark the logical columns in your Repository RPD as "Writeable". Otherwise the ability to write to these columns is not allowed for WriteBack functionality.
    Cheers,
    Christian
    http://www.artofbi.com

  • Unable to enter multiple Schedule lines for BOM material in Sales Order

    Hi All,
    We have a Sales Order where in which we cannot add additional schedule lines for BOM material.
    The schedule lines are greyed out, user was able to add schedule lines earlier.
    I have checked all assignments in VOV6, VOV7 and everything seems to be fine and no changes have been made to item category being used.
    Please provide a solution for this.
    PFB link in which similar situation posted in this community but the final resolution method is not discussed.
    http://scn.sap.com/message/13201504#13201504
    Regards,
    Samiksh

    Hi Samiksh,
    Pls check for that particular customer, only complete delivery allowed(c) is set in the CMR or CMIR. If so, you can't enter multiple schedule lines for that customer.. it would be grayed out in the sales order schedule lines except confirmed line.
    or check the problematic sales order at item level shipping tab if the par del/item is set to 'C'
    With regards
    S.Siva

  • XMLAttribute unable to handle multiple values returning from a query

    Hi Guys,
    I have to design the format of the data returning from a query in XML. For this i have used xmlelement and xmlattribute
    the query goes like this
    SELECT '<?xml version="1.0" ?>'||' '||XMLELEMENT("imageData",
    XMLATTRIBUTES(LI.GROUPNO as "imageName", 'PNG'as "imageType", '2.0' as "version", 'com.snapon.sbs' as "xmlns"),
    XMLELEMENT("callouts",
    XMLATTRIBUTES('roundedRectangle' as "shape"),
    XMLELEMENT("callout",
    XMLATTRIBUTES((SELECT IO.PNC_KEYNO FROM PFEALIOCR IO WHERE IO.BASECATALOGNO = LI.BASECATALOGNO AND LI.GROUPNO = IO.GROUPNO) as "label"),
    XMLELEMENT("point",
    XMLATTRIBUTES((SELECT IO.COORDINATESX1 FROM PFEALIOCR IO WHERE IO.BASECATALOGNO = LI.BASECATALOGNO AND LI.GROUPNO = IO.GROUPNO) as "x",(SELECT IO.COORDINATESY1 FROM PFEALIOCR IO WHERE IO.BASECATALOGNO = LI.BASECATALOGNO AND LI.GROUPNO = IO.GROUPNO) as "y")))))
    FROM PFEALIGIL LI
    WHERE LI.DELETEFLAG <> 'D'
    here he logic is the one groupno from pfealigil and the corresponding pnc_keyno that are related to groupno are fetched here. but here since multiple pnc_keyno are returning xmlattributes is unable to handle. I want to design the xml in this format
    <?xml version="1.0" ?>
    <imageData imageName="ISDH0001104"
    imageType="PNG" version="2.0" xmlns="com.snapon.sbs">
    <callouts shape="roundedRectangle">
    <callout label="182">
    <point x="289" y="68"/>
    </callout>
    <callout label="247"<point x="430" y="83"/>
    </callout>
    <callout label="122"><point x="546" y="331"/>
    </callout>
    <callout label="249"><point x="402" y="429"/>
    </callout>
    <callout label="248"><point x="392" y="463"/>
    </callout>
    <callout label="182"><point x="228" y="416"/>
    </callout>
    <callout label="1"><point x="364" y="737"/>
    </callout>
    <callout label="14"><point x="494" y="980"/>
    </callout>
    <callout label="168"><point x="671" y="910"/>
    </callout>
    <callout label="15"><point x="779" y="848"/>
    </callout>
    <callout label="1"><point x="805" y="343"/>
    </callout>
    </callouts>
    </imageData>
    like here one image name all those pnc_keyno that are valid should come in this way as above. Please let me know if anything is unclear to you

    apexStarter wrote:
    Data model goes like thisYou mentioned two tables in your first post, but I guess it's just a matter of joining them to get the above resultset?
    In this case you can do it like this :
    SQL> WITH sample_data AS (
      2    SELECT '91-921' groupno, '1125AE' pnc_keyno, 000000127 coordinatesx1, 000000730 coordinatesy1 FROM dual UNION ALL
      3    SELECT '91-921', '18642F', 000000513, 000000891 FROM dual UNION ALL
      4    SELECT '91-921', '18643D', 000000620, 000000844 FROM dual UNION ALL
      5    SELECT '91-921', '18649E', 000000561, 000000688 FROM dual UNION ALL
      6    SELECT '91-921', '18668B', 000000620, 000000864 FROM dual UNION ALL
      7    SELECT '91-921', '92101A', 000000587, 000000591 FROM dual UNION ALL
      8    SELECT '91-921', '92102A', 000000587, 000000571 FROM dual UNION ALL
      9    SELECT '91-924', '1243BD', 000000617, 000000889 FROM dual
    10  )
    11  SELECT XMLRoot(
    12           XMLElement("imageData",
    13             XMLAttributes(
    14               groupno as "imageName"
    15             , 'PNG'as "imageType"
    16             , '2.0' as "version"
    17             , 'com.snapon.sbs' as "xmlns"
    18             )
    19           , XMLElement("callouts",
    20               XMLAttributes('roundedRectangle' as "shape")
    21             , XMLAgg(
    22                 XMLElement("callout",
    23                   XMLAttributes(pnc_keyno as "label")
    24                 , XMLElement("point",
    25                     XMLAttributes(
    26                       coordinatesx1 as "x"
    27                     , coordinatesy1 as "y"
    28                     )
    29                   )
    30                 )
    31               )
    32             )
    33           )
    34         , version '1.0'
    35         )
    36  FROM sample_data
    37  GROUP BY groupno
    38  ;
    XMLROOT(XMLELEMENT("IMAGEDATA",XMLATTRIBUTES(GROUPNOAS"IMAGENAME",'PNG'AS"IMAGETYPE",'2.0'AS"VERSION",'COM.SNAPON.SBS'AS
    <?xml version="1.0"?>
    <imageData imageName="91-921" imageType="PNG" version="2.0" xmlns="com.snapon.sbs">
      <callouts shape="roundedRectangle">
        <callout label="1125AE">
          <point x="127" y="730"/>
        </callout>
        <callout label="92102A">
          <point x="587" y="571"/>
        </callout>
        <callout label="92101A">
          <point x="587" y="591"/>
        </callout>
        <callout label="18668B">
          <point x="620" y="864"/>
        </callout>
        <callout label="18649E">
          <point x="561" y="688"/>
        </callout>
        <callout label="18643D">
          <point x="620" y="844"/>
        </callout>
        <callout label="18642F">
          <point x="513" y="891"/>
        </callout>
      </callouts>
    </imageData>
    <?xml version="1.0"?>
    <imageData imageName="91-924" imageType="PNG" version="2.0" xmlns="com.snapon.sbs">
      <callouts shape="roundedRectangle">
        <callout label="1243BD">
          <point x="617" y="889"/>
        </callout>
      </callouts>
    </imageData>

  • Multiple Approval hierarchy for Move Orders

    hello
    need to know how Multiple approvals can use with move order?
    1)move order requisition having three lines for different items and hving three different planners.who will receive notification for approval? all three with same move order number?
    if all three will receive some one may able to change details of lines ?how it will work ?
    is there any multiple approvals can use for same items with different amounts? how if any one having doc please send to [email protected]
    thanks

    AME (Approval management engine) allows you to model all sorts of complicated hierarchies for move orders.
    Sandeep Gandhi

  • OLAP on 11g and Materialised Views with Multiple Value-Based Hierarchies

    Hello OLAPians
    I am trying to setup Orable BIEE to report on an OLAP cube with pre-aggregated data. As OBIEE is not able to hook into the OLAP directly i have to create an SQL cubeview.
    Currently i am on a 10g OLAP environment and am using the oracle sample SQL cubeview generator to create an SQLview of my cube.
    The cube itself has multiple dimensions and these dimensions have multiple VALUE-based (ragged) hierarchies and dimension members can be shared across hierarchies also.
    Initially i had a problem running the view generator plugin because there is a bug within it that does not finish if there are multiple value-based hierarchies present. I was able to get around this by manually editing the limitmap for the cubeview and manually creating the SQL view.
    The question that i want to ask is how robust is the 11g materialised views with multiple value-based hierarchies and the sharing of dimension members across different hierarchies?
    Has anyone successfully been able to create a cubeview and import it into OBIEE without the hassle of manually editing the limitmap?
    A problem arises with the value-based setup whereby if the client creates a newer depth in the ragged hierarchy, i need to manually create the limitmap and the cube-view over again, and then re-map the BI Administration mappings.

    The simple answer to your question,
    how robust is the 11g materialised views with multiple value-based hierarchies...?is that materialized views are not supported on top of value-based hierarchies in 11g. The reason is that it is not possible to write a reasonable SQL statement that aggregates a fact over a value-based hierarchy. Such a SQL statement is necessary if we want to create a rewritable MV on top of the cube.
    But I suspect this is not what you are really asking. If you are trying to set up OBIEE on top of the cube in 10g using the view generator, then you will probably want to use the "ET VIEWS" that are generated automatically in 11g. These are generated whether or not you enable materialized views on top of your cube. I am not aware of any issues with the generated value-based hierarchy view support in 11g. Members may be shared between value hierarchies and you will not need to generate or modify limit maps.

  • OBIEE 11g Multiple instance hitting Presentation catalog in round robin fashion

    Hi All,
    Our requirement was to have two instances of OBIEE 11g in a single box ie one for Dev and one for TEST
    For OBIEE 10g, i see lot of information, but for OBIEE 11g i dont see any information on this..
    Has anyone tried implementing multiple instances in OBIEE 11g through vertical clustering.?
    so far i did vertical clustering of Presentation servers
    ie
    1 BI Server
    2 Presentation Servers
    2 Presentation Services Plug-in ( analytics.ear, analytics2.ear)
    The issue that i am facing is that the below analytics link sometimes hits one catalog and sometimes other catalog... ( its random hitting) [looks like Load balancer is acting here]
    http://constance.localhost.com:9704/analytics 
    Also i read on Rittman Blog that ..
    "Presentation Services plug-in and Presentation Services have been decoupled. So, essentially a single web server can communicate to multiple presentation services in a round-robin fashion without the need for load balancer in vertical clustering. In horizontal clustering with multiple machines, load balancer will be required though in order to switch between different HTTP servers based on the incoming load. "
    Any ideas how to switch off the load balancer?
    Thanks
    Ashish

  • Unable to see Publisher roles in obiee 11g

    Hi All,
    I have installed OBIEE 11g (11.6). In Admin tool for the user weblogic I am unable to see the publisher roles XMLP_SCHEDULER, XMLP_ADMIN, XMLP_DEVELOPER etc.. But I am able to access publisher.
    Only able to see BI Administrator, BI Author, BI Consumer BI System.
    In OBIEE 10g, I am able to see all the roles for Administrator user once I installed.
    Thanks.

    user1668671 wrote:
    Hi Amit,
    XMLP roles doesnot exist in Enterprise manager's Security > Application roles. How should I get them. Shouldnt I get default with the installation..???
    Thanks.Have you installed BI Publisher along with OBIEE ? If yes, then the roles should have been created in the enterprise manager by default. Since you dont see them, I believe you will have to manually create all the application policies and then application roles and assocaite them. You either find them in the documnetation on what to create etc or you can try installing .5 version of OBIEE to replicate the same in .6.

  • Agent Issue In Obiee 11g

    In OBIEE 11G, how to send automatically one email for different level users for having a look different data by agent?
    For example:
    One report architeture:
    Region--------District---------Sales
    Region 1------District1--------100
    ------------------District2---------200
    Region 2------District3---------300
    ------------------District4---------400
    One Level can have a look at data:
    Region-----------------Sales
    Region 1-------------300
    Region 2------------ 700
    Another Level can have a look at data:
    Region--------District---------Sales
    Region 1------District1--------100
    ------------------District2---------200
    Region 2------District3---------300
    ------------------District4---------400
    Is it possible to implement this requirement in OBIEE 11.1.1.6? Thanks.

    Hi Satya,
    Thanks for you help.
    If I add this new users into one group in users table and send one email to group, it will no result. Message display as below:
    Eventually succeeded, but encountered and resolved errors...
    Number of skipped recipients: 0 of 0
    AgentID: /shared/test/sad
    Invalid subscribers skipped: weblogic
    create table USEREMAIL
    Logon VARCHAR2(50),
    Display_Name VARCHAR2(50),
    Group_Name VARCHAR2(50),
    TimeZone VARCHAR2(50),
    Language VARCHAR2(50),
    Locale VARCHAR2(50),
    Email VARCHAR2(50),
    Email_Priority VARCHAR2(50),
    Email_Type VARCHAR2(50),
    Cell_Phone VARCHAR2(50),
    Cell_Phone_Priority VARCHAR2(50),
    Pager VARCHAR2(50),
    Pager_Priority VARCHAR2(50),
    Handheld VARCHAR2(50),
    Handheld_Priority VARCHAR2(50)
    Create table users(
    USERID varchar2(50),
    USERPASSWORD VARCHAR2(50),
    GROUP VARCHAR2(50)
    insert into useremail values
    ('kobe','kobe_xu','BIAdministrators','','','','[email protected]','H','HTML','','','','','','');
    insert into users values
    ('kobe','123456',''BIAdministrator');
    and create AUTHENTICATION block:
    select USERID from USERS where USERID=':USER' NQS_PASSWORD_CLAUSE(and USERPASSWORD= ':PASSWORD')NQS_PASSWORD_CLAUSE
    CREATE AUTHORIZATION BLOCK and set row-wise:
    SELECT 'GROUP', USERROLES FROM USERS WHERE USERID=':USER'
    Please help me to find the issue, thanks very much for your precious time.

Maybe you are looking for

  • How to access the ms access database in the JApplet?

    I am New here. Please help me. I am create one java file to access MS access the database in the JApplet. It say "Access denied". How to access the ms access database in the JApplet? Message was edited by: SVPRM

  • Single Source and Multiple Destinations.

    Hi all,       I am working on the scenario like Jdbc to Two destnations(SAP and Jdbc).I am able to sent the data from Jdbc to SAP.I have to send the data parallelly or serially to another destination(JDBC). Could anybody suggest the steps briefly. Th

  • Printing with no colour

    Why when i print a photo on my new HP Photosmart does it only print in greyscale

  • Call,text blockings apps for the fascinate..

    does anyone know of any good apps,minus,privacy star,that will block unwanted calls,text?privacy star worked good at first.i have handscent as my default messenger,between handscent/privacy star updates from time to time privacy star stopped blocking

  • "Arduino TTL serial to Windows (LabVIEW VISA)"

    QUick Q for the forum. I assume serial TTL output from Arduino can be read and written directly by LabVIEW but I am not sure if this is the case when using TTL serial on the arduino. I realize it is possible to talk to arduino via its secondary(or pr