DBI dashboards say no data found

Hello, I've done most of the dbi setup process and run the request set for HR Management - Headcount Reports. But when I try to view the dashboard it says No data found. What could I be doing wrong? Am I using the wrong parameters to run my request sets? Should I bounce the apache server? Please help.
Thank you.

Find the appropriate forum for DBI and post the issue there. You will have better luck there.
--Shiv                                                                                                                                                                                                               

Similar Messages

  • 10.1 AC Remediation View Says No Data Found while Business View Shows Plenty

    We are upgrading to AC 10.1 from 10.0. We configured gateway connection and I am using Chrome browser. Not sure why user risk analysis in remediation view comes back "No Data Found" while in business view there are plenty of risks. Any ideas? -Thanks so much.

    Hi Joerg
    Below note can fix your issue.
    http://service.sap.com/sap/support/notes/2035538
    Thanks
    Mani

  • No Data Found Exception in bulk updates

    I am trying to catch no data found exception in bulk updates when it does not find a record to update in the forall loop.
    OPEN casualty;
    LOOP
    FETCH casulaty
    BULK COLLECT INTO v_cas,v_adj,v_nbr
    LIMIT 10000;
    FORALL i IN 1..v_cas.count
    UPDATE tpl_casualty
         set casualty_amt = (select amt from tpl_adjustment where cas_adj = v_adj(i))
         where cas_nbr = v_nbr(i);
    EXCEPTION WHEN NO_DATA_FOUND THEN dbms_output.put_line('exception')
    I get this error at the line where i have exception:
    PLS-00103: Encountered the symbol "EXCEPTION" when expecting one of the following:
    begin case declare end exit for goto if loop mod null pragma
    raise return select update while with <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> <<
    close current delete fetch lock insert open rollback
    savepoint set sql execute commit forall merge pipe
    Can someone pls direct me on how to get around this?
    If I do not handle this exception, the script fails when it attempts to update a record that does not exist and the error says : no data found exception.
    Thanks for your help.
    Edited by: user8848256 on Nov 13, 2009 6:15 PM

    No Data Found isn't an exception raised when an UPDATE cannot find any records to process.
    SQL%ROWCOUNT can be used to determine the number of rows affected by an update statement, but if 0 rows are updated then no exception will be raised (it's just not how things work).
    If you post your actual CURSOR (casualty) declaration, it's quite possible we can help you create a single SQL statement to meet your requirement (a single SQL will be faster than your current implementation).
    Have you looked in to using the MERGE command?

  • Search report - error-no data found when printing to csv format

    Hi all,
    I have a search report,
    I have 4 select list and two text field and two date field to search for the result.
    I have even put the computation for the select list items in
    on load - before header ie setting the items to default value.
    Still when i try to print it in the csv format , and try to open the excel, it is saying "no data found" error
    Please, Could any one give me a solution to solve this bug?
    Note: Ordinary report is getting printted in the csv format.
    Thanks in advance
    bye
    Srikavi

    Hi Denes and Scott,
    sorry, only when i select the values for all the 4 select list
    csv is working. default values are not restored in the session.
    How to restore the values in the session state after pressing the search button.
    i have set the default values for the select list and the query is working fine
    but when i see the session from the toolbar the default values are not present.
    but when i see the debug from the toolbar the values are set properly.
    @Denes
    In your example the session is showing the values of the select list and check box
    The same way i did, but in "session" values are not seen so again no data found is seen when printing csv .
    Bye
    Srikavi

  • "no data found" when trying to generate report

    Hi,
    I have a problem when I try to generate a report. It says "no data found", but the property figures in the data collection on the host. With another property, I get the graph (Overall % CPU Utilization), but with this (Overall % CPU Idle) I get only no data found.
    Ooops, worse yet. I stop the smc with es-stop -A in the server and started again with es-start -A. Now, no one of the reports works!! The one who worked, now don't!
    Someone experiment the same problem? Or knows how to fix this, (I guess) "anomalous", behavior?
    Please let me know, I've been with this for weeks!
    Thank you in advance!
    Regards,
    Martin Olivella

    I can make a preseted report, but if I try to make
    another report (with exactly the same options as the
    preseted), it gives me "no data found" once more.
    Any suggestions?Are you sure you're looking at the same data points? For example, there's a "Kernel Reader" module, and a "Kernel Reader (Simple)" module... and from memory the built-in reports use the "Simple" data.
    Even if you're graphing a metric that exists in both modules (i.e. 5 Minute Load Average), they're still different, so make sure you choose the correct one from the picklist when you make your own Report.
    Regards,
    [email protected]
    http://www.HalcyonInc.com

  • No data found in the discoverer Viewer from Apps responsabiltiy

    Hi
    We have built a new responsibility for the discoverer reports, that is we directly access the discoverer viewer from the separate responsibility,all the report that shared with the users can be viewed from this responsibility,
    but when the user tries to run the report it is saying no data found.but for example if the user is trying to run the hrms report from this discoverer reasonability he get no data found but if we attach the function to the HRMS manager menu and try to access the report from the HRMS manager responsabilty we are able to get the data.
    We did the same setup in dev and test.in dev it is working very fine but in test we are not able to see the records in the report if we try to access.
    Please advice
    thanks
    Regards
    Ramesh Kumar S

    Hi,
    I'm not 100% familiar with HR security, but sounds like profile option setup related to security - perhaps Business Group or Initialization SQL Statement - Oracle / Custom? Check the profile options set for the HRMS Manager responsibility and setup the same for your new responsibility.
    PS. Similar sort of thing exists in General Ledger related to security. See:
    GL security issue in discoverer..
    Regards,
    Gareth

  • DB connect no data found is rfc connection required

    Hi Gurus,
    I want to retrieve data from oracle database, i have all the table with data in it, but through the source system i.e db connect it does not display any contents of the table, it says no data found, the installation was all done perfecttly fine, i can read the table fields but i am not able to read the data from the table. what could be the problem.
      Is an RFC connection required for this db connect to retrieve the data from oracle. or else what is the issue. Can anyone please help me out on this, I already posted long back on this still no reply on it. From the osss notes it allgives information about the intallation but it there is no data found then it does not give any information onthis. Can anyone please help me out on this.
    Thanks,
    Hem

    Hi Hem,
    You want to retrieve data from Oracle Database using BW and you are having a problem?
    Try isolation technique to solve your problem.
    Try to use third party softwares e.g. MS Excel. Retrieve data from Oracle using MSExcel. If MSExcel can retrieve data then you can conclude:
        a.) The network connection to Oracle is fine.
        b.) Oracle is up and running and is able to serve data from your specified table.
    RFC Connection is not required. RFC is only useful for SAP to SAP communication. This connection uses a different technique and uses a different driver to communicate. SAP provided DB Connect Engine. A similar approach as what Microsoft's OLEDB is doing. This to make a transparent connection between various database systems. (whether MSSQL, Oracle, MSACCESS, SYBASE etc.)
    As part of isolation technique, are you sure you are accessing the correct table? Try to access other tables. If you can access data of different tables then something is wrong with the table you want to access.
    Have you check authorization issues? Are you allowed to extract data?
    Hope I have helped. If I did, please grant points...
    --Jkyle

  • How to display no data found for two different elements

    i wanted to display report either by dept wise or supplier wise
    so when I dont have deptno related data
    It should say no data found
    for that I'm using if condition
    same for supplier too
    instead of giving twice can I give it in the same if condition
    if so how

    Use logical operator 'or'
    like <?if:not(DEPT_GRP) or not(SUPPLIER_GRP)?>No data Found<?end if?>

  • Message when no data found in set block property

    hi,
    ı use oracle forms 10.1. when ı use the code below
    SET_BLOCK_PROPERTY('MY_BLOCK', DEFAULT_WHERE,     'YEAR=2012') ;
    EXECUTE QUERY;
    if there is records for year 2012 it works fine. Bu if there exists no record ı get message saying no data found. And then it clears the block. I want to clear block with no messages.
    is it possible? thanks...

    Yes. you can add your own message on form level. User ON-MESSAGE trigger and write down the given code :-
    DECLARE
      msgnum NUMBER       := MESSAGE_CODE;
      msgtxt VARCHAR2(80) := MESSAGE_TEXT;
      msgtyp VARCHAR2(3)  := MESSAGE_TYPE;
      ALERT_BUTTON Number;
    BEGIN
      IF msgnum = 40301 then
    --HERE YOU CAN WRITE ONLY NULL-------
    /* SET_ALERT_PROPERTY('ALERT_OK',ALERT_MESSAGE_TEXT,'There are No records available for the Query selected by you  !!! ');
             ALERT_BUTTON := SHOW_ALERT('ALERT_OK');
             RAISE FORM_TRIGGER_FAILURE; */
    null;
    Elsif msgnum = 40355 then
              SET_ALERT_PROPERTY('ALERT_OK',ALERT_MESSAGE_TEXT,msgtxt);
             ALERT_BUTTON := SHOW_ALERT('ALERT_OK');
             RAISE FORM_TRIGGER_FAILURE;
    Elsif msgnum = 40657 then
              SET_ALERT_PROPERTY('ALERT_OK',ALERT_MESSAGE_TEXT,msgtxt);
             ALERT_BUTTON := SHOW_ALERT('ALERT_OK');
             RAISE FORM_TRIGGER_FAILURE;
    elsif msgnum = 40400 then
              message('Operation completed Successfully');
      END IF;
    END;

  • Perform Full Cycle Count - No Data Found

    I am trying to initialize a full cycle count for all items in a subinventory. I have a recent ABC compile set and a new cycle count setup. A, B, C and D classes are all set to count 1x per year. I have verified that all items from the compile are no in the cycle count. I submitted a "Cycle Count Scheduler" request and ensured that it completed. I then set all the parameters in the "Perform Full Cycle Count" request and set to save to file. After it completes and I view the output, the file says "No data found". My only recourse is to dump all items from Material workbench and use Data Load to enter them in ( a bit tedious for 900+ items). Is there anything I need to be doing different?

    You mention that you have done the ABC setups.
    But in Cycle count setups, have you defined a cycle count schedule?
    And more importantly, in cycle count classes, have you entered the frequency at which each class should be counted?
    Last but not the least, what is the last count date (on the serial and schedule tab)?
    If it is today, you will have to wait till tomorrow.
    Hope this helps,
    Sandeep Gandhi

  • Db connect no data found in the table

    Hi Gurus,
    I want to extract data from the oracle database, through db connect, when i edit the datasource and press the button display table contents, it says no data found.
      What could be the problem, i have created the source system properly, given all the information. seperatetly i logged into oracle and check the table contents it exists but does it not show up when i want to create a data source. Can anyone help me please,it would be of great help i'm trying to figure out what was the problem in oss notes also but still not found a solution any help will be of great help.
    Regards,
    Hem.

    Hi,
    Thanks for your reply, all the information in sap note as specified is set up, actually let me explain u in detail what we are doing,
       We have developed a livearchive prototype which will create a remote table on the remote database like oracle based on a infoprovider i.e either ods object or the infocube, we are archiving the infoprovider data into the rmote table, now the requirement is we want to extract, reload those table information back again into the infocube, so is it possible to do it, in the oracle database i can create views based on these table and also can view the data present in those tables, but when i want to extract through a datasource back again i do not find any data what could be the problem.
    Could u please help me out with this.
    Thanks,
    Regards,
    Hem.

  • Corrupt block error + valid data found ???

    Hi,
    I am getting a peculiar block corruption error in my production database (9.2.0.8).
    It also says "valid data found". I am able to analyze the suspect table without any reported issues. Can any one please suggest?
    Details from Alertlog below:-
    Corrupt block relative dba: 0x01463cbf (file 5, block 408767)
    Bad header found during user buffer read
    Data in bad block -
    type: 50 format: 0 rdba: 0x3a383020
    last change scn: 0x0338.303a3630 seq: 0xc2 flg: 0x38
    consistency value in tail: 0x36302036
    check value in block header: 0x3c27, block checksum disabled
    spare1: 0x30, spare2: 0x36, spare3: 0x1502
    Reread of rdba: 0x01463cbf (file 5, block 408767) found valid data
    Hex dump of Absolute File 5, Block 408768 in trace file d:\oracle\admin\fm\udump\fm_ora_5236.trc
    ---------------------------------------------------------------------------------------------

    Hi,
    May be this will help
    Data block corruption…..
    Regards
    Jafar

  • Catch No Data Found error on APEX form

    I have an apex form which I am populating based on two fields passed over from another report.
    In some instances, there is no data in the database for the information passed over. In that case I want the users to be able to add a row to the database through the form.
    However, the form does not return at all as it says No Data Found.
    Is there a way to catch the No Data Found exception and display the form blank so the users can enter the correct info?
    Please advise.
    Thank you.

    Hi,
    One thing you could try:
    Create a page process that runs Before Header (that is, before the "Fetch Row..." process) that is a process Category of "Session State" and a process type of "Clear Cache for all Items on Pages (PageID,PageID,PageID)". This could be conditional on a NOT EXISTS SQL query based on selecting 1 from your table where the field1 = parameter1 and field2 = parameter2. That way, if there is no record, the page cache should be cleared, your parameters are set to null and a new record can be created. You could also do a similar thing using PL/SQL by setting :P2_PK1 and :P2_PK2 (or whatever your fields are) to NULL.
    Andy

  • Problem with new DB app, report+form, report works great, form says ORA-01403: no data found

    I have a new table, the PK is a varchar2(5) column, when I allow the default query in the report to do its work, I get all the expected data.  when I click on the edit icon (pencil), I get an error screen indicating ORA-01403: no data found.  I'm hosed!  This was generated by the app!  no changes were made to anything in the app, except to turn off tabs at create time.  I even left the default name.
    My ARF is hitting the right table with the PK column, but finds nothing.  I have the "success" message showing me the PK value.  What could be going on here, and how can it be addressed?  Today is the 1st time I have seen this matter.
    I'm running 4.22 as the workspace admin, I have other apps that work fine (to expectation), my browser is FF22, though I plan a downgrade to 18.  Our DB is 11.1.0.7.

    Jorge, thanks for your attention to my problem, I appreciate any insights, although there is a little clarification I can offer.  Also, if you can, please remind me the tags to use in my text that would properly set off the code snippets or prior message content?
    [you wrote]
    You said you have a "success" message showing you the PK value. Can you elaborate on this?
    The form page, under the ARF, allows for the display of a "success" message and a "failure" message.  I have seen my "success" message appear, but it didn't show my key field as a brought-back value (which I told it to include), and I think now this is not relevant any longer.  I found that there was a link on the report attributes page between #ROWID# and a P2_ROWID that was incorrect (probably from an earlier stage of dev in the app), and I changed this to my key field, and this altered the outcome of the ARF action.  This leads to ....
    [you wrote]
    Can you see the correct PK value in the URL? Does the item parameter match what you expect (correct page item and value)? Perhaps share that full URL here?
    I have expected values in my URL.  The URL does show my key value (tail end of URL underlined here):
    ../apex/f?p=120:2:7519563874482::NO::P2_VCODE:RB15
    [you wrote]
    Debug the page and see which process, item or step is actually failing. You could be running some other process on the form page and that could be what actually fails.  Treat it as if the ARF works correctly and see what else could be happening.
    I can add the detail that my 1st message was based on testing with a table where I set the PK as data type VARCHAR2, but in more testing on the actual app (whose URL piece is above) I am using a PK which is CHAR.
    The result of the debug effort is that APEX has built its own query for pulling back the row in the ARF, and it is joining on my PK field to an APEX item P_ROWID which I don't think I created.  Nor does it appear to offer me any avenue for correcting it.    debug snippet:    where "VCODE" = :p_rowid; end;

  • When I download a new app from the App Store it does not show up on my home screen but I can find it in my settings but out from it says no data

    When I download a new app from App Store and press open when it's complete, it won't do anything, and when I look on my home screens it's nowhere to be found but if I go to settings and look under icloud and usage, I can find them but out from it says no data. I have tried deleting them and reinstalling but that's no working either... Please help me.. Thank you very much:)

    Try resetting the phone. Push both the home and lock button at the same time until it goes off. Keep them pushed until the Apple logo come up...
    Also, try deleting the app and downloading it again.

