Problem defining a report to show in Reports tab of plug-in home page

We are developing a plug-in for OEM and we want to add some SYSTEM reports that will be showing in Reports tab of plug-in home page.
We tried to use the PL/SQL code described in Extensibility Guide, copied the code used in some existing plug-in that we downloaded from Oracle site, but it does not work. When executing the code we receiving "PL/SQL procedure successfully completed" message, but report does not show neither in Reports list nor in Home page (reports tab does not exist).
Finally we tried to add a report containing only static text component, but with same result.
Following is the code that is executed:
DECLARE
l_target_types MGMT_IP_TARGET_TYPES;
l_param_values MGMT_IP_PARAM_VALUE_LIST;
l_target_type MGMT_IP_TARGET_TYPES;
l_report_guid RAW(16);
l_element_guid RAW(16);
l_report_title_nlsid VARCHAR2(128);
l_report_owner VARCHAR(100);
l_curr_order NUMBER;
l_curr_row NUMBER;
BEGIN
-- specify the target type associated with this report
l_target_type := MGMT_IP_TARGET_TYPES();
l_target_type.extend(1);
l_target_type(1) := 'test_plugin_57';
l_report_title_nlsid := 'Status 57_4';
l_report_owner := mgmt_user.get_repository_owner;
-- create a report definition for the report
l_report_guid := mgmt_ip.create_report_definition (
p_title_nlsid => l_report_title_nlsid,
p_description_nlsid => 'TODO: description here',
p_owner => l_report_owner,
p_category_nlsid => 'Monitoring',
p_sub_category_nlsid => 'Hardware',
p_late_binding_target_types => l_target_type,
p_late_binding_multi_targets => 0,
p_show_table_of_contents => 1,
p_system_report => 1,
p_component_name => l_target_type(1)
-- Add report so that it shows up under "reports" tab in default home page
mgmt_mp_homepage.add_report (
p_target_type => l_target_type(1),
p_report_title => l_report_title_nlsid,
p_report_owner => l_report_owner,
p_report_order => 1
-- Text
l_param_values := MGMT_IP_PARAM_VALUE_LIST();
l_param_values.extend(2);
l_param_values(1) := MGMT_IP_PARAM_VALUE_RECORD(
'oracle.sysman.eml.ip.render.elem.TextParamBean.textMessage',
'This page shows the reports related to TBD.');
l_param_values(2) := MGMT_IP_PARAM_VALUE_RECORD(
'oracle.sysman.eml.ip.render.elem.TextParamBean.textStyle',
'OraTipText');
l_curr_order := 1;
l_curr_row := 1;
l_element_guid := mgmt_ip.add_element_to_report_def (
p_report_guid => l_report_guid,
p_element_name_nlsid => 'IPMSG_STYLED_TEXT',
p_element_type_nlsid => 'IPMSG_ANY_TARGET_TYPE',
p_header_nlslid => null,
p_element_order => l_curr_order,
p_element_row => l_curr_row,
p_parameters => l_param_values,
p_targets => null
END;
/

Have you tried running your sql file in sql plus? Does that work? If it does execute, does the report show on the main tab but not on the target homepage or does it show in neither spot? Try hitting the refresh icon in the page to reset the cache on the Reports tab.
When you deploy the plug-in with the report file in it, did you see any errors or messages in the oms logs?
1. We do: run the PL/SQL script I posted from sqlPlus. As far as I understand it should add a report?
2. We tried all the ways of defining a report. We successfully create the report interactively with SQLs we defined. We tried to put the PL/SQL code inside the jar and deploy, to run the PL/SQL script in SQL Plus, neither report is showed in Reports list nor Reports tab is showing at all. We tried to restart OEM and computer after adding a report, it does not help...
Regarding the oms logs - where can we see that?

Similar Messages

  • While trying to open the mail , it shows a blank screen then went to home page.

    while trying to open the mail , it shows a blank screen then went to home page.

    Hello there, Nina2800.
    It sounds like you are having issues connecting to the iTunes Store and getting a blank page.  The following Knowledge Base article offers up some great steps for verifying connectivity:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Troubleshooting on a Mac
    If you haven't been able to connect to the iTunes Store, a software conflict or your internet service provider (ISP) may be blocking your access. 
    Update iTunes to the latest version.
    If you have a firewall, your settings may be preventing you from connecting to the iTunes Store. To configure your firewall, please refer to the "Blocked by firewall" section in this article.
    You may need to reset your keychain. Connection issues are occasionally caused by keychain issues. Click here to find out how to use Keychain First Aid to resolve any issues with your keychain.
    If you are receiving a specific error message you may want to see, the "Specific Conditions and Alert Messages" section in this article as needed.
    If the issue still persists, contact your internet service provider and confirm that the ports and servers in this article are enabled over your network.
    Additionally, this article provides some additional recomendations if the issue persists:
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/ts3297
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Link in a report to show another report

    Hi,
    I have a report on a page which shows how many employees there are in a certain department, for example....
    Department..No. of Employees
    Accounts............2
    Finance..............3
    IT.......................10
    I would like to link the no. of employees so that, for example, when a user clicks on 2, he/she will be redirected to another page where a report is shown of those particular 2 employees who are in the accounts dept. Or if the user clicks on 10, they will see a report of the 10 employees in the IT dept.
    Can anyone tell me how I can achieve this?
    Thanks!

    Hi,
    I've created a very simple test application on apex.oracle.com - maybe it's easier to show you what I want to do. You can log in using the following:
    Workspace: cvapp , user: test , password: test123
    application: testapp
    On page 4 (Analysis), you do a search on the date (month & year ....at the moment I only have data for DEC-2007 & JAN-2008), and then you get a report for Employees per Dept.
    I want to link the numbers under No. of Employees - a click on a number should redirect the user to page 2 (Search Employees) - there is already a report there based on the search form but when the user clicks on the number in page 4, a new report should be shown under the Employees Found region in page 2 with only the employees in that particular dept. I hope this is more clear.

  • How to create a report to show BA, Report Names, Owner and shares

    Hello,
    Does anyone have any sql that will show the Business Area, Report Name, Owner and who it is shared with?
    I can get the three last items with no problem; the difficulty is including the BA Name.
    This is for Discoverer v 4.
    Many thanks
    Rachael

    Hi,
    Thanks a lot. I am really new to the Discoverer Arena. We are currently using EUL5. Can you please direct me to the correct product to be installed and how will I actually get all the related worksheets for a specific workbook. Currently I have access to EUL5 tables. Is it what you are referring to? However using the EUL5 schema tables I cannot get the related worksheets of a particular workbook.
    Would be really helpful if you could tell me in detail to solve this? I am somewhat confused heaps of Oracle products. Any other takers welcome
    Thanks
    Thomas

  • Is there any variable or function to use in a report to show the report path in the OBIEE catalog?

    Hi guys:
      Is there any function or variable that i can use in BI that i can use to show in a report the path name of where that report is saved in the catalog? For example: shared/adm ...
    Thanks!
    Matias

    Explore this page OBIEE - Presentation Variable System (reserved variable) | GerardNico.com (BI, OBIEE, OWB, DataWarehouse)

  • LMS 3.2 SP1 RME showing no records in syslog report while shows same report in device center

    Hi All,
    I have LMS 3.2 SP1 installed on windows 2003 server with 2 GB of RAM, its doubled swap space and with 230 GB of partition assigned to it.
    when i am generating Syslog 24 hour report in RdME , it does not show any data. I have checked with syslog.log file which is perfect. Even, i have recreated this file. I have checked with syslog collector and analyzer which is also fine. I have also restored the database to factory default by RestoredbOrig.pl script, but no result.
    I can see the same syslog standard report in Device center in Device Diagnostic tool by selecting the device and clicking on syslog standard report.
    Can somebody help me in this matter, as this is long pending issue?
    Regards,
    Chander

    Hi Chander,
    Share  the screen shot to Syslog Collector status.
    Thanks-
    Afroz

  • Is there any way to prohibit certain movie categories or ratings from showing up I'm my iTunes movie home page

    Hi, I'd like to know if there's a way to customize what shows up on my iTunes movie main page. When I go into iTunes, there are often categories that I have no interest in which show up on the initial page of Movies when I go into iTunes on my iPad (and I'm assuming this would be the same on my PC version).
    Can I customize the categories to only show ones I'm interested in or prohibit certain categories? My kids use the iPad as well, so I don't want horror movie images etc slammed across the movie wall.
    Also, I don't rent rated R movies, so it would be easier to just have those not show up at all. It doesn't appear there are any handy settings that allow me to customize what I see, but thought I'd ask in case I'm wrong.

    You can't control which genres show, but you can control which films show by their age ratings. On your iPad you can use Settings > General > Restrictions > Movies (under the 'Allowed Content' heading). On your computer's iTunes you can use Edit > Preferences and use the Parental tab to set which films (and there is a similar setting for TV programmes) can be accessed (screenshot is from a Mac, but it should be similar on a PC) :

  • I have tab mix plus and i have set the new tab to open my home page, no matter what i do I can't get the new tab of firefox to show up.

    I can't get the new feature of firefox 13 of the new tab.

    Find '''browser.newtab.url''' and double click on it (or right-click and select modify) and type your homepage you want, to open a new tab in your homepage.
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Zzxc: I am having problems with Firefox and a Google gadget score board on my Google home page. Every time I go to my Google homepage, a file called "scores.htm" downloads into my Firefox download. I can have at least 50 of those files downloaded over t

    You have chosen to open “scores.htm”
    What should Firefox do with this file?
    -Open with: Firefox (default), or other
    -Save file?
    Do this automatically for the files like this one.
    I chose cancel and when I rebooted the Google page the same window came up.
    I don’t want to open with or it will open with something every time I come back to Google.
    The best option until this is resolved is to “Save File” and that continues to down load into the “Download Firefox” folder.

    When I go to my Google page with the sport scores gadget on, Firefox download, in the downloads window a file "scores.htm" everytime. Consequently I have 10's if not 100's over time of scores(1), (2)(3).htm respectively. How do I stop it?

  • Ple logo shows and then its back to the home page

    my ipod in the middle of an app it goes off and then the apple logo goes on and then its back to the home page what shold i do?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    -  Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Only showing APP monitoring Reports in SCOM 2012 Reporting

    Hi all,
    Recently i upgrade the SCOM 2012 from 2007 R2 Managament Server only because in previous environment we have only one MS server and SQL server 2008 SP2.
    Now i have 4 servers for SCOM 2012.
    1) SCOM Managament server (which was upgraded)
    2) SQL server 2008 SP2 (running 3 instances)
    3) SCOM ACS server (New installation)
    4) SCOM Reporting server (New installation)
    I have using two accounts
    1) SCOM.action 2) SCOM.sdk
    When i install reporting, reporting Tab are showing in the SCOM 
    2012 console but only Application monitoring reports are showing in Reporting. I was deleted some MP’s and then import it but the report are not imported in reporting tab. I also check SSRS, it works fine. Both SSRS url’s works fine.
    I don’t know whats the problem.. Please clarify me what’s the problem.????
    Regards,
    Kamran

    Hi Muhammad,
    I am also facing the exact issue as expalined above.
    Even the application monitroing reports are not working. When i try to launch application monitoring reports from reportmanger , I get dataset error and see that apm.* views are missing.
    Also tried deleting and importing the managementpacks, without any success. This issue is happening only in production environment.
    It will be very helpful if you can let us know what Account permisisons need to be checked for. Thanks in advance.
    Thanks

  • CRS 10.1 with Endeca 3.1.1 -home page doesn't show image and promo products

    Thanks to this forum and especially cmore I'm close to setting up my local dev environment, but still have something to resolve.
    I have ATG 10.1.2 + CRS + Endeca 3.1.1. I installed BCC with Staging and Production (switchable) stores.
    The problem is with Production CRS - both US Store and Home Store don't show image and promoted products on Home page.
    What I see below Top Category pane is empty square. Unlike Production, home page on Stage works fine - I see homepage_promo_storeSiteUS_en_anonymous.png and promoted products.
    I think the problem is not related to Endeca, as I currently connect both Stage and Prod to the same Endeca CRS, I also believe that issue is not related to configuration - I tried to run production with Stage configuration, and it changed nothing. I believe the issue is somewhere in data (DB) - but I did full deployment for Prod and it didn't help. I verified targeters and slots on Prod through ACC, and they looks fine. So don't know at this point what to do next.
    While doing full deploy I see some errors in the log which might be related to the issue, But the same errors I see on Stage as well and still Stage works without issues:
    10:17:41,805 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/HomeTheme in scope global. It is defined in scope request
    10:17:41,811 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/PromotedProduct1 in scope global. It is defined in scope request
    10:17:41,816 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/PromotedProduct2 in scope global. It is defined in scope request
    10:17:41,819 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/PromotedProduct3 in scope global. It is defined in scope request
    10:17:41,822 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/FeaturedProduct2 in scope global. It is defined in scope request
    10:17:41,826 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/FeaturedProduct3 in scope global. It is defined in scope request
    10:17:41,829 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/FeaturedProduct4 in scope global. It is defined in scope request
    10:17:41,832 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/FeaturedProduct5 in scope global. It is defined in scope request
    10:17:41,836 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/FeaturedProduct1 in scope global. It is defined in scope request
    10:17:41,839 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/CategoryPromotionContent2 in scope global. It is defined in scope request
    10:17:41,842 ERROR [nucleusNamespace.] Invalid attempt to resolve component /atg/registry/Slots/CategoryPromotionContent1 in scope global. It is defined in scope request
    Last update: I compared Stage and Prod home pages HTML code, and notice that the first difference between two pages is absence of endeca-slot Div, the below code present on Stage, and is Not present on Prod:
    It is the first difference only , there are a bunch more.
    <div class="endeca-slot" zone="/content/Shared/Global Search Configuration/Search Box">
    <script type="text/javascript">
    if(Endeca.Site) {
    Endeca.Site.Audit.contents["/content/Shared/Global Search Configuration/Search Box"] = [{"@type":"SearchBox","endeca.internal.created.by":"admin","rule.msg":"Fired","endeca.internal.last.modified.by":"admin","rule.msgcode":"13","rule.state":"fired","endeca.internal.resource.path":"\/sites-live\/NYCoCRS\/content\/Shared\/Global Search Configuration\/Search Box\/Search Box","endeca.internal.workflow.state":"ACTIVE","type":"DGraph.MerchDebug","Title":"Search Box","rule.id":"1","endeca.internal.last.modified":"2013-03-20T11:43","endeca.internal.date.created":"2013-03-20T11:43","Zone":"\/content\/Shared\/Global Search Configuration\/Search Box"}
    </script>
    Edited by: PKU on Apr 1, 2013 8:32 AM
    Edited by: PKU on Apr 1, 2013 8:35 AM

    After some analysis and experiments:
    Most likely the issue is with Scenarios. HomeTheme Slot is populated by Theme scenario.
    For some reason the slot remains empty on "bad" environment. On "good" environment the slot contain promo content item after the first call of the slot. I checked respective targeter and promo content item, and they look OK, so I believe something wrong with Scenarios.

  • How do I make new tabs show my home page?

    When I open a new tab I get tiles from sites I visit. I do not want this. When I open a new tab I want my home page to show. How can I do this?

    When I open a new tab, I get the ASK Home page. I did not set this, I do not like this, I do not want this. I want the Firefox home page back.. how do I reset it?

  • Is it possible to show the count of number or rows in table on the Home page Tab button.

    Is it possible to show the count of number or rows in table on the Home page Tab button.
    On home page there is a Tab called Count and I want to show the count on the right corner of this tab button.
    Please help

    Create an application item. APP_HOME_COUNT.
    Create an application process:
      make the application process type "on new instance" if you only want this to run once
      make it "on load before header" if you want to have the value set every page load
    application process source:
    select count(*) into APP_HOME_COUNT from <your table>
    modify the tab name to reference the app item, maybe something like "Count(&APP_HOME_COUNT.)"
    result should look like this "Count(5)"
    Good Luck,
    Tyson

  • Tabs set to open on launch. Now showing all 'New Tabs'

    Launched Firefox, all tabs now just have the title 'New Tab', and show a plank page with nothing in the address bar.
    They aren't showing in closed tab history, there is no page to go back to on the tab, they are just blank, as if I had just opened one, only without the tile screen.
    Anyone have an idea as to how to get them back?

    Yep, that's the setting
    Tried safe mode, still nothing. Seems that the data of the tabs open has been changed to be just blank tabs somehow.

Maybe you are looking for

  • How to extract the size and date from a given file

    Hi, I want to extract the size and date of a file (it can be either a video, audio or text file) that the user points to the location of. But I am not sure how. Does Java have an api that can do this? If not is there some other way of doing this? Can

  • Missing File error when trying to install HP 5610xi using Windows 7 64 bit download

    I have tried several times to download and install the software and drivers for my old 5610xi on my new computer running Windows 7 Home Premium 64-bit OS. I keep getting a "missing file" message when trying to run the download, and it will not instal

  • How to make audio of many clips the same level?

    I have a sequence containing many interview clips which all seem to be at different sound levels. Is there any easy way to make all of these the same level? The only way I know how to adjust the level is using the volume level control under audio eff

  • New Workspace

    Hi All,        I created the workspace with this "c:\..\SAPIdE.exe"-data"newworkspacedir"  format only. When i create the new workspace and import the alredy working project in the new workspace, all the old projects are sharing the old workspace not

  • Cannot create connection to DBMS - UOM Manager

    Hi All, I am getting the following error while connecting to MDM UOM Manager(MDM repsoitory). "Cannot create connection to DBMS, Check DMBS details" UOM Manager : 7.1.3.62 MDM : 7.1.03.44 Do i need to have local DBMS installation to get this work?? l