Data not fetching in Discoverer Viewer

Hi All,
I ran a report in discoverer viewer, but i'm not able to get any data. So i ran the same report with same parameter in Discoverer Desktop, there i'm getting data.
Please suggest me in this issue.
Thanks,
Bopty

Hi,
There are many reasons why Desktop may return different rows from Viewer and Plus even when the same user and report are used.
The most common reasons are:
1. There are 2 EULs in the database and the default EUL for Desktop is different than viewer.
2. The NLS parameters such as language are different. Disco Desktop language is defaulted to the language set for the PC and so may be different to viewer.
3. The preferences set in the registry are different from the preferences set for Viewer/plus. These can control what SQL is used by Discoverer and hence cause different results.
You may need to check the SQL being run in the database sessions used by Desktop and Viewer and see if there is any differences in the SQL. You can also trace the database sessions for Desktop and Viewer and see why the different results are returned.
Rod West

Similar Messages

  • 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

  • Query was not successful in Discoverer viewer

    Hi All,
    can you please guide me on below issue..
    while running the report user is facing the below error.
    "query execution was not successful"
    -ORA-01722 Invalid number.
    Ebiz:12.0.6
    DB:11.2.0.2
    Disco:10.1.2.55.26
    Thanks in Advance.
    Regards
    Kumar

    while running the report user is facing the below error.
    "query execution was not successful"This is a generic error which is reported in few docs.
    Discoverer Viewer fails Moving Pivot Table Columns: Query Execution was not Successful [ID 948027.1]
    Query Execution Not Successful Error In Viewer, Runs In Desktop And Plus [ID 404974.1]
    Discoverer 10g (10.1.2.3) Plus/Viewer Cumulative Patch 7 (9112482) Readme For Linux/Unix [ID 821844.1]
    Launching A Worksheet In Discoverer 10g / 11g Plus/Viewer On Linux Fails With 'Contact with backend server lost' [ID 871012.1]
    Discoverer 10g (10.1.2.3) Plus/Viewer Cumulative Patch 4 (7595032) Readme For Windows [ID 822183.1]
    Discoverer 10g (10.1.2.3) Plus/Viewer Cumulative Patch 3 (7319096) Readme For Linux/Unix [ID 761997.1]
    Running Some Reports In Discoverer Plus/Viewer 10.1.2.2 Are Failing With "An error occurred while attempting to perform the operation. The operation did not complete successfully." [ID 733603.1]
    Discoverer Viewer 10g (10.1.2.3) Passes A Blank Parameter As 'NULL' When Using A 'Drill to Link' [ID 820003.1]
    Query Execution was not Successful Error When Running a Workbook [ID 550684.1]
    -ORA-01722 Invalid number.Please check the data type of the column or the data type of the records in the table/view and make sure it match the data type of the column.
    Thanks,
    Hussein

  • Report not working in Discoverer Viewer

    Hi,
    I'm using Discoverer 10.1.2.1 in conjunction with E-business Suite 12.1.3.
    I have a report that runs fine in Desktop or Plus, but when run in viewer (either from the application or from the stand-alone viewer link) it ends with the following error after running for approx 4 minutes:
    The application encountered an invalid state.
    OracleBI Discoverer Viewer was unable to find the necessary data for displaying the results of this event. Please correct any errors and try again.
    I recreated the report from scratch, using the same underlying data, and adding exactly the same items, conditions and sorting. The same responsibilities have been given access, and I verified that the SQL produced in both reports is exactly the same.
    However my new report works! From what I can see the only difference is the name and workbook identifier.
    Does anyone have any idea what could be causing my error? I have searched for the error on this forum and others but haven't found the answer.
    Thanks
    Hazel

    Hi Hazel
    This has come up before and I found this thread that I was involved in several years ago: https://forums.oracle.com/message/3682002
    Here's another one, this time relating to static IP addresses: https://forums.oracle.com/message/1199457
    There's also a document on Oracle Support: The application encountered invalid state.Oracle BI Discoverer Viewer was unable to find the necessary data for displaying the results of this event" (Doc ID 884965.1)
    Also, were you using Portal? I've seen instances where Viewer was unable to run a report that was linked via Portal because the report had changed since it was placed on the Portal.
    Best wishes
    Michael

  • Current date not highlighted in month view

    I currently am using iCal 3.0.8 on OSX 10.5.8 on Intel. The current date is not highlighted in month view. It was highlighted on 10.4 on my G4.
    Is this a new feature - or, am I missing a setting?

    It's definitely highlighted, but it's just a much paler shade of blue than earlier versions of the operating system, so if you're looking at your screen from the wrong angle, it looks like nothing is highlighted at all. The only solution to this is to do what I did, which is switch to the OUTSTANDING calendar program BusyCal from busymac.com, which is like "iCal Pro". They got everything right about BusyCal that Apple should have gotten right themselves in iCal. The date highlighting is extremely visible. BusyCal syncs with iCal, so your data will instantly appear in BusyCal as soon as you open it for the first time. I've been using BusyCal for about 3 months now, and it is absolutely awesome. I will NEVER go back to iCal ever again. I can't say NEVER loud enough. Apple completely screwed up iCal, whereas the BusyMac guys got everything right about BusyCal.

  • Resource Bundle Changes for uix.data.nls[variable] in Discoverer Viewer

    Hi
    I have made some successful changes to the UIX pages in Discoverer Viewer, but I would really like to change the text being displayed in many pages.
    I could do this by changing the following:
    <styledText styleClass="OraInstructionText" text="${uix.data.nls['text.userName']}" labeledNodeId="${uix.data.constants.USER_NAME_PARAM}"/>
    to
    <styledText styleClass="OraInstructionText" text="My New Text" labeledNodeId="${uix.data.constants.USER_NAME_PARAM}"/>
    However I would rather change the message bundle directly.
    Has anyone done this? If you have I would be most grateful if you could let me know how!!
    Many thanks
    Chris

    shd wrote:
    entry in /etc/hosts of 21.244 server
    192.168.21.244 isgmmlds244.insolutionsglobal.local localhost
    192.168.21.243 isgmmlds243.insolutionsglobal.local isgmmlds243
    Remove the localhost alias from this above enty.
    localhost should be - and probably also is - pointing to 127.0.0.1
    HTH

  • Graphs do not appear in discoverer viewer - Help

    Hi all!
    We have created some worksheets in discoverer using Discoverer desktop 4.1.36
    Theese worksheets run fine in discoverer desktop and we are able to generate the graphs with it also. But when I run the same sheet in Discoverer Viewer, the graphs do not appear. The worksheet only shows the tables.
    How can i make these graphs appear.
    Please let me know asap. Any/all pointers in this reference will be useful.
    Thanks in advance!!
    Rajesh

    I don't know if this will work for you or not, but try modifying this line in $ORACLE_HOME/Apache/Apache/htdocs/disco4iv/html/disco4iv.xml:
    from
    <application show_graphs="false"/>
    to
    <application show_graphs="true"/>
    This is in A90219-05 Oracle 9i Application Server Release Notes Addendum.
    Good luck!
    Kate

  • LOV not showing in Discoverer viewer

    Hello friends,
    I can able to see the LOV in Discoverer Desktop but same LOV not able to see thru Discoverer viewer.
    Please help me.
    Thanks,
    MAran

    Hi
    Did Russ' posting resolve the issue or is it still there? If it's still there please be a little more specific so that we can find the answer for you. For example, how many items are in the list in Desktop? How many items appear in Viewer? Is it some items or none, in other words is there simply no list of values at all? Finally, which version of Discoverer are you using?
    Best wishes
    Michael

  • Go to today/date not working in agenda view

    BB Curve 8310
    I have my calendar set to default to the agenda view when I open the Calendar. When it opens it automatically goes to Oct 31 which is the first entry in my calendar rather then the current date. I go to the menu and select Today and it still remains on Oct 31. I then go to the menu and select Go To Date and the current date defaults as the option, select OK and it still remains on Oct 31. I have to manuall scroll down the current date.
    In the day, week, etc views the Today and Go To Date functions work fine. If I set my calendar to default to Day view or last or something else it opens on the correct or last day fine too.
    Something is jacked with my Agenda view. HELP!!!
    I even tried to delete events prior to the current date to see if this would make them go away and resolve my issue but when I select the Delete Prior and confirm the Delete nothing happens. All prior events are still there.

    are you sure your Blackberry did not have Oct, 31 as the current date ?
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Data not passing between two Views in FPM-GAF

    Hello All
    I have first screen (view) configured with Initial screen and second view with main step using FPM GAF. But data is not passing from first screen to second screen. All  views/Windows contains in the one component.
    Example: In First Screen contains Employee Data in table , selecting the row clicks on button it is navigating to other screen (Mainstep) BUT selected data is not passing.
    BR
    -CW

    Hello Williams,
    CarlinWilliams wrote:
    > From FPM Intial Screen of data is not passing to the second screen. Where as in other Steps data is passing.
    I'm bit surprised to hear that this is working in other screens. As per the FPM concepts (my understanding), for the parent component that is used in child component, it will create a new instance and it wont re-use the instance of the Parent Component that is already embedded in the Initial Screen.
    In your case, you have embeded the parent component in Initial Screen. So FPM framework will create a new instance at runtime. while navigating to the Main Step, since child component is using parent component, the FPM wont re-use the instance of parent component. Rather it will create a new instancs of parent component. Since new instance is created, the data entered in the previous step/screen wont be available. this behavior is same for all the steps.
    anyway comming to your question and solution for the same.
    1. In the child component, create another window (say PARENT_WINDOW) and embed the view that was exposed by the parent component (basically interface view of the parent component)
    2. in the GAF component configuration, for the initial screen, embed the child component and view as PARENT_WINDOW
    3. for the main step, embed the child component and view as acutal view of the child component.
    Here same component is used in both the places. Now the FPM will try to reuse the instance of the child component. As a result, the data entered in the Initial screen will be available in the Main Step as well.
    Other approach would be to use the singleton class and share the data between these two components.
    Hope this solves your problem.
    BR, Saravanan

  • Query execution was not successful in discoverer viewer

    hi all,
    disco viewer is showing an error like "Query execution was not successful. -Failed to connect to database" when i ran a report(in which rank function is included), where the same report is running fine is disco desktop. am just wondering are there any settings to be changed in desktop to run like these reports in disco viewer?
    ur help in this regard wil gr8ly appreciated.
    thanks very much in advance.
    _Rakesh Reddy.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    hi,
    thanks very much for your reply.
    the problem is with rank function it seems, its opening in disco viewer & running in disco plus also when i remove that rank calculation. but its not even running is disco plus with that rank function.
    am using 10.1.2.48.18 version of disco desktop with 10g DB.
    thanks.

  • Delta data not fetched

    Hello experts.
    The scenario in which I am facing a problem is
    I am presently working for SD data sources
    2LIS_11_VAITM and 2LIS_11_VASCL
    I create a new order in SD with 2 line items. I reject one of the line items. I get the data in BW. The data flow scenario in BW is from above 2 DS data goes to ODS zods_ord. From ZODS_ORD if any rejections they go to ZREJORD.
    Till above the data in above ODS is coming correct.
    When I cancel the above rejection in SD(R/3) and i get the data in my first ODS i.e. zods_ord all is fine. from there data flows into zrejord. Now there is some master data fields not updated in zrejord. they are overwritten with 0 value due to which i get incorrect results in the report.
    please help me out on this issue.
    thanks all
    rohit parti

    Hi,
    I feel you should be using the option "Always update data, even if no master data exists for the data".
    This can be found in the Infosource -> infopackage ->Update Tab -> Data update type in Data targets.
    Hope this helps.
    Regards
    Govind

  • No Data in Report for some users in Discoverer Viewer

    Hi we have some users for discoverer reports .The report show data to Admin user. But if the same report is run through any other user id , it displays 'No data is available'. the report is shared to the user, Proper grants on the table is given and also the user is given access to Business Area. It has been an issue only from last week before that it was working fine . There was a data dump taken from the database last week , would that be an issue ? not sure what DBA has done ..The same report is able to run through the user logins in Discoverer desktop tool .The issue is only when accessed via Discsoverer viewer
    Edited by: 801473 on Oct 11, 2010 4:59 AM

    HI Preetham,
    You can take a look at the selection and identification you have made in the multiprovider definition. Most of the cases of a multiprovider report not fetching any data relates to missing identifications of base chars.
    For testing purpose also try to include the the InfoProvider in your query so that you can see what data somes from which base cube.
    Hope this helps...

  • Sharepoint 2013 Reporting services not fetching data via linked server

    We have a functional SharePoint 2013 farm in production with WFE (Server 1 , windows server 2012) and WFE ( Server 2 , windows server 2012) and SharePoint databases including report server databases on  (Server 3, which SQL Server 2012 on windows
    server 2012)
    Kerberos Authentication is enabled and Windows Authentication happens. Claims to Windows Service seems to work correctly too. No double hop issue. The SharePoint Reporting Services seem to be configured correctly and Reports get generated as expected
    in the following cases.
     1. If data is being pulled from Server A (SQL Server 2008 R2 Server on Windows Server 2008), Report gets generated no issues.
     2. If data is being pulled from Server B (SQL Server 2008 R2 Server on Windows Server 2008), Report gets generated no issues.
    The problem:-
    We have a view on Server A, which is fetching data from Server B. This report does not get generated. Gives an NT/Authority logon failure. Server B is created as a linked Server on Server A. The setting to run under users security context is checked.
    If I execute Query Builder from Report Builder 3.0, the query on the view gets the data and data is displayed in the report for next 10-15 min but after that the connections gets lost or if the user logs out and logs back in, the connection is lost
    again.
    Has some one experienced a issue like this? Can a report not work on a view getting data from linked server? Or I have missed  some thing really important.
    Any help is highly appreciated?
    cheers!
    Rachna
    Rachna

    Hi,
    From your description, my understanding is that you got an error when you clicked System settings after configuring Reporting Services service application.
    What size did you use for the memory? Please make sure the server has enough memory to run SharePoint and all services.
    In addition, please open
    http://localhost:xxxxx/SecurityTokenServiceApplication/securitytoken.svc to check if there is something about this issue.
    Here is a similar post about this issue, please take a look at:
    http://whitepages.unlimitedviz.com/2012/07/setting-up-reporting-services-2012-with-sharepoint-2013/
    As this issue is about Reporting Services, I suggest you create a new thread on SSRS forum, more experts will assist you with SSRS.
    SSRS forum:
    https://social.technet.microsoft.com/Forums/office/en-US/home?forum=sqlreportingservices
    Best Regards,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Discoverer Viewer- Cannot see the Data of the Workbook/worksheet

    Hi
    I have managed to create workbooks from discoverer plus and
    have saved it to database,
    Now i am trying to view the Workbooks in Discoverer Viewer.
    As i sign on it show me the list of Workbooks available, but as
    i click on any of the workbooks it dosen't show me the report
    there.
    Can i get any solution for this problem.

    hi chris
    first off all thankyou very much to look into the matter
    as of the error, i a not getting any error , instead it just
    displays the Report Title , without data below it.
    Also if i click on any of the links above eg'Presentation option', Export Data'etc it opens 'File Download' dialog box and download a text file on my machine
    which contains'Cannot specify Worksheet without Workbook' that's all
    i really don't know what is the problem all about.
    Please help
    Thanks

