Problem with Crystal XI reports used with CR plugin for Eclipse 2.0

Hi All,
I have downloaded the latest CR plugin for eclipse (2.0), integrated with Eclipse 3.5.
I tried to use an existing report file created from Crystal Reports version XI in the following two ways.
1) Including the Crystal Report in to JSP page through viewer tags.
It worked fine
2) I tried to include the report in a JSP through using CRJavaHelper.java provided by default in the Web Project created. I changed the connection string, driver name, user ID and password.
it's throwing up an error:
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: InternalFormatterException---- Error code:-2147467259 Error code name:failed
with the root exception as below:
09/10/30 18:28:29 Caused by: com.crystaldecisions.reports.formulas.FormulaException: Exception in formula '{@OPENING BAL}' at '{WEEKLYOUTSTANDING1.DOC_DATE}':
This field name is not known..
Please help me with this issue.
Thanks in advance,
Rgds,
Praveen Manthena

Sorry, that's a different stack trace, please find below the actual stack trace when the Formula exception happens.
09/11/03 13:03:33 com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: InternalFormatterException---- Error code:-2147467259 Error code name:failed
09/11/03 13:03:33      at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(SourceFile:237)
09/11/03 13:03:33      at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:147)
09/11/03 13:03:33      at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(SourceFile:128)
09/11/03 13:03:33      at com.businessobjects.samples.CRJavaHelper.export(CRJavaHelper.java:644)
09/11/03 13:03:33      at com.businessobjects.samples.CRJavaHelper.exportPDF(CRJavaHelper.java:465)
09/11/03 13:03:33      at viewer.other._jspService(_other.java:99)
09/11/03 13:03:33      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
09/11/03 13:03:33      at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:724)
09/11/03 13:03:33      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
09/11/03 13:03:33      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
09/11/03 13:03:33      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
09/11/03 13:03:33      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
09/11/03 13:03:33      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
09/11/03 13:03:33      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
09/11/03 13:03:33      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
09/11/03 13:03:33      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
09/11/03 13:03:33      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
09/11/03 13:03:33      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
09/11/03 13:03:33      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
09/11/03 13:03:33      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
09/11/03 13:03:33      at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
09/11/03 13:03:33      at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
09/11/03 13:03:33      at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
09/11/03 13:03:33      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
09/11/03 13:03:33      at java.lang.Thread.run(Unknown Source)
09/11/03 13:03:33 Caused by: com.crystaldecisions.reports.exportinterface2.exceptions.InternalFormatterException: InternalFormatterException
09/11/03 13:03:33      at com.crystaldecisions.reports.formatter.export2.a.a(SourceFile:252)
09/11/03 13:03:33      at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.if(SourceFile:642)
09/11/03 13:03:33      at com.crystaldecisions.reports.formatter.export2.ExportSupervisorEx.a(SourceFile:586)
09/11/03 13:03:33      at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.a(SourceFile:636)
09/11/03 13:03:33      at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.int(SourceFile:672)
09/11/03 13:03:33      at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1940)
09/11/03 13:03:33      at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:657)
11/03 13:03:33      at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)
09/11/03 13:03:33      at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:521)
09/11/03 13:03:33      at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54)
09/11/03 13:03:33      at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67)
09/11/03 13:03:33      at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716)
09/11/03 13:03:33      at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125)
09/11/03 13:03:33      at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537)
09/11/03 13:03:33      at com.crystaldecisions.sdk.occa.report.application.ds.a(SourceFile:186)
09/11/03 13:03:33      at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:1558)
09/11/03 13:03:33      at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:337)
09/11/03 13:03:33      at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.if(SourceFile:223)
09/11/03 13:03:33      ... 24 more
09/11/03 13:03:33 Caused by: com.crystaldecisions.reports.dataengine.DataEngineException: Exception in formula '{@OPENING BAL}' at '{WEEKLYOUTSTANDING1.DOC_DATE}':
This field name is not known.
09/11/03 13:03:33      at com.crystaldecisions.reports.dataengine.DataSourceManager.do(SourceFile:692)
09/11/03 13:03:33      at com.crystaldecisions.reports.dataengine.DataProcessor2.a(SourceFile:729)
09/11/03 13:03:33      at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.<init>(SourceFile:179)
09/11/03 13:03:33      at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.if(SourceFile:135)
09/11/03 13:03:33      at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatterBase.<init>(SourceFile:75)
09/11/03 13:03:33      at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatter.<init>(SourceFile:173)
09/11/03 13:03:33      at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatter.a(SourceFile:152)
09/11/03 13:03:33      at com.crystaldecisions.reports.formatter.export2.a.a(SourceFile:201)
09/11/03 13:03:33      ... 46 more
09/11/03 13:03:33 Caused by: com.crystaldecisions.reports.formulas.FormulaException: Exception in formula '{@OPENING BAL}' at '{WEEKLYOUTSTANDING1.DOC_DATE}':
This field name is not known.
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.o.a(SourceFile:1041)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.o.do(SourceFile:1013)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.o.new(SourceFile:688)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.o.else(SourceFile:459)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:1004)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.f.m(SourceFile:213)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.f(SourceFile:895)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$14.a(SourceFile:327)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.o(SourceFile:665)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.p(SourceFile:878)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$13.a(SourceFile:324)
/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$9.a(SourceFile:312)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.i(SourceFile:593)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$8.a(SourceFile:309)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$1.a(SourceFile:288)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.g(SourceFile:469)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.j(SourceFile:454)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.f.a(SourceFile:341)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.f.P(SourceFile:311)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.f.m(SourceFile:204)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.f(SourceFile:895)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$14.a(SourceFile:327)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.o(SourceFile:665)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.p(SourceFile:878)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$13.a(SourceFile:324)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.s(SourceFile:650)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$12.a(SourceFile:321)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.h(SourceFile:635)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$11.a(SourceFile:318)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.c(SourceFile:621)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$10.a(SourceFile:315)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.l(SourceFile:607)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$9.a(SourceFile:312)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.i(SourceFile:593)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$8.a(SourceFile:309)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.n(SourceFile:578)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$7.a(SourceFile:306)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.t(SourceFile:563)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$6.a(SourceFile:303)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.d(SourceFile:548)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$5.a(SourceFile:300)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.u(SourceFile:530)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$4.a(SourceFile:297)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.b(SourceFile:515)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$3.a(SourceFile:294)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.q(SourceFile:500)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$2.a(SourceFile:291)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.k(SourceFile:485)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser$1.a(SourceFile:288)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:733)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.g(SourceFile:469)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.j(SourceFile:454)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.f.R(SourceFile:163)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.f.do(SourceFile:106)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.f.void(SourceFile:84)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaParser.a(SourceFile:345)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.r.a(SourceFile:89)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaInfo.a(SourceFile:570)
09/11/03 13:03:33      at com.crystaldecisions.reports.formulas.FormulaService.compile(SourceFile:347)
09/11/03 13:03:33      at com.crystaldecisions.reports.reportdefinition.FormulaCompiler.a(SourceFile:139)
09/11/03 13:03:33      at com.crystaldecisions.reports.reportdefinition.FormulaFieldDefinitionBase.compile(SourceFile:928)
09/11/03 13:03:33      at com.crystaldecisions.reports.reportdefinition.o.a(SourceFile:1360)
09/11/03 13:03:33      at com.crystaldecisions.reports.reportdefinition.o.a(SourceFile:1348)
09/11/03 13:03:33      at com.crystaldecisions.reports.reportdefinition.o.a(SourceFile:4225)
09/11/03 13:03:33      at com.crystaldecisions.reports.dataengine.DataSourceManager.do(SourceFile:687)
09/11/03 13:03:33      ... 56 more

