Parametrized BIP report integration on OBIEE 11g dashboard

HI Experts,
I have created BIP Report using SQL as source for my Dataset in Datamodel.Also, the report is parametrized with date value.
SELECT * FORM EMP
WHERE DEPT_NO=:DEPT_NO
AND HIRE_DATE<=:FROMDATE
AND HIRE_DATE>=:TODATE
DEPTNO : List of value (Select DEPTNO  from DEPARTMENTS) and the Parameter is created as Menu type
FROMDATE: List of vale(select day from Date_table) and the parameter is created as Date type
TODATE: List of vale(select day from Date_table) and the parameter is created as Date type.
The Report is working fine in BI Publisher portal.. Now I want to integrate this report onto the dashboard. For, that I have created 3 dashboard prompts (column prompts) and set the values to presentation variables DEPT_NO and FROMDATE and TODATE respectively...
Now when I run my dashboard after choosing all the prompts the report is not getting generated. Instead, it is throwing below error.
oracle.xdo.XDOException: java.lang.reflect.InvocationTargetException.
I don't have an idea what is causing this issue and  i verified LOG Viewer form Enterprise manager.. But, no use.. I couldn't figure out the issue..
Can any body help me how to resolve this issue..
Regards
Ramarao

Hi Ramarao,
There's many possible reasons why you're getting the error 'oracle.xdo.XDOException: java.lang.reflect.InvocationTargetException'. Because it's an XDO error, I'm stewing more towards your template that you're using.
I would propose the following:
print the whole error that you retrieved
Change the SQL script from * to the specific column names and ensuring that maps correctly to your template
Hope this gets the ball rolling and one step closer to resolving the issue
Regards,
Daniel

