EPM V11 Repository Tables

Hi ,
Does anyone know what are the repository tables that hold the following in Hyperion v11
•     Complete Folder and Tree structure
•     Report under each folder and their location of the file system
•     Folder level security
Any help would be greatly appreciated..
Thank you,
Smrithy

Have you had any previous versions on the machine, what OS is it.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How can I create a universe with the BO repository tables?

    Hi. I need make a universe with the BO repository tables, in order to get user information .
    But, when I try to insert tables in designer, using a new conecction to BO repository. I can't see tables.
    Someone can help me?

    The CMS repository is organized into both physical and virtual tables. Only the CMS can access the virtual tables, therefore you cannot create a universe on the CMS repository. You can access the CMS repository information through the Enterprise SDK.
    https://www.sdn.sap.com/irj/boc/businessobjects-sdklibrary

  • Repository tables accessed during deployment

    Hi,
    I would like to generate and execute owb mappings without the control center. I have imported the mdl file, generated the code of the mappings and created the packages in the database. When I try to execute the package, I got this error:
    Error 100: ORA-01403: no data found
    ORA-06512: at "OWB_ADM10G.WB_RT_MAPAUDIT_UTIL", line 1027
    ORA-06512: at "AST_ADM.TESTE_MANUAL", line 2544
    ORA-06512: at line 6
    The error happens in this line: wb_rt_mapaudit_util.premap('TESTE_MANUAL', x_schema, x_audit_id, x_object_id);
    If I deploy the mapping using control center, then I can execute the mapping without errors. I think it happens because the object is not "registered" in the repository tables.
    I would like to do it manually, "registering" the mapping in the repository tables before executing it. I found deploy information at WB_RT_AUDIT_OBJECTS and WB_RT_AUDIT_DEPLOYMENTS, is there any other table or view I should verify?
    How can I simulate a deployment without using control center or omb plus??
    Thanks.
    Luciene

    Hi Luciene,
    The main function works as the main procedure. As far as I know, the only differences are that the function has only one parameter with all owb parameters in the structure WB_RT_MAPAUDIT.WB_RT_NAME_VALUES and returns the status. The main procedure is the recommended entry point by oracle.
    Try the main function with p_job_audit='FALSE'.
    If the mapping is not deployed correctly (via a control center), it is not known in the repository and therefore logging will be difficult.
    Regards,
    Carsten.

  • OWB Repository tables

    Can anyone tell me where can i get information about OWB repository tables created in the database when we install OWB.
    I basically want to know what each table does??
    tables for eg. wb_rt_tasks, wb_rt_errors etc...
    Edited by: Commander on Sep 25, 2008 4:40 AM

    Hi,
    if you will have this information you can sell it! ;-) The repository is not documented very well. When you work with the owb some years you will know something about it, but not everything. And often you need informations from more than one table, because the information is splitted in many pieces (relational tables!). And the constraints are not documented. And in 11g the repos has changed very much!
    Good luck,
    regards
    Detlef

  • How to capture repository tables ?

    I would like to make a table diagram showing the actual repository tables, the SDD_.. tables. In that way I could easier make queries on the repository tables.
    However, if you try to capture the server model from database and login as the repository owner you only see a small fraction of user_tables. Where's the rest ? None of the SDD_ tables show up. Is there some filter blocking it ?
    Same goes for the CI_ views.
    Ta,
    Mark.

    One suggestion: check the roles of that user. You need to have access to those SDD_* tables so, within the "object privileges granted" folder below that user's roles folder, at least one of them has to have the "select on repositoryownerschemaname.SDD_whatever"
    Hope this helps!
    Cheers,
    Ana

  • EPM V11.1.2.1 Perform 1st-time configuration of Shared Services database

    Hello,
    I installed EPM v11.1.2.1 but I could not configurate.
    On EPM configurator step Perform 1st-time configuration of Shared Services database option was disabled.
    I try to change vpd.properties file's name; but it did not work.
    Do you give me any suggestions?
    Thank you.
    ankist

    Have you had any previous versions on the machine, what OS is it.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Repository Table Empty after mapping procedures

    I'm using OWB 11g and simply trying to do a 'test case' where I create a simple mapping from a single (oracle) source table to a target table and then generate and populate a repository table. All 3 tables have the exact same structure. The problem is that when I generate the Repository table it has no data in it.
    I'm religiously following all the directions:
    1) Create & Bind on the target table
    2) Synchronize on the target table
    3) Validate Mapping
    4) Generate mapping
    Go to Design center
    5) Validate, Generate, Deploy the repository table
    6) Validate, Generate, Deploy and 'Start' the repository mapping.
    But when I finally select 'data' for the Repository Table the Data Viewer shows me the structure but no data beneath it.
    Just to cover the basics, I've set up a Staging Area module for all of this and I'm sure my source table has data in it.
    Any ideas on why this is happening?
    Thanks
    Message was edited by:
    John W

    David,
    I found the table that is generating the[b] table of view does not exist error- but I'm stumped as to why this is. I have 2 tables in my source module (dw_user) which are the EVENTS and PRIZES tables. They are both accessible from the staging schema and the repository schema in sql. But the PRIZES table is getting the table of view does not exist error and the EVENTS table is not. Also, all columns referred to in the script are all valid.
    The line that is generating the error is line 17 in the script below which I've bolded. Note that Line 16 accessing the EVENTS table is not generating an error. Here are some points:
    1) When I try to 'deploy' either the EVENTS table or the PRIZES table, as you suggested, I get a msg saying that these are source tables and cannot be 'deployed'. I am validating, generating and deploying the target table and the mapping however.
    2) One difference I did find in my initial error was that I just happened to have a copy of the EVENTS table in the stage schema (dw_stg) but did not have a copy of the PRIZES table there. This should not matter since the schema being accessed in the sql is obviously the source schema (dw_user) and not the stage schema (dw_stg). Nonetheless, just as an experiment I also put a copy of the PRIZES table in the stage schema (dw_stg) but the error remained.
    Any other ideas as to why the EVENTS table is accessible in the sql but the PRIZES table is not?
    Here's the script with the error on line 17:
    1) CREATE OR REPLACE PACKAGE BODY ""MAP3"" AS
    2)
    3)
    4)
    5)
    6)
    7) -- Procedure "JOINER_p" is the entry point for map "JOINER_p"
    8)
    9) PROCEDURE "JOINER_p"
    10) IS
    11)
    12) -- Row by row processing
    13) "PRZ_EVT_ld" BOOLEAN;
    14) CURSOR "JOINER_c" IS
    15) SELECT
    16) "EVENTS"."EVENTNAME" "EVENTNAME",
    [17) "PRIZES"."PRIZEPLACE" "PRIZEPLACE",
    18) "PRIZES"."PRIZEAMOUNT" "PRIZEAMOUNT"
    19) FROM
    20) "DW_USER"."EVENTS" "EVENTS",
    21) "DW_USER"."PRIZES" "PRIZES"
    22) WHERE
    23) ( "EVENTS"."EVENTID" = "PRIZES"."EVENTID" );
    Thanks for your continued help.
    Cheers,
    John

  • EPM V11.1.1.2.0

    I installed and configured EPM V11.1.1.2.0 on a laptop with XP Professional, ran the EPM system Diagnostic and all came back successful, yet when I start Essbase server, Admin they crash.
    The Oracle Hyperion config /troubleshooter guide has not provided any conclusive answers to the problem. Any suggestions ?

    Hi John
    I'm grasping straws probably but not having found a valid reason for the EAS Admin console not connecting to the admin server what do you think of the following msgs from the Essbase command prompt ? I started the service from 'Start' > All Programs instead of Windows Service. I brought up the Admin console but did not attempt signon yet it says logout on 'admin'
    Does the log4j warning have any impact ?
    [Wed May 06 10:41:13 2009]Local/ESSBASE0///Info(1051283)
    Retrieving License Information Please Wait...
    log4j:WARN Please initialize the log4j system properly.
    [Wed May 06 10:41:15 2009]Local/ESSBASE0///Info(1051199)
    Single Sign-On Initialization Succeeded !
    Registered to: admin
    oracle
    Startup sequence completed
    Security is enabled
    Logins are enabled
    Essbase Default Storage type is Multidimensional
    [Wed May 06 10:41:19 2009]Local/ESSBASE0///Info(1051134)
    External Authentication Module: [Single Sign-On] enabled
    [Wed May 06 10:41:19 2009]Local/ESSBASE0///Info(1051051)
    Essbase Server - started
    Waiting for Client Requests...
    [Wed May 06 10:42:47 2009]Local/ESSBASE0///Info(1051164)
    Received login request from [173.117.158.246]
    [Wed May 06 10:42:47 2009]Local/ESSBASE0///Info(1051187)
    *Logging in user [admin] from [173.117.158.246*]
    [Wed May 06 10:42:47 2009]Local/ESSBASE0///Info(1051164)
    Received login request from [173.117.158.246]
    [Wed May 06 10:42:47 2009]Local/ESSBASE0///Info(1051187)
    Logging in user [admin] from [173.117.158.246]
    *[Wed May 06 10:42:47 2009]Local/ESSBASE0///Info(1051001)*
    *Received client request: Logout (from user [admin])*
    *[Wed May 06 10:42:47 2009]Local/ESSBASE0///Info(1051037)*
    *Logging out user [admin], active for 0 minutes*
    Edited by: user7731932 on May 6, 2009 8:21 AM

  • A product bug of Calc Manager in EPM V11.1.1

    A product bug of Calc Manager in EPM V11.1.1
    I create a business rule named BRTest.
    1st step, insert a IF statement in Rule Designer;
    2nd step, Shift to code editor, as follows code:
    FIX(“Jan”)
    “HSP_InputValue”(
    IF (“HSP_InuptValue” > 1 )
    “FY09”;
    ELSEIF (“HSP_InuptValue” < 1 )
    “FY10”;
    ENDIF
    ENDFIX
    3rd step, insert a line Calc command, like bellows:
    FIX(“Jan”)
    “HSP_InputValue”(
    IF (“HSP_InuptValue” > 1 )
    “FY09”;
    “FY11”;
    ELSEIF (“HSP_InuptValue” < 1 )
    “FY10”;
    ENDIF
    ENDFIX
    4th step, shift to Rule Designer, the IF statement graphical have lost;
    5th step, shift to code editor, the IF statement code have lost, code like bellows:
    FIX(“Jan”)
    ENDFIX
    Did anybody meet the problem?
    Hector

    I found the answer in the Oracle Essbase Admin guide. If the default connect port to the server is changed to a different port value then the new port value has to be specified during the logon as <server name:portnumber>. This is necessary even if the server.xml has the new port value. If not the system will respond with the the 'unable to connect' msg.

  • Loading type in repository tables

    How can I find the loading type of the mappings in the repository tables? I am using OWB 10.2.

    Hi Luciene,
    Basically all information that you need is stored in OWBRT_SYS.ALL_IV_XFORM_MAP_% views. Difference between ALL_RT_OBJECTS view and ALL_IV_XFORM_MAPS is taht first holds information about all deployed objects, but ALL_IV_XFORM_MAPS holds information about all mappings in owb (deployed, new - not deployed etc.). Property information is stored in ALL_IV_XFORM_MAP_PROPERTIES view. But unfortunately i can't access directly this view, because this view throws a exception (ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion (actual: 7533, maximum: 4000)). It seams to me, that this error is related to RDBMS bug (metalink: Bug No.     5610195). This view is based on CMPSTRINGPROPERTYVALUE_X view, so i don't know relations between fields and values, you can try to search trough these views.
    Regards

  • Metadata Repository tables

    Hi,
    Does anyone know the Metadata Repository tables' names?
    I need to do an inventory with queries, InfoCubes, Ods, etc in our BW Server.
    Thanks in advance,
    Leo.

    Hello,
    You can check these tables:
    RSDCUBE - For InfoCubes
    RSDODSO - For ODS
    RSZELTDIR - For queries
    Diogo.

  • DAC: "error while reading repository table". Please help!

    Hi everybody,
    I copied DAC directory from server to a workstation.
    DAC client on server machine runs normally.
    When trying to run DAC client on the workstation, I get an error message "Error while reading repository table".
    I tried to find any DAC log file to get some additional information, but I couldn't.
    The connection in DAC seems to be configured properly (test connection successful).
    The only difference I found between server and workstation is that there are two Oracle homes installed on the workstation and one - on the server.
    Thanks,
    Alex

    So you can read the tables now? Good to know.
    Just as a hint: if you "tnsping" your data source from a command window, you'll see which path and file is used, so you can find out which home.
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 04-MAR-2009 16:42:43
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    C:\Oracle\product\11.1.0\client_1\network\admin\sqlnet.ora <--- my 11g home is used and not the 9i or 10g which also reside on this machine.
    @DAC client can't connect to server: i.e. the icon stays red?
    - Is your server up and running? (I don't want to start a flame war, but it happens to the best of us)
    - Did you go through the steps here? http://download.oracle.com/docs/cd/E12513_01/doc/bic.101/e12653/dac_configure.htm
    Cheers,
    C.

  • DAC: error while reading repository table

    Hi everybody,
    I installed DAC (copied from server to a workstation).
    When trying to run DAC client on the workstation, I get an error message "Error while reading repository table"
    The connection seems to be configured properly (test connection successful).
    DAC client on server machine starts normally.
    What can be a problem?
    Thanks,
    Alex

    Hello again!
    Has anybody seen this problem?
    What can it be?
    Where can I find DAC logs?
    Cheers,
    Alex

  • Hyperion Analyzer Repository Tables

    I am creating a cross-reference report that shows me the access privileges assigned to each report in Hyperion Analyzer. I found that the information resides in the HsDsAttributes and HsDsACL SQL Server repository tables but I have no metadata for these tables. Does anyone know what the values in the columns for these tables are defined as? Specifically the class, type, and intval columns in the HsDsAttributes table.
    Thanks.

    Hi John,
    Thanks for sharing the pdf related to the HSP tables.
    When a FORM is submitted in planning application and the Final submission status= "Pick Yes/No" should be stored in the HSP table. As per the pdf which you have provided for the planning tables- Looks like the HYP_PLANAPP3.HSP_JOB_STATUS and HYP_PLANAPP3.HSP_AUDIT_RECORDS should have this information.
    example if the Form is saved for final submission status = Yes, this value should be stored some where in the HSP table, and my guess is under HYP_PLANAPP3.HSP_JOB_STATUS and column RUN_STATUS with values like 0 or 1. Please correct me If I am wrong.
    Sorry I might not be using the correct Hyperion terms.
    Thanks,
    Sikandar

  • Repository tables

    Hi,
    Does anyone know if there is a published data model for repository tables? What we are trying to do is locate the table name and column names for user account data (name, e-mail address, job title, user account name).
    Any advice would be appreciated.

    You need to use the query builder or the sdk to retrieve this information.
    Details on the query language can be found in the developer library:
    https://www.sdn.sap.com/irj/boc/sdklibrary
    BusinessObjects Enterprise Java SDK > Developer Guide
    SDK Fundamentals > How do I instantiate, cast, retrieve or commit classes in this SDK? > How do I use the path query language to retrieve objects from the CMS repository?

Maybe you are looking for

  • Can't see podcast videos...

    I just downloaded one of my favorite podcast videos that I'm subscribed to and I tried to open it to watch it within iTunes like I always have done before with other versions of iTunes but it won't play the video. I can hear it but can't see it. I he

  • Delete a user account

    I am trying to delete a user account but the "-" button is not clickable - help!

  • DARK PRINTS on Epson R2400

    I know this has been discussed in other threads. What I did not find posted elsewhere was "the" solution to my problem of dark prints with Lightroom on an Intel Mac, that was provided by Epson Tech Support this morning. First, I've tried all the othe

  • Unrepairable "different" Permissions After Updating iTunes

    Hello - First, I need to confess that I am not an Apple computer guru. However, up until today, I've never experienced any major problems with either of my two Mac computers. Ugh. . . I updated both the iTunes and Front Row programs on my MacBook Pro

  • Emailing photos from iPhoto 2 via AOL

    i have iPhoto2, but have upgraded to OS 10.4.7. is it possible to email photos using AOL? if so, how, if not, what upgrades do i need to do? just got a digital camera, so i had not used iPhoto before. thanks much.