Similar Messages

  • Crystal 10 Reports fail with error: "Load Report Failed"

    Hi,
    this seems to be a mystery. A client has Crystal 10 reports run from a Visual Studio 2003 application  (.NET 1.1) running fine on and old server.
    Once the .NET application is installed on a new Windows 2003 server, all Crystal 10 reports fail with the error message: "Load report failed" Source: CrystalDecisions.CrystalReport.Engine.
    I set the worker process in the application pool to "system admin" and all Crystal reports failed. I had thought it was a security issue. I even removed Crystal 10 and installed Crystall XI Developer Edition and all reports raised the exact same error message from CrystalDecisions.CrystalReport.Engine.
    Crystal does call the stored procedure to retrieve the data but cannot load the PDF. I have used 3 different physical servers, one Win 2003 64-bit and two Win 2003  32-bit and get the same error.
    Help!
    Thanks

    Hi Mak,
    It seems that you are having issue with SDK's.
    Post your question in  Business Objects SDK Application Development  ->
    .NET Development - Crystal Reports Forum.
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all SDK's queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Shweta

  • How can I associate 2 appleids with one account or use a different Appleid for imessage as described in another post?

    How can I associate 2 appleids with one account or use a different Appleid for imessage as described in another post?
    I have rejoined the iPhone community, not with one iPhone but with two. My wife agreed to move from the unenlightened!
    I have set up both under my apple account and want to keep it that way. But I do not want iMessages going to both phones. I would like separate message queues but share all apps and other purches from the store.
    I have created a separate AppleID for her but under Settings>Message>Receive At (it currently says 2 addresses) > ... will not allow me to change the current eMail address and when I add hers (her appleid) it errors out. The only thing I can do in the Apple ID field is to manage my account and not change it to hers.
    How can I have 2 iPhones (and my iPad) on the same account but have separate identies?
    Thanks,
    LpGrumpy

    1. Yes. Restart with the Option key held down as needed.
    2. No, it won't be a problem.
    (83373)

  • JavaFX plugin for Eclipse IDE problem with installation

    Hello all,
    I am following installation instruction from: http://docs.oracle.com/javafx/1.2/gettingstarted/eclipse-plugin/index.html
    In my Eclipse IDE "Install new software" -> "Add site" the link http://javafx.com/downloads/eclipse-plugin/ is not recognized as valid software site.
    I receive message:
    "Unable to read repository at http://javafx.com/downloads/eclipse-plugin/.
    http://javafx.com/downloads/eclipse-plugin/ is not a valid repository location."
    Please help me to install JavaFX plugin for Eclipse.
    Best regards,
    Slawek

    913150 wrote:
    I appreciate someone is providing "homemade" plugins but when You want design reliable application it is better to use some widely supported solution.
    Tom Schindl is the only one person who takes care about this stuff. For me it is not an option :(
    I am using Eclipse because my company uses it. I used to Eclipse. However when it comes to test some new technologies form Java world I see problems.
    Oracle drives Java development - they launched GlassFish, Netbeans, JavaFX.... etc. Eclipse has to catch up with every new thing but it takes time.
    Assuming NetBeans developers are in better situation. Easy Glassfish integration, embeded support for JavaFX....
    I don't like to use two IDE's pararelly.
    Is there any chance that official plugin for JavaFX 2.0 will be available?
    Funny how you rant about all that and still demand answers about Eclipse in the Oracle Java forum.
    This has nothing to do with how Eclipse advances; "Eclipse" is only the bare IDE and a minimal set of plugins. Basically everything that you bolt onto it is a third party, or "home made" plugin. Some plugins will be updated quickly, others more slowly depending on how active the developers are. Its just how Eclipse works. At least try this alternative plugin, perhaps it is usable until a better supported solution opens up for Eclipse. Or use Netbeans. Or use command line tools. Be a true engineer - adapt to the situation and get the job done.

  • How to View Crystal 9 reports using SEAM framework

    Experts,
    I was wondering if there is a tutorial or posts anywhere that would help me, or at least point me in the right direction, to some development ideas on viewing Crystal 9 reports using a SEAM framework.  Any help would be much appreciated.  Thanks.

    Not aware of anything. This is actually the first time I hear of SEAM framework (call me ignorant).
    I suspect posting to the SEAM forum may be an idea. I searched there, but did not find anything at all. Also, reading a bit on SEAM, try to post your query to the Java Development - Crystal Reports forum:
    SAP Crystal Reports, version for Eclipse
    Perhaps they may have something for you to start on.
    CR 9 has been out of support for 3+ years, so no fixes. If you use a supported version of CR, then fixes would only be done if the issue can be reproduced on a supported platform.
    Ludek

  • ADOBE XDC Editor Plugin for Eclipse - Install Problem

    Hi,
    We tried to install this plugin to eclipse version 3.2.1. - but clicking on "install new software" eclipse always says it's not an valid update-site. Does anyone knows this problem????
    then we tried to install to eclipse version 3.6 (helios), also there automatic install was impossible, so we copied the jar-file to the plugin-directory, but on loading the xdc-file, we only get error-messages.
    is someone out there how was able to work with this tool. we need it urgently to run as we have to solve the tray-problematic with adobe forms.
    kind regards for any help,
    oliver

    Thanx for your reply.
    I used JDeveloper with Oracle many years back. That time I found it to be slow. Maybe it must have improved by now.
    Today I downloaded EasyEclipse which is built on Excipse 3.1
    EasyEclipse
    http://www.easyeclipse.org/site/home/index.html
    EasyEclipse Plugins
         -----> Amateras JSP, HTML, XML editor
         -----> Weblogic Server Plugin for Eclipse
         -----> JBoss IDE
         -----> J2EE Tools
         -----> ....................
    http://www.easyeclipse.org/site/plugins/index.html
    I would say WOW. It satisfies most of my needs. Maybe all u guys might wanna try it too.
    Regards
    Rohit Kumar

  • Plugin for eclipse to use logging in jsp

    Hello all,
    I got log4E plugin for eclipse and it is working fine with servlets. But it is not working in MyEclipse when jsp page is opened.When we right click on the editor no option like log4E is shown.
    Plz tell whether there ia any plugin for logging jsp in eclipse

    double post - http://forum.java.sun.com/thread.jspa?threadID=724494

  • Use of additional Plugins for Netweaver / Eclipse

    Hello,
    i just was trying to install the Omondo Plugin for Eclipse into Netweaver, but it wasn't activating.
    what is the recommended way to integrate Eclipse Plugins into Netweaver ?
    I hope there is one at all
    Regards,
    Norbert

    Hi Norbert!
    > thanks for the info. i hope this will not take too
    > long
    I just got a special build from Omondo yesterday evening but I did not have time yet to test if it works. The problem seems to be that two different GEF builds cannot live together on the same Eclipse platform.
    Regards, Tanja

  • Are Crystal 2008 reports compatible with runtime version XI

    Hi,
    Our software incorporates Crystal runtime version XI.  We advise clients to purchase Crystal XI if they wish to modify our report templates.
    A number of clients have complained that Crystal XI is no longer available to buy.
    My query is that if we recommend Crystal 2008 and the clients modify their templates (basic reformatting edits), will these revised templates work in our application?
    Thanks.

    Dave,
    I was wondering if you could arrive at some conclusion regarding making an application (that works in Crystal XI) work with Crystal 2008. The product I am working on, works fine with Crystal XI. But now for cleints that have Crystal 2008, I was wondering what would be the best bet to make that application compatiable? Certainly we do not want to have two seperate application coded separatly for Crystal XI and Crystal 2008.
    I will appreciate any information you can share on this.
    Thanks - Prashant

  • My web pplication does not working with new version of firefox 31. It uses heatmap.js plugin for leaflet.js to build temperature map.

    There is site for heatmap.js: http://www.patrick-wied.at/static/heatmapjs/example-heatmap-leaflet.html
    It has example for leaflet layer.
    After update firefox to version 31 I could not see temperature map in browser for this example. But with previous version of firefox I could see it.
    My web application users leaflet.js and heatmap.js plugin. It users the same code as on the example page.
    After updating firefox version it saying "your script take too long time to run. Continue?" again and again and temperature map does not appear.
    I use leaflet-0.7.2.js and heatmap-1.0.js plugin for leaflet.

    Seems to be working here.
    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • SAP GTS------- SAPPI with Seeburger BIC----- ATLAS using with SAP PI

    Hi All,
    I have scenario this SAP GTS----->SAPPI with Seeburger BIC--->ATLAS(German customs system)
    1)Inbound flow: SAP GTS will send the customs declaration message to ATLAS(German customs system)
    2)outbound flow: response messages from ATLAS(German customs system) approved the customs declaration message and send to SAP GTS
    How to achieve using with SAP PI with Seeburger modules. What are adapter is required for this scenario.
    Idoc coming from SAP GTS to Seeburger BIS and then convert to EDIFACT send to Atlas systeam.
    For mapping  Source is Idoc (CCECUS02) and Target is EDIFACT(CUSDEC_UN_D96B).
    Regards,
    Ramesh

    >
    Ramesh Gulipalli wrote:
    > Hi All,
    >
    > I have scenario this SAP GTS----->SAPPI with Seeburger BIC--->ATLAS(German customs system)
    >
    > 1)Inbound flow: SAP GTS will send the customs declaration message to ATLAS(German customs system)
    > 2)outbound flow: response messages from ATLAS(German customs system) approved the customs declaration message and send to SAP GTS
    >
    > How to achieve using with SAP PI with Seeburger modules. What are adapter is required for this scenario.
    >
    > Idoc coming from SAP GTS to Seeburger BIS and then convert to EDIFACT send to Atlas systeam.
    >
    > For mapping  Source is Idoc (CCECUS02) and Target is EDIFACT(CUSDEC_UN_D96B).
    >
    > Regards,
    > Ramesh
    > .
    for converting an XML to EDI or vice versa you can use the seeburger adapter.
    http://www.seeburger.com/xi-pi-adapters/

  • Lock Problem while Broadcasting multiple reports using process chains

    Hi All,
    I am trying to broadcast 10 reports using the process chains using the program for RSRD_START and variants created in the Broadcaster..the Program jobs start fine.But I am facing the error that the RSRA_CA_LOG table is getting locked while trying to broadcast the Reports..Can any help me on how to run the jobs without the locking problem..Suggestions please.
    Thanks,
    Mike.

    Hi,
    Thanks for the Inputs and the SAP Notes.
    I am trying to broadcast the Reports from the the Bex Analyer and getting this ock error and not the workbooks.
    I am also trying to Broadcast the Workbooks also, but could not find the options to Broadcast them. we are in SAP -BW3.5 SP 12, Is it possible to broadcast the workbooks in this Patch level..or do we need to upgrade to achieve this.If so...can any one provide me the proceedure to  Broadcast the Workbooks.
    Thanks,
    Mike.

  • Ipod nano won't sync with windows after being used with a mac

    how can i sync my ipod with my new windows based laptop after using an old mac for years? it says it will erase my library if i sync.

    Connecting to a new computer will always erase your device first. But you can copy your music bought in iTunes before, if you disable autosync in iTunes/Edit/Preferences/Devices, right click on your iPod in the device list and choosing "transfer purchases".
    After your songs are copied, let iTunes set it up again and sync the music back again.

  • Logic Pro 9 with Soundsoap 2.2 used as a plugin

    How do I use/setup Soundsoap 2.2 as a plugin for use with Logic Pro9?
    I need to import some old audio tapes I made into Logic without tape hiss.
    The example in the Soundsoap manual only lists use with Peak LE, not Logic Pro9, and Logic help only lists data for Mackie mixers when searching for 'plugins'...

    I think that the plug-in Soundsoap installs is VST and it doesn't support Audio Units,meaning you can not use it with Logic.
    You could check on the manual or call Bias support though.
    You could remove tape hiss with Soundtrack pro included in Logic Studio. (if the hiss is audible before the song,or whatever the material you trying to transfer)
    Select the Audio region in Logic and go to *Logic Pro>Options>Audio>Open in Soundtrack pro*
    In Soundtrack pro,select a portion of the audio before the actual music/spoken word etc starts and go to *Process>Noise Reduction>Set Noise Print*
    Then select the waveform ( ⌘ - A ) and *Process>Noise Reduction>Reduce Noise*
    You can fine tune the Noise Reduction settings in the pop up window that'll appear.
    A

  • Any Multipart E-Commerce Tutorial Using the Enterprise Pack for Eclipse

    Can anyone direct me to a good multipart e-commerce development tutorial that uses the Oracle Enterprise Pack for Eclipse? Thanx.
    sbliss

    The following link on the OTN has a list of tutorials that build Java EE applications using OEPE. Trouble Ticket Application is a good place to start.
    http://www.oracle.com/technology/products/enterprise-pack-for-eclipse/tutorials.html

Maybe you are looking for

  • Require a Function Module

    Hi, Please give me the function module name which converts the date from internal format (YYYYMMDD) TO (MMDDYYYY). Regards Reddy

  • Kernel panics waking from deep sleep after SSD upgrade

    Hi Kernel panics every time a 15-inch mid 2012 MacBook Pro 9,1* wakes from deep sleep** following upgrade from original HDD to an SSD***. The first SSD was replaced under warranty and the issue is still occuring. The extended Apple Hardware Test repo

  • IPhone" could not be restored. An unknown error occurred (9).

    I don't know what to do, Received brand new today ( 08-19). iTunes is telling me that I'm required to click 'restore' and then it gives me the message: The iPhone "iPhone" could not be restored. An unknown error occurred (9). Does anyone know what th

  • When is the Ipod 4G going to have an update?

    My current iPod software is running on the 6.1.6 software? Will there be an update soon? Thanks!

  • Capturing video but not audio!!!

    when I capture a film from a camera, the audio does not get captured! the movie is ok, but audio is missing! I can see in the settings that video and audio is captured! could it be that the settings on the camera are wrong? i don't understand it! ple