Maybe you are looking for

  • If statement is not validating properly in JSP

    Actually i'm new to Java.. The problem is when i take the parameter from another file which is an empty text box and i submit that. In the next jsp file i'am taking this value using getParameter("xxxx"). if i send the empty or some value to this para

  • How can I sync contacts from my iphone 3gs to a new gmail account?

    I've just set up a new gmail account and want to sync the contacts from my work phone to contacts in my gmail.  I have nearly 700 contacts to sync so I'm looking to do this in the easiest (and most reliable!) way I can - any pointers?  Or tips on how

  • Multiple sales deal for a line item in the order

    Hi, We are planning to use sales deals but i'm wondering as the sales deal is entered at condition record level, If i have one line item on an order and that this line item will have several sales deal eligibible (several condition records with diffe

  • Dead ipod touch 4

    I am very dissapointed with Apple at the moment. My daughters ipod touch was bought on 1/11/11 and it died yesterday. It had been dodgy to charge all week but today it was totally dead and will not connect to PC, Laptop or docking station. Took it to

  • Duplicates created in error

    Not often, but on occaison, Aperture 3 creates duplicates when moving photos from one project to another (eg,: moving a freshly edited batch of pics from "Untitled 1" to an on-going project folder). To illustrate - I drag all of the pics from Untitle