Export the configuration information for each group

How to export the configuration information for each group? (I want to see the information that this group has read or write access to the cube XXXXX)

By LCM, I was able to export information on groups and users. But no information about its commissioning. can any body tell me how can I get the configuration of shared services information

We have a utility to do this, or can we get this information using LCM?

Any information about him will be useful

Thank you

The commissioning is under Application groups > Foundation > Shared Services > native Directory > assigned roles > then choose the product / app

There is a utility command line available if you want to automate the process of execution of export - Oracle Hyperion Enterprise Performance Management System Lifecycle Management Guide, you create the definition of migration file but which can be done by running an export.

See you soon

John

http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • get the location of the configuration file for each virtual in a cluster

    Is there way in the cli of power for a list of the location of each file in the configuration of the virtual machines in a cluster?  or even each file configuration on data warehouses?

    Thank you

    For all the virtual machines on the VIServer (s) connected

    Get - VM | Select Name, @{N = "VM Config file"; {E = {$_.extensiondata.config.files.vmpathname}}
    Or if you just want to a single data store
    Get-Datastore | Get - VM | Select Name, @{N = "VM Config file"; {E = {$_.extensiondata.config.files.vmpathname}}
    Replace with the data store you want to run it against, for example to run it against Datastore01
    Get-Datastore Datastore01 | Get - VM | Select Name, @{N = "VM Config file"; {E = {$_.extensiondata.config.files.vmpathname}}
  • get the maximum number for each group

    Hi, I am a newbie and work on a project for school. I worked this problem for a few days and made a bit of progress.
    I have two tables, student and register for a database of the College. I need to show students that have the most entries into each large. So far, I have:

    WITH COUNT_Q AS
    (
    SELECT B.SSN, B.MAJOR, COUNT (A.CLASS_NO) AS COUNTCLASS
    TO REGISTER A, STUDENT B
    WHERE A.SSN = B.SSN
    B.SSN GROUP, B.MAJOR
    )

    SELECT MAX (COUNTCLASS), MAJOR
    OF COUNT_Q
    GROUP BY MAJOR
    ;

    I get the correct results, but need to introduce the SSN and the Major of the studens. When I add in the SSN and major, as below, I get too many files.
    WITH COUNT_Q AS
    (
    SELECT B.NAME, B.SSN, B.MAJOR, COUNT (A.SSN) AS COUNTCLASS
    TO REGISTER A, STUDENT B
    WHERE A.SSN = B.SSN
    B.NAME, B.SSN, B.MAJOR GROUP
    )

    SELECT *.
    OF COUNT_Q
    WHERE (COUNTCLASS) IN (SELECT MAX (COUNTCLASS)
    OF COUNT_Q
    GROUP BY MAJOR
    )
    ;

    Can someone point me in the right direction?
    SELECT  B.NAME,
            B.SSN,
            B.MAJOR
      FROM  (
             SELECT  B.NAME,
                     B.SSN,
                     B.MAJOR,
                     COUNT(A.CLASS_NO) SSN_MAJOR_COUNTCLASS
                     DENSE_RANK() OVER(PARTITION BY MAJOR ORDER BY COUNT(A.CLASS_NO) DESC) RNK
               FROM  ENROLL A,
                     STUDENT B
               WHERE A.SSN = B.SSN
               GROUP BY B.NAME,
                        B.SSN,
                        B.MAJOR
            )
      WHERE RNK = 1
    /
    

    SY.

    Published by: Solomon Yakobson, March 27, 2011 18:53

  • Where is the configuration information for Workstation 6.5 / Linux kept?

    I make a partial backup of the box of Ubuntu that I have running Workstation 6.5, and I want to be sure, I'm saving all my VMware settings. / etc/VMware has some stuff, but he's not all that. For example, if I change the Favorites list, none of the files in/etc/vmware change. Where is the configuration stored?

    hostwide config: / etc/vmware/config

    configuration of the user: /home/user/.vmware/preferences

    Configuration of the VM: vmx file

    ___________________________________

    Description of the vmx settings: http://sanbarrow.com/vmx.html

    VMware-liveCD: http://sanbarrow.com/moa.html

  • Error running code system. Failed to retrieve the configuration information

    I get this error:

    Error running code system. Failed to retrieve the configuration information for the content Terminal item. Unable to load locale 'American English '.

    Details:

    An error has occurred. The stack trace below shows more information.

    ! csSystemCodeExecutionError! csUnableToGetConfigInfoForCheckIn! csLocaleNotFound, English-US
    intradoc.common.ServiceException:! csUnableToGetConfigInfoForCheckIn! csLocaleNotFound, English-US
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:1760)
    at intradoc.server.Service.buildServiceException(Service.java:1997)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:1991)
    at intradoc.server.Service.createServiceException(Service.java:1986)
    at intradoc.server.ServiceHttpImplementor.determineParameterizedLocale(ServiceHttpImplementor.java:609)
    at intradoc.server.ServiceHttpImplementor.initLocale(ServiceHttpImplementor.java:408)
    at intradoc.server.Service.initLocale(Service.java:333)
    at intradoc.server.Service.initDelegatedObjects(Service.java:201)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:358)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:197)

    Anebody has an idea


    Thank you
    REDA

    Hello

    Add the SystemLocale = American English variable in your config.cfg, restarting the CS and then see if the same problem persists.

    Srinath

  • How to assign the ID of group for each group in the SQL query.

    Hi all

    I want to assign the ID of group for each group (group ID of series). I tried with the row_number function but did not work for my requiredment. Here is my sample data and my requirement.

    Col1
    A
    A
    A
    A
    A
    B
    C
    D
    D
    D
    D
    E
    E
    E
    F
    G
    G
    G

    I want to get number of each column with ID group assign to it value. Here is my example output

    Col1 County Group ID
    A 5 1
    A 5 1
    A 5 1
    A 5 1
    A 5 1
    B 1 2
    C 1 3
    D 4 4
    D 4 4
    D 4 4
    D 4 4
    E 3 5
    E 3 5
    E 3 5
    F 1 6
    G 3 7
    G 3 7
    G 3 7

    Select col1, count (1) NTC (col1 partition).

    ROW_NUMBER() over (partition by col1 by col1 order) tbl_test grp_id.

    Please help me solve this problem.

    SELECT

    COL1,

    COUNT (*) ON MYCOUNT (COL1 PARTITION).

    DENSE_RANK () OVER (ORDER BY COL1) GROUPID

    Of

    T1;

  • How to get all the records for each group - double

    Hi all

    I have developed customized reports, I have a three for each group, the first group is for PO number and the second is for line number Po and the third is for activity ID.


    Today the third group is based on the activity ID.

    Some time the activity id is unique and other data are different. If at this time its settlement only one record.

    For example

    Date of activity Id

    1 25 - Jan

    1 26 - Jan



    Its single record display.

    Can someone tell me how to avoid this separate for each group.

    Thanks and greetings
    Srikkanth.M

    As another user said, delete syntax regroup.
    Why do you bring here?

  • using for each group to combine the 2 data lines

    My xml file has the following in it:

    -< AC_DEDUCTIONS >
    voluntary deductions < ELEMENT_CLASSIFICATION > < / ELEMENT_CLASSIFICATION >
    < ELEMENT_TYPE_ID > 3475 < / ELEMENT_TYPE_ID >
    < PRIMARY_BALANCE > 498500 < / PRIMARY_BALANCE >
    < PROCESSING_PRIORITY > 5750 < / PROCESSING_PRIORITY >
    < CURRENT_AMOUNT > 26.22 < / CURRENT_AMOUNT >
    < YTD_AMOUNT > 26.22 < / YTD_AMOUNT >
    < REPORTING_NAME > Opt life Emp < / REPORTING_NAME >
    < ATTRIBUTE_NAME / >
    < RATE_MUL / >
    < DISPLAY_NAME > Opt life Emp < / DISPLAY_NAME >
    < / AC_DEDUCTIONS >
    -< AC_DEDUCTIONS >
    voluntary deductions < ELEMENT_CLASSIFICATION > < / ELEMENT_CLASSIFICATION >
    < ELEMENT_TYPE_ID > 1181 < / ELEMENT_TYPE_ID >
    < PRIMARY_BALANCE > 3511 < / PRIMARY_BALANCE >
    < PROCESSING_PRIORITY > 5750 < / PROCESSING_PRIORITY >
    < CURRENT_AMOUNT > 0 < / CURRENT_AMOUNT >
    < YTD_AMOUNT > 474.95 < / YTD_AMOUNT >
    < REPORTING_NAME > Opt life Emp < / REPORTING_NAME >
    < ATTRIBUTE_NAME / >
    < RATE_MUL / >
    < DISPLAY_NAME > Opt life Emp < / DISPLAY_NAME >
    < / AC_DEDUCTIONS >

    Rather than having my exit needle 2 rows of data:

    current name amount CDA amount

    Opt life Emp 26.22 26.22
    Opt life Emp 0 474.95


    I'd like to see 1 row with the total amount:

    Opt life Emp 26.22 501.17


    How can I use for each group - in my rtf to achieve? Any help is greatly appreciated.

    Thank you.

    Susie

    I know what model you have copied :), I was there, when they created that

    It's yours:

    1 text form field-<><=19]?>
    2 text form field-
    3 text form field-
    4 text form field-
    5 text form field-

    change to:

    Text Form Field 1 -  
    Text Form Field 2 - 
    Text Form Field 3 - 
    Text Form Field 4 -  
    Text Form Field 5 - 
    
  • Table row with loop for each group to set the variable.

    HI: There is probably a simple answer for this, but I don't the have not found...

    I have a single row table to move through a group to set a variable containing a sum running. I'm not display the amount in the table but when I saw the report, I see that the table is expanding (add lines) for each loop.

    The only line table has 3 columns.

    1st column
    <? for-each: AC_GROUP? >

    2nd column
    <? xdoxslt:set_variable ($_XDOCTX, 'xAmtVar', xdoxslt:get_variable($_XDOCTX,'xAmtVar') + CURRENT_AMOUNT)? >

    3rd column
    <? end foreach? >

    Can I use <? for each group? > or something else. My requirement is to set the value of the variable with the total running, but because the loop is adding lines for each value he travels (though not displayed), it's also affecting other areas of the presentation of the page.

    Hope it makes sense. Thanks in advance.

    You can do it many ways.

    No need to loop
    You can create a variable and specify the amount of the sum directly to that.

    
    

    or

    loop through, then add as you do.

    
    

    give any space or enter characters in a word between them, just put it in a single form field will be

    But as I said, I'd definitely go with the first option.

  • Adding namespace in the tag for each group

    I want to use the substring method in tag for each group.
    Like this: <? for-each - group: current - group (); xdofx:substr(xmlTag,3)? >, but it does not work. How to make it work?
    Thank you.

    Just use the native method of substring XSL - http://www.zvon.org/xxl/XSLTreference/Output/function_substring.html

    BEEP is sensitive when you mix native and OPE methods

    Tim

  • Windows 7 - enable the display settings for each folder: folder options, "save the display settings for each folder".

    Hello.

    Any one out there know how to activate the display settings for each folder in WINDOWS 7?

    I'm especially interested in adjusting the size and the location on my screen.  A few days earlier, before moving to Windows 7: I could open a file, place and size where I wanted, and when I opened it again, presto!, even spot and size.

    I've seen several posts of users seeking to turn this feature off.  I'm looking forward in opposition.   I would like to than windows "remember each folder view settings.  This particular configuration seems to no longer be available in Windows 7, screenshot attached:

    Thank you for your time and your interest.

    Best regards

    Fernando

    Have you tried the solution here:

    "The changes in the size, view, icon or a file are lost.

    <>http://support.Microsoft.com/kb/813711/en-us >

    HTH,

    JW

  • Added option inlines for each group

    Hello

    < A1 >

    < B1 >

    ABC < C1 > < / C1 >

    def < C2 > < / C2 >

    < C3 > 123 < / C3 >

    < / B1 >

    < B1 >

    ABC < C1 > < / C1 >

    def < C2 > < / C2 >

    < C3 > 456 < / C3 >

    < / B1 >

    < / A1 >

    From the example I show o/p as above: 123 456 and here I have to add a condition to check also the empty spaces. So I tried two solutions below.

    = PlanA:

    <? for-each@inlines:C3? > <? ? >

    <? xdoxslt:IfElse ((position () = last (), ",",")? >

    <? end foreach? >

    (1) with above approach I'm not able to check the empty spaces!  output can be shown as: 123 456

    OR

    = Plan B:

    <? for-each-group: B1; / C3 >

    <? C3? >

    <? If @:(C3='') rank? > <? xdoxslt:IfElse ((position () = last (), ",",")? >

    <? end if? >

    <? end for each group -? >

    With above approach am able to check the empty spaces, but the output is coming up as below.

    123

    ,

    456

    (2) then how can I show this in a single line. ?

    Thank you

    Rajesh

    Can be?

  • 12.2.4 creating a requisition internal error (error of calculation of the tax: the system cannot determine the geographic information for this place and cannot be derived from a tax jurisdiction).

    Hi all

    I have created a new configuration of client and location. Now try to create IR and get below error.

    ----------------

    Error: The tax calculation: the system cannot determine the geographic information for this place and cannot be derived from a tax jurisdiction. Please contact your system administrator.

    --------------------

    I've made a few changes by looking at Doc-ID 1385936.1 and community discussions.

    Ran "Name geography program SEO" and the journal looks very good. No registration rejected.

    +---------------------------------------------------------------------------+

    From simultaneous program ' geo referencing worker name: 1'

    Start 08/07/15 07:44:56

    Treatment for the Table: HZ_LOCATIONS and run Type: ALL

    Parameters: Country Code: U.S.

    Use code: all THE

    Location Id: NULL: location Id: null

    Start date: NULL: End Date: NULL

    Number of workers: 1

    Total number of records of location of treaties: 7319

    Number of records managed: 7319

    Number of rejected records: 0

    Name of georeferencing process completed successfully

    +---------------------------------------------------------------------------+

    But still, I get the same error during the creation of IR

    Someone help me please by looking in the uploaded screenshots. Incase if any additional necessary information, pls let me know.

    This is related planning tests for this customer, I don't know about this part of the tax.

    Any help is really appreciated. Thanks in advance.

    Akshay

    PS: This is not the sensitive customer data.

    Hello Akshay,

    Can you please follow the note Transaction Workbench error: System cannot determine your location for information
    This location and cannot derive from a tax jurisdiction (Doc ID 438718.1) and see if that helps

  • grouping lines and filtering year max for each group

    Hello

    I have a table called species_test (ddl):

    CREATE TABLE species_test)
    number of year_reported (4.0).
    taxon_name VARCHAR2 (255),
    Site_ID number);

    INSERT INTO species_test (year_reported, taxon_name, site_id) VALUES (1995, 'fish', 25);
    INSERT INTO species_test (year_reported, taxon_name, site_id) VALUES (1995, 'fish', 25);
    INSERT INTO species_test (year_reported, taxon_name, site_id) VALUES (1994, 'fish', 25);
    INSERT INTO species_test (year_reported, taxon_name, site_id) VALUES (1995, ' eel long fin ', 25);
    INSERT INTO species_test (year_reported, taxon_name, site_id) VALUES (1995, ' eel long fin ', 25);
    INSERT INTO species_test (year_reported, taxon_name, site_id) VALUES (1995, 'fish', 26);
    INSERT INTO species_test (year_reported, taxon_name, site_id) VALUES (2000, 'fish', 26);
    INSERT INTO species_test (year_reported, taxon_name, site_id) VALUES (2000, 'fish', 26);
    INSERT INTO species_test (year_reported, taxon_name, site_id) VALUES (1995, 'koura', 26);
    INSERT INTO species_test (year_reported, taxon_name, site_id) VALUES (1985, 'fish', 27);
    INSERT INTO species_test (year_reported, taxon_name, site_id) VALUES (1995, 'fish', 27);
    INSERT INTO species_test (year_reported, taxon_name, site_id) VALUES (1995, 'fish', 27);

    What I want to do, is to display the names of the unique species for each site_id and filter by the maximum year_reported for output looks like:

    ----------------------------------------------------------------------------

    YEAR_REPORTED TAXON_NAME SITE_ID

    Smelt of 1995 25

    eel long 1995 25 fin

    Smelt 2000 26

    1995                              koura                      26

    Smelt of 1995 27

    ---------------------------------------------------------------------------

    I tried this query:

    Select year_reported, taxon_name, site_id

    of species_test

    Year_reported group, taxon_name, site_id

    with year_reported in (select max (year_reported)

    of species_test

    Year_reported group, taxon_name, site_id);

    But this is not correct.

    What I want to do, is to display the names of the unique species for each site_id and filter by the maximum year_reported for output looks like:

    Try this:

    with q as)

    Select site_id, taxon_name, year_reported,

    ROW_NUMBER () over (partition site_id, taxon_name

    year_reported desc order) rn

    of species_test)

    Select site_id, taxon_name, year_reported

    q where rn = 1

    order by site_id, taxon_name

    SITE_ID, TAXON_NAME, YEAR_REPORTED

    25, long eel fin, 1995

    25, smelt, 1995

    26, koura, 1995

    26, smelt, 2000

    27, smelt, 1995

  • Error using nested for each group - in Oracle XSLT

    Hello everyone. Thank you for taking the time to post this thread.
    I created a XSLT transformation that runs on oxygen, but does not work in Oracle.

    Given this XML-

    < country >
    < info enum = "CTRY" name = 'United States' States-total = "50" / >
    < enum = 'ST' index info = '0' sname = "New York" population = "8 244 910" / >
    < enum = 'ST' index info = '0' sname = "Chicago" population = "2 707 120" / >
    < info enum = "CTRY" name = 'Germany' States-total = "16" / >
    < enum = 'ST' index info = '1' sname = population "Berlin" = "3 469 910" / >
    < enum = 'ST' index info = '1' sname = population "Brandenburg" = "2 500 000" / >
    < / country >

    Work of XSLT in the oxygen-

    < xsl: template match = "/" >
    < country >
    [< xsl: for each group-select = "" countries / * ' group-starting-with="info[@enum='CTRY"] ">"
    < CountryInfo >
    < xsl: Call-template name = "ctry" / >
    < / CountryInfo >
    < / xsl: for each group->
    < / country >
    < / xsl: template >

    < xsl: template name = "ctry" >
    < name > country: < xsl: value-of select="@name"/ > < / name >
    districts of <>< xsl: value-of select="@total-states"/ > < / districts >
    < xsl: for each group-select = "current - group ()" group-by="@index" >
    < xsl: Call-template name = "States" / >
    < / xsl: for each group->
    < / xsl: template >

    < xsl: template name = "States" >
    < name of xsl: variable = "index" select="@index"/ >
    States <>
    < xsl: for each select = "current - group ()" >
    < name >
    < xsl: value-of select="@sname"/ >
    < / name >
    < / xsl: foreach >
    < / states >
    < / xsl: template >

    I get the desired oxygen - result

    < country >
    < CountryInfo >
    < name > country: United States of America < / name >
    < > 50 districts < / districts >
    States <>
    < name > New York < / name >
    < name > Chicago < / name >
    < / states >
    < / CountryInfo >
    < CountryInfo >
    < name > country: Germany < / name >
    < > 16 districts < / districts >
    States <>
    < name > Berlin < / name >
    Brandenburg < name > < / name >
    < / states >
    < / CountryInfo >
    < / country >

    In a transformation of Oracle, I get an error "cannot perform XPath expression. I have narrowed down the cause of the error. The error is caused by
    the nested for each group - using 'current - group ().'

    < xsl: for each group-select = "current - group ()" group-by="@index" >
    < xsl: Call-template name = "States" / >
    < / xsl: for each group->

    Oracle does not throw an error if I use ' Country/info' instead of 'current - group ()', but this does not produce the desired result
    because he needs to be grouped by "@index."

    Does anyone know why my XSLT does not work in a transformation from Oracle?

    oracleistheway wrote:
    Does anyone know why my XSLT does not work in a transformation from Oracle?

    What do you mean by "transform Oracle?

    If you are referring to the integrated database XSLT processor available through XMLTransform or DBMS_XSLProcessor API, it does not support XSLT 2.0, 1.0 only.

    If you use the XDK Java (oracle.xml.parser.v2) Please give the exact version.

Maybe you are looking for