Export of batches of regular financial report with LCM

Hi people. 11.1.1.3 EMP here running.

I'm trying to use LCM to export regular batches of Financial Reporting. When I shared in the context of Reporting and Analysis Services, under the zoom on objects regular, I don't see any regular object and yet I have about 200 EN batch reports on demand on my dev server.

I looking in the wrong place to export these or is there another way?


Thank you
Tom

11.1.1.3, the files get exported under the Hyperion\Common\import_export folder.

Tags: Business Intelligence

Similar Questions

  • Helps to create a financial report with Studio of Reporting.

    Hello
    IM new to the Financial Reporting Studio so my question is maybe something very simple, for beginners.
    Im trying to create a report that has two columns in each column, there is the dimension of the year. In the first column, there are the current POS for the year, but in the second column, I would like to first year unfounded POV automatically, without using a command prompt. Y at - it a function or a way to do it?
    Tanks yuour foy help!
    Edu

    Use the relative function.

    The first column will be set to use the POV of the user.

    For the second column... see the tab named 'Functions' Select the function "RelativeMember". To the member row - select user POV. For offset, enter-1... that automatically selects the previous year.

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

  • Export EN without using Financial Reporting Studio

    Hello.

    Is it possible to get the designed reports to the Financial Reporting Studio for import into another machine?
    I ask this because I am not able to access this machine more. So, do you have another machine, but now, with a new database, with no report =)

    Thank you.

    See you soon,.
    Rafael brands

    I know that there is a report migration tool as we used it when we went to 7.2.5 9.3.1. I'm not 100% if you can make use of it as a tool for simple 'copy' (i.e. copy even software version reports from one server to another or if it only works in specific upgrade capability); However, I would like to start on this track first.

    I think that the roadblock that will hit you. However, is that I think that the environment should be operational for this utility work.

    If this is the case, the manual way is ugly. As I mentioned in a post unfounded, reports (since the system 9) are scattered in different rooms. In the database of the workspace, you will find information that links a UUID (Unique identifier) to a "friendly name". In the file system of your server that is running the web application of RM, you will find the actual report files. Files / folders for reports are not favorable to humans; Therefore, you must the DB to resolve names. The other question, you have here is the connection of database for reports. When you create a database connection, it also gets a generated Unique ID value that is stored in the reports. If the ID does not exist in the target system, you must update all reports; If not, will not work correctly.

    If I HAD to do by hand (i.e. old workspace is not operational, so I can't export), here's what I'd do...

    -CAUTION - I don't think that someone here will approve this method and I don't really either, but...

    "Old system" to the "new system".
    -----------------------------
    #1-nouveau system--> create your database or connections, preferably with the same name (s) as previous environment

    #2-old--> Locate naming the information in the workspace database tables (if you don't know where it is, find a previous post, I put on the reports and the database where I explain this)

    #3-vieux--> locate physical files / directories (see previous post on the subject)

    #4-old--> is at least ONE report for EACH database connection used in the old system. Open the file in Notepad and search for the connection ID. (NOTE: files are compressed so get something like 7zip inside)

    #5-nouveau--> open the workspace database search the database connection information. For each connection that you created, update the ID matches the ID in the reports.

    At this point, we have two different options...

    Option 1 - create your own archive export
    ---------------------------
    Now that you know where are all the old reports and you know the appropriate designation of the reports, you can make your own archive export which you can then import into the new environment. The structure of archive 7zip would be something like this

    ReportExtract.7z
    (null) File--> that would correspond to the folder your workspace root
    My report Folder 1--> your stuff to the workspace here
    My report folder 2--> etc.

    The thing of import to recognize here is that when you open the 7z file, you must have this file NULL; otherwise, it does not. I know not how to create such a null record, so what I do is usually to create a file extracted using workspace to export, then use 7zip to alter the archive to include what I really want...

    #1-vieux--> the names of Fix. Using the information from the database of the workspace write a quick script to browse the folder / folder structure and rename all the files and folders so that they have the friendly name.

    #2-old--> for files that were renamed just decompress. This can be accomplished with a script file as well bat.

    #3-nouveau--> go to file export and choose the highest folder you can and export all items. Save the file somewhere convenient that you will have need of ot that immediately.

    #4-old--> open archive with 7zip. You see a folder without a name, double-click it. Now you should see the beginning of the structure of your report (if you have one on the new environment...)

    #5-vieille--> using windows Explorer, drag and DROP the files/folders of measures #1 / #2 in the window 7zip. 7zip then adds these folders/files to archive report, we have created.

    #6 new--> connect to the workspace and select the file, the import option. Continue to use archive created previously. If everything is done correctly, the reports will shoot and you'll be good to go at this point. (OTHER THAN THE SECURITY)

    Option 2 - manually entered database and copy the files/folders
    ---------------------------

    In theory, it is slightly faster, I have never tried so I will say not for the fact that it works. I'd probably recommend only try it is the old and new machines running the SAME version of the software AND the new machine added nothing to this yet...

    #1-search for RM1 service folder and copy all files/folders RM folder on the new server

    #2-locate the old tables of database associated with report of files, folders, permissions, data connections and copy data in database tables.

  • Data store report with NFS export pathname specification

    Hi all I created a report with the SCSI LUN ID and NFS export path specification data store.

    But I have no idea of the NFS export the path of a query data store. Can you help me in the following script?

    $report = @)

    $VMHost = get-VMHost-location

    $cluster foreach ($cluster Get-cluster) {}

    (Get-Datastore - VMHost $VMHost | where {$_.}) Type - eq "VMFS"}) | %{

    $info = "" | Select Center data, Cluster, name, capacity, put in service, available, DSType, State, Monday, NFSPath

    $info. Datacenter = $_. Data Center

    $info. Cluster = $cluster. Name

    $info. Name = $_. Name

    $info. Capacity = [math]: Round($_.capacityMB/1024,2)

    $info. Put into service = [math]: Round (($_.)) ExtensionData.Summary.Capacity - $_. ExtensionData.Summary.FreeSpace + $_. ExtensionData.Summary.Uncommitted)/1GB,2)

    $info. Available = [math]: round ($info. Capacity - $info. Put into service, 2)

    $info. DSType = $_. Type

    $info. State = $_. State

    $info. Monday = Get-ScsiLun - Datastore $_

    $info. NFSPath = "n/a".

    $report += $info

    }

    (Get-Datastore - VMHost $VMHost | where {$_.}) Type - eq 'NFS'}) | %{

    $info = "" | Select Center data, Cluster, name, capacity, put in service, available, DSType, State, Monday, NFSPath

    $info. Datacenter = $_. Data Center

    $info. Cluster = $cluster. Name

    $info. Name = $_. Name

    $info. Capacity = [math]: Round($_.capacityMB/1024,2)

    $info. Put into service = [math]: Round (($_.)) ExtensionData.Summary.Capacity - $_. ExtensionData.Summary.FreeSpace + $_. ExtensionData.Summary.Uncommitted)/1GB,2)

    $info. Available = [math]: round ($info. Capacity - $info. Put into service, 2)

    $info. DSType = $_. Type

    $info. State = $_. State

    $info. Monday = "n/a".

    $info. NFSPath = "I don't know".

    $report += $info

    }

    Thank you.

    You can use the attributes RemoteHost and RemotePath of the data store to get the path in any format you want.

    e.g. $info. NFSPath = "$($_.)". RemoteHost) :/ $($_.) RemotePath).

  • OBIEE export report with view narrative

    Hello

    I have a report with a view narrtive sequencing when I export this report the result do not match the result shown in the web analytics Page, in fact in this report, I use a variable called 'Run' which can contain more than 100 values, in the Analytics of the report show several line for this value, but in pdf format, the value of 'Run' is displayed on a single line.

    Can you please help me to correct this bug exporting

    Date: @{DateVar} {Todos los fechas} [br /] [br /]
    Sub-sistema: @{SubsystemVar} {Todos los values possible} [br /] [br /]
    < div style = "dressing: break-word;" Width: 800px ">RUN del applicant: @{Run} {Todos los values possible} < / div >"

    Try this work around.
    Use the variable of presentation in one of the column expression and use the function moves back to replcae, space
    and hide this column of the report and use it in the narrative with line break
    It should work.
    Exp:
    Replace (@{ApplicantVar} ',' ')

  • Is Hyperion Financial Reporting (version: 11.1.1.3) compatible with Windows

    Hi all

    Can someone telll me if Hyperion Financial Reporting Studio, version: 11.1.1.3 is compatible with Windows 7 or not?

    Thank you
    Neha

    Hi Neha,

    Yes it is supported. Tab base platform of EPM system under matrices taken platforms supported: http://www.oracle.com/technetwork/middleware/bi-foundation/oracle-hyperion-epm-system-certific-2-128342.xls

    Be sure to check the Exceptions and other information column. Let me know if you have any other questions.

    See you soon,.
    Mehmet

  • Export of financial reports

    Hello I am new on Hyperion, I want to export specific financial reports and import them on another server, how it could be done and where financial reports are physically stored?

    Personally I export reports in bulk workspace and then import them in on your target, depending on the version that I don't have a lot of faith in the use of LCM for reports.

    See you soon

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

  • How to export the reports with permissions information folder

    When I try to export the reports with permissions information folder, it still get error.
    for example, when I run command below:
    ICommand - cmd export - name "/ public/report/Demos/Call Center"-folder permissions type 1 - file 'c:\call.xml '.

    It will get the error:
    Oracle BAM utility command [Build 6512, BAM repository Version 2024] copyright law?
    2002, 2009, oracle and/or its affiliates. All rights reserved.
    Export the folder ' / public/report/Demos/Call Center '...
    Export of report public, report, Demos, Call Center / Reassign Action case...
    BAM-02518: unrecognized parameter: permissions
    [ErrorSource = "Import-export", ErrorID = "ExportImport.InvalidParameter"]

    It seems folder to export successfully, but cannot export reports

    Thank you

    I'm on PS1 11R1 and it works for me. I think you're on R1 - it is likely that R1 might have a bug that crept in PS1 (although I'm not able to locate any such bug in PS1) or there may be a corruption in your environment. My suggestion is upgraded to PS1.

  • Is it possible to open reports (Financial Reporting Studio) with SmartView

    Hello

    V11.1.1.2 I would like to know if it is possible to open reports (Hyperion Financial Reporting Studio) with SmartView (Excel).
    If so, should what type of connection I open?

    Best regards

    Hello

    Yes, you can

    In the Data Source Manager > select > independent provider connections

    Add + Url provider

    Supplier:-Reporting Hyperion & analysis - 9 system provider
    Location:-http://: 19000/area of work/travel/listxml

    Connect

    In the Hyperion menu > reports & analysis Document > Import

    Select your financial report

    Ok?

    See you soon

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

  • Shared Services with the Financial Reporting - 11.1.1.3 security problem

    Hello

    So we have some users are configured in some groups. These groups have access to the Essbase server and Scheduler application access. This worked very well. They have access to the app and they access the cube through Smartview.

    Now, we need them to be able to see all the financial reports (EN) created for this application. There are so many choices of configuration under 'Reporting and analysis', I don't know how to do this correctly. At this moment we must affect access 'Viewer' and 'Explorer' under 'Content Manager' tree so that to happen. I just think it sounds wrong. We just need the user to be able to run and view a report of the workspace.

    Any help is appreciated as it is a very green to me area.

    Hello

    You don't need to give them a "Content Manager", that gives write access to your content uses, unless you have blocked a file using "access forbidden".
    You need to remove the content of reports of records manager / individual in the workspace browser, right-click and select, then click on "change permissions".
    Here, you will give them "read access". In addition, give them access to reports based on needs and not overall access.

    Let me know if you have the questions more.

    See you soon
    RS

  • 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.

  • Error sending by e-mail of financial reports

    I just imported all our financial reports in our new version of financial information (9.3.1). I made a batch with the ability to generate a PDF file and the PDF file by e-mail to a recipient. The thin generated PDF file, but the mail would not go. He said there was an "error sending email" is an excerpt from the journal of the FrSchedSrv. Any ideas?

    Error in sending E-mail JavaMailer: Unknown host SMTP: mail;
    nested exception is:
    java.net.UnknownHostException: mail
    javax.mail.MessagingException: Unknown host SMTP: mail;
    nested exception is:
    java.net.UnknownHostException: mail
    at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1006)
    at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:197)
    at javax.mail.Service.connect(Service.java:236)
    at javax.mail.Service.connect(Service.java:137)
    at javax.mail.Service.connect(Service.java:86)
    at com.sun.mail.smtp.SMTPTransport.connect(SMTPTransport.java:104)
    at javax.mail.Transport.send0(Transport.java:150)
    at javax.mail.Transport.send(Transport.java:80)
    at com.hyperion.reporting.util.JavaMailer.initialize (unknown Source)
    to com.hyperion.reporting.util.JavaMailer. < init >(Unknown Source)
    at com.hyperion.reporting.scheduler.JobServiceThread.sendZips (unknown Source)
    at com.hyperion.reporting.scheduler.JobServiceThread.sendMail (unknown Source)
    at com.hyperion.reporting.scheduler.JobServiceThread.run (unknown Source)

    Hello

    You have configured SMTP server settings in the various configuration files for the new version that you use? Your journal, it seems that it is always set to "mail", which I think is the default value.

    I think that the minimum you need to do is Essbase, financial reports and workspace, files as shown below (paths may vary depending on the platform, windows & tomcat provided below, even if it looks like you did before).

    Essbase: C:\Hyperion\AnalyticAdministrationServices\server\ OlapAdmin.properties

    Financial reports: C:\Hyperion\BIPlus\lib\ fr_global.properties

    Workspace: log and select Navigate > administer > Notifications

    You may also need to restart related services.

    Hope this helps
    Stuart Game
    www.Analitica.co.uk

  • 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.

Maybe you are looking for