Drill down problem when execute CR Viewer from Sap Web Application Server

Hello,
We are using Sap  Was 7.01.
The report viewer jar files deployed to the j2ee engine , and I am using j2ee servlet application to execute the report.
Everything works OK, but when I am trying to drill down to the next sub report the screen become blank.
I checked with httpwatch and it seems that there is no response from the server , after DD.
The web.xml file look like this:
<web-app>
     <display-name>WEB APP</display-name>
     <description>WEB APP description</description>
     <context-param>
       <param-name>crystal_image_uri</param-name>
       <param-value>./CrystalReports/crystalreportviewers</param-value>
      </context-param>
      <context-param>
       <param-name>crystal_image_use_relative</param-name>
       <param-value>server</param-value>
      </context-param>
      <context-param>
       <param-name>crystal_servlet_uri</param-name>
       <param-value>/CrystalReportViewerHandlers</param-value>
      </context-param>
     <servlet>
            <servlet-name>CrystalReportViewerServlet</servlet-name>
            <servlet-class>com.crystaldecisions.report.web.viewer.CrystalReportViewerServlet</servlet-class>
    </servlet>
     <servlet>
          <servlet-name>reportviewerClient.jsp</servlet-name>
          <jsp-file>/reportviewerClient.jsp</jsp-file>
     </servlet>
     <servlet>
          <servlet-name>ReportViewerSrvlt1</servlet-name>
          <servlet-class>com.illumiti.demo.ReportViewerSrvlt1</servlet-class>
     </servlet>
    <servlet-mapping>
          <servlet-name>CrystalReportViewerServlet</servlet-name>
          <url-pattern>/CrystalReportViewerHandler</url-pattern>
     </servlet-mapping>
     <servlet-mapping>
          <servlet-name>ReportViewerSrvlt1</servlet-name>
          <url-pattern>/jRun</url-pattern>
     </servlet-mapping>
</web-app>
There are no javascript errors and I can see that the following JS files exist on the browser cache:
allInOne.js
allStrings_en.js
crv.js
Also the dynamic rendering of the graphic objects working,  for exampale:
http://sapdevpor.themigroup.net:52000/ReportViewerNwds/CrystalReportViewerHandler?dynamicimage=crystal1258027361240644774257355486184.png
sapdevpor is the Sap application server.
Need help with this asap.
Thanks
Nir

Hello,
to which directory have you unzipped the Files? I would suggest C:\temp because there are problems with long filenames. Have you tried to reboot and then disconnect Drive M:?
Regards
Gregor

