Upgrade from crystal report 4 to crystal report 11

hi,i have an old application developed use vb5.0 and crystal report 4,
now i want to upgrade it to vb6.0 and cystall report 11, does the cystal report 4 and 11 are compatiable?

Hello,
Crystal Report 4.6 reports are pretty old.  There have been 3 or 4 major code rewrites to Crystal Reports between CR 4.6 to CR XI.  I think your CR 4.6 reports will run from CR XI but I can't be sure.  I haven't seen CR 4.6 in quite a few years and have never tested it.  You will probably want to update the old reports to CR XI.  To update the reports open them in CR XI and save them in the CR XI format.  Please be sure to keep back up copies of the original CR 4.6 reports.
Your VB application will have to be migrated to a different component.  The Crystal OCX (crystl32.ocx) that was available in CR 4.6 was retired after CR8.5. In order to run your CR XI reports you'll need to migrate your VB6 application to the Report Designer Component (RDC) object model.
There are a number of documents that will help you with the code migration.  Here are some links:
[Migrating to the RDC in CR9|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/105181db-cb1d-2b10-38a4-b0a30e268e40] - applies to CR 9/10/11/11.5
Upgrading from CR4.6 to CR9/10/11/11.5 is essentially the same. The above document was written for CR9 specifically; however it will work for CR10/11/11.5. You will have to make minor adjustments to account for DLL file name changes (e.g. crviewer9.dll in CR9 vs. crviewer.dll in CR10/11/11.5).
You will also want to review the changes to [database connectivity|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0003c6cc-891e-2b10-678e-8b1a2dd96556] at runtime from earlier versions of Crystal Reports compared to CR XI.
Here's the link to the [Online SDK Library|https://boc.sdn.sap.com/developer/library] - this includes the RDC SDK.
[RDC 10 Sample Applications|https://smpdl.sap-ag.de/~sapidp/012002523100006012702008E/rdc10_smpl.exe].
Please note that the RDC has been retired with the release of Crystal Reports 2008. Crystal Reports XI Release 2 (v11.5) is the last version of Crystal Reports that is shipping with the RDC. While you can migrate your application to the RDC for CR XI or CR XI R2 you may want to start planning for future releases of your application since the RDC will no longer be available. The upgrade path for the RDC is to move to the CR .NET object model.  Here is the [RDC Statement of Direction|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80bd35e5-c71d-2b10-4593-d09907d95289].
I hope this help.
Sincerely,
Dan Kelleher

Similar Messages

  • Upgrading from Crystal Enterprise 10 to Business Objects Enterprise 11

    Here's the situation:
    We decided to upgrade from Crystal Enterprise 10 on server A to Business Objects Enterprise 11 on server B. We went with the method of importing all the objects and users from Crystal Enterprise 10 to Business Objects Enterprise 11. The import also brought in all the DB connection settings that were set in Crystal Enterprise 10. I also brought over all the ODBC System DSNs so that those can be consisten with the old server.
    The problem we are having is that the reports are failing due to the connections to the database. I thought importing the database connection settings from Crystal Enterprise 10 along with bringing over the ODBC System DSNs would not make this an issue but it hasn't.
    I checked the server logs in SQL and it's telling me that it's trying to log into the server as NT AUTHORITY\ANONYMOUS LOGON. Shouldn't it try to log under whatever I define in the report's database settings or ODBC System DSNs?
    These same reports work fine in Crystal Reports and Crystal Enterprise 10.
    Edited by: Gingerbread Man on Feb 9, 2010 10:41 AM

    go into the properties of the report and verify that the Database Login values are still set.  I found that it doesn't always transfer those when doing the import.

  • Upgrading from Crystal Enterprise 10 to Business Objects XI R3

    Hi Guys,
    I am upgrading from Crystal Enterprise 10 to Business Objects XI R3.  The server which have Crystal Enterprise 10 is not on the network, please let me know to copy CMS database from CRE10 (Not on the network) to BOXIR3.
    Burhan
    Thanks

    you will need access to the CMS DB and FRS from CE10 in order to migrate to XI 3.x, typically this is accomplished via network. If you can restore them to the same computer a side by side (install CE10 and XI 3.x on the same server) may work as well.
    Regards,
    Tim

  • Upgrade from Crystal report 8 to Crystal report 2013

    Dear all,
    Need some information pertaining to upgrade of Crystal report 8 to Crystal report 2013 (to be invoked from thick client .NET applications)
    Is it possible to directly upgrade from 8 to 2013 ? Or should there be a move to intermediate version before going to 2013 ?
    How is the upgrade generally done ? (do we just open the report and save in new version, or do they have any upgrade wizard)
    What are the typical issues we may face while going from lower version to higher version (I understand queries may break, format and layout may change.  Are there any other issues specific to upgradation.
    Regards,
    Jain

    Hi Jain,
    Moved your post to .NET Forums.
    Since CR 8.0 is 12 or more years old there is no "upgrade path" now. The Database drivers have all changed and the Parameter API's have also.
    Best way is to get CR 2011 and manually open each and every report and update the DB connection using the Set Table Location, this requires updating the DB Client to current versions also.
    Note there are some old legacy DB sources no longer available so that can be a problem also.
    CR 8 is not Side By Side compatible with any other version so make sure it's not installed on the same PC. It will never work and cause all sorts of problems for you.
    Basic report layout stayed the same but Printing has changed a lot also so search here, lots of post on the subject.
    For more help need to know your data source also?
    And check the Overview Tab, on the left side, lots of resources and samples to get you started.
    Also, first warning is set your project to X86 and the full Framework, do not use the Client version.
    And the SDK is no longer shipped with CR Designer install, VS installer and redist packages are all available from here:
    SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads
    Don

  • Upgrading from CRYSTAL REPORTS XI TO X1 RELEASE 2

    Post Author: speed_champ
    CA Forum: Migration to XI R2
    Hi there
    We have crystal reports XI running on our production server. We have now our application converted to Visual Studio 2005 and in order to use crystal reports with Visual Studio 2005 we need to upgrade to crystal reports Release 2 version.
    If we decide to update with Release 2 version , should the production servers need also be updated ? Or when the application built in VS 2005 is deployed to production will deploy the Release 2 version crystal dlls to the server which already has Crystal Reports XI.
    Any information will be advisable.
    Thanks again
    speed champ

    Post Author: rodneyaz
    CA Forum: .NET
    I'm having the same issue.  Worked fine for me in XI, but stopped working when I upgraded XI to XI R2.
    Please post a follow-up if you get this resolved!  Thanks!
    RodneyAZ

  • Subreport doesn't work when upgrading from Crystal 7 to Crystal 2008

    I am using a subreport, whose input parameter is input to the Stored procedure.
    This used to work fine in Crystal 7. But now we upgraded to crystal 2008.
    The same code throws an exception. can any one please help?
    Here is the piece of code of stored proc
    ALTER PROCEDURE SUMMARYACTIVITY(@HcpID varchar(8)) AS
    BEGIN
    SELECT @HcpID, RX_PROD_ID, RX_PROD_DESCR, DATE_REP_TERR, NOTE, SAMP_VOUCHER, DISP_ORDER FROM #SUMACT ORDER BY DISP_ORDER DESC, RX_PROD_DESCR ASC
    END
    even as simple as select @hcpID is throwing exception.
    I have another stored proc.
    ALTER PROCEDURE PRODSUMMARY (@HCP_ID VARCHAR(8)) AS
    BEGIN
    CREATE TABLE #PDSUM
              HCP_ID               CHAR(8) NOT NULL,
              RX_PRODID          CHAR(4) NOT NULL,
    INSERT INTO #PDSUM (HCP_ID, RX_PRODID,...)
    SELECT
                        @HCP_ID, V.PROD_ID,.....from vw_pcp v
    SELECT      HCP_ID, RX_PRODID, ..... from #pdsum
    END
    This works in crystal 7 and 2008.
    Edited by: Lavanya on Jul 31, 2008 3:22 PM

    Hi
    Just a few points.
    1. Are you opening the existing report (Created in CR 7) in Crystal 2008?
    2. If yes,I would suggest you to create a new report based on the same stored procedure.Create a new DSN for the database that you are using and the create a report based on that DSN and pointing to the mentioned Stored Procedure.
    Regards
    Sourashree

  • Crystal 2008 upgrade from Crystal 7

    I use a program named Sytline to manage large customer and product databases.
    At the present we have Crystal Reports 7 installed on a Citrix Server. Our Sytline Program pulls reports from Crystal and makes them available on demand to our users.
    My question is.....Will we have any issues with our existing reports in regards to the 2008 upgrade? Will they retain the same formatting? Are my reports going to break?
    Thank you for your consideration.

    You may want to check with the makers of Sytline to see if their product has an update so that it will work with CR2008
    Other than the fact that you've skipped versions 8, 8.5, 9, 10, 11(XI), and XI-R2 and a lot of changes have taken place it's best just to test a few of the reports to see if they work.
    Are the reports provided by Sytline or did you create the reports yourself using CR7?
    Do you run the reports directly from CR7 or do you use Sytline's user interface to run the reports?
    If you use their interface you most definitely need to check with them before going to CR2008.

  • Upgrading from Crystal 8.5 to Crystal XI

    I have a deployed application developed in VB6 and using Crystal 8.5 Active X (crystl32.ocx) interface for controlling reports.
    The application works fine on all platforms except Vista 64-bit.
    I'm told that I need to upgrade to Crystal XI R2 to allow my customers to print reports on the Vista 64-bit platforms.
    Do I need to convert my application to use the Crystal RDC interface?
    If so, do you have and article to help me get started?  If not, how do I get reports to print using what I've got?
    Thanks,
    Dale

    The OCX has been deprecated since CR 7 and absolutely no support since version 9. Replacement Report Engine was the RDC which has also been deprecated. Replacement engine is now the .NET SDK using InProc RAS ( Report Application Server ) in XI R2 with SP2
    No support for 64 Bit OS although the app should run without issue in 32 bit mode. OCX would be an ActiveX control which Vista does not like, MS is moving away from controls of this type and we are forced to also.
    Again Vista 64 is not supported as a development PC, you can use the Distribution runtime for .NET 2005 or 2008  which is CR 10.2.x.x. and 10.5.x.x and run in 64 bit mode but there are still too many limitations for supported third party DB clients and other dependencies. Best to stay with 32 bit applications.
    As mentioned move to RAS and .NET development, Visual Studio 6 is losing support by MS also so you should upgrade to Visual Studio .NET 2005 or 2008.
    If you search the notes section on converting OCX to RDC that will get you started but you will need to move off of RDC anyways so I suggest you upgrade to XI R2 with SP2 minimum and develop using .NET components.
    It's likely a permission issue, check DEP and ActiveX control permissions. Other than that we can't help you, absolutely no support for OCX on a 64bit OS.

  • Upgrade from Crystal Enterprise 9 to Crystal Server 2011

    As I know, the latest version is Crystal Server 2011 which is a part of the Business Intelligence platform 4.0.  Is it correct ?
    The manual says that Crystal Enterprise 9 CANNOT upgrade to Crystal Server 2011 directly.  It needs 2 steps.
    Crystal Enterprise 9  -
    >  Business Object XI R2  -
    >  Crystal Server 2011
    But I cannot find any trial version of Business Object XI R2.  How can I test the upgrade?
    Is there other method to upgrade?  E.g. transfer the oracle database to the new system?
    Regards,
    Kelvin

    If you are paying maintenance, you should be able to ask for a key for XIR2 version.

  • Upgrading from Crystal Reports Server V0 to V1

    We're looking into upgrading Crystal Reports Server V0 to V1.  According to the upgrade guide we have to do a complete uninstall of our V0 before installing V1.  It seems risky to uninstall before we have a working version of the upgrade.  Wondering if anyone out there has gone through this process and if so what were your experiences?  Did you have a method to test the upgrade process before uninstalling V0?
    Thanks!

    Ajith,
    Thanks 4 ur response, but when I ge there, all i could see is web page with the following
    SAP BusinessObjects packages and products
    >Address Directories
    >SBOP EDGE INTEG. FOR SAP SOL.
    >SBOP INTGR. FOR SAP
    Unable to find the Business Objects Product Version you require?
    As part of the migration from the legacy ESD site, every effort has been made to ensure all legacy products have been transferred from the ESD site to the SAP Support Portal.
    There are exceptions where some products are now only available in physical format. These products are outlined below:
    Crystal Reports Visual Advantage 2008
    Crystal Enterprise 10
    Crystal Enterprise 8.5
    Crystal Enterprise 9
    Crystal Reports 10
    Crystal Reports 8.5
    Crystal Reports 9
    Crystal Reports Server XI
    SECAM 6.5
    WAREHOUSE
    If you require any of the above, you can request a copy of the media using the message component XX-SER-SWFL-SHIP.
    If you identify other products that you feel should be visible in your SMP account, but are not, you can also raise a message using component XX-SER-SAPSMP-SWC.
    BusinessObjects Temporary License Keys
    Find all the necessary information on how to receive temporary license keys on the Licence Keys page of the SAP Service Marketplace.
    On the License Keys page you will also find all the requirements that need to be fulfilled for obtaining a license key.
    The temporary license keys will be valid for four weeks.
    What do I do from here? Do i have to raise a message ?
    Thanks

  • Memory Leak in Report after upgrading from Crystal Reports 10.5 to 13.0.1/2

    I'm currently having an issue with crystal reports 13 (Visual Studio 2010), We have recently updated our CRM Solution to use the newer crystal reports runtime as we are now using Visual Studio 2010,
    We have a client who has a report which contains a sub report which basically contains a Image pulled from a MSSQL Database as a BLOB Image Field which is basically scanned images relating to the report, Previously the report worked fine before the Client Updated our CRM Solution to the latest version, Now for each individual page which has the scanned image the application is swallowing 100 MB of ram, as there are around 32 of these scanned images and our solution is a 32 bit application we are getting out of memory errors due to the whole 2GB addressable to a 32 bit process limitation,
    The images are around 4MP and stored in JPG format in the database so should not be consuming over 100mb of ram per image displayed by the report even if they are being stored uncompressed in RGBA Format,
    Likewise when viewing the pages of the report manually after a specific page (when the amount of memory addressable by a 32 bit application gets hit) the images just don't display and then any pages with the image are not being displayed and not giving an error / exception.
    I have tried re-saving the .rpt files to cause them to be in the newer crystal reports format and this is still happening, likewise I have tried un-installing the 13.0.1 and installing the 13.0.2 runtime.
    I am just about to check SQL which pulls the image for the sub report, although I am sure for each sub report it should only be pulling one row with one jpeg image in case the sub report is holding quite a few images but only displaying the first.
    Likewise If all else fails I will try re-creating the report as I have experienced issues with some other specific reports doing strange things after being updated from the 2008 runtime which I really am not liking the idea of due to how fiddly crystal reports can be, It is good and does the job but takes far longer than some other solutions to get what you are trying to achieve done.
    This report had been working fine for 2+ years before the client updated to the most recent version of our CRM Software.
    Has anyone else experienced simular issues with the latest runtime.

    I have just been reviewing the code for this and it appears that the sub report is pulling all of the images,
    It is strange that previously this was working fine seems like the newer runtime does not dispose of the data once it has been displayed on a sub report which would explain memory leak as it will call the select again pulling approx 60 images which are probably approx 8 - 900KB plus sub report + uncompressed image to display and then filtering.
    I am about to modify this report and will post if fix i put in place resolves the issue.

  • Upgrade from crystal report 8.5 to crystal report 2011

    Hi All,
    Currently we are using crystal report 8.5 (PEAPI and dictionary files) (with VB6) to generate historical data for our product. Reports can have millions of records. We are using 2-tier architecture ( our client resides on windows machine and database
    - Oracle10g dedicated server- resides on linux server).
    We are planning to upgrade it to CR2011(with .NET)
    My understanding is :
    Crystal report designed in SAP Crystal Report 2011/SAP Crystal Reports(version for Visual Studio 2010)/.NET SDK for CR2011 and developed in VS2010 will use Crystal Reports(version for Visual Studio 2010) runtime.  Please comment.
    Is there  any way to use PE APIs in Crystal report 2011 ? If not which is the best way to upgrade  ?
    Please comment.
    Thanks,
    Gaurav

    Hello,
    Not sure which viewer you are using, should be CR.Windows.Form and in code using RAS ( Report Application Server ) you'll get these options which are now controllable by you to allow all or just some:
    private void ViewReport_Click(object sender, EventArgs e)
        rptClientDoc = rpt.ReportClientDocument;
        //crystalReportViewer1.ShowProgressAnimation(false);
        crystalReportViewer1.ShowGroupTreeButton = false;
        crystalReportViewer1.EnableDrillDown = false;
        //rpt.Refresh();
        crystalReportViewer1.ReportSource = rpt;
        // next line causes a delay due to the engine having to go to the last page.
        //rpt.FormatEngine.GetLastPageNumber(new ReportPageRequestContext());
    // set up the format export types:
    int myFOpts = (int)(
        CrystalDecisions.Shared.ViewerExportFormats.RptFormat |
        CrystalDecisions.Shared.ViewerExportFormats.PdfFormat |
        CrystalDecisions.Shared.ViewerExportFormats.RptrFormat |
        CrystalDecisions.Shared.ViewerExportFormats.XLSXFormat |
        CrystalDecisions.Shared.ViewerExportFormats.CsvFormat |
        CrystalDecisions.Shared.ViewerExportFormats.EditableRtfFormat |
        CrystalDecisions.Shared.ViewerExportFormats.ExcelRecordFormat |
        CrystalDecisions.Shared.ViewerExportFormats.RtfFormat |
        CrystalDecisions.Shared.ViewerExportFormats.WordFormat |
        CrystalDecisions.Shared.ViewerExportFormats.XmlFormat |
        CrystalDecisions.Shared.ViewerExportFormats.ExcelFormat |
        CrystalDecisions.Shared.ViewerExportFormats.ExcelRecordFormat);
        //CrystalDecisions.Shared.ViewerExportFormats.NoFormat); // show no export types
        //int myFOpts = (int)(CrystalDecisions.Shared.ViewerExportFormats.AllFormats);
    crystalReportViewer1.AllowedExportFormats = myFOpts;
    Only change is the Excel Export formats have changed, and no option to use the old Excel types available in CR 8.5. Search Kbase for Exporting to Excel, there is a great article on how to optimize your reports for best output.
    Don

  • Upgrade  from Crystal Reports 10

    We have an web application written with dot net 1.1 and it has many reports running on crystal reports 10.0 .It was on windows 2003. Now we have migrated app to frameowrk 4.0 and we planed to run it on windows 2008 server. As you may guess reports became a problem when we deploy it on windows 2008. I found many thread about this problem. But None of them show a way to over come it. I want to now how can i get rid of crystal report V10 and make my app work on windows 2008 ? Should we buy a newer version of Crystal Report Server?If then, does  just installing it solve my problem?Or  Is there a way to convert them?
    Please show me a way.I 'm soo  confused
    Thanks

    I'll be making a lot of assumptions as you are not providing enough coherent information. Assumption is that you are using VS2010. In that case you need [Crystal Reports for Visual Studio 2010|http://www.sdn.sap.com/irj/sdn/crystalreports-dotnet].
    Re.; I want to now how can i get rid of crystal report V10 and make my app work on windows 2008 ?
    - See above. Also, see the wiki [Crystal Reports v. 9.1 to CRVS2010 Runtime Distribution & Supported Operating Systems|http://wiki.sdn.sap.com/wiki/x/b4JiAw]
    Should we buy a newer version of Crystal Report Server?
    - Depends. Were you using CR Server? Or were you using Crystal Reports?
    If then, does just installing it solve my problem?Or Is there a way to convert them?
    - Would be nice to know what the problem is? Errors? Symptoms? Behavior?
    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]

  • Upgrading from Crystal Reports 8.5 to 11 - ADAPT00538716

    I recently upgraded to version 11 and found that most of my reports don&#39;t work due to the fact that I have different join types in a report.  Using the knowledge base, I found the problem had been encountered and assigned <a href="http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2018884&sliceId=&dialogID=2788854&stateId=1%200%202794021" target="_blank">ADAPT00538716</a>.  There is a workaround which calls for using a stored procedure or command objects.  The only problem is that I have over 500 reports so recreating all of them doesn&#39;t sound very appealing.  I have thought about going back to 8.5 until the bug is fixed, but Business Objects can&#39;t give me a timeline of when if ever this will be fixed.  Has anyone figured another way around this?

    Hi todderor,
    This is a serious, major issue. Many database projects will need multiple link types per table. Now if CRXI can't handle this, this is a major problem for the applicability of the software. In fact, had I known this I wouldn't have bought the app and I am now seriously considering asking for a rebate and investigating alternatives !
    Â I don't want to need to do stuff with S.P.'s, views or queries since this is one of the - if not the major -Â reasons I bought CRXI in the first place, namely to unburden my DBA and empower end-users to browse data w/o having to bother him for details.
    Â In our project, we have a table "Indicator" that contains a column "Alternative Indicator" that is a reference to the same table (optional reference). The table also joins to - say / sake of argument - a table "Client".
    Now, the link between "Indicator" and "Client" is an inner join and it should be, since all Indicators bear reference to a Client.
    However, the link between the alias "Alternative Indicator" (for "Indicator") is off course an "OUTER JOIN" since I do not want to limit my report to only those Indicators having an alternative Indicator (there are only few). The link between the aliased "AlternativeIndicator" and the "Client" Table must be inner join again, off course.
    NO GO. CRXI error. Product rendered useless.
    Please inform your community to the time of delivery for an update for this showstopping, critical error in the apparantly prematurely released software product !
    Yours,
    Thijs Cobben

  • How to upgrade froms and reports 10g to froms,Repor 11g on weblogic server

    I need to setup a test environment to upgrade Oracle Developer Suite (Forms and Reports 10g) and Oracle BI (Discover) to weblogic. We are using Oracle 10g.
    What software I need to install and and in which order? Help will be highly appreciated. Thanks

    Hi,
    You can find many articles on oracle site for this subject.
    However in brief following are the steps
    1) Create a directory source,executables,images,reports and logfiles.
    2) Copy all your forms, menus and pll's in source directory
    3) All your images in your image directory
    4) All your reports in reports directory
    5) All yuor fmx,mmx and plx in executables directory
    6) Any log files in logfiles directory
    7) Add path of images and executables directory in FORMS_PATH in default.env
    8) Configure your formsweb.cfg as your need.
    9) Configure report.conf and rwservlet.properties according to your applications.
    10) Make jar of icons say myicons.jar.
    11) copy myicons.jar in forms/java directory
    12) Check yuor form services if they are running or not.
    13) Invoke the URL in internet explorer
    http://<ip_address>:<port_no>/forms/frmservlet?form=testform.fmx
    I think that's enough from my side.. For more info you can go through the documentation.
    Regards
    Anuj

Maybe you are looking for