Can Financial Reporting get the text value of the Capex planning Module?

Hi all


I read in the documentation that financial information can display Annotation using the planning information as a data connection source. Now, EN 9.3.1 may display the text value of the Capex Module?
I tried to get the value of text, but it shows #error...

Thank you

Hello
try to use the adapter to details of Planning in Financial Reporting Studio.
Kind regards

Tags: Business Intelligence

Similar Questions

  • Problem in opening up financial reports from the workspace using a normal user id

    Hello

    We have recently migrated from version 9.3.1 (32-bit) to Oracle EPM 11.1.1.3 version (64-bit) and have a major problem with financial reports:

    * User who is configured as an administrator for the purpose of planning or reporting and analysis administrator can access a financial report to the workspace without any problem.

    * a normal user who is configured as a viewer, Explorer, analyst, editor of personal settings (under reporting and analysis) can see the POV and NOT the report. The report is just empty.

    * If a group (say A) is assigned 'administrator reporting and analysis' and 'Request for trust' and a normal user is assigned to this group, the user can then access the financial report with no problems. But we don't want to do coz:

    The normal user gets access to access shared services
    The user also gets see all other records and reports in the workspace to which he has no access to. The reports that are not in its right of access using the incorrect data gives.
    If the reports and analysis administrator privilege is removed from Group A and NOT 'Trusted Application', existing users in the group can still see the reports to which they have access to (with other documents to which they do not have access to). But if a new user is created from scratch and added to this group, it gets again a report empty with POV.


    Please let me know if anyone has experienced this problem and found a work around.


    Thanks in advance!


    Here is our environment.

    *****************************************************************
    The Oracle EPM system has been downloaded oracle delivery Web site
    * Oracle Enterprise Performance Management (11.1.1.3.0) Media Pack for Microsoft Windows x 64 (64-bit)

    Environment of the EPM system is as follows:
    A server:
    Shared services, planning, workspace, web, calculation of financial information manager application

    ServerB:
    Essbase server, Essbase Administration services, provider services

    C Server
    Financial reports, Webanalysis

    It drove me crazy. The minimum amount of access I could give users was Bishop content rights so that they are able to run the reports.

    I connected it with Oracle and they finally gave me with the solution.
    Bug # if you are interested is 8991596, but I think it is unprecedented.

    WARNING: I highly recommend that you talk with support and mention this bug number before executing this SQL.
    This code worked for me and I don't have problems after running it but I ran this on a first test environment. I accepts no responsibility if your environment explodes etc etc!

    See you soon,.
    Gee

    # 1. Run the following SQL to display the internal records.
    # "Show hidden objects" must also be enabled in Explorer to display the folder.

    update of v8_container the internal value = 1 where parent_folder_uuid = "HRINTERNALFOLD" or container_uuid = "HRINTERNALFOLD".

    # 2. Remove all files in the folder "HRInternal" from the Explorer.
    # Do not delete the HRInternal folder!

    # 3. run the following SQL to reset the folder "internal".
    update the internal value = 0 v8_container where container_uuid = 'HRINTERNALFOLD. '

    # 4. Run the following SQL to recreate the folders with access to the global group

    INSERT INTO V8_CONTAINER (CONTAINER_UUID,META_TYPE_UUID,PARENT_FOLDER_UUID,NAME,CREATION_DATE,EXPIRATION_DATE,DESCRIPTION,CLASSNAME,BROWSABLE,AUTO_DELETE,CASCADE_DELETE,DELETED,SUPERCLASS,USER_ATTR_FLAG,USER_NAME,GROUP_NAME,PUB_RATING,IS_INLINED,OCOL_METATYPE_UUID,LAST_MODIFIED_DATE,CAN_HAVE_EXCEPT,INTERNAL, OWNER_LOGIN, IS_FOLDER ) VALUES ('USERPOVFOLD','ID03','HRINTERNALFOLD','UserPov',NULL,NULL,NULL,'com.sqribe.transformer.Folder',0,0,0,0 ' com.sqribe.transformer.Folder' (, 0, 'administrator', 'world', 0,0,NULL,NULL,0,1, 'administrator', 0)

    INSERT INTO V8_CONT_VERSION (CONTAINER_UUID, VERSION_NUMBER CREATION_DATE, LAST_MODIFIED_DATE, FILE_SIZE, CLIENT_FILE_NAME, HAS_EXCEPTION) VALUES ('USERPOVFOLD', 1, NULL, NULL, NULL, NULL, 0)

    INSERT INTO V8_FOLDER (CONTAINER_UUID, VERSION_NUMBER, FOLDER_FULL_PATH) VALUES ('USERPOVFOLD', 1, '\HRInternal\UserPov')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('USERPOVFOLD', 'USERPOVFOLD')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('USERPOVFOLD', 'HRINTERNALFOLD')

    INSERT INTO V8_CONTAINER (CONTAINER_UUID,META_TYPE_UUID,PARENT_FOLDER_UUID,NAME,CREATION_DATE,EXPIRATION_DATE,DESCRIPTION,CLASSNAME,BROWSABLE,AUTO_DELETE,CASCADE_DELETE,DELETED,SUPERCLASS,USER_ATTR_FLAG,USER_NAME,GROUP_NAME,PUB_RATING,IS_INLINED,OCOL_METATYPE_UUID,LAST_MODIFIED_DATE,CAN_HAVE_EXCEPT,INTERNAL, OWNER_LOGIN, IS_FOLDER ) VALUES ('DATASOURCESFOLD','ID03','HRINTERNALFOLD','DataSources',NULL,NULL,NULL,'com.sqribe.transformer.Folder',0,0,0,0 ' com.sqribe.transformer.Folder' (, 0, 'administrator', 'world', 0,0,NULL,NULL,0,1, 'administrator', 0)

    INSERT INTO V8_CONT_VERSION (CONTAINER_UUID, VERSION_NUMBER CREATION_DATE, LAST_MODIFIED_DATE, FILE_SIZE, CLIENT_FILE_NAME, HAS_EXCEPTION) VALUES ('DATASOURCESFOLD', 1, NULL, NULL, NULL, NULL, 0)

    INSERT INTO V8_FOLDER (CONTAINER_UUID, VERSION_NUMBER, FOLDER_FULL_PATH) VALUES ('DATASOURCESFOLD', 1, '\HRInternal\DataSources')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('DATASOURCESFOLD', 'DATASOURCESFOLD')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('DATASOURCESFOLD', 'HRINTERNALFOLD')

    INSERT INTO V8_CONTAINER (CONTAINER_UUID,META_TYPE_UUID,PARENT_FOLDER_UUID,NAME,CREATION_DATE,EXPIRATION_DATE,DESCRIPTION,CLASSNAME,BROWSABLE,AUTO_DELETE,CASCADE_DELETE,DELETED,SUPERCLASS,USER_ATTR_FLAG,USER_NAME,GROUP_NAME,PUB_RATING,IS_INLINED,OCOL_METATYPE_UUID,LAST_MODIFIED_DATE,CAN_HAVE_EXCEPT,INTERNAL, OWNER_LOGIN, IS_FOLDER ) VALUES ('HRSCHEDULERFOLD','ID03','HRINTERNALFOLD','DataSources',NULL,NULL,NULL,'com.sqribe.transformer.Folder',0,0,0,0 ' com.sqribe.transformer.Folder' (, 0, 'administrator', 'world', 0,0,NULL,NULL,0,1, 'administrator', 0)

    INSERT INTO V8_CONT_VERSION (CONTAINER_UUID, VERSION_NUMBER CREATION_DATE, LAST_MODIFIED_DATE, FILE_SIZE, CLIENT_FILE_NAME, HAS_EXCEPTION) VALUES ('HRSCHEDULERFOLD', 1, NULL, NULL, NULL, NULL, 0)

    INSERT INTO V8_FOLDER (CONTAINER_UUID, VERSION_NUMBER, FOLDER_FULL_PATH) VALUES ('HRSCHEDULERFOLD', 1, '\HRInternal\DataSources')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('HRSCHEDULERFOLD', 'HRSCHEDULERFOLD')

    INSERT INTO V8_FOLDER_TREE (FOLDER_UUID, ANCESTOR_UUID) VALUES ('HRSCHEDULERFOLD', 'HRINTERNALFOLD')

    -Give full control access to the UserPov of human resources to the global group
    insert into V8_ACCESS_CTRL (id_ressource, ACCESSOR_ID, ACCESSOR_TYPE, GRANT_ID, GRANT_TYPE) VALUES ('USERPOVFOLD', "0ad72237 - c 008 - 0d 59-000000e4d26d0c20", 2, "0ad72262-0000 - 0 has 78-000000e9583bf0f0", 1).

    HRInternal - dummy record owner
    insert into V8_RESOURCE_OWNER (id_ressource, OWNER_ID, TYPE_ID) VALUES ('USERPOVFOLD', ' 00000000-0000-0000-0000000000000000', "0ad72298-0000-0ccc-000000e750dc47f8")

    -Give full control access to the data directory of human resources for the global group
    insert into V8_ACCESS_CTRL (id_ressource, ACCESSOR_ID, ACCESSOR_TYPE, GRANT_ID, GRANT_TYPE) VALUES ('DATASOURCESFOLD', "0ad72237 - c 008 - 0d 59-000000e4d26d0c20", 2, "0ad72262-0000 - 0 has 78-000000e9583bf0f0", 1).

    HRInternal - dummy record owner
    insert into V8_RESOURCE_OWNER (id_ressource, OWNER_ID, TYPE_ID) VALUES ('DATASOURCESFOLD', ' 00000000-0000-0000-0000000000000000', "0ad72298-0000-0ccc-000000e750dc47f8")

    -Give full control access to the HR planner record for World Group
    insert into V8_ACCESS_CTRL (id_ressource, ACCESSOR_ID, ACCESSOR_TYPE, GRANT_ID, GRANT_TYPE) VALUES ('HRSCHEDULERFOLD', "0ad72237 - c 008 - 0d 59-000000e4d26d0c20", 2, "0ad72262-0000 - 0 has 78-000000e9583bf0f0", 1).

    HRInternal - dummy record owner
    insert into V8_RESOURCE_OWNER (id_ressource, OWNER_ID, TYPE_ID) VALUES ('HRSCHEDULERFOLD', ' 00000000-0000-0000-0000000000000000', "0ad72298-0000-0ccc-000000e750dc47f8")

  • I needed 166 MB choose the programs I want to install, the only space I 67.6 GB is available. Can someone tell what I can do to get the space I need thanks

    I nee 166 MB choose the programs I want to install, the only space I 67.6 GB is available. Can someone tell me what I can do to get the space I need to install the programs I want to.     Thank you

    I'm not sure that understand your problem.  The 67.6 GB you have available is about 600 times more than the MB 166 who tell you that you need.  You should have absolutely no problem.  You have no problem, or I do not understand your question.

    HTH,
    JW

  • Restrict users of financial reports in the workspace

    I have a user who has access to a specific planning unit so that it can enter data for this unit.

    The hierarchy is:

    Entity

    Dept1

    Dept2

    UnitA

    UnitB.

    In this scenario, the user is able to enter data into UnitA only. It works very well, but he can find financial reports that Dept1 and same entity.

    How can I limit so that it can only view reports of UnitA.

    Any suggestion would be appreciated.

    This report created using Essbase connection? If so, this is the reason why it shows all the metadata. If you use a connection planning then he imitates the planning of the properties. However, you cannot make attribute declaration.

    Concerning

    Celvin Kattookaran

  • Process Scheduler running SQR report gets the Client HTTP response Code 401 Unauthorized error

    People,

    Hello. I'm under PeopleTools 8,53 Oracle Linux 5 with Oracle 11 g 1 material database.

    Process scheduler run reports SQR and get the error message as below:

    Error of the client Http Response Code: 401 - non authorized. Transfer HTTP error.

    My report node information is below:

    URLID: http://ip_address:port/p/psreports/ch

    Home directory: /psreports

    Resource URI: SchedulerTransfer/ch

    Login ID: PS

    Password: mypass

    PeopleTools > IntegrationBroker > Configuration of integration > nodes: authentication option is selected password.

    The 2 roles, ReportDistAdmin and ProcessSchedulerAdmin are granted to the user PS

    Someone tell the error above due to incorrect or misspelled path for report repository in the configuration.properties file.

    I see no error in my configuration.

    My question is:

    Can any help folk to solve 'Error Http 401 - transfer HTTP error response Code' unauthorized customer?

    Thanks in advance.

    I think there might help:

    E-RD: transfer report error: Client Error Code: 401 - Unauthorized (63.59) (Doc ID 623250.1)

    E-RD: what are the steps to configure basic authentication for the repository of reports on PT 8,4 x using Weblogic? (Doc ID 970572.1)

    Also if you use this with test the load on load balancer balancer.

    Kind regards

    RAM

  • Why can't I get the MSN homepage?

    I tried and tried to get the MSN home page, but it happens as a blank page. I have no problem with it on Internet Explorer. I can't get into my email accounts. I have no problem with the page Yahoo or My Qwest.

    Try to start the computer in safe mode Windows with network support (on the startup screen, press F8) as a test to see if that helps.

    Do a check with some malware malware, analysis of programs on the Windows computer.

    You need to scan with all programs, because each program detects a different malicious program.

    Make sure that you update each program to get the latest version of their databases before scanning.

    Alternatively, you can write a check for an infection rootkit TDSSKiller.

    See also:

  • Why can't I get the most out of these numbers?

    I want to get the most out of a list of numbers (see attachment). However, when I use the Min & Max table vi, the maximum output gives nothing. My guess is that there is something wrong with the data format, but I'm having trouble understanding how I can solve this problem. Thanks for your help!

    Use a loop FOR and Unbundle.

  • Can BlackBerry we get the emails of all configured email accounts...

    Hello

    can I get e-mail all e-mail to configure accounts th programmatically...

    Yes, but it is a bit complicated.
    you get the full book
    http://www.BlackBerry.com/developers/docs/7.1.0api/NET/rim/device/API/servicebook/ServiceBook.html#g...
    get the records of service, create serviceconfigurations with them and verify if the configuration has an e-mail address.

  • How can SP2309WC, I get the webcam and the microphone to work?

    How can I get the webcam and the microphone to work on a SP2309WC? Do I need a HDMI instead of a DVi cable? Downloaded drivers for my hybrid of studio 140g, although I am not convinced that they actaully installed correctly. Skype does not see the webcam of monitors or he sees the mic, that's exactly what I bought the monitor for! Any help greatly appreciated

    Theo

    Thanks for the help. Fixing the cable did the trick!

  • If I'm no longer a student, but am always offered the student monthly CC, I have to let them know or can I still get the price reduced?

    I have the 29.99 price, but now that the year is up and it comes to renew, I am more a student. Can I still get this rate or what I should mention that I am not a student and have it updated the 49.99 rate? Thank you!

    When the plan is for renewal, if you are more student, your subscription will be renewed at the standard price (which is currently $ 49.99 / month).

    You must be able to present proof of student status to stay on a reduced plan.

  • How can I stop getting the Error 1606 trying to download Adobe Reader?

    I tried to download Adobe Reader several times and I get the following text:

    Error 1606. Could not access network location %USERPROFILE%\ApplicationData\

    What causes this and how to fix it.  I am running Windows XP Home Edition, SP3, Build 2600 and using IE8, Version 8.0.6001.18702IC to download the installation software.

    See if this helps: http://support.microsoft.com/kb/886549

  • with mappoint 2011 eval, use the mappoint control, how can mappoint_ocx, I get the mousemove fire

    I'm evaluating mappoint 2011,

    When you use the mappoint control, mappoint_ocx, I try to capture the onmousemove event to get the x / y, but the event does not fire for me.

    the mousemove event fires when I zoom or change the selection on the map.

    but I will not fire when I move the ouse arround.

    help bob!

    Hello

    Check with the help of MapPoint and in the MapPoint Forums.

    Highway, Streets & Trips, MapPoint - Forum
    http://social.Microsoft.com/forums/is/streetsandtrips/threads

    MapPoiint - Support
    http://www.Microsoft.com/MapPoint/en-us/support.aspx

    Support for MapPoint, streets & trips and Highway
    http://support.Microsoft.com/ph/851

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Can ODI - I get the name of the file in a variable?

    Hello, I am trying to get the name of the folder (or subfolder) dynamically over the package that is currently running. I tried various API (from the Toolbox) calls including < % = odiRef.getSession("SESS_NAME") % >, but this isn't quite what I need.  I'm real new to ODI...

    I'm under ODI 11.1.1.6

    Thanks in advance.

    CL

    Yes, I think that this decision if more flexible. I use this way.

    . or you could hold information about the records in the table or XML file or a properties file and store it in the variable... It depends on your tasks and objectives

  • Report on the use of modules in EBS

    Hello

    We have 500 users who use different modules of Oracle ERP.

    I would like to know if I can get a usage report or the Script to know how many users have access to each module

    Kind regards

    Mahesh

    Here's the SQL code for a list of users with assigned applications.

    SELECT DISTINCT

    FA. APPLICATION_NAME

    FU. USER_NAME

    Of

    FND_USER_RESP_GROUPS_ALL FURGA,

    FND_USER FU,

    FND_USER FUCB,

    FND_USER FULUB,

    FND_USER FULUL,

    FND_APPLICATION_VL FA,

    FND_RESPONSIBILITY_TL FRTL,

    FSG FND_SECURITY_GROUPS

    WHERE

    FURGA. USER_ID = FU. USER_ID

    AND FURGA. CREATED_BY = FUCB. USER_ID

    AND FURGA. LAST_UPDATED_BY = FULUB. USER_ID

    AND FURGA. LAST_UPDATE_LOGIN = FULUL. USER_ID

    AND FURGA. RESPONSIBILITY_APPLICATION_ID = FA. APPLICATION_ID

    AND FURGA. RESPONSIBILITY_ID = FRTL. RESPONSIBILITY_ID

    AND FRTL. LANGUAGE = "FR".

    AND FURGA. SECURITY_GROUP_ID = FSG. SECURITY_GROUP_ID

    ;

    Please mark the Correct/good accordingly.

  • How many licenses can I have with the individual Plan, and how many licenses can I have with work Plan?

    I want to buy the creative cloud, but I need to know how many licenses have individually and how many licenses the work Plan.

    Currently, the individual all the app plan $49.99 / month and the teams for a single user plan is $69.99 / month.

    You a refer to:individual, teams and plans and awards:

    If you go to this page and scroll down to the bottom, there is a comparative table which may help to clarify:

    Creative cloud for teams. Adobe Creative Cloud for businesses

    These can also be useful:

    FAQ: What is the difference between an annual plan and monthly plan?

    FAQ: What plans are available for creative cloud?

    FAQ: How can I find what is included in each Plan creative cloud?

    FAQ: How Creative Cloud storage do with my plan?

    FAQ: Where can I get information on creative cloud for the enterprise, education, Government and teams?

Maybe you are looking for

  • T450 - Windows 7 Pro - switch are not sent to sleep

    Hello I have a Win7 pro installed on my T450. But the power button sends your laptop to sleep. It doesn't do anything. I checked that in power option ' when I press the power button: ' he 'Sleep' value in both "on battery" and "Plugged in". " What's

  • Help with Machines at State

    I implement my application using state machines, and I have the following problem. 1. I have an initialized state that initialize my controls. 2. then, I want the next State to check user input. (Boolean button will be be supported to determine what

  • Press the scrolling issues after a clean install of 7.

    I recently installed 7 with a cloth from disk on my Pavilion dv4.  After a successful installation, the only thing I see that does not work is the scroll on my touch pad feature.  I need to find a new driver for 7?

  • Restore backup file

    When you try to restore the backup file to a network drive (c = local machine, x, y, z = network drive), get "Access denied" error when 'creation z:/Statistics' and can restore on drive c. any ideas? Steve

  • Some more issue with WRT160N

    Sorry to be such a schnorrer, but I finally got access to my wireless internet and that's all fine and dandy until he slowed and then stopped completely. I have reset the router and re-installed everything 3 times, but I get the same result... slow a