Maybe you are looking for

  • Iphone update has left phone in recovery, can't get it to work???

    i connected the iphone up to my computer today, when prompted i updated the iphone software. Now the phone is left in the screen with the usb cable and itunes logo and won't do anything else (i had previously updated itunes). i've tried re-installing

  • Why is my HP LaserJet 1300n printer automatically set to "Paused"?

    A couple of days ago I updated my Macbook from 10.6.6 to 10.6.8 OS. I don't know if this caused the problem, but I just can't print anything, with no application at all. The printer gets set to "Paused" and I just cannot change its status unless I de

  • Multi level BOM explosion in CS11/12/13 Cost of items are not displayed

    Hi,   I want to display cost of the components in CS11 / CS12 / CS13 T.codes Std SAP will not display the cost of components. for this they have given note 177006 and asked to change some manual correction. In the post processing of the note they hav

  • Prob. installing VoiP Headset

    Hey guys! If anyone is around. I'm still have one heck of a time with my headset. I've returned 2 back to the store and I'm on #3 now! LOL This one is a Logitech High Performance Audio w/usb universal for Macs & Windows. I've set my system preference

  • How to report with different time zone dynamically based on user's account?

    Hello I am wondering is there a way to change the report's date & time data based on user's locale setting in OBIEE? Let's say the user log in to OBIEE with eastern time zone setting. The data that's in the database is storing a transaction of $400 a