Hyperion Interactive reporting performance issue.

Hi,
We created a report in Hyperion Interactive reporting using Hyperion Essbase as database connection file .
Report performance was good in Interactive reporting Studio we don't have any problem in studio.
when we open the the report in Hyperion Workspace We are facing performance issue of the report and also when i hit refresh button to refresh data in the Workspace,i am getting the following error message
*"An Interactive Reporting Service error has occurred - Failed to acquire requested service. Error Code : 2001"*
Any suggestions to resolve this will be really helpful.
Thanks in advance
Thanks
Vamsi
Edited by: user9363364 on Aug 24, 2010 7:49 AM
Edited by: user9363364 on Sep 1, 2010 7:59 AM

Hi
i also faced such an issue and then i found the answer on metalink
Error: "An Interactive Reporting Service Error has Occurred. Failed to Acquire Requested Service. Error Code: 2001" when Processing a bqy Report in Workspace. [ID 1117395.1]     
Applies to:
Hyperion BI+ - Version: 11.1.1.2.00 and later [Release: 11.1 and later ]
Information in this document applies to any platform.
Symptoms
Obtaining the following error when trying to process a BQY that uses an Essbase data source in Workspace:
"An Interactive Reporting Service error has occurred. Failed to acquire requested service. Error Code: 2001".
Cause
The name of the data source in the CMC contained the machine name in fully qualified name format whereas the OCE contained the machine name only. This mismatch in machine names caused the problem. Making the machine name identical in both cases resolved the problem.
Solution
Ensure that the name of the data source as specified in the OCE in Interactive Reporting Studio matches the name specified in the CMC tool in the field "Enter the name of the data source".
In fact, all fields need to match between the OCE and the CMC Data Source.
regards
alex