Similar Messages

  • Report Links in OBIEE 11g Dashboard not displayed correctly

    In the Dashboard pages the Report Links for Export are not displayed correctly .
    Instead of showing the multiple options for export/download it shows just text.

    It can be done by doing below steps.
    1) before doing this take a backup of instanconfig.xml file and do the below changes...
    You can configure various options that change the way that right-click interactions are handled in views for an analysis at runtime. The elements in the instanceconfig.xml file specify the default settings for a new or upgraded analysis. You can edit the properties of an analysis in Presentation Services to modify how the analysis handles right-click interactions in views.
    Before you begin this procedure, ensure that you are familiar with the information in Section 3.4, "Using a Text Editor to Update Configuration Settings."
    To manually configure for interactions in views:
    2) C:\Oracle\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml
    Open the instanceconfig.xml file for editing,
    3)
    Locate the sections in which you must add the elements
    Include the elements and their ancestor elements as appropriate, as shown in the following example:
    <ServerInstance>
    <Analysis>
    <InteractionProperties>
    <InteractionPropertyAddRemoveValues>false</InteractionPropertyAddRemoveValues>
    <InteractionPropertyCalcItemOperations>false</InteractionPropertyCalcItemOperations>
    <InteractionPropertyDrill>false</InteractionPropertyDrill>
    <InteractionPropertyGroupOperations>false</InteractionPropertyGroupOperations>
    <InteractionPropertyInclExclColumns>false</InteractionPropertyInclExclColumns>
    <InteractionPropertyMoveColumns>false</InteractionPropertyMoveColumns>
    <InteractionPropertyRunningSum>false</InteractionPropertyRunningSum>
    <InteractionPropertyShowHideSubTotal>false</InteractionPropertyShowHideSubTotal>
    <InteractionPropertySortColumns>false</InteractionPropertySortColumns>
    </InteractionProperties>
    </Analysis>
    </ServerInstance>
    4) Save your changes and close the file.
    5)
    Restart Oracle Business Intelligence.
    Mark as correct if it is helpful :)
    Thanks.

  • Link to OBIEE 11g Dashboard Page from a 10g Dashboard Page

    Hi all,
    Is it possible to place a Link object on a dashboard page (within OBIEE 10g) and have that navigate to an OBIEE 11g dashboard page?
    If so, how is that implemented?
    Our 11g and 10g environments are on different servers.
    For business reasons (and budgets) we are not migrating our entire 10g environment to 11g just yet.
    Thanks.

    You can use Go URL as long as they are on same network domain [Go URL|http://docs.oracle.com/cd/E21043_01/bi.1111/e16364/apiwebintegrate.htm#i1005050]
    http://sureshotstrategies.wordpress.com/2008/12/13/integrating-oracle-obiee-content-using-go-url-syntax-2/
    http://www.iwarelogic.com/2010/09/integrating-oracle-obiee-content-using-go-url-850/
    Hope this helps.
    SVS

  • Oracle Life science Data Hub integrated with OBIEE 11g

    Hi all,
    I have couple of questions from my end,
         1. How Oracle Life Science Data Hub can be  Integrated with OBIEE 11g.
         2. Whether Oracle LSH is a separate software ?  if it so kindly provide the link to download the LSH.
    Many thanks in advance.
    Regards,
    Murali

    Hi Murali,
    I do not know whether obiee can use Oracle LSH as a source or not but please refer below link. It says that
    1) Users can then launch the Oracle Business Intelligence Dashboard
    either through Oracle LSH or through a URL to see data visualizations.
    2)
    Oracle LSH Release 2.2 supports using OBIEE 10.1.3.4.1 for both programs and
    visualizations and OBIEE 11.1.1.5.0 for visualizations only.
    Please check with you administrator.
    Thanks,
    Amol
    (Please mark this answer, if you find correct)

  • Make flash reports work in OBIEE 11G

    Hi All,
    Is there a way to get the reports developed in flash onto the OBIEE 11G dashboard.
    Thanks.

    Hi All,
    Is there a way to get the reports developed in flash onto the OBIEE 11G dashboard.
    Thanks.

  • OBIEE 11g Dashboard Prompt Reset Button Functionality

    Dear Experts,
    Can anyone explain what is the exact functionality of 'Reset' Button in any OBIEE 11g Dashboard Prompt.
    If anyone found any documentation related to it... please let me know.
    thanks,
    Varun

    Hi Varun,
    This is the functionality of Reset button,
    Reset will go back to last applied values. It does not clear values. Currently the Reset button works in the following ways:
    if 1) the prompt is blank 2) select some value, 3) reset 4) it should go back to blank.
    if 1) the prompt is blank 2) select some value, 3) apply 4) reset. 5) it should NOT to back to blank. actually it does not change anything.
    if 1) the prompt is blank 2) select some value, 3) apply 4) change any values 5) reset. 6) it should undo any changes in step 4.
    Rgds,
    Dpka

  • OBIEE 11g: Dashboard not invoking simple javascript alert

    Hi Experts,
    I'm trying to invoke one simple ALERT command with javascript in obiee 11g dashboard. The purpose is when it loads, it should print one ALERT message and also when we change something in the prompt and clicking Apply button.
    Here is code written in a text item (Checked html markup option) after prompts;
    <script language="Javascript">
    alert ("Hello");
    </script>
    The Javascript alert message is showing when the dashboard page loads, but its not coming when we click the Apply button after changing the prompts.
    Can anyone give helpful hint, how to check it and why its not showing up when we press Apply button?
    Any hint or some useful links will b highly appreciated.
    Thanks in advance.

    You just used code and I would say the default event is onload of the page, thats the reason you are able to see alert.
    Since you didnt ask or written code onClick event to show alert, its not showing.
    You need to tell to browser when to prompt alert message instead of onload.
    Hope you are more confuse about 'how to do'
    if yes, mark :)
    give some more info about your actual req. that helps any other gurus to help.
    Edited by: Srini VEERAVALLI on Mar 27, 2013 8:42 AM

  • Adhoc reports using the OBIEE 11g

    Hi All,
    Is anyone has developed the Adhoc reports using the OBIEE 11g.
    My question is what is the use of Adhoc reports.and how we develop it.Is there any user manuals.
    thanks for your replay.
    Regards,
    Pradeep

    Hi there,
    There are also a number of blogs out there which will help you, two really good ones are:
    http://www.rittmanmead.com/blog - Rittman Mead also do public training days on OBIEE in the UK/US and India if you are interested.
    http://obiee101.blogspot.com
    Hope that helps,
    Thanks,
    Chris

  • BIP Report Parameters not visible from Dashboard in OBIEE 11.1.1.7.1

    Hello All,
    After upgrading to the OBIEE 11.1.1.7 we are facing this issue. In the earlier versions of 11g it was working fine.(11.1.1.6)
    When BIP reports are placed on dashboard as embedded content or as Link and opened from dashboard the BIP reports are missing the parameters section.where as the same report when opened directly from the catalog we are able to see the parameters.
    Is any one facing the same issue? Is there any option to show the parameters from dashboard or its natural behavior of 11.1.1.7 or a bug?
    Suggestions are highly appreciated.
    Thanks,
    V

    V
    so you are not able to see the parameter before running the report as embeded content or as a link ? do you want to show a link for the report in your dashboard ?
    i havent faced this issue YET but i believe that 11.1.1.7 has some issues/bugs with the parameter
    i have found a bug which is " dunno if you are facing it as well or not " but wheen you choose all values and apply parameter it just error out, i have opened an SR and after too many OWC they have told me its a bug.
    BTW have you applied the latest patch ?

  • BI Publisher Performance integrated with OBIEE 11g

    Has anyone seen issues around the performance of rendering the BI Publisher frame when it is integrated with an OBIEE dashboard (11g)?
    If I create a simple BI Publisher off a simple data model (Select 1 from dual). I open the BIP report within the BI Publisher environment (XmlpServer) and it opens in seconds.
    When I open this same report within the OBIEE Web Catalog or place it on a dashboard page I have seen it take upwards of 40-50 seconds to render the frame then the report. The time seems to me more around rendering the frame.
    Usually when you initiate your first session you see the longest rendering time, subsequent runs of the report are lower but still higher then the few seconds it takes in the BIP environment.
    Has anyone else seen this issue, we opened a ticket with Oracle and it seems they are leaning toward creating a BUG around this. Just wanted to see what others were experiencing and if they identified the source of the issue. Thanks.

    Hi Dustin,
    The FMW security model in BI Publisher means it is integrated into OBIEE - I believe it's the default. If you're using authenticating and authorising via weblogic then I can't think of a good reason to use BI Server authentication in publisher, you should be using FMW security.
    In answer to your question tThere was no bug raised. The work around for us was using document 1338007.1. In your case that doesn't seem necessary since you're using OVD already.
    Edit - should just add that if your OVD authentication is set up in the repository then you need to shift that to the weblogic server security model and remove any authentication logic from the repository. After that the FMW security model for publisher should work.
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10543/privileges.htm
    Regards,
    Robert
    Edited by: Robert Tooker on Nov 3, 2011 2:07 AM

  • Report migration in OBIEE 11g

    Hi
    I am new to OBIEE 11g.
    1. I want to migrate report dashboard from DEV instance to UAT instance.
    2. I want to share reports to other users.
    Kindly someone give me guideline to proceed.
    Thanks
    Krishna

    Check these links.. it is more or less same as in 10g case by case.
    You need to select the report/dashboards archive and unarchive using catalog manager.
    If your Dev and UAT are already set with groups/roles then you suppose to do online mode so that the security settings will persist during archive and unarchive..
    http://gerardnico.com/wiki/dat/obiee/promotion
    http://www.rittmanmead.com/2008/04/migration-obiee-projects-between-dev-and-prod-environments/
    If helps pls mark

  • BIP report using HTML view in dashboard printing without scrollbars, parts

    Have created BI Publisher report in the MS Word using Landscape page settings.The report is printing without scrollbars in the OBIEE Dashboard using HTML view.
    Could not see the whole page output...have tried using resolution property settings in the dashboard configuration...havent found any solution.
    Have tried to use MHTML but the logos are missing.
    Any quick solution for the above will be very helpful.
    Thanks
    Baddam

    Hi Venkat,
    Thanks for your quick respond.
    1.) Auto Run is enabled. And the report runs automatically as well. But then it ignores the dashboard prompt (as a regular report would do as well). But when I choose some values in the prompt and then press go. Then it says I have to press on view as well.
    2.) no that is not the case. My report is so big that it always need a scroll bar ;) also adjusting the size settings in the dashboard doesn't help. The only occurs when viewing in HTML, when previewing in excel or RTF it all just work fine.
    3.) true, but ow well this is the least importetant one ;) so if this doesn't work, than it doesn't work ;)
    4.) Ok, I will have a look on that.
    5.) I did enabled HTML and EXCEL outputs in my BIP report. But when the first point is working, then I don't want to see the control bar anymore and I want to have the output on the dashboard in HTML and then I want to build a button, or a link or something that exports the request to excel. Is that possible?

  • Is there a way to deny access to BI Publisher -Report job in OBIEE 11g?

    Thank you all for the helpful information in the posts. I am trying to disable or not to display Report job under published reporting in OBIEE 11g. Could any one of you you please help me with the steps?
    My issue:
    I am pretty new to OBIEE and we are using OBIEE 11g when the user clicks on the new drop down, i am trying to disable or turnoff Report job under published reporting for a user group. I tried to find the relevant components for published reporting to deny access to report job under manage privileges but no luck i couldn't find any and i realized that i should be looking into Manage Bi publisher roles and responsibilities but i cannot remove the roles. Please help me with the steps and the options where i need to go and what i should do to not to display the report job. Your help is greatly appreciated, if i am not clear please let me know i will try to rephrase or explain it better
    FYI
    We are using LDAP for user creation and we have created a new group and created a test user belongs to that group and that user should not see the Report job. When i am seeing the users roles and responsibilities it is also showing me other two roles authenticated user role and BI consumer role for the test user, when i asked the admin guy dealing with LDAP he said he only associated the user with that only new group. Please advice
    Thanks,
    Ravi
    Edited by: user1146711 on Aug 18, 2011 2:00 PM
    Edited by: user1146711 on Aug 18, 2011 2:02 PM
    Edited by: user1146711 on Aug 18, 2011 2:03 PM

    In EM, go to Weblogic Domain, right click on bifoundation_domain and on the Security menu choose Application Policies.
    Set Application Stripe to obi and click the blue arrow search button.
    Highlight BIConsumer and click Edit.
    Under Permissions locate Resource Name oracle.bi.publisher.scheduleReport. Highlight this and click Delete...
    Click OK (top right corner).
    Now log your user out of OBIEE and back in again, and the option should have disappeared from their New menu.

  • View maps on OBIEE 11g Dashboard

    Hi All,
    My Installation: I have OBIEE 11g installed on Windows Server 2008. My Database is SQL Server 2012.
    My Requirement: Display maps in OBIEE Dashboard.
    Firstly, from the various posts available online, I have understood that the OBIEE 11g MapViewer works ONLY with Oracle database. If this is true then I need another way to view maps because I don't have Oracle DB.
    Can I have Google maps on my OBIEE dashboard ?
    Any suggestions/advice will be highly appreciated.
    Thanks n Regards
    Dev
    Edited by: Devpriyo on Mar 25, 2013 3:45 PM

    Hi Dev
    Did you find the resolution.Even I am facing the same issue.It would be great if u have found the solution.
    Regards
    Kishore

  • OBIEE 11g Dashboard dropdown

    Hi,
    In OBIEE 11g the dashboards are located in a dropdown box (to choose from), not so nice - I think. Is it possible to change this appearance so it looks like in OBIEE 10g? Hopefully a setting somewhere.........

    Hi,
    I too have the same need, I think the 10g dashboard layout is easier to work with.
    Thanks
    Hicham