Similar Messages

  • Drill down problem when using union all combination

    Hi All,
    I have a simple report with a drill down. The report has three columns Region, Sales, Flag... which will drill down to detail level of sales. The Flag column has Y, N values and we added 'All' Value in flag so that the user can select Y, N and All from the table prompt in the report . We have used union all in the report using combination to add the ' All ' Value in the flag. The problem is that now the main report is not passing the Flag values to the detail report. Flag is prompted in the filter in detail report.
    If I remove the 'All' value from Analysis with only Y N selection criteria the drill down works.
    Is there any work around? I have to use table prompt and All value selection in flag for drill down.
    Thanks,
    Virat

    The problem is without union all when doing combination of analysis drill down works, when I use combination drill down does not work because it does not pass the parameters for flag . I have used union all to add All value in flag.

  • Problem in installing SAP Web Application Server

    Hi,
    I have downloaded 90 days evaluation copy of "SAP Web
    Application Java Server 6.40 SP7 for MS SQL Server". I
    tried to install the same but invain. I am getting the
    error as :
    "MDB-05505 Look up in the check table returned no
    result. ()".
    The operating system that i am working is Win 2000
    server.I have also installed JDK 4.1.2,MS SQL Server-7
    and IE 5.5.
    Please help me in resolving the problem.
    Regards
    Rajiv. V

    Hi Rajiv,
    The problem is most likely due to you needing to have SQL 2000 installed not SQL7.
    In addition to this you need to ensure that your SQL has been installed with the correct collation and had the appropriate service packs applied.
    Please let me know if you require further clarification.
    Regards
    Daniel

  • Problem while executing a report from Planning Web

    Hi,
    I've got this error message when I execute a report from Hyperion Planning (web) :
    "5200: Error executing query. [1106] Error : Class component property name invalid[DataType]"
    Can you help me please ?
    Thanks.
    Virgile.

    I didn't see anyone post the resolution on this. I recently re-ordered the dimensions in my outline, and afterwards was getting that error. It's a simple fix of changing the database connection to something else, then changing it back. I was able to do this because I have multiple databases with the same outline structure. If you don't, possibly you may just have to re-create the connection, not sure.
    Sabrina

  • Problem in executing query in RSCRM_BAPI  & output in application server!

    hi Experts,
    We executed a query using RSCRM_BAPI transaction and write it to the application server.We found the following problem.
    In the query we have restricted the keyfigures such that each have 2 decimal places but when we execute the query using RSCRM_BAPI and writing into the application server the more than 2 decimal places are coming in to the file.
    For example:
    In the query the value is 12.12 but in the application server its written as 12.1200000
    So the width gets elongated and some of the keyfigures are truncated.
    We have already have gone through the restrictions in the SAP Note Number 605208
    Please help us to find a solution to get output of keyfigures same as whatever coming in the output of query.
    Thanks in advance
    Somenath

    sorry, i mistakenly sent it in different id....this is my id.......if it is useful assign points to this id...
    Using RSCRM_BAPI, RSCRM_REPORT, suitable for simple query.
    In your query you are using Restricted, calculated keyfigure.in that case RSCRM_BAPI, RSCRM_REPORT has some restriction.
    Check OSS 605208 which describes RSCRM_BAPI restrictions .
    Re: Master Data Datasources
    You can Modify the Wrtiequery abap program for your requirement.
    or
    Create a ABAP program for extracting a bw query and upload it in Application server in csv format.
    Thanks,
    senthil kumar

  • How to execute ODI scenario from a web application

    Hi
    I need to execute ODI scenario from ApEx form.
    how to execute ODI scenario from application. Using 10.1.3.5.5
    -app

    In the SQL property of the TQuery object, enter the call as an anonymous block:
    begin
      pkg_name.procedure_name(true);
    end;

  • Session not released in backend SAP when executing CR iView from SAP Portal

    Hi,
    We are in the process of doing some testing.  One behavior we have observed is that user sessions are being built up in the backend SAP.  Eventually, the next CR execution runs into problem.
    We are running the Crystal Reports using an iView in the SAP EP.  The iView is delivered by as included with the Integration Kit.
    We have modified different time-outs on the BOE server.  We are still having the same problem.
    Is there something we can do in the portal or the iView to terminate the sessions?
    Thanks,
    Garry

    Hi Ingo,  Thank you again for your response and support.  Well, the suggestion would be fine if our users would only be satisfied with static data.  They normally run the report and expect the latest data from the backend SAP system.
    To clarify your points, the user is not running reports at the same time.  What the user is doing is this. 
    - The user runs a report in the portal.  As you hae indicated, there is a session against SAP system.
    - Once the report is completed, the user runs the next report, and so on.
    Each time, the session remains in SAP system.  Eventually, I would see a long list of sessions in SAP.
    It seems that when the user is clicking on the next report in the portal, the session for the previous report run is not being terminated.
    I'm looking for a way to terminate the session at the completion of the report run.
    Thansk,
    Garry

  • Failure when generating a stub from sap web service wsdl

    Hi All,
    I have a need here, i have to generate a stub of an wsdl of sap
    service , i am using jde of course i can use jde for eclipse if need
    be, but do u think am i obliged to use wsa (wtk2.5.2) to genrate my
    the stub to be integrated with jde blackberry, or can i do it with any
    oother library apache axis ? could u help me plz ? cz i tried to
    generate it via wtk2.5.2 but it's giving me errors !!!!
    http code return 401 which means my parmeter connection are not correct!! or that 'realm' param or www-authenticate , could any body help me here
    in my file config.xml, I m giving this url : http://hca-ecc.hca.group:8000/sap/bc/srt/wsdl/bndg_DD952C5B02C231F19D4D001C23D2E187/wsdl11/allinone/standard/document?sap-client=800;sap-user=forma&sap-password=lolpla
    C:\WTK2.5.2\bin>wscompile -gen -d  "C:\Documents and Settings\NAFNAF\Bureau\meri
    em\generated"  "C:\Documents and Settings\NAFNAF\Bureau\config.xml"
    error parsing configuration file: XML parsing error: com.sun.xml.rpc.sp.ParseExc
    eption:5: com.sun.xml.rpc.sp/P-008 ; com.sun.xml.rpc.sp/F-020 "sap-password"
    any idea any help would be appreciated ,
    thankx,
    Meriem
    Edited by: MERRY NAFNAF on Oct 29, 2008 4:04 PM

    Hi Lin,
    have you tried SAP Note 830340?
    Regards
    Gregor

  • Expdp problem when executing from pl/sql transportable tablespaces

    Hello
    i have a very strange problem for which your assistance is really appreciated. i am applying the transportable tablespaces approach and i have a problem when executing expdp from commandline in comparison to the procedure generated to make the exact same thing.
    more precisely when running:
    expdp etl/etl dumpfile=TBSP090609_DMP.dmp logfile=TBSP090609_DMP.log directory=EXPDP transport_tablespaces=TBSP090609 transport_full_check=y
    the dmp file produced is over 200MB.
    when runng the below pl/sql code the volume produced is around 50MB. any idea what i am missing?
    job_handle :=
    dbms_datapump.OPEN (operation => 'EXPORT',
    job_mode => 'TRANSPORTABLE',
    job_name => 'export_tablespace',
    VERSION => 'COMPATIBLE'
    dbms_datapump.add_file (handle => job_handle,
    filename => dump_file_name,
    DIRECTORY => export_dir_name
    dbms_datapump.set_parameter (handle => job_handle,
    NAME => 'TTS_FULL_CHECK',
    VALUE => 1
    dbms_datapump.metadata_filter (handle => job_handle,
    NAME => 'TABLESPACE_LIST',
    VALUE => '('''
    || tablespace_name
    || ''')'
    dbms_datapump.start_job (job_handle);

    thanx you for your response. the problem was eventually managed to be resolved as follows:
    job_handle :=
    dbms_datapump.OPEN (operation => 'EXPORT',
    job_mode => 'TRANSPORTABLE',
    job_name => 'export_tablespace',
    VERSION => 'COMPATIBLE'
    dbms_datapump.add_file (handle => job_handle,
    filename => dump_file_name,
    DIRECTORY => export_dir_name
    dbms_datapump.set_parameter (handle => job_handle,
    NAME => 'TTS_FULL_CHECK',
    VALUE => 1
    dbms_datapump.metadata_filter (handle => job_handle,
    NAME => 'TABLESPACE_EXPR',
    VALUE => 'IN('''
    || tablespace_name
    || ''')');
    dbms_datapump.start_job (job_handle);

  • Xcelsius drill down problem.

    Hi gurus, I'm developing drill down chart and table.
    I want to reset, making cell blank, the drill down cell when i click combo box.
    I used push button to refresh or reset drill down value but it can not refresh(reset) drill down cell
    because the destination cell of the chart remains drill down value
    I tried like below way
    *Dashboard explanation
    this dashboard consists of one chart, one table, one combo box and one push button.
    Of course, chart has the drill down function
    a : drill down value
    Goal : make drill down cell turn to blank after i used drill down once.
    1ST.
    when i click the chart and use drii down, a is entered into drill down cell
    2ND
    by using "push button", i tried to reset drill down cell
    but unfortunately it does not work.
    Although drill down cell changes instantly to blank after just one second, it changes to a, drill down value
    Drill down cell changes like this
    1 -> 2 -> 3
    a -> blank -> a
    i have to eliminate (2->3) phase or find another way to refresh drill down cell.
    I think problem is the chart which remains drill down value(a) although pushbutton reset the drill down cell to blank.
    Is there any way to refresh or reset drill down value when i click combo box?
    Should i develop custom-component? i'm waiting for your answer.
    Thanks in advance.
    Regards
    Kwon

    Amit,
    Can you confirm if what you're saying also holds for components with the "Enable Drill Down" option enabled, and the "Default Selection" is set to "No Selection (-1)"?
    I'm running into an issue where the "Default Selection" value is not cleared out after performing 3 levels of drill-down. On the third time I do a drill-down, by default the first element is selected, even though I've set the "Default Selection" to "No Selection (-1)".
    Thanks.

  • Menu bar problem when executing reports

    We have a problem when executing the reports either from se38 or through transaction.
    The standard menu bar is not appearing and in its place we are getting ?????????????  ?????????????????
    also the icons that are appearing in app tool bar are not showing anything.
    Whats the reason for this?

    hi,
    It is not for one single report iam talking about,any report that is executed from se38 or transaction .
    In selection screen of report we are getting ???????????????
    ?????????????? in menu bar instead of normal options like program edit goto utilities.................
    does any one know the reason for this?
    This issue we are facing today only.
    Edited by: Gautham chakraverthi on Oct 31, 2008 3:06 PM

  • We have created shared folder on multiple client machine in domain environment on different 2 OS like-XP,Vista, etc. from some day's When we facing problem when we are access from host name that shared folder is accessible but same time same computer when

    Hello All,
    we have created shared folder on multiple client machine in domain environment on different 2 OS like-XP,Vista, etc.
    from some day's When we facing problem when we are access from host name that shared folder is accessible but same time same computer when we are trying to access the share folder with IP it asking for credentials i have type again and again
    correct credential but unable to access that. If i re-share the folder then we are access it but when we are restarted the system then same problem is occurring.
    I have checked IP,DNS,Gateway and more each & everything is well.
    Pls suggest us.
    Pankaj Kumar

    Hi,
    According to your description, my understanding is that the same shared folder can be accessed by name, but can’t be accessed be IP address and asks for credentials.
    Please try to enable the option below on the device which has shared folder:
    Besides, check the Advanced Shring settings of shared folder and confrim that if there is any limitation settings.
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Problems when printing help topics from OHJ

    We have encountered some persistent problems when printing help topics from Oracle Help for Java (Ice Browser).
    NOTE: When we print the same source files from Oracle Help for the Web, the printing problems are gone.
    (1) Spacing Errors (all printers had identical results)
    Text with special formatting (<b>, <i>) often has either too much space or not enough space.
    Links often have extra spaces underlined before or after the link, itself.
    (2) When printing multiple help topics from the TOC (an entire branch in the tree):
    On some printers, no graphics print correctly, but instead print as one of the following: 1. empty box the size of one character, 2. black box the size of one character, 3. black box the size of the original graphic. We could not detect a pattern that caused 1, 2, or 3.
    NOTE: all graphics are bit maps (screen captures) that were generated in the same manner.
    NOTE: if these same help topics are printed one at a time form Oracle Help for Java, the graphics print fine.
    Is this a problem with the Ice Browser?
    Thanks for the help,
    Wendy Studinski

    There are a known issue with the ICEBrowser printing in some circumstances. The laying out of text by the ICE Browser relies on font metrics (being able to measure the width of a run of text in a given font). On screen it looks great, but when printing, even though the GraphicsConfiguration for the printer is being used, these widths are sometimes off, which can result in text running together at boundaries between text styles. We're not sure what to do about this problem, and we've reported it to IceSoft.
    Not every font has this problem, so varying the font you are using might help the appearance when printed.
    The other problem you report, problems with the images when printing multiple topics, is something that we will look into.

  • Problem when i transported  DTP from DEV to QA

    I am facing a problem when i transported  DTP from DEV to QA   It is not in the folder were it have to be,but i can see it in RSBKDTP table of QA

    Hi,
    One info regarding DTP, Technical name will get differ from system to system through out the landscape ( Dev, QA, Prod) . So you have to search with Description of the DTP instead of technical name.
    Regards,
    Sridevi.

  • PDF Drill Down problem

    i have the following hyperlink set in my Reports Builder
    http://&BASEURL/buildDrills.jsp?REPORT_ID=1&amp;destype=cache&amp;desformat=html&amp;WHERECLS=&WHERECLS&amp;DRILLVALUE='&organization'
    this works fine for html drill down but when i select PDF as the desformat the &amp; do not get translated and when the selection is made if fails.
    any ideas much appreciated.

    the hyperlink has the http entity references for the &
    but do not show in the post so the hyperlink is
    http://&BASEURL/buildDrills.jsp?REPORT_ID=1&<amp;>destype=cache&<amp;>desformat=html&<amp;>WHERECLS=&WHERECLS&<amp;>DRILLVALUE='&organization'
    < and > signs only to make the reference show

Maybe you are looking for

  • Mac shuts down when 90% POWER and its PLUGGED IN!

    I recently took over my husbands mac pro OS 10.4.11. At first, all was going well. Then I noticed one day, it shut down on me and I was like, that's weird, I had no warning. I did see other postings about this so it must be common or an issue with th

  • Checking Comcast e-mail results in locked mailbox...

    Hello. I got my iPhone activated in 4 minutes without a hitch, thankfully. I also configured my e-mail accounts fairly easily without difficulty and I have no problems checking and sending e-mail with iPhone. I am using 6 e-mail accounts, including .

  • Caller ID for incoming calls NOT displaying name from contacts (only displays phone # on BB Z10)

    on the Z10 Whenever I receive an incoming call, the caller ID only shows the phone #, even when I have that number matched to a contact in the phone, even the call log it show the number and not the name.  How do I get the caller ID to recognize and

  • Video does not play correctly.

    Hello, I can't get the video on my ipod to play correctly anymore. All it does is show a little picture of the video and then just plays the sound from the video. It did get confused with the music list, but I fixed that problem. But now it seems tha

  • Sqlplus and error output

    Hi, I have a problem, I open a sqlplus session on a bash script and I have to catch the error output. I try to redirect the error output in this way: sqlplus $DBCONN_STRING <<! 1>>$MSG_FILE 2>>$ERR_FILEBut in this way I have the ERR_FILE (that have t