Setting HOMEPAGE for USERs, rolewise OBIEE 11g

Hi,
I have OBIEE 11g Dashboards on top of an Essbase cube. I would like to have a default homepage set per user role.
I have followed the below link: http://obieeelegant.blogspot.fi/2011/06/how-to-changing-theobiee11g-homepage.html , which suggests to have two tables in the database.
But how do I capture the User ids in this case. My security model has got Nested Groups and Nested Roles.
Any suggestion on how to proceed, please.

Hi Kalyan,
i referred this blog for adding tns entries for OBIEE 11g, for windows users.cmd has only one TNS_ADMIN, but in users.sh file there are many TNS_ADMIN and moreover all are are commented out, so i am not sure where and to what i should assign the path.
Thanks,
Sree

Similar Messages

  • Login error for User in OBIEE 11g

    Hi All
    I have created an User(TEST_USER) in oracle 11g
    but for some i have to delete the user and recreate in the same name(TEST_USER)
    but when i am trying to login in analytics after recreating the user am getting the followwing error.
    "An error occurred during authentication. Try again later or contact your system administrator."
    Please help.
    regards
    Gourisankar
    Edited by: 805966 on Dec 13, 2010 4:45 AM

    Hi All
    I have created an User(TEST_USER) in oracle 11g
    but for some reason i have to delete the user and recreate in the same name(TEST_USER)
    but when i am trying to login in analytics after recreating the user am getting the followwing error.
    "An error occurred during authentication. Try again later or contact your system administrator."
    Please help.
    regards
    Gourisankar

  • Extract list of users in OBIEE 11g

    Can someone please tell me what is the way to extract the list of users using OBIEE 11g with their roles and permissions.
    Thanks in advance.

    Check this script
    '1: Make an UDML export of the RPD using nqgenudml.exe
    '2: Change the filename/location in this script
    '3: Run the script from the command line cscript Read_Usergroups.VBS > users.txt
    '4: Put the export in a XLS Pivot table
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    'point this to your UDML EXPORT
    Set objFile = objFSO.OpenTextFile("E:\usergroup.txt", ForReading)
    Const ForReading = 1
    Dim arrFileLines()
    dim strRLine
    dim strTemp1
    dim strTemp2
    dim strTemp3
    dim intRoles
    intRoles = 0
    i = 0
    WScript.Echo "USER_NAME;FULL_NAME;ROLE;COUNT"
    Do Until objFile.AtEndOfStream
    strRline = objFile.ReadLine
    if left(strRline,12) = "DECLARE USER" then Redim Preserve arrFileLines(i)
    strTemp1 = MID(strRLine ,15 , 50)
    strTemp1 = MID(strTemp1 ,1 , instr(strTemp1, """")-1)
    IF instr(strRline,"}" ) >0 THEN
    strTemp2 = MID(strRLine , instr(strRline,"{")+ 1, (instr(strRline,"}") - (instr(strRline,"{")+ 1)))
    ELSE
    strTemp2 = ""
    END IF
    arrFileLines(i) = strTemp1 &";" & strtemp2
    intRoles = 1
    i = i + 1
    end if
    if intRoles >= 1 then
    if instr(strRline,"HAS ROLES (" ) >0 then
    intRoles =2
    end if
    if intRoles =2 and instr(strRline,"HAS ROLES (" ) =0 then
    strTemp3 = MID(strRline,instr(strRline, """")+1,50)
    strTemp3 = MID(strTemp3,1,instr(strTemp3, """")-1)
    WScript.Echo arrFileLines(i-1) &";" & strTemp3 &";1"
    end if
    if intRoles =2 and instr(strRline,")" ) >0 then intRoles = 0
    end if
    end ifLoop
    objFile.Close
    Source : Srinivasan Software Solutions Pvt.Ltd.: [OBIEE 11g] OBIEE Get All Users And Roles From RPD

  • Localization with welcome message to the respecitve user in OBIEE-11g

    How do we can acheive localization with welcome message along with time to the respecitve country user in OBIEE-11g.

    Raghav N wrote:
    How do we can acheive localization with welcome message along with time to the respecitve country user in OBIEE-11g.Refer to the documentation here for complete details: http://docs.oracle.com/cd/E14571_01/bi.1111/e10541/deploylocal.htm

  • How to use Powershell to set delegate for user mailbox in Exchange 2010 and Office 365

    Hello,
    Can you please tell me if I can set delegate for user mailbox in Exchange 2010 or Office 365 using Powershell?
    If I can, then how can I do that? (which Powershell commands for setting the delegate?)
    Many thanks, and have a good day!

    Hi,
    If you wanted to add a delegate to possiblly a large number of users or you do this during mailbox provisioning. So the following script will use
    impersonation to access another users mailbox and add a delegate.
    $mbtoDelegate = "[email protected]"
    $delegatetoAdd = "[email protected]"
    $dllpath = "C:\Program Files\Microsoft\Exchange\Web Services\1.0\Microsoft.Exchange.WebServices.dll"
    [void][Reflection.Assembly]::LoadFile($dllpath)
    $service = new-object Microsoft.Exchange.WebServices.Data.ExchangeService([Microsoft.Exchange.WebServices.Data.ExchangeVersion]::Exchange2007_SP1)
    $windowsIdentity = [System.Security.Principal.WindowsIdentity]::GetCurrent()
    $sidbind = "LDAP://<SID=" + $windowsIdentity.user.Value.ToString() + ">"
    $aceuser = [ADSI]$sidbind
    $service.AutodiscoverUrl($aceuser.mail.ToString())
    $service.ImpersonatedUserId = new-object Microsoft.Exchange.WebServices.Data.ImpersonatedUserId([Microsoft.Exchange.WebServices.Data.ConnectingIdType]::SmtpAddress,
    $mbtoDelegate);
    $mbMailbox = new-object Microsoft.Exchange.WebServices.Data.Mailbox($mbtoDelegate)
    $dgUser = new-object Microsoft.Exchange.WebServices.Data.DelegateUser($delegatetoAdd)
    $dgUser.ViewPrivateItems = $false
    $dgUser.ReceiveCopiesOfMeetingMessages = $false
    $dgUser.Permissions.CalendarFolderPermissionLevel = [Microsoft.Exchange.WebServices.Data.DelegateFolderPermissionLevel]::Editor
    $dgUser.Permissions.InboxFolderPermissionLevel = [Microsoft.Exchange.WebServices.Data.DelegateFolderPermissionLevel]::Reviewer
    $dgArray = new-object Microsoft.Exchange.WebServices.Data.DelegateUser[] 1
    $dgArray[0] = $dgUser
    $service.AddDelegates($mbMailbox, [Microsoft.Exchange.WebServices.Data.MeetingRequestsDeliveryScope]::DelegatesAndMe, $dgArray);
    Hope this helps.

  • Programmatically setting UserPrefs for User Messaging Service

    Hi,
    do anyone knows or have tried to set UserPrefs, for User Messaging Service in SOA Suite, instead of using the web interface?
    I have tried using the API provided, but with no success.
    Appreciate any pointers and hints.
    Thank you
    yee thian

    I solved this... when u r saving from Em it is not saving ur configuration. so go to driverconfig.xml file at below location
    Manully enter all the configuration values and restart the server.
    C:\Oracle\Middleware\user_projects\domains\ofmw_base_domain\config\fmwconfig\servers\bam_server1\applications\usermessagingdriver-email\configuration

  • Error: property is not set correctly for User Defined Fields.

    Hi Gurus,
    I am trying to define a new field Department of type Lookup. For this i have created a new field in user defined fields. But when i click on create user in web console it give me "property is not set correctly for User Defined Fields."
    I created a lookup field for department , but looks like i have to some kind of mapping. How can it be done?
    Thanks,
    sat

    Hi Kevin,
    I couldnt get it done. This is what I had done so far.
    Created Lookup.Users.Dept ( with code code=23 & decode=treasury)
    Added two field in xlwebadmin.properties & xlwebadmin_en.properties
    lookupfield.header.users.deptcode=Department code
    lookupfield.header.users.deptname=Department name
    In my lookfield properties in
    column caption=Department code,Department name
    Column query= Not sure what to give? here
    Thanks,
    sat

  • Hiding catalog link for a particular user in OBIEE 11g !!

    Hello,
    I have a requirement where I want to hide/disable catalog link at the top (in analytics) for a particular user !!
    This User can access Dashboard.
    This User cannot access Subject areas hence he cannot create analysis
    Let me know if this is possible in OBIEE 11g !! If yes, then how ?

    Hi,
    Steps to implement,
    Login to analytics (http://IP:9704/analytics)--> Administration-->Manage Privileges -->Home and Header ---> here u can set the privileges associated with various components of bi
    http://docs.oracle.com/cd/E23943_01/bi.1111/e10543/intro.htm#BIESC6086
    Thanks
    Deva

  • LDAP configuration error for SampleLiteApp in OBIEE 11g

    Hi Experts,
    I am trying to configure the LDAP for "SampleAppLite" application which comes with OBIEE 11g default installation in OBIEE11g. I followed the following steps in the oracle document,
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10543/privileges.htm#BABCDCFE
    Unfortunately i am getting the following exception when i start my OBIEE server, not only that after this also i am getting same error when i try to login using the any of the user (User is LDAP).
    (initially MyBISystemUser as <user_id> )
    ++java.security.PrivilegedActionException: oracle.bi.security.service.SecurityServiceException: SecurityService::authenticateUserWithLanguage - '<user_id>' was authenticated but could not located within the Identity Store.++
    ++at oracle.bi.security.service.SecurityWebService.authenticateWithLanguage(SecurityWebService.java:185)++
    ++at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)++
    ++at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)++
    ++at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)++
    ++at java.lang.reflect.Method.invoke(Method.java:597)++
    ++at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:92)++
    ++at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:74)++
    ++at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:151)++
    ++at com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl.invoke(EndpointMethodHandlerImpl.java:265)++
    ++at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:100)++
    ++at weblogic.wsee.jaxws.tubeline.FlowControlTube$FlowControlAwareTube.processRequest(FlowControlTube.java:155)++
    ++at weblogic.wsee.jaxws.tubeline.FlowControlTube$1.run(FlowControlTube.java:94)++
    ++at weblogic.wsee.jaxws.tubeline.FlowControlTube$1.run(FlowControlTube.java:92)++
    ++at javax.security.auth.Subject.doAs(Subject.java:337)++
    ++at weblogic.wsee.jaxws.tubeline.FlowControlTube.processRequest(FlowControlTube.java:91)++
    ++at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:604)++
    ++at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:563)++
    ++at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:548)++
    ++at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:445)++
    ++at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:373)++
    ++at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:524)++
    ++at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:255)++
    ++at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:141)++
    ++at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:210)++
    ++at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:311)++
    am i missing any configuration? Or is it a bug in oracle OBIEE 11g? Can anyone guide me to resolve this issue.
    Much appreciate your answer

    Though this is little late for you but may help others.
    Check default authenticator and ensure that control flag is NOT set to REQUIRED
    Check here http://onlineappsdba.com/index.php/2011/06/21/unable-to-login-to-obiee-anylytics-after-oid-integration-user-was-authenticated-but-could-not-be-located-within-the-identity-store/

  • Default Colors Limit for Graph in OBIEE 11g

    Hi, I'm using OBIEE 11g (11.1.1.6.6)
    When I use a graph (either bar or pie), I notice that OBIEE only has 12 default colors to use in the graph. So it starts from blue, red, and so forth, until the 12th color, then for the 13th color it will use the same blue again, and so forth.
    The problem is that my column values are more than 12 (it could be 20, it could be 30, etc). So, the repeating colors doesn't make any sense for the graphs.
    Could somebody please advise me on how to increase the default number of default colors used by OBIEE (so that it will be like 50 default colors set automatically by OBIEE, just in case)?
    Thanks so much!

    Hi,
    type HexaDecimal colors in google you will find n number of colors with the code number, just use this color codes by adding# before every code in the column format properties.
    for ex: #ccc99
    Follow this follwoing link
    http://www.google.co.in/imgres?imgurl=http://howto.websitespot.com/images/hexadecimal-color-chart.gif&imgrefurl=http://howto.websitespot.com/hexadecimal-colors/&h=706&w=498&sz=63&tbnid=9_3i-3tIMDNffM:&tbnh=91&tbnw=64&prev=/search%3Fq%3Dhexadecimal%2Bcolors%26tbm%3Disch%26tbo%3Du&zoom=1&q=hexadecimal+colors&usg=__nWfHEFVvPfjMfZyq2MxXkhJ-288=&docid=FXj6mM0pc4RQTM&hl=en&sa=X&ei=FDxJUc2cDqS8iwKetICACQ&sqi=2&ved=0CEAQ9QEwBA&dur=280
    Mark if Helpful/correct.
    revert me for any queries
    Thanks
    Edited by: 934322 on Mar 19, 2013 9:38 PM

  • How to set up Query Logging in OBIEE 11g 11.1.1.6

    Hi all,
    I couldn't find the option for setting up the query logging for testing and debugging purpose. Could anyone plz help me in this ...
    Regards,
    Arun

    Hi Arun,
    For simplicity I'll direct you to a link http://obiee11gqna.blogspot.com.au/2011/04/obiee-11g-query-log-log-level.html
    Richard

  • Restricting  access to some of the LDAP users in obiee 11g.

    Hi Experts,
    I have successfully integrated LDAP with OBIEE 11g and user's are Authenticated to login to obiee using their LDAP credentials.
    But the case is All the employees in the company who have ldap are able to login(any way this is expected as we integrated ldap with OBIEE)
    Is there any way that we can restrict the access to users who don't need OBIEE. If so please suggest me the required steps.
    Edited by: MKC on Oct 5, 2012 7:43 AM

    Handle it in LDAP side, try to create a group in LDAP for BI users and use it in integration so that only this specific group uses sit in bi side.
    Pls mark if helps

  • Create a user in OBIEE 11g

    Hi,
    I am new to OBIEE 11g.Can any one help to create an user?I mean to say when he types that URL,the user login screen comes and he can use his own user ID and password to do the same.
    Regards,
    Mainak

    Mainak,
    To create a new user you have to use the weblogic server admin console.
    For example, http://hostname:7001/console.
    Here is a good link that explains how to do this.
    http://varanasisaichand.blogspot.com/2011/03/obiee-11g-security-creating-users-and.html
    Adil
    Please assign points if the answer is helpful

  • Users in OBIEE 11g RPD

    Hi all ,
    I have scenario where i need to apply data level security for few users.
    And i am trying to redefine the permissions for that user in RPD in offline mode , i failed to see those users in IDENTITY window.
    Can some one please tell me , how to come over this issue ,
    Thanks

    Hi Raj,
    In data level security for users level, You have to implement external table authorization.
    1. Create table in database.
    2. create session variable in rpd.
    If you want some more extend information.
    Refer to following links:
    Especially: http://www.rittmanmead.com/2012/03/obiee-11g-security-week-row-level-security/
    http://www.dba-oracle.com/oracle_news/2005_4_28_Fine_Grained_Access_Control.htm
    http://docs.oracle.com/cd/E14571_01/bi.1111/e10540/dataaccess.htm
    Thanks,
    satya

  • How to set restriction for user in sap

    Hi,
        I have created a user,now i need to restrict the user to work only for 8 hrs per day.HOw can i set timing for the user.Kindly help out regarding this.
    Regards
    sekar

    Sekar,
    If you use external authetnication for users when they logon to SAP, then you can control the times they can logon and which days of week (if required). For example, it is possible to use Active Directory authentication to authenticate users to SAP application via SNC or using a custom login module in WebAS Java, and in AD you can set times when logons are allowed. This might be what you are looking for ?
    If you want to log somebody off SAP when they have been using it for a period of time, then this can be dangerous if they are in the middle of a complex transaction when they are logged off. Also, I don't think this functionality is included in SAP product. If you don't want somebody to use SAP at certain times of day, then it might be better to force a screen saver at workstation instead, if this is what you want.
    Regards,
    Tim

Maybe you are looking for

  • Adobe story stuck at "ST STORY" and is not loading

    I am trying to use adobe story free for the first time.  Joined adobe cloud.  Uploaded latest flash.  Cleared all cash. can load in, but when hit get started the screen has "ST ADOBE STORY" and a orange bar like it is loading, but does nothing else.

  • Financial reporting login page

    <p>Hi All,</p><p> </p><p>     we are having system 9 and I havefew basic questions. hope you can help me in this regard.</p><p> </p><p>1. AFAIK, there are four instances of Hyperion servers, a) HFMconsolidations b) Hyperion Planning c) Hyperion FInan

  • Error message «wait until importation is done»

    My iphoto has been showing an error message ever since my last importation from my iPhone to my iPhoto library telling me I have to wait for the importation to be done before I can : import new photos / turn off my iPhoto / Turn off my computer at al

  • Make code inspector window independant?

    Is there any way to toggle/switch the code inspector window to be independant of the normal design page view (which might be in design or code view)? To me this would seem to be one of the main advantages of having a separate code inspector. i'd love

  • How do I retrieve my imessages once deleted

    I have deleted a block of iMessages off my phone but want to retrieve them ? Is this possible ?