Where to find the user groups in SQL Server

Hello All,
where to find the user groups created in Shared Services in SQL Server tables?

Yes thats correct its stored in Openldap
Native Directory (OpenLDAP), an open source Lightweight Directory Access Protocol (LDAP)-enabled user directory, is bundled and configured with Shared Services.
Native Directory functions:
**Used to maintain and manage the default Shared Services user accounts required by Hyperion products*
**Is the central storage for all Hyperion provisioning information because it stores the relationships between users, groups, and roles.*
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Where to find the PAGE GROUP ID

    Hello All,
    Where I can find the PAGE Group ID.
    Thanks,
    Henry

    Hi Henry
    You can find the Page Group Id in WWSBR_ALL_CONTENT_AREAS - it is the id in this view.
    You can view this via the Database Objects tab within the Portal Navigator.
    Alternatively if you want to view via SQL Plus you will need to run the following code prior to querying the view
    begin
    wwctx_api.set_context('username','password');
    end;
    More information about the views can be found here:
    http://download-uk.oracle.com/docs/cd/B14099_16/portal.1014/b14135/pdg_cm_api.htm#CHDDBAFF
    Lisa

  • Where to find the user manual for Camileo X-SPORTS

    Hello!
    Unfortunately can't find in Toshibas's download sections *user manual* for action camera *Camileo X-Sport*. Need more info about some operations and technical things, to decide about purchasing.
    Any ideas, where can I find this extended manual?
    Many thanks for help!
    elivarz

    Unfortunately I did not find the user manual but here is the Camileo X Sports product specification page
    http://www.toshiba.eu/camcorders/sportscam/camileo-x-sports/pa5150e-1c0k/

  • Where to find the user exporting a transport

    Dear all,
    where can I find the user that make the export of a transport. So I do not mean the Owner of the task I am searching for the user that initialized the export.
    Kind regard
    Roman

    Hi,
    if I do so I still see the owner of the TP but not the one who pressed the export button.
    Any idea
    Regards
    Roman

  • Where to find the blob viewer in sql developer

    Hi,
    i tried to find the blob viewer in sql developer to see blob column data , but failed. The manual introduce blob vievers but not mention where it is in sql developer
    can any gurus guide me to find blob viewers
    Thanks

    user10833860 wrote:
    double click the result cell of blob. the blob viewer will pop up
    This quote is from the 2nd link
    http://sqldeveloper.solyp.com/download/SQLDeveloperUserManual_en.pdfThis is not the same SQL Developer as the Oracle supplied SQL Developer.
    It shows the raw binary data unless it is a JPEG, GIF or PNG where you can see a picture.
    >
    http://download.oracle.com/docs/cd/E18464_01/doc.30/e17472/dialogs.htm
    This is better, this is the documentation for Oracle SQL Developer
    >
    Use the external editor associated with the MIME type and file extension (see the preferences for External Editor)
    >
    http://download.oracle.com/docs/cd/E18464_01/doc.30/e17472/intro.htm#CHDDJFGE
    >
    The External Editor pane determines which external editor is called by SQL Developer when you try to edit binary large object (BLOB) data, such as image files, video files, and other files created by certain applications. For each combination of MIME type and file extension, you can specify the executable application to be used to open and edit associated files.
    >
    Did you set up an application that can open the binary files of the type you want to view?

  • Where to find the User Id that has run the the F110 Payment Run in4.6B

    Hi all,
    Can anybody help me out in seeing the User Id who has created the F110 propsal even when the propsal log has not been created in 4.6B
    Thanks in advance,points will be added if useful

    Hi,
    It is very simple, go to any transaction which posted through F110 that specific payment run, double click on the transaction, then click on 'display document header' icon looks like 'hat' in the icon bar in the panel you will get the information entered by, entry date and entry time.
    Try once and assign points if useful.
    Sarma BH

  • Find Connection String used by SQL Server Management Studio

    I am having problems getting my VS C# .NET application to connect to a SQL Server Database, even though I can connect to it (on the same machine) using SQL Server Management Studio.
    Is there any way I can find the connection string that SQL Server Management Studio generates when it connects?

    Hi,
    As you have Visual Studio on your machine, I think we can also use the Visual Database Tools of Visual Studio to generate the connection string.
    Please:
    1. Create a new data connection to the SQL Server database in the
    Server Explorer of Visual Studio
    2. After the connection is established, right-click on the connection name and select
    Properties. There is an item called Connection String in the
    Properties window.
    Reference:
    How to: Add New Data Connections in Server Explorer/Database Explorer 
    http://msdn.microsoft.com/en-us/library/3d1wkhas.aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

  • Where to find the SQL text in v$ views?

    Hi All,
    Oracle 11.2.0.3 on RedHat.
    I am trying to find out SQL activity on my database for a very narrow time window. Please see the SQLs I did
    SQL> select distinct user_id, sql_id
      2  from v$active_session_history
      3  where sample_time between to_date('20120704012000','yyyymmddhh24miss') and
      4            to_date('20120704012200','yyyymmddhh24miss')
      5  and user_id = 111 ;
       USER_ID SQL_ID
           111
           111 gjg25k7stx9ba
           111 a8m049aj31b1y
           111 asjw7b7h99w4m
           111 fvffk1aqrb55n
           111 9gskv9b1u7mau
           111 03tsb9pp3h1uj
           111 dm0jppss5z0ay
           111 44n0svyuc000x
           111 16t1tpr7mdqnf
           111 bzpu510tng689
           111 dsqzhqdvzamys
    12 rows selected.
    SQL> select * from v$sqltext where sql_id='16t1tpr7mdqnf' order by piece ;
    no rows selected
    SQL> select * from table( dbms_xplan.display_awr('16t1tpr7mdqnf') ) ;
    no rows selectedI can see the text for all SQLs in v$sqltext, except 16t1tpr7mdqnf. User id 111 is the user used to run our batch processes.
    Where can I find the text for this SQL id 16t1tpr7mdqnf ?
    This SQL has run about 8 hours ago.
    Thanks in advance

    When you say, ASH captures active sessions, does that mean, it only captures "session" information, which may not include details about SQL ?Exactly, it's a snapshot of session level information for active sessions.
    So, session X can be executing sql statement abc123 and be captured by ASH which takes a snapshot of all active sessions every 1 second in V$ACTIVE_SESSION_HISTORY.
    1 in 10 of these active sessions is stored in the repository - DBA_HIST_ACTIVE_SESS_HISTORY (in practice, this 1 in 10 sample is literally as simple as store the active sessions from every 10th second).
    Independently of this, obviously you have the shared pool and V$SQL. If your statements are in here then great.
    Otherwise you have AWR which captures the top N sql from each interval.
    So, as mentioned, perfectly normal to have references to sql ids and sql plan hash values captured in ASH but not AWR.
    One interesting thing here is, sql_exec_id is blank. What does that say? It depends.
    It's likely to be one of two things:
    1. some sort of bug or limitation - there are certain operations and time limits were some of the ASH values get cleared out or don't get cleared out.
    2. occasionally I've seen the ASH information be misleading when it comes to certain recursive operations - one specific example I can think of related to the recursive merge of sql plan baseline metric tracking operations.

  • Where is the User Group stored

    Hi all
    I have a question about the User Groups.
    I want to know where are the User Groups and their information stored in Business Objects.
    Is there a system table from where I can access/pull this information.
    Thanks.

    Hello,
    You can use the Query Builder (on the BusinessObjects Administration Launchpad under Administrative Tools) to query the CMS database.
    The following query would return some details of all user groups in your system:
    SELECT
    SI_NAME, SI_DESCRIPTION, SI_ID, SI_ALIASES, SI_GROUP_MEMBERS
    FROM
    CI_SYSTEMOBJECTS
    WHERE
    SI_KIND = 'usergroup'
    You can find documentation on querying the CMS in the Developer Library:
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm#en/BOE_SDK/boesdk_java_dg_doc/doc/boesdk_java_dg/SDKFundamentals34.html#1033059
    [Dev Library Home|http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm] > Enterprise SDK > Java Developer Guide > SDK Fundamentals > How do I use the query language to retrieve classes from the CMS repository?
    Cheers,
    Fritz

  • Where can I find the Users Manual for the DROID TURBO?

    Where can I find the Users Manual for the DROID TURBO?

    https://motorola-global-portal.custhelp.com/app/product_page/faqs/p/30,6720,9277/session/L3RpbWUvMTQxNTI0NTY1Ny9zaWQvc0xvbk1JNm0%3D#/how_do_i

  • Where can I find the user Manual for PS CS6 for download

    Where can I find the user Manual for PS CS6 for download
    where can I find the user manual for PSCS6

    Hi,
    This the cs5/cs6 pdf user manual:
    http://helpx.adobe.com/pdf/photoshop_reference.pdf
    From this page:
    http://helpx.adobe.com/photoshop.html

  • Where to find the french version of the user guide Ipodnano 7th génération?

    WHERE TO FIND THE FRENCH VERSION OF THE USER GUIDE IPOD NANO 7th generation?
    Ou trouver le guide d'utilisation Ipod nano Génération 7 en version française.?

    The French manuals for the iPod nano are available here.  However I do not see one for the 7th generation model.  The English version for the 7th generation model is here.

  • Where can I find the user guide for the 4th gen. ipod touch?

    Can someone tell me where I can find the user guide for the 4th gen. ipod touch? It's not on the manuals section, only the 5th gen. is.

    Try this one.
    http://manuals.info.apple.com/MANUALS/1000/MA1657/en_US/ipod_touch_ios6_user_gui de.pdf

  • Where can I find the user guide instructions to the hp officejet J4680 printer?

    I'm a novice and want to learn how to use my Officejet J4680 all in one printer. Where can I find the user guide instructions to the HP Officejet J4680 printer? Thank you for responding.

    The user guide and other documentation for the Officejet j4680 can be downloaded from HP here.

  • Where can I find the User Guide ios7 for ipad in german

    Where can I find the User Guide ios7 for ipad in german

    https://itunes.apple.com/de/book/ipad-user-guide-for-ios-7/id709634245

Maybe you are looking for

  • Constant Kernel Panics on fresh install of 10.8.2

    Ever since upgrading to 10.8.2, my Mid 2010 MBP gets Kernel Panics related to the NVidia kext at least 5 times a day. When will apple finally fix this?? Here's the full kernel panic. It's the same thing every time. I have no third party .kext install

  • KeyboardEvent Bug in Flash Player Debugger (Safari/WebKit OSX 10.6.8)

    Hi! There is a bug with the debugger :-) I ran into the following bug. After doing a fair amount of testing I am able reproduce the problem at will, so here it is: The Debug version of the Flash Player used for development does not detect keyboard in

  • How to manipulate number data embedded in number type?

    Hi all, I have a SERVER profile table with column IP_ADD char(15) with allowed value range 224.0.0.0 to 239.255.255.255. I want to create a constraint for this column imposing this range. Can you help me the logic/syntax please? Is CHECK IP_ADD betwe

  • Cleaning my Android Cache removes my addons.

    Cleaning my Android cache removes my add-ons from Firefox. What solutions are available?

  • Intercompany vv imp pls clarify

    hi in one interview i was asked how to automatically propose item category in intercompany process. and one more thing. let say in intercompany process, the material shud be there in both the sales organisations. becos wen we create an order for the