Maybe you are looking for

  • Not getting proper output in .rtf format

    Hi all i m getting this output when running request with an rtf template.o am working with XML publisher 4.5 and have developed template in microsoft word. Here is the output %PDF-1.4 5 0 obj << /Type /Page /Parent 3 0 R /Resources 4 0 R /Contents 6

  • RE: multiple named objects with the same name andinterface

    David, First I will start by saying that this can be done by using named anchored objects and registering them yourself in the name service. There is documentation on how to do this. And by default you will get most of the behavior you desire. When y

  • Using Adobe Production Studio on Bootcamp

    I am currently a pc user; however, I am very interested in the new Mac Pro. I would like to run my current software which is the Adobe Production Studio Video bundle. It is meant to run on Windows. If I were to switch to the Mac Pro and run bootcamp,

  • EXIT_SAPLMR1M_004

    Hi Experts,     This user exit 'EXIT_SAPLMR1M_004' is available in 4.6c. In ecc6.0 it is replaced by badi. Can i know the exact badi name. Regards, Swetha.

  • Maintenance Plan Rescheduling

    Hi All, In a maintenance plan suppose I have four packages i.e. 5000 KM, 15000 KM, 25000 KM & 100000 KM. For above metioned packages different operations are to be performed. (eg. Service A for 5000 KM , Service B for 15000, Service C for 25000 & Ser