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

Similar Messages

  • Limited features for crystal reports in visual studio 2005

    Post Author: jag
    CA Forum: .NET
    Hello All,
    I have problems in finding solution for the following problems in line graph in crystal reports in visual studio 2005.
    1)Cant customize the colour of line in the line graph. (line by series only i wanted not by group)
    2)Cant customize the width of line.
    3)Cant customize the line style display.
    4)Cant customize the trend line or target line.
    Can you please help in resolving these problems....
    Do i get any extended crystal report software for visual studio 2005 to get all features in crystal reports 10 r 11 versions?
    Do you recommend 3dgraphics macros is better and economical to get extended features of crystal reports in visual studio 2005?
    Can anyone please help me..iam in need of these solutions urgently....
    Thanks in advance for your time......cheers

    Post Author: Argan
    CA Forum: .NET
    I am not really familiar with all of the options for charting and what is or isnt in the bundled version.
    You can download the CR XI R2 developer edition eval from the website and see if it gives you the graph options that you want.  If it does then I think you can buy it at an upgrade price since you already have the bundled edition.

  • 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

  • 156" width Crystal Report with Visual Studio 2005

    Post Author: kunchesm
    CA Forum: .NET
    Hi,
    I have a requirement to design a 156" width report (for exporting to Excel). And naturally i dont have printers to support this huge width reports (as these reports are not used for printing but just for exporting to Excel).
    One of the option which i have tried to design these reports is -
    - Installed MIcrosoft XPS Document writer and
    - Created a new server form (in Printers&Faxes>File>Server Properties) and assigned my custom width & Height for the paper size as per my requirement
    - Used this printer and form in my crystal report
    Now, my question... is there any better alternative or option to design huge width Crystal reports in Visual studio 2005? Any help in this regard is highly appreciated!
    Thanks & Regards
    ksm

    Hi Ganesh,
    So it all depends on how you created your WEB Project. If it was a CR Web App then no issues, if it was a WEB Form app then no issues except you need to copy the whole folder: C:\inetpub\wwwroot\VS2013WebsiteCR\aspnet_client
    to your app folder, maybe...
    If it was an empty WEB app then it may be an issue with permissions ( more on this soon once we do some testing, R&D may have provided a work around to get IIS Express to work, not sure about using IIS directly.
    Also search on Sessions and PostBacks, to get the second page you need to keep the session open/active. If not you may get nothing ot the same page everytime.
    Don

  • 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 - 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

  • 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...

  • 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

  • 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

  • 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

  • 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

  • Concurrent Access for Crystal Reports for eclipse

    Hi,
    May i know is there any concurrent access limitation when viewing the reports in web using JRC?

    The performance does get better after the initialization of the JRC application.  Because it is a pure java application without any reliances on servers for processing power, it will rely on the speed of the application server.  In the initialization, all of the libraries get loaded in to the classpath so this does take some time.  Generally speaking the performance will get better after this because everything has been loaded in to memory; that is until you restart the application server.
    The JRC will be a bit slower when rendering a large report.  Depending on the size of that report, you may be looking at between a few seconds and several minutes in processing time.
    Whether or not you use the JRC will depend on the number of users you anticipate having at any given time for your application as well as the general size of your reports.
    Crystal Reports Server comes with a set number of licenses.  Initially it comes with 5 and you can purchase up to 20 or 25.  This means you could potentially have about the same number of users as you would with a JRC application, but if you have large reports then you could take advantage of the benefit of being able to schedule those reports (set them to run during an off time so your users can view the instances quickly when they need to).  You do have to be more mindful of how you use licenses with this product, since for each user logged on to the system there will be a license used.  There are many additional benefits, including performance that can be had with CR Server.  One key difference would be in the cost of the product:  The JRC is essentially free, whereas CR Server is not. 
    I would suggest reading our product documentation and applying it to your situation to determine what implementation would work best for you.

Maybe you are looking for

  • How can i access two view in a method

    hi i have a situation where i have to access two view in one method how can i do that am in jdeveloper 11.1.2.1.0 Edited by: Tshifhiwa on 2012/07/03 4:33 PM

  • Clip notes a pig in a poke

    old southern expression for buying something without seeing it i'm allready mad about upgrade priceing from cs3 production premium to cs4master costing me 1700.00 now i send an hour long documentary to customer for approval and i can't see thier note

  • Store word files, documents and pics in database

    Hi guys, I want to store objects like word files, excel sheet, pics in one of my column in a table. what shud be the datatype of my column if i am using oracle 9i release 1. and how to store these files in database????? how is it possible thru forms.

  • Finding where tables are updated

    Is there any way I can find out what procedures update any particular table (utilities/procedure). I need to find out how many procedures I need to change if I modify a table structure. I am working with oracle 10g Thanks.

  • Error when i try to Activate BC Set for Charm

    Hi gurus, I´m trying  to activate the BC Set for charm via spro and the following error message apear when I try to activate that.(solman 4.0 sp 16) "SAP ChaRM auto-configuration warnings" "Message no. IMG_FASTCONF028" Any idea for this? Regards, Ign