Change Domain name in Hyperion Financial Reporting Web Server

I have System 9.3.1 and i need to change the Domain name from one to another for the web application.
Under which location i can find the domain controller defined??
All the web applications are controlled by Websphere.

in version 11.1.2
we can changes web server name at
oracleHOME/user_projects/epmsystem1/httpConfig/ohs/config/OHS/ohs_component
and file name is mod_wl_ohs.conf
is that something you are looking for

Similar Messages

  • Financial Reporting Web Server can't find report server.

    Hi all,
    I've installed Financial reporting print server, report server, and scheduler on a separate server from the Web Server installed with Workspace. I can create and run a report with FR Studio and have saved it to the Workspace server.
    When I run the report on the Workspace server I get the following error:
    Your Financial Reporting Web Server is unable to locate the report server server1.na.ds.monsanto.com:8299. Please contact your administrator.
    (5514)
    I have the same configuration on two other servers and things are working fine. How do I tell the Web Server (server1) where the report server is. Why is it looking on the server1 server?
    Thanks.

    Thanks for your responses.
    I've run the configuration utility on the server where I have installed the report server and compared it to the report server that works. I looks like logically I have things set up correctly.
    The "Configure Financial Reporting" asks me where the "Workspace Web Application" is and that is set correctly and is working because I can get into studio and connect to the report server it lets me design and run and save the report. Studio saves the report to the correct workspace server so I know FR knows about the workspace server.
    I ran the config utility on the Workspace web server and selected "Configure Web Server". The second screen lists all of the components and "Financial Reporting" is one of the components. This is also set up logically identically to the server pair that is working. All of the components are set up on the web server to point at the web server.
    So I still don't understand how to tell workspace to look at the report server. The report server is finding the workspaces web server just fine.
    All services are up and running.
    Keith

  • Location of Hyperion Financial Reports on Server

    Hello,
    Are the Hyperion Financial Reports available as raw files on the web server somewhere? I'd like to restore one from backup and was hoping they'd be in the \Hyperion directory as .des files. Probably won't be this easy, but any info would be great.
    Thanks.

    For 7.2.5 Reports, they are in a SQL database table (i think something RPTS) and the binary data field has the text of the report. (I actually like this because if you wanted to check what reports made use of a account, entity, etc, you could just do a freetext search on the table.....)
    For 9.3.1 Reports, they are in a crazy file structure, with crazy names, and are compressed. You will find them under the RM service/web application folder. In order to X-REF the names properly, you'll need to look into the BI Plus database a bit. The table of interest is V8_CONTAINER.
    I put together a SQL 2005 script that will generate you a listing of all of the reports in a hierarchy format. This will will also help you tie out the folders / reports in the file structure......
    NOTE : WHERE d.PARENT_FOLDER_UUID = 'REPORTMART'
    ^ This will return a hierarchy of EVERYTHING in the table which will probably include stuff you don't want to look at. Simply change 'REPORTMART' to match a UUID specified in the results and then the query will show you all items at that point instead.
    Hope this helps
    Charles
    USE your DB name here;
    GO
    WITH Reports (PARENT_FOLDER_UUID, CONTAINER_UUID, NAME, DESCRIPTION, Level, Sort, CREATION_DATE, LAST_MODIFIED_DATE)
    AS
    -- Anchor member definition
    SELECT d.PARENT_FOLDER_UUID, d.CONTAINER_UUID, d.NAME, d.DESCRIPTION, 0 as level, cast(NAME as nvarchar(1024)) as sort, d.CREATION_DATE, d.LAST_MODIFIED_DATE
    FROM V8_CONTAINER as d
    WHERE d.PARENT_FOLDER_UUID = 'REPORTMART'
    UNION ALL
    -- Recursive member definition
    SELECT d1.PARENT_FOLDER_UUID, d1.CONTAINER_UUID, d1.NAME, d1.DESCRIPTION,
    Level + 1, cast(Sort + '|' + d1.Name as nvarchar(1024)), d1.CREATION_DATE, d1.LAST_MODIFIED_DATE
    FROM V8_CONTAINER as d1
    INNER JOIN Reports AS r
    ON d1.PARENT_FOLDER_UUID = r.CONTAINER_UUID
    -- Statement that executes the CTE
    SELECT replicate(' ',Level) + NAME, DESCRIPTION, CREATION_DATE, LAST_MODIFIED_DATE, Level, PARENT_FOLDER_UUID, CONTAINER_UUID
    FROM Reports
    order by sort
    GO

  • Change Column Heading Name in Hyperion Financial Reports

    Hello,
    I want to change the Column Name to a different name in Hyperion Fin. Reporting. How can I do this? Thanks.
    -- Adi

    Have a read of - http://docs.oracle.com/cd/E17236_01/epm.1112/fr_user/ch06s03s01.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Changing Domain Name and IP address of a server

    We have an Oracle 10G server (running on Windows) that needs to have its domain name and IP address changed. I did a search on this forum and found similar threads to this one (e.g. Rename server name & change domain Just wondering if anyone has any other comments to make that haven't been mentioned previously.
    Looks like on the server side, we just have to change the listener and tnsnames.ora file. Anything else we have to worry about? (Unfortunately this is something I've never done before.)

    TomF:
    Yeah I know the listner SHOULD be the only thing that needs to know the server's network information. However, databases are big, complex pieces of software, and I'm just a bit paranoid that there's some system variable that needs to also get changed that I might be overlooking.
    You suggested I might need to change the global_name... Upon further research, I've found references to other variables that may need to change... local_listener, remote_listner, and dispatcher. (Note: I don't have the Oracle documentation handy so I can't verify how valid those are.)

  • Domain name/ip address issue with web server

    My problem is the reverse of what is normally expected... I can access a website by domain name but not by ip address. Whenever I substitute the website's ip address for the domain name I get 404's.
    I'm stumped by this. I can access other websites on the web at large by ip address, but none of the websites hosted on my server will work this way. The domain name works:
    http://domain/filename
    but
    http://ipaddress/filename
    returns 404's
    Any idea what the problem is?

    That's to be expected if you have more than one website configured in IIS. Each website must have a unique identity, made up of the host address, ip address and port number, so in most cases where the webserver only has a single IP address and will obviously
    be using port 80 the host name must be different.
    If you have only one website, or your website has it's own IP address you can make it accessible via IP. Simply add another identity (like you might have one for mydomain.com and another for
    www.mydomain.com), but this time only assign it the IP address and port number, leave the host header value empty. As long as that combination is unique you'll be able to access the website using the IP address. If it's
    not unique you'll get an error preventing you from adding the identity, at which point you'll need to find which site it's conflicting with.

  • Hyperion Financial Reporting-Web Application service crashing

    Hi,
    In our environment in last one week this service has crashed 5times. What can be the reason for this? We have an EPM environment but HFM application is classic. The version we have is 11.1.2.2.305. When this happens we restart the services and they come up but again go down unexpectedly. Hyperion is installed on C drive itself and the databse size is close to 90GBs. Unable to understand what could eb causing this. Please help.

    FR web crash issue could be due to many reason :
    1. Is it crashing after running one particular report then that report could be big or has level 0
    2. If it is crashing due to any report then check jvm heap size for FR in FR windows server
    3. What does frloging.log and financialreporting0.log file says

  • Not able to change exportfolders value in MBeans for FRConfig.cmd for Hyperion Financial reporting 11.1.2 version.

    I am not able to change exportfolders value in MBeans for FRConfig.cmd for Hyperion 11.1.2 Financial reporting .
    When I enter the value , it just vanishes. Am I missing something here.?
    I need to set export path for PDF generation in Hyperion financial report for batches.

    Edit FRConfig.cmd and update
    set EPM_ORACLE_INSTANCE=%MIDDLEWARE_HOME%\user_projects\epmsystem1
    update epmsystem1 to the correct epm instance name
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Change formatting of table of contents in Hyperion Financial Reporting

    Hi
    We're using Hyperion Financial Reporting to generate carefully formatted books of reports. Users complain about the default table of contents in these books, specifically:
    --> formatting: the basic text-only, portrait-only, formatting does not fit with the "look and feel" of reports within the books.
    --> placement: the fact that it doesn't seem possible to place anywhere within a book, apart from as the first page (they like a title page to sit at the front of a book of reports).
    --> content: having a limited options for defining the text identifying each item within the table of contents. For example, the same combination of dimension members appear for each item in the table of contents, so the first few items look something like:
    Report1_Label
    Dimension2_Label, Dimension1_Label, Dimension3_Label, Dimension4_Label ....................1
    Report2_Label
    Dimension3_Label, Dimension1_Label, Dimension4_Label, Dimension2_Label ....................2
    I remember reading somewhere that it's possible to define custom table of contents. Has anyone had any experience of hacking this? Where can I find relevant documentation on defining custom table of contents?
    Grateful if anyone has any advice.
    Thanks
    Nathan
    Edited by: naaaate on 01-Apr-2011 09:22
    Edited by: naaaate on 01-Apr-2011 09:41
    Edited by: naaaate on 01-Apr-2011 09:42
    Edited by: naaaate on 01-Apr-2011 09:42

    Hi Nathan
    I've never done this before but there is a section in the Financial Reporting Workspace Administrators Guide (chapter 5). However this involves accessing the css style sheets and in my experience this can have unwanted and unexpected effects in other areas. It does appear to be fairly well documented though in this case so perhaps it is more reliable in this instance.
    It does specifically mention HTML format and not PDF format so if you are publishing to PDF it is worth checking the impact on that too. Take a look at the attached for version 11.1.2 but I'm fairly sure this was available in earlier versions too.
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/fr_webadmin.pdf
    Hope this helps
    Stuart

  • Financial Reporting Web service Out of Memory (11.1.2.2.300)

    Financial Reporting web services runs out of memory. The JVM settings are currently set to 2048. The OS is windows 2008 64 bit.
    We have made the the following settings but it still does not help. The service would stay up for about 5 to 6 hours and then would go out of memory. We also see that there is a continuous activity in Financial reporting logs even when there are no users using the system.
    - Navigate to the following Windows Registry key on the server hosting the Financial Reporting web application component:
    HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\FinancialReporting0\HyS9FRReports
    - Export the above mentioned Windows Registry key for backup purposes,
    - Create a new "String Value" entry with following name and value:
    Name:JVMOptionY
    Value:-XXtlasize:min=4k,preferred=64k
    With Y being equal to (current value of JVMOptionCount) + 1
    - Create a new "String Value" entry with following name and value:
    Name:JVMOptionZ
    Value:-XXlargeObjectLimit:4k
    With Z being equal to (current value of JVMOptionCount) + 2
    - Increase the value of the JVMOptionCount parameter by 2
    - Restart the Financial Reporting web application component for the changes to be taken into account.
    [2013-06-10T05:33:38.950-04:00] [FinancialReporting0] [NOTIFICATION] [00088] [oracle.EPMFR.core] [tid: RMI TCP Connection(549)-] [userId: <anonymous>] [ecid: 0000JwfYJ1xDOdk5wzXBiW1HhI4I000000,1:25339] [SRC_CLASS: com.hyperion.reporting.security.impl.HsSecurityHelper] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: authenticateUser] External authentication successful for user: [Server0 on host ] succeeded in 13182 ms.
    [2013-06-10T05:34:18.404-04:00] [FinancialReporting0] [NOTIFICATION] [00088] [oracle.EPMFR.core] [tid: RMI TCP Connection(550)-] [userId: <anonymous>] [ecid: 0000JwfYJ1xDOdk5wzXBiW1HhI4I000000,1:25339] [SRC_CLASS: com.hyperion.reporting.security.impl.HsSecurityHelper] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: authenticateUser] External authentication successful for user: [Server0 on host ] succeeded in 26365 ms.
    [2013-06-10T05:34:45.424-04:00] [FinancialReporting0] [NOTIFICATION] [00088] [oracle.EPMFR.core] [tid: RMI TCP Connection(551)-] [userId: <anonymous>] [ecid: 0000JwfYJ1xDOdk5wzXBiW1HhI4I000000,1:25340] [SRC_CLASS: com.hyperion.reporting.security.impl.HsSecurityHelper] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: authenticateUser] External authentication successful for user: [Server0 on host ] succeeded in 13760 ms.
    [2013-06-10T05:59:50.634-04:00] [FinancialReporting0] [ERROR] [] [oracle.EPMFR.core] [tid: Thread-67] [userId: <anonymous>] [ecid: 0000JwfYJ1xDOdk5wzXBiW1HhI4I000000,1:25338] [SRC_CLASS: com.hyperion.reporting.connection.CleanConMgrThread] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: run] [[
    java.lang.OutOfMemoryError

    Financial Reporting web services runs out of memory. The JVM settings are currently set to 2048. The OS is windows 2008 64 bit.
    We have made the the following settings but it still does not help. The service would stay up for about 5 to 6 hours and then would go out of memory. We also see that there is a continuous activity in Financial reporting logs even when there are no users using the system.
    - Navigate to the following Windows Registry key on the server hosting the Financial Reporting web application component:
    HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\FinancialReporting0\HyS9FRReports
    - Export the above mentioned Windows Registry key for backup purposes,
    - Create a new "String Value" entry with following name and value:
    Name:JVMOptionY
    Value:-XXtlasize:min=4k,preferred=64k
    With Y being equal to (current value of JVMOptionCount) + 1
    - Create a new "String Value" entry with following name and value:
    Name:JVMOptionZ
    Value:-XXlargeObjectLimit:4k
    With Z being equal to (current value of JVMOptionCount) + 2
    - Increase the value of the JVMOptionCount parameter by 2
    - Restart the Financial Reporting web application component for the changes to be taken into account.
    [2013-06-10T05:33:38.950-04:00] [FinancialReporting0] [NOTIFICATION] [00088] [oracle.EPMFR.core] [tid: RMI TCP Connection(549)-] [userId: <anonymous>] [ecid: 0000JwfYJ1xDOdk5wzXBiW1HhI4I000000,1:25339] [SRC_CLASS: com.hyperion.reporting.security.impl.HsSecurityHelper] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: authenticateUser] External authentication successful for user: [Server0 on host ] succeeded in 13182 ms.
    [2013-06-10T05:34:18.404-04:00] [FinancialReporting0] [NOTIFICATION] [00088] [oracle.EPMFR.core] [tid: RMI TCP Connection(550)-] [userId: <anonymous>] [ecid: 0000JwfYJ1xDOdk5wzXBiW1HhI4I000000,1:25339] [SRC_CLASS: com.hyperion.reporting.security.impl.HsSecurityHelper] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: authenticateUser] External authentication successful for user: [Server0 on host ] succeeded in 26365 ms.
    [2013-06-10T05:34:45.424-04:00] [FinancialReporting0] [NOTIFICATION] [00088] [oracle.EPMFR.core] [tid: RMI TCP Connection(551)-] [userId: <anonymous>] [ecid: 0000JwfYJ1xDOdk5wzXBiW1HhI4I000000,1:25340] [SRC_CLASS: com.hyperion.reporting.security.impl.HsSecurityHelper] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: authenticateUser] External authentication successful for user: [Server0 on host ] succeeded in 13760 ms.
    [2013-06-10T05:59:50.634-04:00] [FinancialReporting0] [ERROR] [] [oracle.EPMFR.core] [tid: Thread-67] [userId: <anonymous>] [ecid: 0000JwfYJ1xDOdk5wzXBiW1HhI4I000000,1:25338] [SRC_CLASS: com.hyperion.reporting.connection.CleanConMgrThread] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_METHOD: run] [[
    java.lang.OutOfMemoryError

  • Difference between Hyperion Financial Reporting version 7.0 and 9.3.1 ?

    Hi All,
    Can you please difine Difference between Hyperion Financial Reporting version 7.0 and 9.3.1 ?

    I migrated from 7.5 to 9.3.1 a couple years back so hopefully this is somewhat helpful.
    From a developer perspective, the report designer itself looks about the same. The most annoying changes for me were that they started migrating functionality AWAY from the client program and to the web. For instance, managing security is a pain as it is done through Workspace and it is a bit clunkly. I also ran into some issues where my old report's security information is not visible in Workspace. It is still 'working', but when you view report properties, it shows nothing for who has assigned security. Also, things like deleting/moving reports and creating folders are done through workspace and not the client program. "Copying" can be done through the client program by using "Save As" functionality.
    There is a migration tool to move your old stuff to 9.3.1. It seemed to work OK; however, the User Interface was a bit screwy. For instance, it said I was 138% complete when it finished. It copied more reports than it showed as existing.... :)
    On the back end, things changed quite a bit. In the older Financial Reports, the report objects existing in a single database table and if you wanted to, you could extract everything from that table. In 9.3.1, part of the information is in Workspace database (i.e. Report names/ID's, security access, hierarchy) and the actual report file itself is stored in a psedo-filesystem under the RM webapp. The names are not user friendly at all and you'll need to XREF from the database to make sense of it. When you finally find the actual report "file", they are compressed/encrypted.
    From an end user perspective, things pretty much work the same way as always.

  • 5200 : Error in executing  query -- Hyperion Financial Reporting

    Problem in accessing the Hyperion Financial Reports.User is having full access and able to access all the folders except one folder(Legal Folder reports). We are getting 5200: Error Executing the query error. Recently we have upgraded Hyperion to 11.1.1.3 version . Before upgrade user is not facing the problem. After Upgrade user is getting these errors while accessing the reports. we did research and found in "Error 5200: Error Executing Query" When Viewing Financial Reporting (FR) Reports". Is this error is relevant to the Information provided in Metalink and also can you please tell us is there any impact on doing the solution provided in the below. Why is this error is coming is any preferences needs to be changed.Please help us on this.
    Error Description:
    5200: Error executing query
    Servername/ApplicationName/DatabaseName/Error(1007090) Unknown Member name [Current Point of view for years] in Outline Query
    Doc ID 1107142.1:
    Possible Cause 1:
    If members have recently been added, moved, or deleted from the data source, Essbase, HFM, or Planning, the existing User POV records become out of sync.
    The User Point of View record uses indexing to identify the member. If the index changes because of changes in the outline, the User Point of View record no longer points to the correct location in the outline.
    To resolve the issue, you need to run the ManageUserPOV utility on a Windows server that has the Financial Reporting Reports Server, or in a Unix or Linux environment, has the Financial Reporting Print Server installed.
    You will need to provide a BIPlus Global Administrator user ID and password to run the utility.
    The utility will provide the correct syntax to run the command.
    1. In \Hyperion\products\biplus\bin\ManageUserPOV.properties, specify the following parameters:
    a. ReportServer
    b. DatasourceUser
    c. DatasourcePassword
    d. User
    e. Datasource (You can find the datasource in Workspace under Tools>Database Connection Manager in the Name column.)
    2. From the command line, cd to Hyerion\products\biplus\bin
    3. Type in "ManageUserPOV" without the quotes. The executable will read the parameters previously set in the ManageUserPOV.properties file.
    Thanks,
    Naresh.

    Take a look at this: http://adistrategies.com/index.php?loc=knowledge1&item=291
    Hope it helps.
    Mehmet

  • Create unit cost reports in Hyperion Financial Reporting

    Hi,
    I have some doubts regarding the creation of "per unit" reports in Hyperion Financial Reporting. In the business model we have:
    - different cost and revenue groups (identified by accounts dimension)
    - different business channels (identified by business channel dimension)
    - units different for each business channel (identified by accounts dimension and by currency dimension)
    What would be the most efficient way to easily construct per unit reporting? Reporting should be able to show data as:
    (*in principle, the "$ per unit" column is the most important one. The other columns could be hidden without problem)
    (**the main challenge is to be able to easily reflect per unit values calculated with different units, depending on the business channel and potentially other dimensions)
    More precisely, the questions are:
    1. What should be the dimensions structure? Units in separate dimension? Or inside accounts dimension and differentiate with currency dimension?
    2. The calculation of per unit amounts should be done within the reporting or should it be precalculated value?
    2a. If within reporting - how to technically include this calculations? Show $ and units and then use the formula?
    2b. If precalculated - how to solve the problem that the TOTAL per unit values are not the sum of per unit values for each Business channel separately (as each Business channel has its per unit calculated only with the units of this Business channel)? (please take into account that Business channel may not be the only dimension that changes the units to be used in per unit calculation - we can also have different units for different cost centers etc.)
    3. How to show $ and units separately, as in the example, if, when limiting a row by Revenue, for example, is making the units value for this row 0? How to overcome this?
    Many thanks in advance for your help and best regards,
    Pawel

    I came up with one concept of how to deal with this problem - let me know what you think. The idea is pictured in the image below:
    The answers to the 3 questions using this solution would be:
    1. What should be the dimensions structure? Units in separate dimension? Or inside accounts dimension and differentiate with currency dimension?
    Units would be a separate account in the "accounts" dimension. But also, units could be differentiated by the "currency" dimension.
    2. The calculation of per unit amounts should be done within the reporting or should it be precalculated value?
    2a. If within reporting - how to technically include this calculations? Show $ and units and then use the formula?
    Withing the reporting, as I have no solution to precalculate per unit values using so many different groups of units - if we want to have different per unit per each business channel or cost center etc. I understand we would need that many different precalculated "per unit" values, which would be a lot...
    Regarding 2a, a simple formula would do (box C). However, for rows with auto totals, the formula would need to have priority over the autototals (box D) - how is that done? Is it possible and easy?
    3. How to show $ and units separately, as in the example, if, when limiting a row by Revenue, for example, is making the units value for this row 0? How to overcome this?
    As we can differenciate units using both accounts and currency dimension, with the accounts placed in rows, the elements selected would always include the units (box A). Then, in the columns, using "currency" you would choose whether to show the cost and revenue accounts ($) or units (box B). Like this you would not get 0 in units, neither you would distort $ amounts.
    What is your opinion? Best regards!

  • Error 500 Internal Server Error" When Generating Hyperion Financial Reports in PDF Format

    We are unable to open pdf reports in Workspace with the following error. It was all working fine and doesn't work now for unknown reasons.
    Error 500 Internal Server Error" When Generating Hyperion Financial Reports in PDF Format
    We are on 11.1.2.1 environment. Ghost Script 8.54 and Java heap settings xms256m and xmx512m.
    Please advice.

    hello,
    just to clarify
    a) the parameter is named DESFORMAT not :DESFORMAT, there is
    no : in front of the name, if you submit it via URL !
    b) there are some issues with acrobat5 and IE but those are not
    only caused by PDFs generated with oracle reports.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Hyperion financial reporting studio not responding

    hi all,
    I have Hyperion financial reporting studio "client" (Hyperion 9.3.1) installed in my local machine - windows 32 bit machine.
    The machine configuration is:
    P4 3.0 GHz and 1 GB RAM.
    When I launch Hyperion financial reporting studio with username , password and report server information the System performance parameter ( As found in task manager) goes following change:
    CPU usage:fluctuates between 45 - 100% which was initially 1%
    PF usage:jumps to 1.32GB which was initially 362MB
    Physical memory available : drops down from 762188(K) to 1728(K)
    application status: Not responding
    AND ULTIMATELY THE WINDOW OF FINANCIAL REPORTING STUDIO VANISHES .There is no error log created ??
    I cannot proceed further. Please help me out...
    Thanks in advance

    Please post these type of queries to Hyperion BI Workspace & Reporting module

Maybe you are looking for