Similar Messages

  • Interactive Reports - Performance Issue

    Hi All
    We have been getting ORA-04030: out of process memory … more and more frequently since first implementing Interactive Reports. From Enterprise Manager we had a look at the most costly queries and the one that stands out the most is:
    SELECT *
    FROM WWV_FLOW_WORKSHEET_CONDITIONS
    WHERE CONDITION_TYPE = ‘HIGHLIGHT’
      AND WORKSHEET_ID = :B2
      AND SECURITY_GROUP_ID = :B1
    ORDER BY HIGHLIGHT_SEQUENCE, NAME I have done all I can with the memory configuration and we are in the process of upgrading the servers to 64 bit Linux.
    However, I noticed that WWV_FLOW_WORKSHEET_CONDITIONS table has 400,000 rows and the above query is performing a full table scan on it. As the query is run each time an IR report is viewed, this could account for the problems. The DBAs are of the opinion that the indexing and query are optimal and cannot be improved, so the obvious solution is to archive and purge the table.
    Of the 400k rows, 80% are session values linked to sessions that no longer exists. It would appear that each time a user adds a filter or highlight to an interactive report it is recorded as a session value in the WWV_FLOW_WORKSHEET_CONDITIONS table. When the user logs out and closes the session, the values remain in the table and aren't cleared!!!? We currently average about 90 users a day with 60,000+ page requests so 400,000 rows is way more than I would expect to see.
    Am I missing something? How do redundant session values get purged from the ir flows tables? Is there a (supported) way for me to clear them?
    This is a critical issue for me now and I have raised an SR on metalink, but if the forum could offer some advice or assistance it would be very much appreciated.
    Cheers
    Simon
    Bumped by: Shunt on May 12, 2009 11:00 AM

    Hi Varad
    Thanks for your help. I have had a good play with the purge function and now I'm more confused than ever. First let me explain my test scenario: I have an application with an interactive report in which I am logged in and able to make session changes (without saving the reports). I am observing the session activity on the Interactive Report using the apex_application_page_ir_rpt view which is set to filter on the application and page number for the Interactive Report I am testing.
    Test 1
    User logs into application, adds a filter to the report.
    Result: A new row appears in the apex_application_page_ir_rpt view
    Administrator Purges all sessions > 10secs old
    Result: The new row is removed from apex_application_page_ir_rpt view
    Test 2
    User logs into application, adds a filter to the report.
    Result: A new row appears in the apex_application_page_ir_rpt view
    User logs out of application
    Result: The new row remains in the apex_application_page_ir_rpt view
    Administrator Purges all sessions > 10 secs old
    Result: The new row still remains in the apex_application_page_ir_rpt view view
    I hope that makes sense. Why would the session values not be cleared if the user logs out first? Why are they not then cleared if all the sessions are purged?
    I am hoping that someone else can repeat the test and see if they find the same result.
    Cheers
    Simon

  • Performance issue with Hyperion Interactive Reporting  Report

    Hi,
    We created a report in Hyperion Interactive reporting using Hyperion Essbase as database connection file .
    Report performance was good in Interactive reporting Studio we don't have any problem in studio.
    when we open the report in Hyperion Workspace report performance is very very slow. We are using system 11.1.1.3
    Any suggestions to resolve performance issue will be really helpful.
    Thanks in advance
    Regards
    Vamsi

    Thank you so much, It is working fine when the report is in table structure (List Report. I mean insert a table and drag and drop the fact items and dimention items in to the table)
    The requirement is looks like that, it is not a pivot table. Now I want apply the different color or shadow for Item1 and Item 2 in all groups... Please help me.
    Total Fact Fact 1 fact 2 Fact 3 ......
    Group 1
    Item 1 Item 1 000 000 000 000 ...
    Item 2 Item2 000 000 000 000 ....
    Group 2
    Item 1 Item 1 000 000 000 000 ...
    Item 2 Item2 000 000 000 000 ....
    Group 3
    Item 1 Item 1 000 000 000 000
    Item 2 Item2 000 000 000 000
    Thanks and Regards,
    Murugan

  • Performance tuning of a query in Hyperion Interactive Reporting Studio.

    Hi All,
    Cud some one please tell me... what are the possible ways that one can enhance the performance of the query in Hyperion interactive Reporting studio.. ??
    Thanks & Regards,
    Raj

    Topic Order Priority...Data Model Options
    Use Hints/Directives
    Ask DBA to review the SQL Generated by IR --- TopMenu - View - Query Log

  • Interactive report performance problem over database link - Oracle Gateway

    Hello all;
    This is regarding a thread Interactive report performance problem over database link that was posted by Samo.
    The issue that I am facing is when I use Oracle function like (apex_item.check_box) the query slow down by 45 seconds.
    query like this: (due to sensitivity issue, I can not disclose real table name)
    SELECT apex_item.checkbox(1,b.col3)
    , a.col1
    , a.col2
    FROM table_one a
    , table_two b
    WHERE a.col3 = 12345
    AND a.col4 = 100
    AND b.col5 = a.col5
    table_one and table_two are remote tables (non-oracle) which are connected using Oracle Gateway.
    Now if I run above queries without apex_item.checkbox function the query return or response is less than a second but if I have apex_item.checkbox then the query run more than 30 seconds. I have resolved the issues by creating a collection but it’s not a good practice.
    I would like to get ideas from people how to resolve or speed-up the query?
    Any idea how to use sub-factoring for the above scenario? Or others method (creating view or materialized view are not an option).
    Thank you.
    Shaun S.

    Hi Shaun
    Okay, I have a million questions (could you tell me if both tables are from the same remote source, it looks like they're possibly not?), but let's just try some things first.
    By now you should understand the idea of what I termed 'sub-factoring' in a previous post. This is to do with using the WITH blah AS (SELECT... syntax. Now in most circumstances this 'materialises' the results of the inner select statement. This means that we 'get' the results then do something with them afterwards. It's a handy trick when dealing with remote sites as sometimes you want the remote database to do the work. The reason that I ask you to use the MATERIALIZE hint for testing is just to force this, in 99.99% of cases this can be removed later. Using the WITH statement is also handled differently to inline view like SELECT * FROM (SELECT... but the same result can be mimicked with a NO_MERGE hint.
    Looking at your case I would be interested to see what the explain plan and results would be for something like the following two statements (sorry - you're going have to check them, it's late!)
    WITH a AS
    (SELECT /*+ MATERIALIZE */ *
    FROM table_one),
    b AS
    (SELECT /*+ MATERIALIZE */ *
    FROM table_two),
    sourceqry AS
    (SELECT  b.col3 x
           , a.col1 y
           , a.col2 z
    FROM table_one a
        , table_two b
    WHERE a.col3 = 12345
    AND   a.col4 = 100
    AND   b.col5 = a.col5)
    SELECT apex_item.checkbox(1,x), y , z
    FROM sourceqry
    WITH a AS
    (SELECT /*+ MATERIALIZE */ *
    FROM table_one),
    b AS
    (SELECT /*+ MATERIALIZE */ *
    FROM table_two)
    SELECT  apex_item.checkbox(1,x), y , z
    FROM table_one a
        , table_two b
    WHERE a.col3 = 12345
    AND   a.col4 = 100
    AND   b.col5 = a.col5If the remote tables are at the same site, then you should have the same results. If they aren't you should get the same results but different to the original query.
    We aren't being told the real cardinality of the inners select here so the explain plan is distorted (this is normal for queries on remote and especially non-oracle sites). This hinders tuning normally but I don't think this is your problem at all. How many distinct values do you normally get of the column aliased 'x' and how many rows are normally returned in total? Also how are you testing response times, in APEX, SQL Developer, Toad SQLplus etc?
    Sorry for all the questions but it helps to answer the question, if I can.
    Cheers
    Ben
    http://www.munkyben.wordpress.com
    Don't forget to mark replies helpful or correct ;)

  • Error while scheduling a Hyperion Interactive Report

    Hi,
    I'm trying to run a scheduled Hyperion Interactive Report (version 9.3.1). The report is scheduled to run for 1st of every month. After the report is scheduled. When a user tries to run the report on demand.
    The error log states as follows:
    $ view server_messages_IRJobService.log
    "server_messages_IRJobService.log" [Read only] 38 lines, 2688 characters
    <event logger="com.brio.one.services.bqservice.SERVICE" method="ThrID(7) Logger(ZDbgPrint)" timestamp="1247269603142" level="ERROR" thread="[ORB=_it_orb_id_1,Pool=1]::id-6" sequence_no="74">^M
    <time>10 Jul 2009 16:46:43,142</time>^M
    <context subject="TIPAdmin" session_id="zRMz99t6-00000122670ef701-0000-8197-0a3f0708" originator_type="IRJobService" originator_name="InteractiveReportingService" host="tsbrit02">^M
    <info type="RESOURCE">IBQServiceImpl::runJob Job Identifier: TIPPFSMRPT Service Name: JF1_tsbrit02 Cycle Name: Cycle_0</info>^M
    <info type="RESOURCE_ID">000001225ef102a5-0000-8197-0a3f0708</info>^M
    </context>^M
    <message><![CDATA[TCApp::ExecuteJavaScript failed: ]]></message>^M
    </event>^M
    ^M
    But when the report is uploaded and when the user tries running it. It runs without any problem.
    The report has 3 filters(drop downs) on runtime.
    Could anyone please help me in this regard.
    Regards,
    Sadiq

    check your discoverer user role using:
    select granted_role from dba_role_privs where grantee=upper('<username>');
    from your database. the database to which the desktop is connecting.
    check for connect, resouce, multiorg roles.

  • Can we merge data from multiple sources in Hyperion Interactive Reporting ?

    Hi Experts,
    Can we merge data from multiple sources in Hyperion Interactive Reporting ?Example can we have a report based on DB2
    Oracle,
    Informix and Multidiemnsional Databases like DB2,MSOLAP,ESSBASE?
    Thanks,
    V

    Yes, Each have their own Query and have some common dimension for the Results Sections to be joined together in a final query.
    look in help for Creating Local Joins

  • Hyperion Interactive Reporting Web Client Installation in Linux.

    Hi everybody,
    Is there any official documentation of how to install Hyperion Interactive Reporting WEB Client in Linux environments ?
    I checked Oracle Documentation and I found information about the HIR Desktop Client. But not about the web client.
    Note: I need official documentation because of a discussion with security admins.
    Any Help ?
    Regards,
    Gustavo.

    The information required to automate (silent) the Insight/Plugin Installation is as follows:
    Before going for the Silent Installation of 11.1.1.3 IR Web Client, we need create a Response File and moved the response file to Installer location to automate the Install.
    Please follow the below procedure to accomplish the same:
    1. Record a response file use the command "setup /ieinstall -r" (or "setup /ff install -r" if you use Firefox).
    2. The above command will then create a setup.iss file in the <C:\Windows> directory.
    3. Then move that <C:\Windows\Setup.iss> file to the Insight folder, so to resides with the setup.exe.
    4. Then to launch the silent installation, use the command "setup /ieinstall -s" and it will use the options you choose when creating the response file.
    5. You can create a batch file with the command line script as mentioned in Step 4 and keep in the same folder. So that the end user can use the same to automate the install.

  • V.Urgent:Hyperion Interactive Reporting Role in WebAnalysis to BO XI R2

    Hi All,
    How Hyperion Interactive Reporting web analysis is better than BO XI R2 for reporting capabilities. Also how easy is it to use Hyperion Interactive Reporting Web Analysis for reporting.
    This is very very urgent for me. Please share your inputs and thoughts.
    Thanks alot in Advance.
    Regards,
    Upendra

    Upendra
    Hyperion Interactive Reporting and web analysis is two different things in Hyperion
    Hyperion Interacting Reporting features
    Adcock Analysis
    Drill-Up, Drill-down
    Real time Data
    Dynamic
    Dashboards
    Visual Analysis (Charts)
    Pivot views of data
    Open for all data base
    web analysis works on essbase
    but you can fetch data from RDBMS also by giving some extra inputs
    I don't know about BO
    Hope it will works
    Thanks
    Dhanjit G.

  • Oracle Hyperion Workspace and Hyperion Interactive  Reporting

    Hi All,
    I'm in a urgent need of downloading Hyperion workspace. I was able to download and install Hyperion Shared Services under "Hyperion Foundation Service". But There are no Hyperion Workspace to download under "Hyperion Foundation Service". Moreover the link to download Hyperion Interactive Report studio is not working and displaying "page not found" error. Can anyone suggest me how to download these two softwares?
    Thank you

    I do not know much about Hyperion either :-) I would go thru the Install docs at http://download.oracle.com/docs/cd/E12825_01/index.htm
    Also see http://www.ncoaug.org/NCOAUG%20Training%20Day%20Aug%202009/Amar%20Nettem%20-%20Hyperion%20101%20DBA%20Presentation.pdf
    HTH
    Srini

  • How to Prevent Sorting on Hyperion Interactive Reporting ?

    Dear All ,
    I am having an outline in specific order , When I make the OLAP query to use my Alias table in Hyperion Interactive reporting ,
    The data retrieved in a sorted way for the outline but sorting alias
    So how to stop sorting ? and how to make retrieve 2 columns near each other ; one for members name and its corresponding Alias

    add a stage covering rectangle to the lowest layer of your external swf and make sure the stage sizes of the loading and loaded swf are the same.  convert that shape to a movieclip and assign an instance name (eg, bg_mc).  in the actions panel, you can use:
    bg_mc._alpha=0;
    bg_mc.onRelease=function(){
    bg_mc.useHandCursor=false;

  • Creating Reports in Hyperion Interactive Reporting Studio

    Hi All
    I am trying to create Reports in Hyperion Interactive Reporting Studio using Essbase Applications. I created a BQY document but I am unable to find further steps to go ahead. I gone through many documents but its not helpful. Kindly guide me to get documents related to Hyperion Interactive Reporting Studio.
    Thanks and Regards
    Eswar

    Topic Order Priority...Data Model Options
    Use Hints/Directives
    Ask DBA to review the SQL Generated by IR --- TopMenu - View - Query Log

  • Versions of Hyperion Interactive Reporting tool

    Hi,
    Can anyone tell me what is the lowest verison of Hyperion Interactive Reporting tool and the latest version. I need this for my analysis.
    I searched for it , I was able to find Hyperion 11 is the latest one and Hyperion 6 was the lowest as far I searched.
    Do anyone know exactly which is the lowest and highest version of Hyperion Interactive Reporting tool ?
    Thanks in Advance..

    http://en.wikipedia.org/wiki/Brio_Technology
    Hope this gives you a little history lesson on the product. I have only started working with Brio 8.1.3 (now Interactive Reporting) since 2006. I have seen documents for version 6.x, and I heard version 7.x was a horrible product and short-lived.
    Interactive Reporting Studio (the client version) has not really changed much since version 8.x. The drivers to connect to various ODBC have been added with introduction of 32-bit and 64-bit O/S.
    I am a big fan of Brio, but it's not a commonly use tool.

  • Migration from Brio8 version to Hyperion Interactive reporting version11

    Hi,
    We are migrating from Brio8 environment to Hyperion Interactive Reporting version 11 environment. I am referring hs_migration.pdf version 11. I am using migration utility tool to do migration.
    my question is if I am migrating artifacts from Brio 8 repository to Hyperion 11 reposotory. Will it migrate all the old UUIDS of all the reports to the new repository or will it create new UUIDS  for the reports. If that is the case reports which were saved offline referring to webbased queries will work?

    Hi.
    We are just now attempting an upgrade from Brio 6.5 and the On-Demand Server to Hyperion 9.3. Are any of you able and willing to address questions as they come up? I understand the set up and security of the Brio product thoroughly .. and create reports and EIS sections. BUT ... the terminology change from Brio to Hyp 9 is daunting and I'm needing to know how to begin to construct what in Brio I think of as the "Catalog". I'm interested in keeping our initial Hyp9 implementation simple ... and not take advantage of all the options in Hyp 9 which are not part of Brio.
    Thank you!
    Jeanne
    [email protected]
    920-832-6613

  • How to know a table column name in HTML (Hyperion Interactive Reporting).

    Hello,
    I have a Hyperion Interactive Reporting dashboard section with an embembed table section on it.
    The dashboard it will be open only in HTML.
    I put the table as Active, so i can interact with her.
    So, what I need to know now is how can I know the column name or number when I double click in one cell of the table.
    Can anyone help me with this?
    Thank you in advance,
    Carlos

    Views don't have primary keys though their underlying tables might. You'd need to pick apart the view to determine where it's columns are coming from.
    You can select the text of the view in question from user_views.

Maybe you are looking for

  • Aprovadores de estratégia de liberação.

    Saudações Pessoal A nivel do módulo de MM, gostaria saber como faço para visualizar todos os aprovadores de estratégias de liberação para requisições de compra bem como para pedidos de compra? Desde já os meus agradecimentos. NB.

  • Replace 4K screen with FullHD screen

    Hello,I bought a LenovoY50 with 4k screen on an amazon sale for 800 euros but after half a year im annoyedf because of the 4K screen. Now i would like to know if i can replace the 4K screen with a FullHD IPS Screen? Thanks.

  • What is PIM(Personal Information Manager)

    Hi Friends....... i want to know about PIM(Personal Information manager)in J2ME. the only thing i know abt it is it's a specific type of API but what it exactly? also i doing a simple code snipet from Complete Reference Book while executing that code

  • Equivalent to F.98

    HI All, In AR, do we have the equivalent of tcode - > F.98 I know we can use below reports, for customers , but is there a way like a tcode similar to F.98 ? S_ALR_87012168 - Due Date Analysis for Open Items S_ALR_87012174 - List of Customer Open Ite

  • Notification area unlock screen on tap

    I have my Z3 Compact on swipe to unlock which works well. However the screen will unlock with a single press on the icons, not a sustained swipe downwards, just a little tap. This means when the phone is in my pocket it unlocks and does all sorts of