VO Query returning "No Data to Display" on production server

Hello,
I have a simple application that displays data taken from an external oracle database.
I have 2 pages, one displaying a list of house, the second one displaying the details of a house.
I get that "master / detail" relationship via the executeWithParams.
Both my Development machine and production server gets their information from the same database, using the same credentials.
My problem is that on the production server, the details page returns a "no data to display" in the table I use to show the detailed information. On the development machine it runs just fine. The list master page runs just fine on both environment.
I'm using jdev 11.1.2.3.0.
The tables I access are not owned by the user I use in my credentials, but I do have GRANT_SELECT on the said tables.
I've looked at the logs and I do not see any error as to why no data is returned in production.

You can try giving the table GRANT ALL TO PUBLIC and verify if the table has a Synonym in the data base.

Similar Messages

  • Using external parameters within MS Query returning that data right into a pivot table Excel 2010

    In Excel 2010 i was able to use the external parameters within MS Query returning that data right into a pivot table.  But the parameter on the worksheet will not save in the paremeter setting of the data connection.  And if you save it and open
    it and try to refresh the pivot table Excel stops responding and you have to force the file closed.  I found out the reason to crash is that it did not keep the parameter saved.
    Can this be fixed?

    Hi,
    Just
    checking in to see if the information of Oskar was helpful. Please
    let us know if you would like further assistance.
    Jaynet Zhang
    TechNet Community Support

  • Data driven subscription query returns no data

    We have a data driven subscription on SSRS 2008 R2. The columns in the query are tied to one or more parameters of the report. When we run the subscription and if the query does not return any rows, I was hoping that the subscription will not start; however,
    instead, to my surprise, I got error stating..."Parameter XYZ value can't be null". How to avoid this error and keep subscription from running in this situation? 
    Example: I have a report that required employeeID as a parameter. I have a query (step 3: data driven subscription) that fetches employee ID based on some criteria. If there is no row returned by the query; It throws error on report stating "Parameter
    EmployeeID can't be null."
    Nehal Jain

    Hello Nehal -
    Try adding a UNION ALL to your parameter dataset query like
    UNION ALL SELECT NULL AS EmployeeID , ..
    Just check accordingly. I ll revert again based on this , got a priority now.
    Happy to help! Thanks. Regards and good Wishes, Deepak. http://deepaksqlmsbusinessintelligence.blogspot.com/

  • Microsoft Access Criteria Query Returns Zero Data

    Hi Spiceworks Community!I have a brain-wrecking issue with a query in Access. Would definitely appreciate of any help or input.Situation:
    The company I am working for operates heavily on Access Databases. Most of the databases use ODBC connection to pull tables from the database servers for users to print reports and update the tables. The company recently just have a big system migration where we moved all the data to a different database server. Some important tables also got rewritten. However, the old tables are still being kept as Views.Problem:
    I'm trying to fix a SELECT query where it pulls up information from two different databases. One called iERP (4 tables from here) and the other one is Qd (1 table from here). Now, the query is fixed and run just fine from Microsoft SQL Server 2014. Even if I run it in Microsoft Access, it...
    This topic first appeared in the Spiceworks Community

    Hello Nehal -
    Try adding a UNION ALL to your parameter dataset query like
    UNION ALL SELECT NULL AS EmployeeID , ..
    Just check accordingly. I ll revert again based on this , got a priority now.
    Happy to help! Thanks. Regards and good Wishes, Deepak. http://deepaksqlmsbusinessintelligence.blogspot.com/

  • Transfer data from Test to Production Server

    Dear All
    I want to know how to transfer data from test server to production server.
    Lets say we have done all the setup steps of GL, and we have also feeded chart of accounts, journal entries, recurring etc. at our test server. Now we want to shift our data from Test Server to Production Server.
    What can be the procedure?
    I shall be really thankful.
    Best Regards
    Muhammad Habib
    http://mhabib.wordpress.com

    Dear hsawwan
    Thanks for your reply. Can you send me this document via email. My email id is: [email protected]
    Secondly can you please tell me how to just transfer my Chart of Account.
    I shall be really thankful to you.
    Best Regards
    Muhammad Habib

  • Report Query returning "No Data Found" with bind variables

    I put a simple query into Report Query:
    Select "bluefish". "name" as "name",
    "bluefish"."primary_flag" as "primary_flag",
    "bluefish"."status" as "status",
    "bluefish"."ID" as "ID" from "bluefish" "bluefish" where "bluefish"."ID" = :P3_XPRINTID
    When I test the query, data is returned; however, when I try to run the query using "Test Report" button, I get an error 01403 No Data Found. If I replace the bind variable with an explicit value, the report works.
    Anyone have any ideas as to what is causing this problem? I am using the Generic Report Layout, with various output types. I AM editting the query and defining the bind variable before I test the report (otherwise, the query wouldn't run).
    Charles

    Sometimes if you create a form/report/whatever using the wizards, it will create an After Submit process called something like Reset Page - basically you want to make sure you don't have any After Submit processes that call a Clear Session state (it may say something like Clear Cache for Page).
    In your branch, there is also a box that says Clear Cache - you want to make sure that does not have page Number 8 in it or it will clear your session state.
    Put the page in Debug mode and read through it - check to make sure your value is getting saved and maybe you can see what is going wrong.

  • Why does Oracle SQL query returning a date field without the time component

    Hi,
    I'm a novice SQL user & hv just installed Oracle SQL developer (Version 3.0.04, Build MAIN-04.34).
    I made the same SQL query using "Oracle SQL developer" & "TOAD for Oracle 9.0.1" but I got 2 different format on the same date field:
    On TOAD, I get the date field extracted as *04/26/2011 23:12:58*
    On Oracle, I get the date field extracted as *26/APR/11*
    Why is the Oracle result in a different format & missing the time component?
    Is there any option/preference that I need to set in Oracle SQL developer to get the full date/time format displayed?
    I've tried to set my the date format to DD/MON/RR HH12:MI:SSXFF AM under the preference -> database NLS but I still get the same format!
    Plse help!

    hokim wrote:
    Hi,
    I'm a novice SQL user & hv just installed Oracle SQL developer (Version 3.0.04, Build MAIN-04.34).
    I made the same SQL query using "Oracle SQL developer" & "TOAD for Oracle 9.0.1" but I got 2 different format on the same date field:
    On TOAD, I get the date field extracted as *04/26/2011 23:12:58*
    On Oracle, I get the date field extracted as *26/APR/11*
    Why is the Oracle result in a different format & missing the time component?
    Is there any option/preference that I need to set in Oracle SQL developer to get the full date/time format displayed?
    I've tried to set my the date format to DD/MON/RR HH12:MI:SSXFF AM under the preference -> database NLS but I still get the same format!
    Plse help!http://edstevensdba.wordpress.com/category/nls_date_format/

  • BEx Query Returning No Data

    I have loaded the Active Content of an ODS (the /BIC/ZAXXXXXXXX table) directly via an Insert statement in an ABAP program.  I can see the data when I go through SE11 and through the Active Data button inside of the Manage option of the ODS. When I use this ODS via BEx I do not get any data to appear.  Does anyone know why this would be?  Do I need to load a different table, maybe the change log, instead of the Active content?  It has now turned into more of a curiosity question of why an ODS with Active Data, but no Requests, would show no results in BEx.  Any help would be appreciated.
    Jon

    Hi,
    maybe loading records straight into the active table doesn't give BW a signal that the data is refreshed. The result from your query are most likely to come from cache ? Try to change the selection of the query or run the query without using the cache.
    regards,
    Raymond Baggen
    Uphantis bv

  • Infoset Query Returns Wrong Data

    Hi there exports,
    I created a infoset query based on 3 DSO's 0PUR_O01 (Purchase Order Items), 0PUR_DS03 (Purchase Order Item Schedule Line) & a Z-DSO (Material Consumption).
    I need information by PO Number (Item, Material) and the total consumption for that material from the Z-DSO irrespective what the item & PO Number is.
    My link to Z-DSO is material & plant. My problem is that the info from the orther 2 DSO is triple when I run my query.
    Any suggestions?
    Thank you
    Dirk

    Hi,
    This issue arrises due to the infoset property, ie. Infoset provides intersection of data.
    So for a single combination of material and plant in Z-DSO, there might be multiple (here 3)records in other two DSO so you get the triple amount in Query.
    Inorder to overcome it you must ideally join the DSO in a infoset based on the same key fields..
    Hope it helps..
    Regards..
    Umesh.

  • Query Return Truncated Data Please Help

    when i insert data into a Table having fields dbnote_no(number),
    narration(varchar2 1000),etc.. the data get inserted properly but when i view it after few days the data in the narration field get truncated to 100 characters if have changed the linsize in login script to 1000 in server and also in globin script.

    You might want to set the buffer width.
    In sqlplus, go to the options/environment menu and specify 1000 for buffer width

  • Scheduling BW Query to store data as CSV file on server

    Good Morning,
    I have a user requirement to schedule a BW query using the Reporting Agent but to store the results in CSV format on a shared network drive rather than printing out the contents. Is this possible? I'm using BW 3.0
    Many thanks in advance.
    Mike

    Hi Mike,
    Refer thez link below regarding Openhub
    http://help.sap.com/saphelp_nw04/helpdata/en/ce/c2463c6796e61ce10000000a114084/frameset.htm
    · BW Open Hub (ppt)
    https://websmp204.sap-ag.de/~sapidb/011000358700002201112003
    · BW Open Hub - Transcript (doc)
    https://websmp204.sap-ag.de/~sapidb/011000358700002320152003
    How to guide on RSCRM_BAPI
    http://help.sap.com/saphelp_nw04/helpdata/en/49/7e960481916448b20134d471d36a6b/frameset.htm
    https://forums.sdn.sap.com/click.jspa?searchID=3318270&messageID=3626098
    hope it helps

  • Crystal Report not displaying in production server

    I am using crystal report with ASP.Net web application which is working fine on client machine, client machine configuration is: •Windows 7 64bit •Visual studio 2012 •.Net framework 4.5 •SAP Crystal Reports, version 13.0.2000.0 I need to deploy it on Windows Server 2008 machine; however, when I deploy web application on this machine Crystal Report opens when do not display data. Kindly help to get around with this issue.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Thank you in advance

    Please see if the resources that come up using the search string 'crystal blank empty net' will help. Search box is in the top right corner.
    Also see:
    http://scn.sap.com/thread/3531678
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Date Picker query showing "No Data Found", works in SQLPlus

    I have created 2 Date Picker items - P2_START_DATE and P2_END_DATE. I have set the format of these to 'DD-MON-YYYY'.
    This is the query I have to select the data based on the values from the date pickers:
    select sample_date,reading from meter_data where sample_date between to_date(:P2_START_DATE,'DD-MON-YYYY') and to_date(:P2_END_DATE,'DD-MON-YYYY') order by sample_date;
    The P2_START_DATE is '20-JAN-2011', the P3_END_DATE is '21-JAN-2011'.
    The query returns "No Data Found" when run in APEX, but when I run this in SQLPlus on the host I get data:
    select sample_date,reading from meter_data where sample_date between to_date('20-JAN-2011','DD-MON-YYYY') and to_date('21-JAN-2011','DD-MON-YYYY') order by sample_date
    20-JAN-2011 .39
    20-JAN-2011 .14
    20-JAN-2011 .14
    20-JAN-2011 .18
    21-JAN-2011 .13
    Can someone explain what I'm doing wrong? I have tried a few different formats, with no luck.
    TIA

    Hi Jeff,
    My Requirement is also looks like same, but am not able figure it out the reason why am getting no data found message in my chart(report).
    Requirement:
    I have a page, where two date picker(html5) items let say P30_FROM_DATE, P30_TO_DATE are there, apart from this i have one button as well,
    when the user select the from and to date from the date picker, and as soon as click on the button (SHOW), need to display the 2D Stacked Bar Char.
    so to achieve this, i have created a blank page, under region i have created a chart (2D Stacked Bar Chart), under items--> i have created two date picker items and one button.
    my query is
    SELECT NULL LINK,
           FLOW_STATUS_CODE LABEL,
           COUNT(ORDER_NUMBER) VALUE
      FROM
           OE_ORDER_HEADERS_ALL
    WHERE
           CREATION_DATE
           BETWEEN TO_DATE(:P30_FROM_DATE,'DD-MON-YYYY') AND TO_DATE(:P30_TO_DATE,'DD-MON-YYYY')
    GROUP BY FLOW_STATUS_CODE;
    Issue:
    Once i select the From and To Date, when am click on Show button, am not able to see as desired chart, instead am getting no data found message in the chart location.
    Can you please tell me how to do this.
    i would like to know that, how do i capture those two date item values in my query, and how do i initiate my report when am pressing button.
    please revert back to my below mail.
    Regards
    Santhosh Kumar. K
    [email protected]

  • Issue while uploading data from R/3 production to BW production

    Hi,
    We are facing an issue as follows.
    We are trying to transfer master data from R/3 Production server to BW Production server.
    For the first time when we transfer data, upload is happening properly. But for the second upload - we dont get any error where as in the monitor data transfer shows 0 from 0 records and the status never changes.
    But if we restart the BW production server and then upload data, it works fine for the first upload but the same issue from second upload.
    Any suggestions please?
    Regards,
    Ram.

    Hi,
    Roberto - In ST22, there is no short dumps related to this issue. The issue is not specific for a single object. For eg. If i upload 0MATERIAL (after restarting the server) it works. Now I try to upload 0DIVISION (any object) it doesnot get uploaded.
    Sriram - We are trying Full Upload.
    Hari - I can see the records in RSA3 of the source system. The records are available and also they are extracted properly.
    Shreya - Basis people are also involved and trying to find out a solution.
    Manfred - Actually data is available. But the data doesnot get uploaded. So i guess changing the traffic lights settings might not help.
    Regards,
    Ram.

  • Ale to transfer data for quality management in production server

    Hello Gurus ,
                            I want to transfer data from development to production server which method is easy and preferable by ale
    or by bapi .                                                                               
    Thanks And Regards
                                                                                    Shrikant Ambulkar

    i have close this thread

Maybe you are looking for

  • Site redirects to Adobe Site on iPhone and iPad

    The Site that I made with Edge Animate redirects to Adobe's Site (adobeDotCom) on the iPhone and iPad Is Edge Animate trying to tell me something?

  • BAPi for Cost Center

    hi all I am looking for a BAPI/Functional module  for the below mentioned SAP stan report for cost center S_ALR_87013611 - Cost Centers: Actual/Plan/Variance S_ALR_87013625 - Cost Centers: Actual/Target/Variance Regards Praveen

  • Toggle Accordion panel not working

    I have a single panel that I am starting closed and when you click on it, it opens. I would like to be able to click on it again and have it close. I've looked at the messages here and tried the solution but it is not working for me. In the code, I h

  • To much of the same contakts

    Hello community, after switching to iOS7 and MacOS 10.5 I have many contacts up to 5 times in my address book. Which of these can I delete? I'm afraid they irretrievably lose? thank you

  • Trouble PLAY GAMES

    please help me why my lenovo S10-3s can't play games with information "a compitble graphics card or driver download not detected" all driver is instaled for my ideapad