CRVS2010 Beta - Licensing for "Crystal Reports for VS 2010"

Hello,
We have Crystal reports 2008 developer license which was upgraded from Crystal reports 11 Developer edition.
We have migrated to VS 2010 and need to use "Crystal Reports for VS 2010". But we only need to use the runtime version of it and are not using the crystal reports designer. Do we need to purchase/upgrade the license? If yes, then could you please let us know the details? 
Thanks,
Gulab.
Subject modified as per the sticky post at the top of this forum; [Crystal Reports for Visual Studio 2010 Beta - read before posting|Crystal Reports for Visual Studio 2010 Beta - read before posting;
Edited by: Ludek Uher on Sep 9, 2010 6:56 AM

CRVS 2010 being a Beta, I am not sure that the licensing details have been worked out yet. However, going by past versions;
Runtime is free for win apps
Runtime is free for web apps - as long as these are used internally. See [SAP Crystal Reports Licensing Information|http://www.sap.com/solutions/sap-crystal-solutions/query-reporting-analysis/sapcrystalreports/licensing/index.epx] for more details.
The above 2 I suspect will be carried over to CRVS 2010 - no guarantees, but this would make sense.
Runtime for web apps deployed to 3rd parties does require extra licensing. The licensing for versions of CR that bundled with .NET 2006 and .NET 2008 are described here:
http://support.microsoft.com/kb/317789
I'll check with Program Management if all of the above applies and confirm once I get an answer.
Ludek

Similar Messages

  • Licensing of Crystal Reports for Eclipse

    Hi,
    i have a question about the licensing of Crystal Reports for Eclipse. We want to use the Crystal Reports runtime in our application. The application uses a client/server architecture with a smart/rich client. The crystal runtime runs on the server-part and is only accessible within the company which uses our application.
    To we have to buy a runtime license to use the runtime? Because our application is not a thick client and i'm not sure if it's count as a web application. I'm asking because the licensing information ( link: [http://www.sap.com/solutions/sap-crystal-solutions/query-reporting-analysis/sapcrystalreports-eclipse/technicaldetails/index.epx] ) only distinguish between thick client and web application.
    Thanks in advance for your help,
    Jens
    Edited by: jenskeller on Dec 1, 2010 10:14 AM
    Edited by: jenskeller on Dec 1, 2010 10:15 AM

    Client (Thick) Application: The runtime engine is installed on the client machine. All report processing is local to that machine.
    Server Application: The runtime engine is integrated in a way that allows more than one user to access the engine either directly or indirectly.
    CR licensing for dummies:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70bd6328-4128-2d10-7882-d7b95418dbaa

  • License for Crystal Report for Visual Studion 2005

    Hi All,
    I am developing reports for my application using crystal reports for VS 2005.  I read on microsoft site (http://support.microsoft.com/kb/318102 ) that the free server software supports three active requests to the server.  It further says that developer will need to purchase additional licenses to increase scalability.  I think that our application would need the additional license.  However, i was unable to find a link on business objects site were i can buy the additional license for crystal report for VS 2005.  The link takes me to license for Crystal report 2008.  It would be great if you can answer my following questions:
    - what version of crystal reports do we need to purchase?
    - do we need license for each implementation or do we need license for the developers only.
    Thank you.
    Best regards,
    Abdul

    Great questions! Let's get at em, one at a time:
    How would you define a print job?
    - A print job will essentially be consumed any time the print engine (crpe32.dll) needs to  do work. So, processing one report = a print job. However, say you have one subreport, now the number of print jobs = 2. Now, say the subreport is in the details section and runs once per record. And you have 100 records. You will be running 1 + 100 print jobs. Paging to another page consumes a print job. Zooming consumes a print job, exporting and printing to a printer consumes a print job. So, depending on the report and the number of users, print jobs may be used up quite quickly. You can increase the print job limit by modifying the PrintJobLimit in the registry. For CR 2008, the reg entry is here:
    HKLMsoftware usiness objectssuite 12.0
    eport application serverinprocserver
    (the above is used irrespective of the SDK (CR, RAS, BOE))
    I am not using report viewer to render the report. I use 'ExportToDisk' method to save the report in word or pdf format. Does 'ExportToDisk' make one print job?
    - see above. Again, if the report has a subreport, this will consume at least two print jobs.
    How much time does a typical print job takes to complete?
    - no way to tell in general terms. There are too many variables that will affect this. From how complex the report to database connections to version of runtime
    What care shall I take to reduce the print job time?
    - Best you can do is ensure that you are destroying the report object once you are done with it (report.close, report.dispose)
    Will using Report Application Server (RAS) or Business Objects Enterprise increase the number of concurrent print jobs? If yes then by what amount?
    - no it will not
    To utilize Report Application Server (RAS) or Business Objects Enterprise, do I just need to use a specific SDK or is there some thing more to it?
    - You do need to use the RAS assemblies for RAS, BOE assemblies for BOE. More information is below.
    Sample RAS apps:
    https://boc.sdn.sap.com/samples/84/1194
    An article on RAS:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10b840c0-623f-2b10-03b5-9d1913866b32
    A power point as to which may be the best SDK to use:
    https://boc.sdn.sap.com/node/972
    Differences between all the SDKs (webinar):
    https://www.sdn.sap.com/irj/sdn/crystalreports-dotnet?rid=/webcontent/uuid/106b8996-067e-2b10-2f8a-d8c136b3e330
    BOE samples:
    https://boc.sdn.sap.com/samples/84/1193
    BOE SDK library:
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm
    Ludek

  • Column limits for Crystal Reports for Eclipse

    Hi ,
    Is there any column limits for Crystal Reports for Eclipse. While i am trying in my environment, if i am include more than 18 columns its wont show the preview as well as it throws error like as follows "java.lang.NullPointerException at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:991) at java.lang.Double.valueOf(Double.java:447) at oracle.sql.NUMBER.toDouble(NUMBER.java:326) at oracle.jdbc.dbaccess.DBConversion.NumberBytesToDouble(DBConversion.java:2975) at oracle.jdbc.driver.OracleStatement.getDoubleValue(OracleStatement.java:4485) at oracle.jdbc.driver.OracleResultSetImpl.getDouble(OracleResultSetImpl.java:567) at com.crystaldecisions.reports.common.data.JdbcCrystalResultSet.getDouble(Unknown Source) at com.businessobjects.reports.jdbinterface.common.ResultSetReader.readColumnValue(Unknown Source) at com.crystaldecisions.reports.queryengine.ResultSetRecordReader.a(Unknown Source) at com.crystaldecisions.reports.queryengine.Rowset.a(Unknown Source) at com.crystaldecisions.reports.queryengine.RowsetColumn.xL(Unknown Source) at com.crystaldecisions.reports.queryengine.Rowset.z1(Unknown Source) at com.crystaldecisions.reports.queryengine.Rowset.bN(Unknown Source) at com.crystaldecisions.reports.queryengine.Rowset.bI(Unknown Source) at com.crystaldecisions.reports.queryengine.RowsetBase.bJ(Unknown Source) at com.crystaldecisions.reports.queryengine.RowsetBase.za(Unknown Source) at com.crystaldecisions.reports.datalayer.a$e.za(Unknown Source) at com.crystaldecisions.reports.basicdataengine.a.w(Unknown Source) at com.crystaldecisions.reports.basicdataengine.a.p(Unknown Source) at com.crystaldecisions.reports.basicdataengine.a.a(Unknown Source) at com.crystaldecisions.reports.datalayer.a.do(Unknown Source) at com.crystaldecisions.reports.datalayer.a.a(Unknown Source) at com.crystaldecisions.reports.dataengine.m.b(Unknown Source) at com.crystaldecisions.reports.dataengine.j.b(Unknown Source) at com.crystaldecisions.reports.dataengine.m.o(Unknown Source) at com.crystaldecisions.reports.dataengine.m.a(Unknown Source) at com.crystaldecisions.reports.dataengine.ContextNode.a(Unknown Source) at com.crystaldecisions.reports.dataengine.ContextNode.a(Unknown Source) at com.crystaldecisions.reports.dataengine.j.case(Unknown Source) at com.crystaldecisions.reports.dataengine.h.(Unknown Source) at com.crystaldecisions.reports.dataengine.DataContext.a(Unknown Source) at com.crystaldecisions.reports.dataengine.DataProcessor2.a(Unknown Source) at com.crystaldecisions.reports.dataengine.DataProcessor2.a(Unknown Source) at com.crystaldecisions.reports.dataengine.DataProcessor2.new(Unknown Source) at com.crystaldecisions.reports.dataengine.DataProcessor2.try(Unknown Source) at com.crystaldecisions.reports.dataengine.DataProcessor2.int(Unknown Source) at com.crystaldecisions.reports.dataengine.DataProcessor2.I(Unknown Source) at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.fl(Unknown Source) at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatter.if(Unknown Source) at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatter.a(Unknown Source) at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatter.X(Unknown Source) at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatter.moveToPageN(Unknown Source) at com.crystaldecisions.reports.formatter.formatter.lightmodel.FCMPageFormatter.goToPage(Unknown Source) at com.businessobjects.crystalreports.designer.core.elements.formatted.MultiPageModel.B(Unknown Source) at com.businessobjects.crystalreports.designer.core.elements.formatted.MultiPageModel.A(Unknown Source) at com.businessobjects.crystalreports.designer.core.elements.formatted.FormattedPages$2.A(Unknown Source) at com.businessobjects.crystalreports.designer.core.elements.formatted.FormattedPages$2.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at com.businessobjects.crystalreports.designer.core.util.thread.ExecutorWithIdleProcessing$3.doWork(Unknown Source) at com.businessobjects.crystalreports.designer.core.util.thread.AbstractCancellableRunnable.run(Unknown Source) at com.businessobjects.crystalreports.designer.core.util.thread.PriorityTask.run(Unknown Source) at com.businessobjects.crystalreports.designer.core.util.thread.PriorityCompoundCancellableRunnable.runSubtask(Unknown Source) at com.businessobjects.crystalreports.designer.core.util.thread.PriorityProgressAwareRunnable.runSubtask(Unknown Source) at com.businessobjects.crystalreports.designer.core.util.thread.PriorityCompoundCancellableRunnable.doWork(Unknown Source) at com.businessobjects.crystalreports.designer.core.util.thread.AbstractCancellableRunnable.run(Unknown Source) at com.businessobjects.crystalreports.designer.core.util.thread.ExecutorWithIdleProcessing$_B.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595)".
    But i removed any one column, it wont make any problem and able to preview. Whenever put more than 18 columns, its throwing issue. Can you please help me to identify the issue.
    Regards, Siby

    Hi,
    Are you talking about the fields coming from the Data Source Explorer?.
    If "Yes" then there is no such limits.
    Are you able to run the report through the eclipse designer?
    Thanks,
    Neeraj

  • Looking for Crystal Reports for . net framework 2.0 (x86) in MSI Format..

    Looking for Crystal Reports for . net framework 2.0 (x86) in MSI Format..

    Wasn't sure which version you are using, so here are the two i think you might be using:
    [CR for VS2005|https://smpdl.sap-ag.de/~sapidp/012002523100010010692008E/crredist2005_sp1_x86.zip]
    [CR for VS2008|https://smpdl.sap-ag.de/~sapidp/012002523100006255282008E/CRRedist2008_x86.zip]

  • DB2 support for Crystal Reports for Enterprise And Unx errors

    Hi,
    I have a requirement to create a report in CrystalReports for Enterprise 4 sourcing data from Oracle 11 and IBM DB2 V9 databases. My first approach is to create relational connections for both the databases in the BO Repository (using Universe designer) and use them directley in the CR for Enterprise. Here I was able to create the two connections but unable to use the DB2 connnection in the report. I get the below error:
    "The Database DB2V9 is not supported".
    Is DB2 is a supported database for Crystal reports for Enterprise ??
    My second approach is to create a multisource universe using IDT. Here when I try to create the Datafoundation layer, I get to see the tables from the DB2 databasae but When I expand the Oracle connection, I get this error: "conversion from UTF8 to charset failed: encoding not loaded".
    Im unable to create a multisource universe at all no matter what connections I use.
    Here is some additional info:
    SAP BI4.1 SP1
    Windows 2008 R2 servers
    Oracle 11g
    IBM DB2 V9.7
    Any suggestions please!
    Thanks,
    Ravinder

    Hi,
    First of all I would strongly advice you to only use IDT for your universe development. The old Universe Designer is a legacy tool and should not be used unless you are using products that doesn't support IDT universes.
    The issue you are facing for your Oracle connection is likely caused by a missing path variable.
    Add "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64" to the PATH environment variables on the SAP Business Objects Enterprise server.
    Restart the SIA
    NOTE: Modify the path in case the SAP BusinessObjects Enterprise is installed in different folder.
    Hope this helps.
    Cheers,
    Josh

  • CRVS2010 Beta - Report Viewer Errors for Crystal Reports in VS 2010

    I have a project that was written in VS 2008 targeting the 3.5 framework which contains a ton of Crystal Reports.  I recieved my new license for VS 2010 and did the install along with the Crystal Reports for Visual Studio 2010 Beta 2.  I converted my project over successfully.  I am able to open up the reports on their own.  When I try to save them they want to be converted to the new format.  This also works fine.  My problem is the Crystal Reports Viewer.  I am not able to add any reports to the viewer without receiving error messages.  I have tried using the 10.5 and the latest version of the viewer, but receive errors everytime that I try to add a report to it.  I always recevie the following error:
    "Error invoking 'Choose a Crystal Report...'. Details: Invalid Report Source"
    I have also tried just creating a brand new report from the Crystal Report Viewer Tasks window.  When I do that I get this error:
    "Unable to find the report in the manifest resources. Please buld the project, and try again."  "Error invoking 'Create a New Crystal Report...'. Details: Unable to find the report in the mnifest resources. Please build the project, and try again."
    I have tried changed the framework target to 4.0, but this has not helped.  I have tried using the 14.0 versions of the references and the 10.5 versions.  I have searched all over the internet for a resolution, but can't seem to find one.  Any help would be greatly appreciated.

    I am having the same problem. You say make sure all of my assemblies are version 14. Three questions:
    1. Now that I have removed all of the old Crystal assemblies from my project, what are the assemblies that I need to add back?
    2. My VS 2010 "add references" popup shows me many crystal assembles (Crystal XI is also installed) which ones to I need to install now?
    3. If I don't know what they are, or where to find them, how do I determine their version?
    You solution reminds me of the old saying "If I had ham, I could make ham and eggs. If I had eggs!"
    More information please,
    J Rich
    Edited by: JosephRich on Nov 6, 2010 5:36 PM
    Edited by: JosephRich on Nov 6, 2010 5:39 PM

  • CRVS2010 Beta - Drill down functionality for Crystal Report in VS 2010

    I found a limitation with Drill down functinality in crystal Report using VS 2010.
    If report`s section or group has data in furthure section or same group, its work fine, but section/group does not have data, it allows to click on fields for drill down but genrate issue.
    Updated subject line per this Beta post - Crystal Reports for Visual Studio 2010 Beta - read before posting
    Edited by: Don Williams on Oct 16, 2010 12:59 PM

    If you look up you'll see you are now in the "SAP Community Network Forums » Business Intelligence SDK Application Development (SAP BusinessObjects and SAP Crystal Solutions) » .NET - SAP Crystal Reports"  forum.
    But if want the link here it is:
    Thank you
    Don

  • License for Crystal Report for SAP 8.8

    Hi All!
    Our customer ask that  can they install the crystal report for SAP 8.8 with multi computer and no need to buy any license for this because they bought license for SAP B1 already.
    I wonder this and everyone can help me?
    How can we should advice them.
    Thanks!

    Hi,
    If you want more users to edit CR, you need to buy extra licenses.  B1 only include one free license for maintaining reports for 2007 version.
    Thanks,
    Gordon

  • Licensing for Crystal report for VS2010 in Intranet environment

    Hi,
    Can we use the free Version of Crystal report (SAP Crystal Reports, version for Visual Studio 2010)
    In an Intranet based Web Application (ASP.NET 3.5 & 4.0) with a user load of 250.
    MAX user Load could be around 30-40 on the same report.
    Please suggest
    Regards
    Manu

    Post Author: samremedy
    CA Forum: .NET
    Hi Ted,
           Thanks for the update. yes I am using Crystal Report for Visual Studio 2005 and i am using this for a Windows Desktop Application.as per the document runtime is free and can be distributed.. it says_______________________________________________Integrate the Crystal Reports engine into client Microsoft Windows applications and, at no additional charge ("free runtime"), developers may:
    u2022
    Freely deploy those Visual Studio .NET or Visual Studio 2005 applications in their own organizations. -or-
    u2022
    Redistribute those Visual Studio .NET or Visual Studio 2005 applications outside their organization for use by third parties______________________________________________
    Thanks a log again  for pointing me to the documentation...

  • SP 2 for Crystal Reports for Visual Studio 2010 released!

    Service Pack 2 for CRVS2010 is now available. See the [Crystal Reports for Visual Studio 2010 Reference|http://www.sdn.sap.com/irj/boc/support?rid=/webcontent/uuid/d01fdad8-44e5-2d10-61ad-9d2d4158f3a8] page for links to the SP, Merge Modules and MSI.
    Direct links;
    [SP2|http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_2.exe]
    [MSM|http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_mergemodules_13_0_2.zip] (32 bit only)
    [32 bit MSI|http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_2.zip]
    [64 bit MSI|http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0_2.zip]
    [ClickOnce|http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_clickonce_13_0_2.zip]
    [SP2 resolved issues|http://wiki.sdn.sap.com/wiki/x/tgK3Dw]
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

    Hello,
    You can find all of the info for CR for VS 2010 here: http://www.sdn.sap.com/irj/boc/crystalreports-dotnet
    Including the deployment packages etc., distributing the runtime manually is not supported nor has anyone that I know of ever done it successfully.
    Make sure you use the Full Framework when building your project and set your project for X86 or x64 only and not the default AnyCPU.
    You can use CR with 2.0 framework, actually it still has a dependency on 2.0 framework.
    Microsoft doesn't support it as they did in previous versions of VS .NET because it's not installed with VS now. It's fully support by SAP now.
    Thank you
    Don

  • I searsh support for crystal reports for VS 2005

    Post Author: wahid
    CA Forum: Crystal Reports
    Hello;
    I learn crystal rports for VS 2005, for do reporting but i can't, can you send me address web for crystal reports and programming code in crystal reports
    think you,

    Before dishing out good $$ for a phone support, have you posted your query in these forums? Have you used the search box in the top tight corner to see if there is a solution already documented?
    Just sayin...
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • WebElements: Support planned for Crystal Reports for Enterprise?

    Hi Jamie
    Currently only Crystal Reports 2011 is supported with WebElements 2.47. Is there a plan to support Crystal Reports for Enterprise in the future? Or are there technical obstacles which prohibit this "by design"?
    Regards
    Raphael

    hi Raphael,
    crystal reports for enterprise on bi 4.0 will not support webelements as it does not have support for custom functions. webelements is built with custom functions. there are most likely other limitations with crystal reports for enterprise that will disallow using webelements.
    this should not really affect anyone that's using webelements unless they really want to use the new semantic layer / universe.
    given that you could probably still build your reports that contain webelements with crystal reports 2011 and call anything built with cr for enterprise. the best practise for webelements is to create a container report with all of the webelements controls and then call the target in an iframe or in a new tab or window.
    jamie

  • Download link for Crystal Reports for Eclipse 2.0 Release Update 12

    Hi,
    In Release note we found that the Unexpected database connector error is resolved while using JDBC result set in setDataSource in CR4E in Release update 12. Please give me the link to download the Release update 12 jars.

    Hi,
    Below is link for the Crystal report for Eclipse 2.0:
    [http://www.businessobjects.com/campaigns/forms/downloads/crystal/eclipse/datasave.asp|http://www.businessobjects.com/campaigns/forms/downloads/crystal/eclipse/datasave.asp]
    you could always refer to the following thread as Bryan updated with new releases :
    [Crystal Reports for Eclipse 2.0 Release Update 8 is Now Available!|Crystal Reports for Eclipse 2.0 Release Update 8 is Now Available!;
    Hope this will help
    Regards,
    Rameez Shaikh

  • CRVS2010 Beta - Print functionality  for Crystal Report in VS 2010

    I want to print crystal report documrnt without loading in Reportviewer(in ASP.NET 4.0), just print the report document.
    I have used ReportDocument.PrintToPrinter(1, false, 0, 0);This server-based method .One limitation of this method is that a printer name must be specified.  I can set the default printer at design time in the report, and I can change the printer name at run time by setting the ReportDocument.PrintOptions.PrinterName property.this method prints from the server itself, not from the client machine.  This means that any printer I wish to use must be accessible from the server.  I cannot print to a client's desktop printer using this method unless that printer is shared on the network and mapped to the server.
        But I want to print from client machine(in ASP.NET 4.0) which is not accessible from server.
    I need solution and suggessions.
    Than You
    Hrushikesh Patel

    I don't think that this is a Crystal Reports issue as such. All client / server web apps will behave the same way. See [this|http://support.microsoft.com/kb/184291/en-us] MS Kbase for more details and possible solution.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

Maybe you are looking for

  • Where & what to look for failed messages analysis ?

    Hi,     Im new to PI. Messages are failing in PI.    Just want to know where exactly to look in SXMB_ADM or RWB for the failed messages and what do I need to look in there to analyze these failed messages ? Please help. Thanks Sourav

  • Images not displayed on safari on netbook

    I installed safari onto my netbook running windows 7 And no pictures are displayed. This includes logo pictures like the google logo. Does anyone else have this problem and/or solutions to it?

  • An odd aspect ratio question

    Hi All, Here's a new one for me.  I have a client who wants a finished movie to be 786x280; a very strange aspect ratio, no? Anyway.  I'm getting footage which will be HDV, 4:3, SD and graphics.  If I make my sequence that very odd number I'm not goi

  • Horizontal CFMENU displays vertically.

    What is the main reason this code will display the menu vertically ? Anything that can override? <cfmenu   bgcolor = "##ccff33"   font = "Tahoma"   fontColor = "red"   fontSize = "10"   selectedFontColor = "black"   selectedItemColor = "##ffdd99"   t

  • Graphics rendering

    pardon the stupid question, but . . . when i import a photoshop graphic (pict file, 720x480) into a FCP 3.0.2 sequence which is set up as a DV-NTSC sequence, 720x480; then 2x click it so it loads into the viewer, then drag it onto the timeline, it ha