Discoverer report not working on R12 !

We have just migrated to R12 from 11i and some of the discoverer query is not working, but the same is working fine when we ran thru SQL Developer or TOAD.
Is there any context (mo_global.set_policy_context) needs to be set in Discoverer report to get the data?
Thanks

Thanks Srini,
There is no any specific error message, the strange thing is if I run the Discoverer report is not returning any data, but if I set the mo_global.set_policy_context ('S',111) in SQL Developer or TOAD and then run the discoverer report it return data...
Any pointers?

Similar Messages

  • Discoverer report with PO_RELEASES in R12

    Hi all,
    I'm migrating a Discoverer report from 11i to R12. The query of the folder uses the po_releases and this join condition "and rcv_transactions.po_release_id = po_releases.po_release_id(+)". When I run the report I get the error "invalid number" but when I tried the same query but using the po_releases_all it seems to work. Is this ok? I saw that in R12 po_releases is just a synonym, is this correct? I would appreciate your comments.
    Thanks in advance.
    Gabriela

    Thanks Hussein. Yes, I've checked the document you recomend, but the problem seems to be when I try to use po_releases, the synomy) and I don't know why it work with the _all table but not work with the synonym.                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Drill down report not working in 1og report

    hi all,
    Drill down report not working in 1og.
    in 6i it working good but 10g not working .
    plz help any one.
    thanks

    Hello,
    For detailled instructions about hyperlinks :
    Oracle® Reports Building Reports
    10g Release 2 (10.1.2)
    B13895-01
    3.6.10.1.8 Creating a hyperlink using the Property Inspector
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b13895/orbr_howto.htm#i1062802
    Regards

  • CDR report not working

    Hi,
    We have LYNC 2013 and Monitoring is enabled. the CDR report is not working. even User Activity summary for telconferencing and for audio, reports not working.
    Kindly suggest troubleshooting steps.
    Can we have any SQL query to fetch the report from database?
    Thanks
    jitender

    Hi Raju,
    From Monitoring server , CDR report is not working. Even "User Activity Report" not working and giving below error for "Telephony Conference" and as well for "A/V Conference"
    " No results match the report filters. Change the filter values and submit the query again."
    Thanks
    jitender

  • Export Funtionality not working in R12

    HI,
    We have some custom forms that we have upgraded to R12.
    But the export funtionality is not working for these forms.
    When we open the form, standard funtionality like Menu> Record> Last are not working in R12.
    Any body can please help in this.

    Hi,
    Does this happen with all forms (custom and standard)?
    Please see if the documents referenced in this thread help.
    Export to EXCEL doesnt work
    Export to EXCEL doesnt work
    Regards,
    Hussein

  • Export functionality not working in R12

    HI,
    We have some custom forms that we have upgraded to R12.
    But the export funtionality is not working for these forms.
    When we open the form, standard funtionality like Menu> Record> Last are not working in R12.
    Any body can please help in this.

    You should post your question in the eBusiness-forums, maybe here OA Framework

  • IPS event monitor and reports not working

    Dear after upgrading my IPS from E3 to E4  the event monitor  and reports not working, can you please advice my to solve this issues

    Hi All,
    Filter settings below:
    The filter works partially as I don't get alerts on the IPS itself.
    Firewall LOG:
    4          Feb 14 2014          15:33:22                              39715                    514          IPS requested to drop UDP packet from SOURCE_VLAN_NUMBER:/39715 to DESTINATION_VLAN_NUMBER:/514
    IPS LOG (when enabled):
    evIdsAlert: eventId=1352793300955167909  vendor=Cisco  severity=low 
      originator:  
        hostId: SSM02 
        appName: sensorApp 
        appInstanceId: 1192 
      time: Feb 14, 2014 15:33:22 UTC  offset=0  timeZone=GMT00:00 
      signature:   description=IP Fragment Too Small  id=1206  version=S212  type=anomaly  created=20030801 
        subsigId: 0 
        sigDetails: Too many small IP fragments in datagram 
      interfaceGroup: vs0 
      vlan: 0 
      participants:  
        attacker:  
          addr: 172.x.x.x  locality=OUT 
          port: 39715 
        target:  
          addr: x.x.x.x  locality=OUT 
          port: 514 
          os:   idSource=unknown  type=unknown  relevance=relevant 
      alertDetails: InterfaceAttributes:  context="single_vf" physical="Unknown" backplane="GigabitEthernet0/1" ; 
      riskRatingValue: 50  targetValueRating=medium  attackRelevanceRating=relevant 
      threatRatingValue: 50 
      interface: GigabitEthernet0/1  context=single_vf  physical=Unknown  backplane=GigabitEthernet0/1 
      protocol: udp 
    Our next step is to make a service policy exception on the firewall itself. We are also considering reloading the IPS device or at least the analysis engine.
    Thanks for all your help so far. Any more suggestions are most welcome. I'll keep you up to date.
    Regards
    Mariusz

  • After i install Visual-Studio 2013 crystal-report not working

    hi
    after i install Visual-Studio 2013 crystal-report not working on my Visual-Studio 2010 projects
    when i try to open crystal-report i see this:

    Hi E_gold,
    Crystal Reports forum may be a better place for you.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Interactive Reports not working with APEX listener

    Hi,
    I have posted this question APEX listener forum couple of weeks ago but very few responses.
    If any one from here can help then it would be great.
    Interactive Reports not working with APEX listener
    Best Regards,
    Baig

    Sorry for late response.
    It was a firewall issue

  • R12 Report customised report not working.

    i have developed a report in R12 for purchasing module.
    simple quey: select * from po_headers_v where po_number=45;
    in Before report trigger.
    mo_global.set_policy_context('S',101);
    In PC report is working but didn't show any record when i attach it R12.

    We have had a similar problem in R12 with getting data output from custom reports pulling data from purchasing tables such as PO_VENDORS.
    You have to add this in the after parameter form trigger of the Oracle Report:
    SRW.USER_EXIT( 'FND SRWINIT');
    Do not call it from the before report trigger like I was used to doing under 11i. This user exit sets up various Oracle Report environment info, including initializing Oracle Reports to work with the new multi-org system used by R12.
    Don't forget to call this in the after report trigger:
    srw.user_exit( 'FND SRWEXIT' );
    Also under R12, you need to set the Operating Unit Mode setting on the web based define concurrent program page. Go to (R) System Administration -> (N) Concurrent -> Programs, once you have queried up your concurrent program for your report, click the Request tab. You will find the Operating Unit Mode option there. This Operating Unit Mode option needs to be set to Single for most R12 instances. This mode setting is not available in the Oracle Forms concurrent program define form, so watch out!
    Cheers
    Daryl

  • Crystal Report not works in JAR File

    I'm using Eclipse All in one, which includes Crystal Reports.. I Connected my Java program with Crystal Reports and its working properly. Now my problem is that the Report is not working in JAR files.. It throws some exception as
    "com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: com.businessobjects
    com.businessobjects.reports.sdk.JRCCommunicationAdapter---- Error code:-2147215357 Error code name:internal"
    Whats the Error.. I don't know. I think that i may missed some CLASSPATH Files. The included CLASSPATH Files are:
    ReportViewer.jar
    jrcerom.jar
    Concurrent.jar
    CrystalCharting.jar
    CrystalCommon.jar
    CrystalContentModels.jar
    CrystalExporters.jar
    CrystalExportingBase.jar
    CrystalFormulas.jar
    CrystalQueryEngine.jar
    CrystalReportEngine.jar
    CrystalReportingCommon.jar
    icu4j.jar
    keycodeDecoder.jar
    log4j.jar
    MetafileRenderer.jar
    rasapp.jar
    rascore.jar
    rpoifs.jar
    Serialization.jar
    URIUtil.jar
    xercesImpl.jar
    xml-apis.jar
    and the mysql-connector jar file
    Anybody help me please...

    Unable to load database connector
    'com.crystaldecisions.reports.queryengine..driverImpl.
    DriverLoader
    now you have any idea.. pleaseIs that a typo where you have two periods below?
    queryengine..driverImplOther than that I don't think anybody here can help you with that. If your classpath includes all necessary JAR files and you are able to access all your resources from within your application JAR file, then I imagine there is a problem with the third-party crystal decisions JAR file or how you are attempting to use it.
    My advice to you is to try and contact support with the vendor or provider of this API or possibly try posting on a support forum on their website to see if somebody can help you there.

  • Discoverer report not visible

    Hello,
    i logged into discoverer plus using Sysadmin user but still i couldn't see some reports whose owner is some other user. How to see all the reports available in Discoverer Plus? Using which user and responsibility should i login for that?
    Your help is greatly appreciated.
    Thanks
    --Kumar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Rod,
    Like always, thanks for your help but here a consultant has created some discoverer reports last year using the login details of our users. Now he is not here anymore and if we want to change something in the report, we have to request the user to grant access of the report to SYSADMIN or our username which is really a frustrating. I'm surprised why we don't have any super user to have access to all the reports....
    Thanks
    --KK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Cutom.xss Not working in R12

    Hi ,
    I have done some color change on a table column based on certain condition. which is working fine in 11i instance but when i have migrated the same in R12 it is not working.
    Code in (PR) :
    OALinkBean bean1 = (OALinkBean)webBean.findChildRecursive("Addi1");
    if (thsholdVal<CalThVAl)
    { row.setcolor("1");
    OADataBoundValueViewObject cssjob1 = new OADataBoundValueViewObject(bean1,"color");
    bean1.setAttributeValue(oracle.cabo.ui.UIConstants.STYLE_CLASS_ATTR, cssjob1);
    else
    row.setcolor("2");
    OADataBoundValueViewObject cssjob1 = new OADataBoundValueViewObject(bean1,"color");
    bean1.setAttributeValue(oracle.cabo.ui.UIConstants.STYLE_CLASS_ATTR, cssjob1);
    Custom.xss code: (Location $OA_HTML/cabo/styles)
    <style selector=".2">
    <includeStyle name="DefaultFontFamily"/>
    <property name="background-color">#00FF00</property>
    </style>
    <style selector=".1">
    <includeStyle name="DefaultFontFamily"/>
    <property name="background-color">#FF0000</property>
    </style>
    Please give me a response if i missed any thing or i need to make some R12 specific change.

    I don't think there is a specific change required for R12. Have you bounced the Apache after replacing the custom.xss file?
    Thanks
    Shree

  • Dynamic Selection on report not working

    Dear all,
    I have several reports on which the dynamic selection is not working. For instance, the report CN43N. The report is outputting all data in a year i.e it is disregarding the condition I specified in the dynamic selection fields.
    Is there some configuration to make to this report so that the dynamic selection works?
    Thanks for ur help.
    Nas

    Also Nelmaz,
    I have just checked OSS notes and found below note helpful to you:
    Note 1059465 - CN43N: Dynamic selections for scheduling data of WBS elemnts
    Symptom
    You cannot use transaction CN43N to create dynamic selections for scheduling data of WBS elements (table PRTE). You can use transaction CNS43 to do so.
    Hope this helps.
    Please assign points as way to say thanks

  • Discoverer Plus not working in Internet Explorer

    IE 6.0 on Windows 2000 professional SP4 and all of the patches up to date.
    Latest Java run time from Sun.
    I hit the link to Plus and it will eventually bring me back to the login screen with all of the parameters empty. It also opens a new window which is in the background that is blank. The java icon does not appear when I click on the link either.
    I had the google tool bar installed so I removed this. Still the same result.
    I tried this in Firefox and it works perfectly! I have also tried IE with other applets and they all work perfectly.
    The environment is all in an Intranet. I have tested this with another Win2K desktop and got the same results. I have also tried plus with an NT desktop and it also does not work.
    Anyone else experiencing anything like this?

    Found the problem.
    The default installation has WebCache listening on port 80 and then Apache is listening on port 7777 or 7778.
    Discoverer Plus requires a JVM to run and with IE, it installs a particular version of the Sun JVM. The installer points to a hard coded URL in the $ORACLE_HOME/discoverer/config/configuration.xml file for IE users. For whatever reason, the URL is not pointing to the WebCache port but to the Apache port directly. The configuration file doesn't have a section for Firefox so it just loads a JVM which is already installed.
    I had disabled WebCache because it is another layer to fail when I don't really need or want WebCache. I did this by turning off WebCache with OEM and then editing the httpd.conf file. I changed Listen 7777 to Listen 80.
    Now when a user with IE tried to open Discoverer Plus, the configuration points the browser to a port that Apache isn't listening on anymore.
    The fix is to have Apache listening on both 7777 and 80 when disabling WebCache. Or you can edit the configuration.xml file and and remove the port number so that it gets either 80 or 443 automatically.

Maybe you are looking for

  • New Customer with Service Issue

    I am very frustrated with Verizon & customer service. Our family is new to Verizon within the last month. We drop calls all the time and get choppy service by our house. I talked to local store and they advised for me to call Customer Service. The re

  • Ntoskrnl.exe System %100 disk usage with windows 8.1. all the time!.

    hello i am also having the %100 disk usage problem and am starting a thread to upload my etl. file and see if i can get a solution. thnx. i should also mention i have tried every suggestion i have read on the internet even ones that worked for other

  • Which WSDL file to get the list of Groups present in OAM.

    Hi All, Can any one tell me which WSDL file is to be used to get the list of groups present in OAM from an IDXML call. Please provide sample IDXML call if possible. Thanks in advance. Thanks & Regards, Siva Pokuri.

  • Aging Policy Problem

    Dear All I am facing problem with the aging policy in iplanet messaging server.My aging policy is not working Please find the below information for your reference 1) bash-2.03# ./imsimta version iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002

  • How To Use Logic Express To Change The Speaking Voice

    I'm new to Logic. I've been messing around with it for awhile. I can't seem to find what I'm looking for. I'm looking for a filter, or a way to setup a filter that will automatically change the speaking voice (for podcasts etc.). I want the voice to