Crystal Report problem with VS2005

Hi
I have installed evaluation copy of crystal report 2008 for .net. I am using VS 2005.
I have created reports  using default crystal report that comes with VS 2005(version 10).Reports are upgraded to version 12 and  running fine, but I am not able to use some design time features of report with .net. and these are working well with crystal report s/w.
1.Tool tip for bar chart doesn't displayed.Where as It displayed in crystal report.
2.Series option in preview mode to convert particular bar to line is not available.Where as this option is available in crystal report.
Please suggest.
Thanks in advance.
Regards
Kavita Choure
Palewar Techno Solutions
(Mobile Solutions for Your Business)
[http://www.palewar.com]

Hi Falk
Thanks for your prompt response.
Both embedded designer in VS as well as application have the same problem.
when I open sample report (.rpt) in embedded designer it has the same problem.
I also tried after uninstalling crystal report basic then reinstalling crystal report 2008 but it doesn't solve the problem.
please let me know if you have any more suggestions?
Thanks in advance.
Regards
Kavita Choure
Palewar Techno Solutions
(Mobile Solutions for Your Business)
[http://www.palewar.com]

Similar Messages

  • Crystal Report - problem with passing parameters from J2EE app

    i'm trying to pass a few parameters from my java application to a crystal report using the code below:
    ParameterField pfield1 = new ParameterField();
    ParameterField pfield2 = new ParameterField();
    Values vals1 = new Values();
    Values vals2 = new Values();
    ParameterFieldDiscreteValue pfieldDV1 = new ParameterFieldDiscreteValue();
    ParameterFieldDiscreteValue pfieldDV2 = new ParameterFieldDiscreteValue();
    pfieldDV1.setValue("1056");//dform.getSelectedPeriod());
    pfieldDV1.setDescription("termId");
    vals1.add(pfieldDV1);
    pfield1.setReportName("");
    pfield1.setName("@p_termId");
    pfield1.setCurrentValues(vals1);
    fields.add(pfield1);
    // check here for null condition otherwise will throw nullpointerexception
    pfieldDV2.setValue("elect");
    pfieldDV2.setDescription("allocType");
    vals2.add(pfieldDV2);
    pfield2.setReportName("");
    pfield2.setName("@p_allocType");
    pfield2.setCurrentValues(vals2);
    fields.add(pfield2);
    this report calls a stored procedure (sql server). the report displays the data but the same is not the case when i call ity from my java application. with a single parameter it works fine (even though i get a "Some parameters are missing values" ERROR on the console. But when i pass, say 2 parameters, it give me the above error first and then "JDBC Error: Parameter 2 not set or registered for output"
    Can anyone bail me out of this one?
    thanks,
    ptalkad

    I don't know about naming conventions, but could the @ signs in the variable names cause a problem?
    How have you set up the mapping in Crystal?
    Is this parameter 2 an "out" parameter returning a value?
    What version of Java are you using?
    Version of Crystal?
    What JDBC driver?

  • Crystal Report problem with J2EE - OutOfMemory

    Dear All,
    I am having a problem about generating PDF from J2EE (Tomcat, Java 1.4)  WebApplication by Crystal report.
    When generating a PDF it sometimes got an out of memory error.
    However the Web Application is still working fine, just when regenerate the same crystal report the out of memory error occur again. when i generate the other report it works fine.
    Please help .
    Many Thanks

    Hi,
    It's a good idea to set the minimum and maximum heap size to the same value. In any case, don't let the minimum heap size exceed the maximum.
    Stop Tomcat server, set environment variable CATALINA_OPTS, and then restart Tomcat.
    Look at the file tomcat-install/bin/catalina.sh or catalina.bat for how this variable is used.
    For example,
    set CATALINA_OPTS="-Xms512m -Xmx512m"  (Windows)
    export CATALINA_OPTS="-Xms512m -Xmx512m" (ksh/bash)
    setenv CATALINA_OPTS "-Xms512m -Xmx512m"  (tcsh/csh)
    In catalina.bat or catallina.sh, you may have noticed CATALINA_OPTS, JAVA_OPTS,
    or both can be used to specify Tomcat JVM options.
    What is the difference between CATALINA_OPTS and JAVA_OPTS?
    The name CATALINA_OPTS is specific for Tomcat servlet container,
    whereas JAVA_OPTS may be used by other java applications (e.g., JBoss).
    Since environment variables are shared by all applications, we don't want Tomcat to inadvertently pick up the JVM options intended for other apps. I prefer to use CATALINA_OPTS.
    You have specified size by a capiital "M" ?(3072M) use "m".
    Please let me know the results.
    Regards,
    Neeraj

  • Crystal Reports - Problem with too long BEx Query technical variable names?

    Hello!
    I have Crystal Reports 2008 SP3 and the SAP BO Integration Kit XI 3.1 SP3 installed and want to access a BEx query on a BW system within my Crystal Report.
    The problem is that the name of the BEx variable is not displayed correctly (just "[]" is displayed for the variable name) as a parameter within Crystal Reports when I import the query. Furthermore I can't navigate through the fields of the query within Crystal Reports.
    The technical names of the BEx query-variables have a length of 12 characters.
    The interessting thing is that if I change the technical names of the BEx query variables to a maximum length of 8 characters everything works fine.
    I use the SAP toolbar within Crystal Reports 2008 to create the report and have the "MDX-driver"-setting selected.
    Has anyone ever had the same problem? Any suggestions?
    I don't want to change the technical names of the variables of my queries...
    thanks,
    Dominik

    Hi!
    Just fixed the problem: The "Transports" for the Integration Kit had to be imported at the BW-System
    regards

  • Crystal Reports 2008 with BO Enterprise XI 3.1

    Hi All,
    We are in the process of implementing CR2008 with BO Enterprise XI 3.1.
    We have completed the installation successfully. We can connect from CR2008 client desktop directly to BI-7 using the BO SAP Connector. But We have the following issues,
    1) On CMC (OB Ent Server) we don't see any business object related roles in the list of values under the authorization. We see 3 J2EE related roles only.  We did everything according to the documentation. Changed JCO (sapjco.jar) along with the DLLs to various versions and even changed the 64bit to 32bit but no luck. Classpath is also set in Tomcat but still we don't see any of the BO related roles.
    2) We have created a connection to universe using Designer (BO Ent). But when we try to connect from CR2008 to universe though the Business Object Enterprise Server using the client desktops, we can only select the fields for the query. But when we try to confirm the query we get a message saying NOT LOGGED ON.
    Are we doing the right thing ? We have BI-7 installed on Windows 2003 (64 Bit Server) and BO Enterprise Server XI 3.1 and SAP Connector XI 3.1 Server was also installed on the same server. We have client desktops with Crystal Report 2008 with SAP Connector Client installed.
    What are we missing ?
    Appreciate if you could kindly help us to get this problem solved as this is dragging for a while now.
    Thanks a lot in advance.
    Thanks and Regards
    Kushan

    Hi,
    take a look here:
    BusinessObjects and SAP - Overview
    /people/ingo.hilgefort/blog/2008/02/07/businessobjects-and-sap-part-i
    Crystal Reports and BI Queries
    /people/ingo.hilgefort/blog/2008/02/19/businessobjects-and-sap-part-2
    Crystal Reports and BI Hierarchies
    /people/ingo.hilgefort/blog/2008/02/27/businessobjects-and-sap-part-3
    Crystal Reports and SAP R/3
    /people/ingo.hilgefort/blog/2008/03/23/businessobjects-and-sap-part-4
    Install Part #1
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-1-of-4
    Install Part #2
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-2-of-4
    Install Part #3
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-3-of-4
    Install Part #4
    /people/ingo.hilgefort/blog/2008/09/17/businessobjects-and-sap--installation-and-configuration-part-4-of-4
    SAP Authentication
    /people/ingo.hilgefort/blog/2008/09/19/businessobjects-and-sap--configure-sap-authentication
    Publishing part 1
    /people/ingo.hilgefort/blog/2008/09/23/businessobjects-and-sap--publishing-of-crystal-reports-part-1-of-3
    Publishing part 2
    /people/ingo.hilgefort/blog/2008/09/24/businessobjects-and-sap--publishing-of-crystal-reports-part-2-of-3
    Publishing part 3
    /people/ingo.hilgefort/blog/2008/09/24/businessobjects-and-sap--publishing-of-crystal-reports-part-3-of-3
    XC, CR and LO Part 1 of 4
    /people/ingo.hilgefort/blog/2008/10/03/businessobjects-and-sap-part-1-of-4--creating-a-xcelsius-dashboard-on-top-of-sap-bi
    XC, CR and LO Part 2 of 4
    /people/ingo.hilgefort/blog/2008/10/07/businessobjects-and-sap-part-2-of-4--creating-a-xcelsius-dashboard-on-top-of-sap-bi
    XC, CR and LO Part 3 of 4
    /people/ingo.hilgefort/blog/2008/10/07/businessobjects-and-sap-part-3-of-4--creating-a-xcelsius-dashboard-on-top-of-sap-bi
    XC, CR and LO Part 4 of 4
    /people/ingo.hilgefort/blog/2008/10/10/businessobjects-and-sap-part-4-of-4--creating-a-xcelsius-dashboard-on-top-of-sap-bi
    Technical Material
    /people/ingo.hilgefort/blog/2008/11/19/businessobjects-integration-with-sap-netweaver-bi--technical-material
    Ingo

  • How to use Crystal Reports 11 with Visual C++ 2005 ?

    Post Author: compvis
    CA Forum: General
    Hello everyone !
    Plz tell me how to use Crystal Reports XI with Visual C++ 2005 ?
    Thank you so much !

    Moved to .NET SDK forum.
    Need more info, version of the assemblies you are using and the assembly file system version number ( not the same as what you see in the properties of the project.
    As well, what happens if you use OLE DB as a test?
    Thank you
    Don

  • Reporting problems with iTunes

    Does anyone know how to report problems with updates to iTunes to Apple? I cannot find any way to contact them to alert them to bugs and problems.

    And if you're an ADC member (the Online membership is free), you can use Apple's Bug Reporter.

  • Crystal Repots 2008 with VS2005

    I´m developing a solution using Crystal Reports 2008 with Visual Studio 2005 and Oracle 10G. When I run the solution in my pc, it runs good. But when I run it in the server it asks for the input parameters and after I input the information it says that it can´t connect to the database: Can´t open the database conection.
    I tried different things such as giving permission to the C:WindowsTemp folder to the iis user, install dlls, deployment with merge modules, etc.
    If anyone can help me I would really appreciate it.

    Thank you Jason for your repl. I do have the Oracle client installed on the server and the DSN. This weeken i format my pc and install windows xp. When I deploy the app on  iis using xp it does connect to the database (it dosn't keep the state when i refresh the parameters but it does connect couse it loads dinamically  a parameter). I don´t know if there is some kind of bug with Crystak Reports 2008 and Windows Sever 2003 and if there is, maybe you know of a patch to fix it.  Thank you beforehand for any help you can provide.

  • HT4718 are there any reported problems with safari with the new OS X Mavericks?

    My early 2008 iMac running OS X 10.9.2 all of the sudden has problems loading pages in safari.  The problem timing is the same as the upgrade to Maverick. The computer is connecting to wifi and other devices such as iPhones and three PCs have no problems.  The ISP is Xfinity.  Are there any reported problems with Maverick and Safari?

    Try searching.

  • How to integrate Crystal Report 2008 with java

    Currently we are using Crystal Report XI with our application, it is working fine. Now we are updating to Crystal Report 2008.
    We have build our application in enterprise archive file. There is a web archive file(.war) file in the EAR file which contains the crystal report. Inside the .war file we have reports folder which contain jsps and rpt folder. the jsps folder contains the crystalreportviewers12 folder and .jsp files. The rpt folder contain the.rpt files. The WEB-INF which is at the reports folder leavel contains the classes and lib folder.  The crystal report jars are in the lib folder and the CRConfig.xml file inside the classes folder.  I replaced all the crystal report jar with Crystal Report 2008 jars, modified the web.xml and the CRConfig.xml file accordingly. When I opened the report it gave me an error.
    When the following line was execuated in the jsp:
    reportClientDocument.open(report, 0);
    it gave me following error:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: There is no server specified.---- Error code:-2147217390 Error code name:serverNotFound
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.do(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.int(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initialize(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         at com.ibm._jsp._MessageStatusRpt.jbInit(_MessageStatusRpt.java:196)
         at com.ibm._jsp._MessageStatusRpt._jspService(_MessageStatusRpt.java:313)
         at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:524)
         at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
         at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:232)
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3548)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:818)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:125)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
         at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    [1/15/10 17:37:40:703 IST] 00000026 ServletWrappe E   SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: /reports/jsps/MessageStatusRpt.jsp. Exception thrown : java.lang.NullPointerException
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.f(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.getReportSource(Unknown Source)
         at com.ibm._jsp._MessageStatusRpt._jspService(_MessageStatusRpt.java:314)
         at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:524)
         at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
         at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:232)
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3548)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:818)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:125)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
         at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    [1/15/10 17:37:40:703 IST] 00000026 WebApp        E   [Servlet Error]-[/reports/jsps/MessageStatusRpt.jsp]: java.lang.NullPointerException
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.f(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.getReportSource(Unknown Source)
         at com.ibm._jsp._MessageStatusRpt._jspService(_MessageStatusRpt.java:314)
         at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:524)
         at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
         at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:232)
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3548)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:818)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:125)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
         at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)

    Hello Ted,
    As per the samples in the link provided by you I identified that the following statement was missing.
    reportClientDocument.setReportAppServer(ReportClientDocument.inprocConnectionString);
    After adding this statement the jsp was not able to compile, it gave me an error:
    ReportClientDocument.inprocConnectionString cannot be resolved
    Now my queries are:
    1. What is Report Application server(RAS)?
    2. Is it required to set Report application server in JSP page? It was not required in Crystal Reports XI. If YES, then how to configure RAS inside our applications WAR file?
    3. I am using WebSphere Application Server for deploying the WEB Archive file (WAR file). The Crystal Reports 2008  library (JARS) are embedded inside the WEB-INF/lib folder. How to specify the RAS server inside thhe WAR file? Is it some XML configuration file which we have to keep at WEB-INF level? Or we have to modify the existing CRConfig.xml file?
    4. I would like to mention here that we have bundled crystalreportviewers12/ folder in our WAR file at the same level where reports JSP pages exits.
    Thanks in advance.

  • Crystal Report 11 with JSP

    Hi....
    Presently i am working on Crystal Report 11 with JSP. I am using the following code. But getting some error with this code. Please me about this error.
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <%@page import="com.crystaldecisions.reports.sdk.*"%>
    <%@page import="com.crystaldecisions.sdk.occa.report.reportsource.*"%>
    <%@page import="com.crystaldecisions.sdk.occa.report.lib.*" %>
    <%
    String reportName="report1.rpt";
    try
         Object reportSource=session.getAttribue("reportSource");
         if(reportSource==null)
              ReportClientDocument oReportClientDocument=new ReportClientDocument();
              oReportClientDocument.open(reportName,0);
              reportSource=oReportClientDocument.getReportSource();
              session.setAttribute("reportSource",reportSource);
              response.sendRedirect("CrystalReportViewer.jsp");
         catch(ReportSDKException e)
                   out.println(e);
    %>
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 6 in the jsp file: /c.jsp
    Generated servlet error:
    The method getAttribue(String) is undefined for the type HttpSession
    An error occurred at line: 6 in the jsp file: /c.jsp
    Generated servlet error:
    ReportClientDocument cannot be resolved to a type
    An error occurred at line: 6 in the jsp file: /c.jsp
    Generated servlet error:
    ReportClientDocument cannot be resolved to a type
    Thanks & Regards
    Rama Rao

    Hi Debbie,
    Moved your post to the Legacy forum. Search here for more info. Lots of links and info for Delphi and what is no longer supported...
    Thank you
    Don

  • Crystal reports 10 with Microsoft Dynamics (RMS)

    how can I use Crystal Reports 10 with Microsoft dynamics Retails Manegment System (RMS)
    how can I connect to the database to generate reports???
    please help me in details as you can
    thank you very much

    Hello,
    From the looks of things on MS web site about this product it appears it uses MS SQL Server. You should be able to create CR reports off of that DB using either ODBC or OLE DB. What tables to use I have no idea so you'll have to browse the database tables.
    To do so using OLE DB create a new report and select OLE DB and then select the server name where the MS server is installed, log in and then you'll be able to see the databases and tables. From there you are on your own.
    To use ODBC, Open the ODB Administrator in Control Panel and clcik on the System DSN tab and add a new DSN. Select MS SQL Server and the driver, enter in the log on info and select the default database.
    For more info I suggest you search Microsofts Forums on which database and tables to use.
    Thank you
    Don

  • Chrome (Windows NT 6.1 6.2) users reporting problems with loading and mouseevents - any insights?

    For several years now, I have created simple studies (I do psychological stuff) to run online, recruiting participants through Amazon Mechanical Turk (AMT). I have had no problems until recently (last 6 to 9 months). Now, some AMT users are reporting problems with stimuli loading or buttons not responding immediately when clicked (e.g., advancing to a new screen). What is common amongst all the users experiencing problems is that they use Chrome, and they also tend to be Windows NT 6.1 or 6.2 users running Flash Player 12.0. But not a single Firefox, Safari, or MSE user has ever reported an issue. I'm just looking for help in troubleshooting this problem. Again, the studies I run are incredibly simple (e.g., no videos being loaded from server, etc.), mostly word presentation where I record time and x,y coordinates of mouse movements as they respond to questions. Would attempting to publish for another target version of Flash Player help? The default setting is to publish the .swf and .html wrapper for Flash Player version 11.7. Any ideas? I also use version 13.0.1 of Flash Professional CC to create my studies if it helps. 

    This is helpful. Thanks. So it would be to my advantage to play around with something like SWFObject 2?
    http://www.adobe.com/mena_fr/devnet/flashplayer/articles/swfobject.html
    Or is there something else you would recommend?
    What I've been doing is a far cry from actual web development, but quite interested in learning more. This swfobject seems to get at what you are suggesting (I think). 

  • Problem crystal report xi with j2ee

    dear all
    after greeting i have exception that appear when i open report created by crystal report and i didn't know why this exception although the report is successfully opened i am using jrc and the exception is following::
    Assertion Failed: Unknown TableType
    08/02/14 19:55:51 java.lang.Throwable
    08/02/14 19:55:51 at com.crystaldecisions.reports.common.j.b.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportdefinition.datainterface.j.do(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.int(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.char(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.try(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.dataengine.i.f(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.dataengine.a5.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.objectformatter.bn.<init>(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.objectformatter.bn.if(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.d.k.<init>(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.d.o.<init>(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.d.o.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.a.b.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.a.b.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportengineinterface.g.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.export(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.bn.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.u.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.g.for(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.g.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.g.if(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.n.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.b1.broadcast(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.as.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.WorkflowController.if(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.WorkflowController.doLifecycle(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.ServerControl.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.viewer.ReportExportControl.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.ServerControl.processHttpRequest(Unknown Source)
    08/02/14 19:55:51 at jsps.jrc__export__with__logon__and__parameters._jspService(_jrc__export__with__logon__and__parameters.java:256)
    08/02/14 19:55:51 at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:569)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:305)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    08/02/14 19:55:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
    08/02/14 19:55:51 at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
    08/02/14 19:55:51 at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
    08/02/14 19:55:51 at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
    08/02/14 19:55:51 at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    08/02/14 19:55:51 at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    08/02/14 19:55:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    08/02/14 19:55:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    08/02/14 19:55:51 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    08/02/14 19:55:51 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    08/02/14 19:55:51 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    08/02/14 19:55:51 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    08/02/14 19:55:51 at java.lang.Thread.run(Thread.java:534)
    08/02/14 19:55:51 Assertion Failed: Unknown TableType
    08/02/14 19:55:51 java.lang.Throwable
    08/02/14 19:55:51 at com.crystaldecisions.reports.common.j.b.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportdefinition.datainterface.j.do(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.int(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.char(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.try(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.dataengine.i.f(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.dataengine.a5.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.objectformatter.bn.<init>(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.objectformatter.bn.if(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.d.k.<init>(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.d.o.<init>(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.d.o.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.a.b.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.a.b.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportengineinterface.g.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.export(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.bn.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.u.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.g.for(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.g.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.g.if(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.n.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.b1.broadcast(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.as.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.WorkflowController.if(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.WorkflowController.doLifecycle(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.ServerControl.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.viewer.ReportExportControl.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.ServerControl.processHttpRequest(Unknown Source)
    08/02/14 19:55:51 at jsps.jrc__export__with__logon__and__parameters._jspService(_jrc__export__with__logon__and__parameters.java:256)
    08/02/14 19:55:51 at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:569)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:305)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    08/02/14 19:55:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
    08/02/14 19:55:51 at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
    08/02/14 19:55:51 at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
    08/02/14 19:55:51 at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
    08/02/14 19:55:51 at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    08/02/14 19:55:51 at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    08/02/14 19:55:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    08/02/14 19:55:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    08/02/14 19:55:51 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    08/02/14 19:55:51 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    08/02/14 19:55:51 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    08/02/14 19:55:51 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    08/02/14 19:55:51 at java.lang.Thread.run(Thread.java:534)
    if anyone know why the solution replied to me please
    thanks for all

    Post Author: V361
    CA Forum: Data Connectivity and SQL
    do you have an ODBC datasource setup for localhost\sqlexpress ?, if not you should create one, you will also want a duplicate set up on the localhost box.  That way whatever connection you use to connect to the localhost, should be carried along with the report. I have many reports that point to a SQL database, but for others to be able to run them off the local host I had to create duplicate ODBC connections. 

  • Problem using Crystal Reports 2008 with DB/C FS ODBC Datasource.

    HI,
    I'm trying to use Crystal Reports 2008 to connect to an ODBC datasource that using the DB/C FS driver from dbcsoftware (www.dbcsoftware.com).  When I connect to the source and add a table it shows all string fields as 255 characters long when that is not the case in the data definition for the driver.
    This issue has been brought up and resolved in previous versions of Crystal Reports.  In Crystal Reports XI it was ADAPT ticket 00307997.  It's worth noting that even though this issue says it was resolved in version XI with service pack 4 I still experience it in that version of CR as well. 
    If anyone has a solution to this for Crystal Reports 2008 please share.
    Thank you,
    David Guthu

    Hi David,
    Looking over the Adapt it was fixed in CR XI R2 Service Pack 4. CR XI is not the same so not sure if this is a typo or not.
    I don't see a branch for CR 2008 so I'll create one for you but this may be a different issue. The adapt was for all fields coming back as 65K and not 255. Also this was tracked in 2004 and fixes created for all versions of Cr at the time. These fixes get rolled forward so I'm thinking FS changed their driver with their latest build or at some earlier build.
    Note from Developer:
    DBCFS ODBC driver return meta data (e.g. column type) as SQL_DOUBLE instead of SQL_NUMERIC.
    ODBC bind as SQL_DOUBLE or SQL_NUMERIC but always retrieve data (in this case column type) as SQL_NUMERIC.
    Have you contacted FS to see if they have any patches or updates available? Are they following ANSII 92 Standards?
    To build a business case for this issue can you purchase a single support case, once it's been resolved you can get a refund, the reason being it adds more weight to the issue and we can escalate it at a higher level. Otherwise it goes in as a low priority issue and no fix date set.
    Also, we can then pass files back and forth etc. which we can not do through forums.
    Can you turn on ODBC tracing? I would like to see what the trace file shows.
    Thank you
    Don

Maybe you are looking for

  • Nano Shuffle Function Resets Ipod

    Hi , I'm having a problem with my new ipod nano (2nd gen) i put the shuffle function on and it's fine if i let it play through but if i wan to skip forward a song or two it always crash's, i've tried doing a software update but it's already running t

  • Repeatedly getting error 7 (windows error 5)

    hi, We keep getting the above message when trying to install iTunes. We have followed the instructions in similar posts (i.e. deleting a heap of things, restarting computer, then downloading) but it still happens. The last time it went through the wh

  • How to create User Portal in OID programmatically in JSP

    Hi. I want to create User Portal programmatically in JSP (if posible) or have to use procedure. I check with package wwsec_api, it just have 'function add_portal_user', but it say we must have "the user must already exist in OID before this function

  • Charged for an app that I did not dowload - please help urgent!!!!

    I have been charged for a ringtone that I did not purchase. I wne t back to my downloaded apps to see if I did it by mistake it is not even there. I was cahregd $3 for a song that I did not even know. Please help me what I can do to reverse this char

  • Right clicking on Dock is not showing Assign to Desktop Option (Mavericks)

    When I two finger click on a Dock Application, it should show Assign To (Desktop, All Desktop, None) under Options. However, I am only getting (Remove from Dock, Open at Login, Show in Finder) Is there an option to include/exclude these options? Than