We want that License key of Crystal Report Developer Edition V8!!!

Hello. It's Ulsan Chemical Co.Ltd.
I want to get Seagate Crystal Reports Developer Edition's license key.
Our CD KEY CODE is 6Mxxxxxxxxxxxxx0 and we have that CD.
Please send license key quickly. thank you!

Hey  KIM,
To get the particular developer edition, you need to have a reserved S-user id and password generated from SAP.
To get these you can contact the CIC People , and they will guide you to get the required edition .
You can reach them at :
If you are customers in Canada that could not contact the CIC we have a number
for them now.  It is the old support number 800-887-2340, this can be used by US
& Canada.
World wide hot line  number --+49-6227-744969.
Just let me know if any.
Regards,
Naveen.

Similar Messages

  • Crystal Reports Developer Edition XML or Java data source

    <p>Is there a way to use XML or custom Java objects (POJO) data source  in Crystal Reports Developer Edition ?  Currently Crystal Reports  is being invoked as API from an existing code. But that code can be modified if need be.</p>

    Hello Jayashree,
    please see a sample for CR 08 with XML as datasource [here|https://smpdl.sap-ag.de/~sapidp/012002523100006016532008E/XML_datasource.zip].
    Best regards
    Falk

  • Crystal Report developer edition - Linux

    Do we have Crystal Report Developer edition (version XI R2 or 2008 V1) for linux?

    The standard designer is Windows only.  The only thing you may be able to use on unix is Crystal Reports for Eclipse which has a built in Java designer.

  • License key in Crystal Report Server

    hi all visitors
    i have installed crystal report with licence key(60 days).
    but when i log in CMC and stay for long time  then i refresh.
    i can't add crystal report. and when i choose the license key, it doesn't show anything( it doesn't show the license key that i have inputted when installing).
    best regards,

    Hi,
    are you logged in as the "Administrator"?
    Regards
    -Seb.

  • Do I need to install crystal reports developer edition?

    Hi,
       I tried to open a CR 8.5 reports in vs 2005 and it opened up fine. But when I try to preview the report it comes up with the error
    Failed to load Database information
    Details:The Database DLL 'crdb_fielddef.dll' could not be found.
    We have used Active Data drivers and Field definitions using ttx files in 8.5. We used the 8.5 developer edition. Will I be able to use the crystal reports for .net with vs 2005 without installing the new version of crystal reports or Do I need to install the developer edition to overcome this? I used the 10.2 version with the VS2005.
    Thanks,
    SS

    VS 2005 does not ship with crdb_fielddef.dll, which is the lib used with ttx reports.  You won't be able to preview off of a ttx file, or create a new Crystal Report off of a ttx file, using CR.NET shipped with VS 2005.
    If you require those functionalities, CR XI Release 2 would be an possible option.
    Sincerely,
    Ted Ueda

  • Crystal reports for Eclipse vs Crystal reports Developer Edition

    hi guys,
      what is the difference between CR4E and CR Developer edition in the context of using it in a J2ee application?
    As far i know the below are the differences
    1.CR4E has a better JRC than the JRC that comes with the CR Developer
    2. CR4E is free and CR Developer is not for free
    3. CR Developer has a better UI for Report desigining whereas CR4E doesnt have . It is possible to get a trial version of CRDeveloper to design and use the JRC of CR4E to execute the report from a J2EE application
    is there is something that CR developer has which CR4E doesnt have when it comes to integrating with an J2EE application
    Thanks,
    Prem

    Please contact our sales departments to discuss differences and options to download trial versions etc.
    http://www.businessobjects.com/company/contact_us/
    U.S. and Canada
    For sales inquiries in the U.S. and Canada, please call +1 866 681 3435 between 7 a.m. and 5 p.m. Pacific time, Monday to Friday u2013 or contact us using our email form.

  • Crystal Reports Developer XI installation appears complete, but is not

    A client of ours has purchased Crystal Reports Developer XI, and we're having trouble getting the installation completed on their box.
    Everything installs as normal (we installed this at other clients), and the box requests a reboot.  After reboot, there is no indication that the install ever occurred, except for the new files in the "C:\Program Files\BusinessObjects" directory.  There is nothing in Add/Remove programs for it, nor is there anything in the start menu that would indicate it was ever installed.
    When attempting to re-install (which we've done 4 times now), the license key is already entered in for us, which to me means that the installation is at least partially talking to the registry, but never really finishing.
    We're performing the installation using administrator logins.  As I said, there are no errors indicating anything isn't working.  The box is a Win Server 2k3 box with SP2.
    TIA

    If this is XIR1 of windows 2003 SP1 or later you probably want to enable Micorsoft DEP for windows only and reboot.
    Also since you have a partial install on the HD you should delete the following registry keys hkey/localmachine/software/business objects and hkey/currentuser/software/businessobjects
    Also delete the following directories C:\program files\business objects and C:\program files\common files\3.0
    Then reinstall.
    Regards,
    Tim

  • Crystal Reports for Eclipse vs. Crystal Reports Developer

    We are developing a Java web application for internal use.  Since we have some people at the company who are familiar with Crystal Reports, we'd like to have them write reports that we can display through our application.  Crystal Reports Server seems like overkill for this project, but the <a href="http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm#en/JRC_SDK/">JRC</a> sounded like a good fit.
    I have been evaluating <a href="http://www.businessobjects.com/products/reporting/crystalreports/developer/default.asp">Crystal Reports Developer</a> and trying out the <a href="http://support.businessobjects.com/communityCS/FilesAndUpdates/crxi_r2_jrc_web_samples.zip.asp">JRC samples</a>.  The samples don't use the tag library.  Instead, they show how to set session variables and redirect to a viewer JSP which contains a bunch of Java code to use the CrystalReportViewer.
    The samples are so much more complex than the code created by Crystal Reports for Eclipse, which simply uses the tag library:
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer" %>
    <crviewer:viewer reportSourceType="reportingComponent" viewerName="myreport-viewer" reportSourceVar="myreport" isOwnPage="true">
    <crviewer:report reportName="myreport.rpt" />
    </crviewer:viewer>
    I assume that I should be able to use the same tag library approach without using Crystal Reports for Eclipse, but I haven't seen any tutorials on it.  I'm trying to understand whether I should purchase Crystal Reports for Eclipse instead of Crystal Reports Developer.
    This is the difference, as I understand it:
    Crystal Reports Developer gives you the stand-alone Crystal Reports Designer and the right to run the JRC on an internal server.  It costs <a href="http://store.businessobjects.com/store/bobjects/DisplayProductDetailsPage/productID.40434600">$595</a>.
    Crystal Reports for Eclipse Standard provides a free report designer built into Eclipse.  It also includes the JRC for use on an internal server.
    Crystal Reports for Eclipse Professional provides "a more powerful runtime engine" with the right to run it on one internal server.  It costs <a href="http://store.businessobjects.com/store/bobjects/DisplayProductDetailsPage/productID.52068100">$495</a>.  Is this the same JRC provided with Crystal Reports Developer?
    If the "powerful" JRC is the same as Crystal Reports Developer's JRC, could I install Crystal Reports for Eclipse Standard to take advantage of the Eclipse integration and the built-in designer, but use the more powerful JRC from Crystal Reports Developer, which would also give me the stand-alone designer?

    <p>Hi there,</p><p>     If you are planning on deploying a JRC application then you should definitely be using Crystal Reports for Eclipse for your runtime engine. It is the latest version of the JRC and includes many updates not available in Crystal Reports Developer.</p><p>As for "power" the JRC included in CR Developer is on par with the JRC available in the Basic edition of Crystal Reports for Eclipse. The Professional edition of Crystal Reports for Eclipse provides the most powerful version of the JRC available.</p><p>With the release of Crystal Reports for Eclipse, Business Objects is setting the groundwork for separating Developer needs from the Report Author needs.</p><p>A professional report author will require a professional report design tool. For these users we are recommending that they purchase Crystal Reports Professional.</p><p>The developer, on the other hand, generally needs the SDKs and a toolkit to assist with building applications. We believe that these should be available at no cost to the developer, only charging when the application is deployed (in this case a CR4E Pro license). This is different from the current model with Crystal Reports Developer where we have combined a professional report designer plus the required runtime.</p><p>So, to summarize, definitely use Crystal Reports for Eclipse for your application runtime and have your report authors puchase Crystal Reports Professional. If you need a more powerful engine, access to technical support or plan to deploy on multiple servers then I would recommend purchasing the Crystal Reports for Eclipse Professional license for your development purposes.</p><p>As for some tutorials on creating viewer pages, the integration in Eclipse provides a very simple way of accomplishing this. I would suggest reading the section titled "<strong>Creating a New Viewer Page</strong>" in our Getting Started Guide found at the following URL:</p><p><a href="/node/320"><strong> http://diamond.businessobjects.com/node/320</strong></a></p><p>Let me know if you have some follow-up questions. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) <br /><strong><br /><a href="http://www.eclipseplugincentral.com/Web_Links-index-req-ratelink-lid-639.html">Rate this plugin @ Eclipse Plugin Central</a></strong>           </p>

  • Crystal Reports not editable from Mobile Sales in CRM 7.0

    Hello Experts,
    We are using Crystal Reports in 4.0 and they are working well. I can open the reports in report Designer and can check all the details.
    Now we have performed a upgrade from 4.0 to 7.0 and getting some issue while executing one of the reports. To analyze that, we have installed Crystal Reports 9 (same version is being used for 4.0 as well) on the MAR/MDW box. But when I try to do "Modify Report" from Report Maintenance /Details tile set (in MSY), I am getting an error "Error while modifying report, try again".
    Anyone has seen this error before? Could you please advise what is wrong here? Is it a problem with database connectivity or something else? Thanks in advance.
    Regards
    Pijush

    Hi Pijush,
    I faced this kind of issue when modifying a report in CRM 5.0. Its nothing to do with the version.
    May be, the reports in MSY, are not imported properly on MDW.
    My suggestion is export the reports into a .car file where this is working and make sure there are no errors when create a .car file.
    Import the .car file into the system where you want to modify the report.
    Do not import the same .car file again and again if it fails for the first time. If it fails, then create a new .car file from the system and follow that import process.
    I do not have access to any MDW system now, otherwise I could suggest you better.
    Check this link [Export Manger in MSY|http://help.sap.com/saphelp_crm700_ehp01/helpdata/en/45/da8be986ef3b34e10000000a114a6b/frameset.htm]. It might help.
    Thanks,
    Praveen

  • PDF Export Output in Crystal Reports Developer 10 vs. Crystal Reports Developer XI

    <p>Hi -- First post here, so forgive newbish behavior (at least for today)</p><p>Quick question:</p><p>Why does my output differ (margins and image size) for the same report exported to PDF via Crystal Reports Developer 10 vs. Crystal Reports Developer XI?  It&#39;s the same report with the same data and same design.  When XI is compared to 10, the output in XI seems to remove an extra 1/4-inch on the left, right, top, and bottom margins and makes my images shrink by about a factor of 25%.</p><p>While not the end of the world, it would be nice to get an explanation as to why this happens.</p><p>Thanks in advance,</p><p>Amasis</p>

     I personally haven't noticed that myself but I'm sure it will have been reported to Customer Care if it's a more persistent issue. Have you tried looking this up in the Knowledge Base?
        - Kathryn Webster (Report Design Consultant)Â
               Kat&#39;s News: http://diamond.businessobjects.com/blog/279

  • Total No of pages different in report printed using Crystal Report XI R2 vs SAP Crystal Reports, developer version for Microsoft Visual Studio (File Version 13.8)

    Currently in our application, we are using Crystal Report XI R2 for generating the reports. We are in the process of upgrading the Crystal Report to SAP Crystal Reports, developer version for Microsoft Visual Studio (File Version 13.8). I updated that on my machine and all the reports work fine. I didn't have to modify any of the reports.
    However when comparing the reports, we found that there are few reports on which the total no. of pages differ from the report displayed using Crystal Report XI R2 vs SAP Crystal Reports, developer version for Microsoft Visual Studio (File Version 13.8). Comparing the reports, it looks all the data that were fit on one page earlier with version XI R2 doesn't fit on the same page with version 13.8, thereby increasing the page counts.
    The fonts, page margins everything set on report itself. Nothing being set in the code.
    Both the application is using the same report that is pulling the data from the same database. Our application is a web application.
    Any suggestion, why this is happening.
    Thanks.
    Sanjay

    I am not sure what is being compared here?
    CRXI R2 designer to CRVS?
    CR XI R2 in some version of .NET to CRVS?
    CR XI R2 using RDC SDK to CRVS?
    Also, is this happening on your development computer or after you deploy?
    If you compare the the "Page setup" options dialog between reports that work and those that do not work, do you see any difference?
    Is this a web or a win app?
    Are you seeing the same issue when viewing and exporting - say export to PDF?
    What is the printer driver used and it's version?
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Million+ views - SAP Crystal Reports, developer version for MS VS: Updates & Runtime Downloads

    1,000,000! One million views in just over three years;
    SAP Crystal Reports, developer version for Microsoft Visual Studio Updates & Runtime Downloads;

    Re. runtime distribution limits; WIN apps, free. Web apps used internal to your organization, free. Web apps deployed external to your organization, extra licensing applies. Check with sales: 866-681-3435
    Worldwide Office Locations | SAP
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Crystal Reports Developer

    Greetings all,
    I have recently purchased Crystal Reports developer version 11 and have made a number of reports.
    I am having trouble with sharing reports to other employees of my company and would like your assistance.
    What are the ways of allowing other users to view the report and also allow them to modify the parameters? eg I have created a report that gives the list of all of the active candidates for a company. There is a query before the report that is generated to ask the user the start date and end date.
    I spoke with a number of people and they have suggested creating the report in "run-time" which I have no idea what it means.
    Can someone please help me as I would like to share all these reports.
    Your assistance is appreciated.

    Simone,
    There are several ways to make your reports available and usable to others.
    Here are a few...
    1) Export to PDF and email (users will not be able to alter any of the parameters... )
    2) Install a CR viewer on each users machine. You can find a list of them here http://www.kenhamady.com/bookmarks.html
    3) Crystal Reports Server (CRS) or Business Objects Enterprise (BOE).
    4) Create a custom application.
    With the CR Viewer, that application only allows to user to view the report but not enter in any parameters?
    I enquired about crystal reports server but it came to roughly $8000 for the product which is quite expensive.
    Is there a program that I can utilise that is a relative good price?

  • Crystal Reports Developer XI shuts down when trying to run a report

    I have been using Crystal Reports in my office since 2005 without any problems.
    However, recently when previewing reports in the Developer edition of Crystal Reports XI I have experienced a problem. After logging onto the databases and selecting the parameters, instead of displaying the report the application closes. This only occurs on a few of my reports, I have not made any changes to these reports and up until now they have been working without error.
    The only change to the operating environment has been a recent upgrade to Windows XP.
    Any suggestions for a fix?

    Naveen,
    The reports where developed in the current version. 
    There isn't any other version installed on the machine.
    I only have Crystal Reports Developer XI installed on 1 machine in the office.  The reports are loaded in the Business Objects Management Console and available for other office staff to run from the Business Objects Viewer.  The reports run OK from the viewer.
    I have tried un-installing Crystal Reports Developer XI and re-installing it already - the problem still occurred.
    There are a number of faulty reports, some query 1 database others only 1 database, some have SQL tables others do not, most of them have subreports, formula fields, parameter fields, and group name fields, 1 also has a running total field.
    Most of the reports I have created are similar but have different selections.
    Thanks for your help, hope we can find a solution.
    Ann.

  • 请问Crystal Report Developer XI 升级到 XIR2,对原来用XI做的报表有没有影响?

    我司原来使用的是Crystal Report Developer XI,并会发布在BOE XIR2上的。
    现在想将CR Developer XI 升级到 XIR2,会不会对原来的报表有影响?

    不会有影响。

Maybe you are looking for

  • Itunes update will not download

    10.5.2 itunes download can't download.  It runs forever and says it can't install the updates.

  • Colors in Dynamic ALV table display

    Hello All, I have dynamic ALV table display in which i created the columns dynamically and finally binded that created node and diplayed the table .. Now what i want to do is depending on some condition i need to change the colors in the table displa

  • Creating a table and content updation in Java Stack

    Hi All I have a requirement that i need to capture the information of deployed content in a deploy log file present in the directory of a J2EE Engine and store it in a JAVA Persistence stack.I should not use any SAP tables so the JCO and RFC approch

  • Bad hard drive?

    This is not exactly a problem with the iMac, but I hope someone can shed some light on this. I have an external G Drive" 300GB HD connected to my iMac. I think it's borderline dead, though it's just over a year old. I have a number of images and some

  • Securely erasing HD and ejecting disk

    I just got a 24" Intel iMac to replace my old flat panel mac (yay!). I want to sell or donate my old iMac, so after transferring all the data, I reinstalled the system software on the old iMac, choosing to erase the HD. So far so good, but now when I