6i Reports doesn't work in 9IDS through web.

when I generate the report(which I built directly in 9IDS) through web it is working fine and also I can see contents in .html,.jsp and .gif (web source) files.
But if I try to run the report which I have built in Reports 6i, I am getting blank page(browser-IE6) and when I see the contents of .html,.jsp nothing is there, even in the web source also through report builder.Although I compiled it in 9IDS.
So how can I run my reports through web which I have developed in Report 6i?

The reports created in 6i is not directly target for jsp, so there is no web source even you open it in 9iDS. It is not possible to convert a paper layout to native web layout (otherwise, we don't need to distinguish it in 9i). There are some fundamental differences between these two models. If you want to reuse some report objects in jsp, we do provide <rw:include> tag to bridge these two on the object level.
Thanks,
-Shaun

Similar Messages

  • All of a sudden, report doesn´t work anymore

    Getting really tired of this whole SCOM-thing the last days.
    Now the reporting doesn´t work anymore. We changed NOTHING.
    State went from Zero to Healthy 4:14 PM on friday last week. Alright.
    But a few hours later, when nobody was here anymore, it changed to EROR.
    How can that happen?
    Reports are EMPTY suddenly. You can't start report-tasks anymore. They disappeared.
    We checked:
    - Discovered Inventory -> Data Warehouse Synchronization Server
    - State is Critical.
    - Display name is wild numbers+characters, is this normal?
    - Health explorer says:
    'DeploymentException': Failed to deploy reports for management pack with version
    dependent id '471cffe4-2085-cf71-2513-ecbac52be31f'. Failed to deploy report
    'Microsoft.Windows.Server.Reports.PerformanceBySystem'. AdjustDataSources:
    Exception <ErrorCode
    xmlns="http://www.microsoft.com/sql/reportingservices">rsItemNotFound</ErrorCode><HttpStatus
    xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message
    xmlns="http://www.microsoft.com/sql/reportingservices">The item '/Data
    Warehouse Main' cannot be found.</Message><HelpLink
    xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsItemNotFound&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.2100.60</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server
    Reporting Services</ProductName><ProductVersion
    xmlns="http://www.microsoft.com/sql/reportingservices">11.0.2100.60</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem
    xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>ReportingServicesLibrary</Source><Message
    msrs:ErrorCode="rsItemNotFound"
    msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsItemNotFound&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.2100.60"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">The item '/Data
    Warehouse Main' cannot be
    found.</Message></MoreInformation><Warnings
    xmlns="http://www.microsoft.com/sql/reportingservices" />

    Hi,
    Generally these errors are caused by improper SQL SRS configuration, to confirm SRS is initialized correctly, are you able to navigate to http://localhost/reports or http://localhost/reportserver?
    Are you upgraded to SP1 RC yet and have you the latest versions of the MP' as a lot of these reporting issues have been resolved?
    Also re-check all your SRS accounts have the relevant permissions and all permissions in IIS are correct?
    You could try resetting the SRS configuration and re-install Reporting.
    1. COPY the ResetSRS.exe file in SupportTools folder of the OM 2007 media to
    C:.
    2. Open a Command Prompt and change your path to C:.
    3. Type "ResetSRS.exe  MSSQLSERVER" where MSSQLSERVER is your SQL instance
    name.
    4. Then open Reporting Services Configuration Console, select Web Service
    Identity and click Apply.
    5. Finally, reinstall your reporting service by running OMSetup.exe again.
    In addition, please provice the event ID under event vierwers, so that we could analyze it further.
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/0a66dfa4-a39c-44c4-93cf-ca064d6bc52c/scom-reporting-error-rsitemnotfound-?forum=operationsmanagerreporting
    Hope this helps.
    Regards,
    Yan Li
    Regards, Yan Li

  • Report navigation not working when accessed through IFrame in mozilla

    Hi,
    We integrated a OBIEE report in our web application and displaying through IFrame.
    We have functionality to navigate and show a report when user clicks on graph.
    This is working fine in IE6 but it is not working in Mozilla firefoxv3.x.
    And the code snippet looks like below:
    <iframe src="http://10.4.10.10:9704/analytics/saw.dll?PortalPages&amp;PortalPath=/shared/Nexant123/_portal/DAC Exceptions&amp;nquser=Administrator&amp;nqpassword=Administrator" >     </iframe>
    Error we are getting:
    Error: Permission denied to get property Window.getAnswersWorkspaceSyndicate
    Source File: http://10.4.80.160:9704/analytics/res/b_mozilla/viewhelper.js
    Line: 653
    Line in viewhelper.js creating problem:
    653: if (bPortal && parent && parent.getAnswersWorkspaceSyndicate)
    654: {
    655: var tSyn = parent.getAnswersWorkspaceSyndicate();
    656: if (tSyn && tSyn.newWorkspaceModule(tForm.action + "&" + saw.convertFormToString(tForm)))
    657: return;
    658: }
         NQWSubmitFormWithView(tForm,tNavInfo.sViewID,null);
    -Gopal.

    Hi Joe,
    Thanks for the reply but after appending "Dashboard" in the URL instead of PortaPages this doesn't work.
    The actual URL is like this:
    http://10.6.90.120:9704/analytics/saw.dll?Dashboard&PortalPath=/shared/nexant123/_portal/usage&Page=Summary%20Report%20for%20Customer&NQUser=Administrator&NQPassword=Administrator&Action=Navigate&P0=1&P1=eq&P2='Service%20Delivery%20Point'.'SDP%20Id'&P3=1
    Could you please forward me the snippet you are using or some websites where I can find the OBIEE Iframe integration steps.
    -Gopal.
    Edited by: Gopal D on Jan 18, 2010 3:01 AM
    Edited by: Gopal D on Jan 18, 2010 3:01 AM

  • Link to detail Report doesn't work.

    Hi, we are using Webi for On Demand reports (against Salesforce universe) and the hyperlinks to details reports are not working.
    my URL in master report looks like this:
    ="<a href=https://na.crystalreports.com/opendoc/openDocument.do?iDocID=48877773&sType=wid&sWindow=New&lsMFocusBook="[Focus Book]"&lsMSegment="[Segment]"&lsMAccount="[Account Name]">"[Segment]"</a>"
    and UR in detail report appears as:
    https://na.crystalreports.com/opendoc/documentXML.jsp?cmdP1=untitled488777731wid*&token=&cmd=askPromptView&cmdBlock=all&cmdP2=lsMSegment%3D%255BSegment%255D%26sWindow%3DNew%26useCustomPrompts%3DY
    Some how details report doesn't recognise the propmpt values and always asks to fill prompts.
    can some one advise?
    Thanks

    Hello,
    The openDocument.do url was really only designed for use with Crystal Reports documents.
    It is not officially supported for webi documents, or any of the other document types.
    That being said, it sounds like opening webi docs with openDocument.do does work, it is just the parameter passing that is problematic.
    Cheers
    Steve

  • Web fault reporting doesn't work

    My phone line was tested and it came back as working but it isn't. I have removed all extensions and tested with 2 different phones at the master socket and a fault still occurs. The line works after a fashion but doesn't ring properly and also sometimes loses the incoming phone number information. Broadband is ok.
    But the BT web site won't allow me to report it because the line was tested as ok but I know it isn't. This is a failure of customer service.
    Also this link doesn't work (I am using Mozilla Firefox not Internet Explorer but this shouldn't make a difference)
    https://www.bt.com/consumerFaultTracking/public/faults/reporting.do?pageId=21&s_cid=con_FURL_faults
    So I can't use the web site to report the fault and I had to call an 0800 number with a mobile.
    Not good.

    The website is working fine from your link posted also you can call BT from this number From a mobile: 0330 123 4151 the charge for this call will come from you mobile calling plan
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Scale of the graphic in interactive report doesn't work in french

    Dear all,
    I created a calculation column in an interactive report an put the format 9999999D99. When I displayed the information everything is ok.
    After that I tried to create a graphic with this column.
    The graphic is the type line
    The value is this new column
    The function is SUM
    order by label ascending
    The graphic show the good information, when I click on the dot the right number is displayed (19459,10). But if I look on the scale on the left the numbers are not good, we see 25,00000 instead of 25000,00.
    The application use the navigator information the first language use is french. If I use english the numbers are ok.
    What I need to do to use french and have the right decimal ?
    Thanks for your help
    Eric

    Hi Pranay and Mohd,
    here is the screenshot:
    If I logon as Admin user (or I grant user Admin rights), it looks like this:
    So the prompt is visible but is empty. I changed privileges in CMC / Applications / Web Intelligence, so normal user has same right as Admin, but it still doesn't work. I also tried change user security in Connections and Universes, but none of them work.
    Please, do you have any idea what i miss?
    Thank you

  • Interactive Reports - group by in SQL - download reports doesn't work

    Hi,
    I have the following SQL as the region source of an interactive report.
    select SERVICELEVEL, SUM(CONTRACTVALUE), SUM(DOLLARVALUE), count(SERVICELEVEL) from "ACSPROD"."CONTRACT" where CONTRACTSTATUS='Active' group by SERVICELEVEL
    The report shows exactly as expected. I have also integrated BI Publisher 10.1.3.4.1 with APEX 3.2.0.00.27
    Problem 1
    The report download doesn't work for any of the formats (CVS/XLS/PDF/RTF). When I rewrite the SQL without the group by clause (not the wanted results), then the report downloads work.
    What am I doing wrong?
    Problem 2
    Irrespective of the above issue - when I add a sum aggregate and download the report (any format) - it doesn't show the summed value.
    What am I doing wrong?
    Please advise!
    Cheers
    Mynhardt

    Hi Pratadamski ,
    I could reproduce this issue at my end. This is a bug. So, I have filed on your behalf (6432429).
    When i use tables ( not views) directly in my SQL and use column alias for computed column, it does work fine!
    i.e., this query is good with databinding at designtime and runtime:
    SELECT ALL trip.PersonID,
                        COUNT(*) AS Num_Trips
    FROM trip
    GROUP BY trip.PersonIDThanks & Appreciate your feedback,
    Sakthi

  • UCCX 8.0(2) SU4 - Schedule future report doesn´t work

    Hi Guys,
    I and my Customer are trying to do schedule future report and doesn´t work. We setting the time feature and another features correctly. Any have idea about this?
    Thanks,
    Wilson                  

    Hi Wilson,
    You can find the information regarding the scheduling of HR reports in the HR user gude. It is similar for 8.0 as well:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_8_5/user/guide/uccx85hrug.pdf
    What is the OS on which HRC is installed? ALso please ensure that the Scheduler is running on the system tray. If not then manually run the scheduler. If it still fails, then please collect the Scheduler and the HRC logs.
    Regards,
    Arundeep

  • OpenSuse Undo/Redo doesn't work when click on web links

    OpenSuse 12.2 Firefox 17 Undo/Redo doesn’t work when click on link . All web pages have some problem. Undo/Redo working for web page "Find" text box. All web pages

    Clear Cookies & Cache
    * https://support.mozilla.com/en-US/kb/Template:clearCookiesCache
    Clear the Network Cache
    * https://support.mozilla.com/en-US/kb/How%20to%20clear%20the%20cache#w_clear-the-cache
    Troubleshooting extensions and themes
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    Check and tell if its working.

  • BSP doesn't work when opened through MS Office application

    Hi Experts,
    I developped a bsp application to display directly all originals of a Document Info Record.
    The url has got some parameters:
    ex:http://maplmqa.sylvania.com:8000/sap/bc/bsp/sap/z_phl_guest/index.htm?dokar=ZPI&doknr=0000000000000000002564164&doktl=EN&dokvr=00
    When a user add this url in a MS Word document (also with XLS and PPT) and click on this link, the bsp starts but doesn't do all the process.
    When the user copy/paste the same link directly in the address bar of Internet Explorer, it works properly. I tested with open office, the hyperlink works also properly.
    So, only hyperlinks which come from MS office have problems (I checked the hyperlink, it's correct).
    Important point : the user connect with a guest user (defined in sicf) and not with his own user.
    What is the result:
    the BSP index.html page opens but it seems that the event handler "OnInitialization" is not executed. And in this event handler, I call the next page doc_list.htm which displays a table.
    The user sees a bsp page without any table.
    Does somebody already have problems with hyperlinks through MS Office applications ?
    Thanks for you answers

  • Adding insult to injury.  Adobe's Wishlist / Bug reporting doesn't work.

    I sure hope Adobe is reading these forums, because I haven't been able to submit a single bug / feature request through the proper channel, and I've given up trying.  It's one thing to make is all BETA testers without warning us.  It's just fanning the flames of fury when Adobe Staff tell us to submit a bug.  It's at least implied that Adobe will not be reading / hearing the messages on this forum.  And I can't even submit a bug report because that form is broken! 
    I've spent around 24 hours so far BETA testing their software for them, so I hope they are reading these forums with gratitude for our free services.
    Unfortunately, I must get back to work, now.  No more time for BETA testing today.

    I haven't been able to submit a single bug / feature request through the proper channel,
    Since it is not mentioned in this thread:
    Copy/pasting is often the culprit when bug report/feature requests fail. The was a problem some time back when we were copy/pasting suggested text from a forum post. While it appeared there was a character limit (and there probably is), I suspected that invisible "junk" (html code or Word stuff) was being pasted. I have better luck pasting from a pure text editor. I have best luck typing it, and copying from the bug/feature form to keep a copy.
    Another thread today complained they could not post a link in a bug report. I have had no difficulty posting a link to a forum thread.
    There are of course times where web submissions fail for no good (apparent) reason. I find that very frustrating; don't get me started on Adobe forums and Jive. But as far as I know, the bug/feature system is not part of that.

  • Report doesn't work in BE but it works on Crystal Developer

    Post Author: Suyin Ferro
    CA Forum: Crystal Reports
    I have a group of reports that don't work on the BE but when you run them locally, same data, same users they run. I moved one of this reports to a test environment and it worked, then I created a folder in my PROD environment and this time, after a while, I got an error in the screen
    Error
    null null
    and a back button. Nothing else, I don't know what is causing this. These reports where running fine and like a couple of weeks ago, they stoped running. They just hang there forever, we already changed the time out setting and same behavior. Please, help!
    I work in a school systems and the teacher reports are the one that don't work. Thanks in advance.

    Does the iOS device connect to other networks? If yes that tend to indicate a problem with your network.
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                
    - 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.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network      
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem and it does not connect to any networks make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • Report doesn't work after upgrading Apex 4.1

    Hi,
    We have configured Apex to use BIP report, everything works fine until upgrading to 4.1.
    The error message we got is below:
    Error processing request. ORA-06502: PL/SQL: numeric or value error ORA-06512: "APEX_040100.WWV_FLOW_RENDER_QUERY", line 690 ORA-06503: PL/SQL: Function returned without value
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: APEX.UNHANDLED_ERROR
    ora_sqlcode: -6502
    ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error ORA-06512: "APEX_040100.WWV_FLOW_RENDER_QUERY", line 690 ORA-06503: PL/SQL: Function returned without value
    component.type: APEX_APPLICATION_AUTH
    component.id: 136283513153502444
    component.name: HTML DB
    error_backtrace:
    ORA-06512: "APEX_040100.WWV_FLOW_RENDER_QUERY", line 690
    ORA-06512: "APEX_040100.WWV_FLOW_RENDER_QUERY", line 1544
    ORA-06512: "APEX_040100.WWV_FLOW_RENDER_QUERY", line 1681
    ORA-06512: "APEX_040100.WWV_FLOW", line 7154
    It seems there's some problem with the source of the query (Shared Components->Report Queries). But we couldn't find the reason. Is it some kind of bug? Also, is there a way to know which line of the query raise the error?
    Thank you in advance.

    Hi Patrick;
    I'm Xavier from Barcelona(Spain), I have teh same problem after upgrade my Apex 4.0.2 to 4.1. I print across BI Publisher, but now is impossible, when I try to print Apex send me this message :
         Error     Error processing request.
              ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: APEX.UNHANDLED_ERROR
    ora_sqlcode: -20001
    ora_sqlerrm: ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.
    component.type: APEX_APPLICATION_AUTH
    component.id: 6517320063874096
    component.name: ESTUDIVIVES
    error_backtrace:
    ORA-06512: en "APEX_040100.WWV_FLOW_PRINT_UTIL", línea 117
    ORA-06512: en "APEX_040100.WWV_FLOW_RENDER_QUERY", línea 1619
    ORA-06512: en "APEX_040100.WWV_FLOW_RENDER_QUERY", línea 1681
    ORA-06512: en "APEX_040100.WWV_FLOW", línea 7154
    I try to use APache FOP, with the same result, and try with a new version of Apex 4.1 (not upgrade) in a new server, but with the same result.
    Please Patrick, can you help me ?
    Thanks in advance.
    Xavier.

  • Pagination and interactive sort for drilldown report doesn't work fine

    Hi Anyone,
    I have a drilldown report includes three groups. I add the last group for pagination. But the details in each page doesn't accord to I specified and the detail record number is different in different page.
    Another issue is the interactive sort always sort in the first page scope. I set the data region or grouping to the table, and evaluate expression scrope to Detail scope.
    Anyone has experience on that?
    Thanks a lot

    Can you explain your scenario giving screenshot to make us understand how your groups are?
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • My JSP Report doesn't work !!! Help me !!!

    What's up friends! I holp that so good!
    My question is very simple, I've been building a JSP Report with JDev and Report Builder, but when I has tryed to run the report from inside JDev, the IE has started with the LOADING... page and nothing happened.
    I have Oracle9iDS and Oracle91AS installed on the same machine, I started the HTTP Server and Oracle9i Report Service before run the report.
    I've been reading a lot of documents but I don't know what I need to do.
    What is missing to configure to work well?
    Please, help me!!!

    You need to create a JSP report from JDev's new object gallery from 'File -> new... -> Reports Objects', so that the project settings can be prepared to run JSP report.
    If you want to run JSP report on a standalone Reports server, put 'server=<server_name>' in 'parameters' attribute of <rw:report> JSP tag.
    You can also use rwservlet's in-process Reports server, by not specifying 'server=...' in 'parameters' attribute. No standalone Reports server is needed. Make sure JVM is set to'hotspot' in JDev's project settings -> runner.
    When running JSP in JDev, it uses JDev's embedded oc4j web server.
    Regards,

Maybe you are looking for

  • How do I register CR-IX?

    I approach this with great trepidation, as my last encounter with SAP was an unmitigated disaster.  However, maybe this time it will go flawlessly... I have a purchased copy of CR-IX (on CD), likely SR-1 (although I don't know how to tell for sure). 

  • 2 TB External Drive no Longer Recognized by iMac 27"

    I have a 2 TB external HD (actually two 1 TB drives housed together in a OQC Mercury Elite Case) that has been working flawlessly for about 10 months as my Time Machine backup to the iMac 27". I have it hooked via FW800. Yesterday I noticed that TM b

  • Problems with SwingWorker and classes in my new job, ;), can you help me?

    Hi all, ;) First of all, sorry about my poor English. I have a problem with Swing and Threads, I hope you help me (because I'm in the firsts two weeks in my new job) I have two classes: Form1: Its a JPanel class with JProgressBar and JLabel inside. F

  • How can I edit a CS4 doc in CS3?

    A client's sent me an InDesign CS4 doc to edit and then return back to them. I have CS3 and can't open it because it needs me to install loads of plugins or upgrade to CS4. CS4 is no longer available. If I buy CS5, and edit it using CS5, the client u

  • ACR vs. Lightroom

    I have Photoshop CS3 and Lightroom 2.x (as well as beta 3).  I just bought a camera that is not supported in CS3 but Lightroom can open the RAW files.  Lightroom notifies me when I open a RAW file for PS that the version of ACR I have won't open the