Financial Reporting bug

Hello

I have a problem when I run a financial report, the doenn selection tool apply to unrestricted access. Security are ok because qhen I'm in a Web Form schedule titles are ok.

When I run the selection tool in the reports pop up:

First of all, in the selection of Hyperion Financial Reporting, a common user has visibility on all members of the dimension, despite the security defined.

Second, when the user wants to access a member of a dimension that cannot be accessed, a bad series number as "123456789..." is displayed up to what a "#NoAccess" as in Smartview.

You have an idea?

Thanks for help

Published by: ThomZelurb on March 3, 2010 03:56

Published by: ThomZelurb on March 3, 2010 08:15

Maybe Cameron blog on metaread filters will be useful for you:-http://camerons-blog-for-essbase-hackers.blogspot.com/2009/07/fixing-plannings-filters.html

See you soon

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

Tags: Business Intelligence

Similar Questions

  • By default members of financial reports

    Hello

    Can you please tell me where I can configure default members for the Studio Reporting financial reports?

    It keeps back to the last view selected members.

    Thank you

    Hello

    Yes, it does not work and we don't have a BUG that is triggered with the Dev team.

    Kind regards

    Zohra.

  • Financial report restores do not task list

    I'm on 11.1.2.2 and I can't get my financial reports to display when you click on the task list. The task list is the link smartcut appearing in the task list, but I get an error message "Internet Explorer cannot display the webpage". Someone has understood how to get lists of tasks to work on 11.1.2.2? I try it on IE8.

    There is a new bug for the same.

    When you open a Hyperion EN or WA report Embeded by Smartcut URL in A operational planning list results in error: "EMP workspace cannot operate within a framework." Contact your system administrator. "[1314405.1 ID]

    There the solution listed for use a special url to launch the report.

    A number of things that I noticed.

    3rd point in the solution speaks of special characters (this is the URL encoding, they make reference to for example, if you have a space in the folder, then instead of space using % http://meyerweb.com/eric/tools/dencoder/ 20, will be useful in coding)

    Once you launch the EN report, the planning task list displays this message "this window can be closed now because the application has been launched in a separate window. Note: Popup Blockers can prevent this application from working properly. »

    When you click on a different place (say of forms), you get a pop-up in Internet Explorer asking to stay on the page or leave the page. Always click on "stay on the Page.

    Concerning

    Celvin
    http://www.orahyplabs.com

  • 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")

  • where to report bugs found on the lollipop?

    What is the appropriate forum to report bugs found?

    If you have received a legitimate on the upgrade of air to L, you can start a new thread with any problem you find. The case for 2nd Gen G, then the 2nd G, forum is the appropriate place. If you sideloaded update, or are part of a private beta, then it wouldn't be the place.

  • Workspace open to financial reports is not available in the center of financial information to the local Oracle Fusion HCM

    Workspace open to financial reports is not available in the center of financial information to the local Oracle Fusion HCM. Help, please.

    Thanks in advance for the answer

    Found the solution. Open space for task of financial reports, we must as a financial analyst for the respective user. Pls correct me if I'm wrong

  • Auditing feature that indicates when a financial report was executed?

    Is there a report or a checking feature that we can turn on to tell an administrator when a Hyperion financial report was last run, and the user who ran the report?

    You should have a look at the documents:

    • Declaration (FR) financial follow-up use - report access by user name (Doc ID 1947774.1)
    • Financial reports (EN) - followed by use of reports and book (Doc ID 1353965.1)
  • 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

  • EPM 11.1.2.3.500 - book of financial reports error:; nested exception is: java.lang.NullPointerException

    Hi all

    We have up gradation of EMP 11.1.2.3.500 11.1.1.3.

    We have financial reports book for HFM.

    When we right click on the books and select 'complete book as PDF', we get after that error

    "the nested exception is: java.lang.NullPointerException.

    any idea?

    Kind regards

    Dattatray - Mate

    Hello

    We have solved this problem as follows,

    1. open this book report

    2 remove the reports within the book.

    This is how it works for us

    Kind regards

    -Matt Dattatray

  • Financial reports: Error Code 255 when installing power supply 11.1.2.3.505

    Hello

    I ve tried to install the power supply 11.1.2.3.505 (19795686) for financial reporting.

    The command is:

    C:\Oracle\Middleware\EPMSystem11R1\OPatch > opatch.bat applies C:\Oracle\Middleware\

    EPMSystem11R1\OPatch\19795686-oh C:\Oracle\Middleware jdk - C:\Oracle\Middleware

    \jdk160_35

    But it stops with the following error message:

    OPatch failed to find inventory YES home of the Oracle based. But, location YES

    is provided through "oui_loc" option. Please check the inventory of the Oracle CDM

    e and OPatch execution again.

    OPatch failed with error code = 255

    Any ideas?

    Thank you!

    Hello

    You can download the latest version of OPatch of My Oracle Support (MOS)

    Reference: OPatch - where can I find the latest Version of OPatch? [Video] (Doc ID 224346.1)

    Kind regards

    Harish.

  • How/where are the financial reports stored on the file system of the server?

    We recently lost a large part of our reports on our server. We cannot understand what the restore directory location in order to get these reports back. Where is the default directory for 11.1.2.2 financial reports? And in what format the reports are being saved?

    EN reports can be found in the file system of the operating system (o/s), but the EMP workspace hierarchy (folders, tree, etc.) are stored in the database of repository Hyperion bi +.

    On the system of operating system files, the reports are stored in RM1 folder under folder "C:\oracle\Middleware\user_projects\epmsystem1\ReportingAnalysis\data\RM1\root".

    The names of the reports placed here are UUID (identifiers of long - not the actual names).

    For example:

    When a report is created with the name 'My report' in Studio Financial Reporting, by connecting to the EMP workspace will be available in the name of financial reports/folder where it was saved.

    the actual report will be stored in a subfolder of the RM1\root folder on the file system.

    The file name will be a unique identifier (not the real name of the report is 'my report')

    It will be generated 'on the fly' based on various things such as the date and time on the server (i.e. 0000012f5af72b1a-0000-ec71-c0a8006c.00000130510b77bb-0000-5133-c0a8006c.1)

    The meta-data for this report ('My report', that is in the folder in the workspace, the date of the change of the report, permissions on this report, etc) will be stored in the Hyperion bi + DB as an object in an encrypted table. Financial reporting knows what metadata in the Hyperion bi + DB which corresponds to the report, in the file 'RM1\root' because all rows in the table for that object in the Hyperion bi + PB related to 'My report' will be referenced using the UUID of the file (for example 0000012f5af72b1a-0000-ec71-c0a8006c.00000130510b77bb-0000-5133-c0a8006c.1)

    Note: The location of the folder of RM1 differs with each facility's operating system.

  • Are the "Oracle Hyperion Reporting and Analysis" and "Oracle Hyperion Financial Reporting," one and the same product?

    Are the "Oracle Hyperion Reporting and Analysis" and "Oracle Hyperion Financial Reporting," one and the same product?

    Alanysis and Hyperion reports has a scope of report include Hyperion Finanicial Reporting, web analytics services RA framework and the Foundation as a layer application and client level there EMP Workspace, SmartView etc.

    Thank you

    ~ KKT ~.

  • Hyperion Financial Reporting-Print Service is not running - put 11.1.2.1

    We use the Hyperion 11.1.2.1 and when I look at my Hyperion Financial Reporting-Print service, it shows me to stop and when I right click to stop/start it the options are grayed out.

    I completely stopped all services of hyperion and them began and now the HFR print service shows me as departure.

    Kindly help me what should I do to solve this problem.

    Hello

    There should be a newspaper available that can give more indication to this problem, not being is not able to connect to the web server en is one of the common issues.
    \FinancialReportingStudio\diagnostics\logs\FinancialReporting\FRPrintLogging.log

    try running the FRRemovePrintServer.cmd the Hyperion Financial reporting - Print serivce deleted successfully and run FRSetupPrintServer.cmd to add

    check if it is releated to the firewall. Make sure that the ports are open.

    Thank you

    ~ KKT ~.

  • Migrator for financial reporting


    Hello

    You have a Migrator for financial reporting? We export financial V11.1.1.2 reports and we import to V11.1.1.4. The import/export process fails because we copy V11.1.1.2 to V11.1.1.4. Reports migrated through a Java Exception and create duplicate database connections.

    Thank you

    Jean

    Hello

    We have a utility that can be executed in the same identical version which introduced from 11.1.1.3 on words of migration of LCM.

    If you use the Import/Export to migrate EN is 11.1.1.2 11.1.1.4, you must create database connections in the new environment (the same as 11.1.1.2 with but servers are pointing to 11.1.1.4) first then you import 11.1.1.2 reports to avoid creating duplicate database connections.

    In your case EN some reports after migration its pointing to old server (11.1.1.2) instead of 11.1.1.4.

    Hope that help information.

    Kind regards

    Harish.

  • Hyperion financial reporting - error 429 Activex Studio


    Hello everyone,

    I recently installed Studio of Hyperion 11.1.2.1 on a Windows 7 64 bit computer financial reports using the stand-alone Installer (FinancialReportingStudio.exe)

    After installation, when you try to launch the client we get the runtime error 429 active x Classic.

    I had this problem before in previous commitments and the solution was to run the utility of configuration on the computer and the error would then disappear.  The problem is that the stand-alone installer does not appear for program installation/install the utility of configuration on the client computer.

    Any suggestions on how to solve the problem?  Already tried to launch only the HRrunant.bat and that did not help.

    Thank you

    Tried two of these ideas and they didn't work.

    We found the question if, we were using the installer of the client 64-bit on a 32-bit computer, which is not very obvious financial reporting studio setup is basically the same for both platforms.  If you use the workspace to download the client installation program it will give you only the version that is on the server, which in our case was the 64-bit Installer.

Maybe you are looking for