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

Similar Messages

  • 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

  • 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

  • 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

  • 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

  • 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

  • Creating a report in OBIEE 11g

    Hello Masters,
    I need to create a report in dashboard
    so, i added page for this, but where i can found subject areas in OBIEE 11g so that i can create a report on this page based on that subject area.
    Thanks in advance.
    Regards,
    S Goud.

    For Creating New Reports,
    1.Got to -> New ->Analysis you will have your Presentation Tables under Select Subject Area
    Click on your Subject Area -> you'll get list of tables under the Subject Area
    2. Expand the Folders and click the required column.
    3. Click on Result tab - > you'll get Title and Table View
    4. Format your Table view and Title View
    5. Save your New Report in Shared Folders (You may create your own folder under Shared folder)
    View the Reports on Dashboard.
    1.Got to -> New ->Dashboard -> you will have New Dashboard Window
    Name - Give the name of your Dashboard
    Select Location - /Shared Folders/Standard Dashboard/
    Click Ok -> you'll get Empty Dashboard window.
    2. Edit the Dashboard -> Drag and Drop your Saved reports from Shard Folder under Catalog
    3. Click on Save button (Top Right) and save your dashboard -> click run [Green right Arrow(Top Right)].
    4. Now you'll have your report in your dashboard page.
    Rename Dashboard Page
    Edit the Dashboard - > Click Properties Nedt to X Symbol -> Dashboard Properties
    -> You'll have the Dashboard Properties window -> Select the Dashboard Page -> Rename
    Prompts:
    1.Got to -> New ->Dashboard Prompt-> you will have your Presentation Tables under Select Subject Area
    Click on your Subject Area -> you'll get the Untitle Prompt Window
    -> Click + symbol -> Column Prompts ->you'll get list of tables
    2. Expand the Folders and click the required columns from the list (the Columns should be your Report's table).
    3. Save your New Prompts in Shared Folders.
    Note: The Prompt columns should be Is Promptd in your Reports Filters.
    Mark as correct if it is helpful.
    Thanks

  • How to create new user for OBIEE presentation service

    Hello Guys
    I now only have 2 users on my OBIEE, demo1, demo2.. Now I'd like to create a new user call A and make this new user able to log on to OBIEE presenation service..
    So I went to the RPD admin tool and created new user there and gave password. It was done online mode and I checked out..
    I am able to login to admin tool with the new user account, but when I go to presentation service, I am not able to see this new user nor would I be able to log on using the new user account..
    So how does this work? If I wanted to create a new user and let it access dashboard, I'd I do it
    Any pointer will be greatly appreciated
    Thanks

    Hi.
    actually there is no option available in presentation service to create user. There you can just delete user and create and delete the groups.
    Anyhow, you said you have created a user in rpd.
    To see this user in answers, you must login into answers with this user once.
    are you able to login with the newly created user?
    (As you said you done the creation of user in online mode, this may not effect to the answers)
    if not, just login with administrator into answers, click on reload server metadata, then log off from there.
    Now, try to login with the new user. You may able to login.
    OR
    just restart your BI Server services.

  • 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

  • Unable to recreate the same user in OBIEE 11g

    I have created user name : Justin
    logged into analytics as justin.
    deleted the user: Justin.
    re-created the user: Justin
    when trying to login, I am getting below error:
    Unable to Sign In
    An invalid User Name or Password was entered.
    should I be deleting or restarting the server for this?
    thanks
    srikanth.

    Hi,
    Yes.Just refresh GUID and just while deleting user :Justin folder and justin.atr must be removed.then try to GUID then try to login again.
    FYI: to regenerate user GUIDs:
    Update the FMW_UPDATE_ROLE_AND_USER_REF_GUIDS parameter in NQSConfig.INI:
    Open NQSConfig.INI for editing at:
    ORACLE_INSTANCE/config/OracleBIServerComponent/coreapplication_obisn
    Locate the FMW_UPDATE_ROLE_AND_USER_REF_GUIDS parameter and set it to YES, as follows:
    FMW_UPDATE_ROLE_AND_USER_REF_GUIDS = YES;
    Save and close the file.
    Update the Catalog element in instanceconfig.xml:
    Open instanceconfig.xml for editing at:
    ORACLE_INSTANCE/config/OracleBIPresentationServicesComponent/
    coreapplication_obipsn
    Locate the Catalog element and update it as follows:
    <Catalog>
    <UpgradeAndExit>false</UpgradeAndExit>
    <UpdateAccountGUIDs>UpdateAndExit</UpdateAccountGUIDs>
    </Catalog>
    Save and close the file.
    Restart the Oracle Business Intelligence system components using opmnctl:
    cd ORACLE_HOME/admin/instancen/bin
    ./opmnctl stopall
    ./opmnctl startall
    Set the FMW_UPDATE_ROLE_AND_USER_REF_GUIDS parameter in NQSConfig.INI back to NO.
    Important: You must perform this step to ensure that your system is secure.
    Update the Catalog element in instanceconfig.xml to remove the UpdateAccount GUIDs entry.
    Restart the Oracle Business Intelligence system components again using opmnctl:
    cd ORACLE_HOME/admin/instancen/bin
    ./opmnctl stopall
    ./opmnctl startall
    For more ref:
    http://docs.oracle.com/cd/E23943_01/bi.1111/e10543/privileges.htm#CHDEBGIA
    http://obiee11gqna.blogspot.com/2011/10/obiee11g-updating-guids.html
    Thanks
    Deva

  • How to Authorize external table users in OBIEE 11g

    Hi All,
    I have created Session System Variables and i am Using External table Data level Authentication and successfully external table Authentication is working.
    My question is i want to Authorize this Extrenal table users in presentation services.e.g. I want to assign some dashboards or Reports to users.
    In 10g when u login with the external table users automatically users will be created in Answers and used to assign this to webcat group.
    In 11g how to achieve this???
    Reply ASAP...
    Thanks and Regards
    Kiran Kumar
    07795980891.

    Hi Kiran,
    Check this link.
    http://www.rittmanmead.com/2010/11/oracle-bi-11g-active-directory-security-using-init-blocks-variables-10g-style/

  • Ho to create Publications Reports using OBIEE 11g BI Publisher

    Hi All,
    I have a report, actually a publication to be printed on pdf. The content is basically lot of formatted text such as in any text book or manual such as table of contents, index, all type of graphs/charts , tabular information with numbers, foot notes at the bottom etc, etc. It looks like any user manual.
    Is such report possible in OBI 11g BI publisher? If yes, then how to do data modeling for such report to display in BI publisher report?
    The source of those is in Essbase cube. Hw to create data model so as to print the information (so that related paragraphs are one after other, with embedded charts, tables etc) in logically correct sequence?. Are there any cube deisgn factors which can affect the publisher data model? wht r those?
    The amount of text, with grapth, tables is very huge as in any manual.
    I want to suggest tool to customer for surch publication report. Customer has purchased OBI 11g for reporting suite which includes BI publisher.., and Hyoperion Essabse application for budget planning.
    ab
    Can such report be done in OBI 11g Answers? IF it can be done both Publisher, as well as Answers, then which one would be better option?
    Can Hyperion Financial Reporting tool can do this kind of report?
    Need your suggestions inputs...
    If not then, are there any tools the market which can do such report development, which I can suggest to the customer..
    Thanks
    Santosh

    Santosh,
    Yes. It is possible to create such "books" using BI Publisher. It will take some effort as it needs planning and some custom code but definitely possible.
    One of the key features to use is "Book Binding" along with BI Publisher's power to source information from different data sources.
    A good starting point for this is:
    http://blogs.oracle.com/xmlpublisher/entry/bookbindng_samples
    I have done this myself for a couple of customers and produced all features you are asking: Table of Contents, Footers, Charts, even hyperlinks.
    regards
    Jorge
    p.s If this answers your question then please mark my answer as *"Correct"* or *"Helpful"*

  • How to create Presentation Variable in OBIEE 11g

    Hi,
    Can any one tell me how to create a Presentation Variable. I know about the creation of Session and Reporsitory variables.
    Is it to be created in the Edit formula of the column in criteria tab.
    Thanks

    Hi,
    Refer : http://gerardnico.com/wiki/dat/obiee/presentation_variable_initialization
    Thanks
    Aravind

  • Can't create Application Role in Obiee 11g Enterprise Manager

    Hi All,
    I was working on obiee11g enterprise manager. I created some of the groups in weblogic console. Now I wanted to create application roles in enterprise manager for those groups. I am surprised that, the "*Create*" button is inactive on the application role page of enterprise manager. I only i could see tthe actives ones "*Create Like*", "*Edit*" and "*Delete*".
    Please assist shoud I need any additional configuration for the same.urgent!!
    Thank you in advance,
    BK.

    Click on Create Like button
    Then click cancel on the Create Like dialog box
    Go back to the Create button, it now works
    But if you log out and log back in, the Create button is disabled again
    so may repeat the above process of accessing the 'Create Like' button first to enable the Create button
    < Bug:13983399> CREATE BUTTON IS DISABLED IN FUSION MIDDLEWARE CONTROL IN OBIEE 11.1.1.6.0 ENV
    Please mark helpful or correct if answered.
    Thanks,
    - A.Y

Maybe you are looking for

  • Iphone 3G update problems

    Hi, I had error within downloading updates on my iphone started with 4.0 OS version.I received 99,9% of update package,but it stops working in the end. I tried different connections, different locations even contact local administrator with the feedb

  • WRVS4400N Drops connection

    I have a WRVS4400N v2 router updated to Firmware V2.0.2.1.  At random times (I haven't been able to find a consistent series of events leading up to the problem) the router will stop allowing connections to function.  Both wireless and wired connecti

  • Office 2008 Problems

    I purchased my MacBook about a month ago. Over the past couple of weeks I have been noticing that whenever I use Word or Powerpoint my computer will slow down, the fan will get loud, and the computer gets hot. The past day or two my computer has been

  • How to response polling event during dll call

    Hello, There is a long time dll call in my program. The program doesn't response to mouse click in the front panel during the dll call when I want to display other page in Tab control. It only response after the call. How to solve the problem? Thanks

  • Mouse movment while clicking not detected

    I have a Java Swing program that was built using the Netbeans IDE. I notice that the bottons all work is I hold the mouse still while I click but if the mouse is moving while the click happens my software never sees the click event. User complain tha