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

Similar Messages

  • Upgrading from CR 10 Embedded Edition to Crystal Reports (server) xi

    We recently upgraded from CR10 Embedded edition to Crystal Reports Server Xi. In our application the users access the reports via a web page (where they enter the paratemeters) and the report is displayed using the Crystal Reports viewer. The CR server xi was recently installed and all the SDK references have been as mentioned in this document: https://boc.sdn.sap.com/node/724. But now when the reports are accessed via the web page we are encountering the error 'All of your system's 0 Concurrent Access Licenses are in use at this time or your system's license key has expired. Try again later or contact your administrator to obtain additional licenses.---- Error code:-2147217397 Error code name:enterpriseLogonFailed'
    Can anyone share your thoughts or provide suggestions?
    Thanks,
    in advance!
    SG.
    Edited by: Shekhar Gorthy on Aug 4, 2008 10:58 PM
    Edited by: Shekhar Gorthy on Aug 4, 2008 10:59 PM

    Hello SG,
    A common issue that arises when migrating from Crystal Enterprise 10 Embedded to Crystal Reports Server XI applications that use the Report Application Server (RAS) SDK.
    The RAS supports two modes of operation - "Unmanaged" and "Managed" reporting.
    With CE10Embedded, you'd be using Unmanaged Reporting, where you'd copy the Crystal Report rpt file to the RAS server, and reference it by path when opening it in the ReportClientDocument class instance.
    With Crystal Reports Server XI, you can use either Unmanaged Reporting, or Managed Reporting.  Managed means you'd publish the rpt file to be "managed" by the CR Server Central Management Server (CMS).  In code, you'd log onto the CR Server, retrieve the ReportAppFactory from the CMS, retrieve the report from the InfoStore, and pass it into the ReportAppFactory to create the ReportClientDocument.
    I'm assuming you're still using "Unmanaged Reporting" with Crystal Reports Server.
    If so, each report request will be authenticated in the CMS using the "Guest" account, and each request will use up a Concurrent Access License (CAL).
    If you're getting the exception on the first report request, then that likely means you have the complimentary copy of CR Server XI, that comes with zero CALs and five Named User Licenses.
    You won't be able to use unmanaged reporting with the complimentary version.  You may want to modify your code to use managed reporting.
    If you're getting the exception on the sixth or subsequent request, then that likely means you've purchased CR Server XI, and the base edition comes with 5 CALs.
    If you contact sales, you can inform them of the number of users you have, and how frequently they request reports, and sales can recommend a license to match your requirements.
    Sincerely,
    Ted Ueda

  • NI PXI 8176 upgrade from RT 8.5.1 to LABVIEW RT 2011.

    How, can I upgrade the configuration of the NI PXI-8176 from RT 8.5.1 to LabVIEW RT 2011?.
    The chassis where the NI PXI-8176 connects, is the model PXI-1002
    Simbani

    Hi,
    you need a Target CD as described here:
    http://digital.ni.com/public.nsf/allkb/C48FC4B99E3AFF85862574AB0074CCB5?OpenDocument
    After installing LabVIEW and LabVIEW RT 2011, I think you could create a format floppy disk o USB device in MAX so as to format your controller with the newer version of LabVIEW.

  • Regarding the upgradations from the bw3.5 to bi7.0 reporting

    Hi Experts,
                       Can any one help me how i have to upgrade the  reporting tool from the sap-bw 3.5 to sap-bi7.0 . right now allready we are having the sap-bw 3.5 version right now i want to upgrade it to the sap-bi 7.0 .I need clearly with the help of the steps.
                                                    Bye.

    Hi Vijay,
    please check the following links:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6a19f233-0e01-0010-6593-c47af5a8df3b
    https://www.sdn.sap.com/irj/sdn/event/webinars?rid=/library/uuid/90d58e76-e1b0-2a10-8b89-af8ceacf4b09
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/472443f2-0c01-0010-20ab-fbd380d45881
    /message/2082536#2082536 [original link is broken]
    Regards
    Erwin
    Edited by: Erwin  Buda on Feb 9, 2009 11:35 AM

  • Can't upgrade from 10.7.5 to Mavericks on Mid 2011 iMac

    Whenever I attempt to upgrade to Mavericks, I get a "quick spin" at the top of the page that lasts about 2 seconds. Nothing happens — and I'm still "stuck" with Lion. No download, No upgrade. What's going on? What should I do.

    When you say you get the "quick spin", it's not at all clear if you are just starting the Mavericks download from the App Store, or if you have completed the download and are attempting the installation.
    If the former, make sure your Apple ID and password have been properly set in the App Store, and you have sufficient space on your hard drive (5.5GB needed to accommodate the download), and you are connected using a good, strong, robust WiFi connection.
    If the latter, here are the requirements to install Mavericks.  Make sure you meet all of them:
    http://support.apple.com/kb/HT5842

  • Report Layout Changed After Upgrade from 4.6C to ECC6

    Dear Gurus,
    I do functional test of every process in ECC6 after upgrade from 4.6C. I found all report layout changed without variant (it's happen to all Query/SQ01 reports ). So I've to assign manually the fields for the reports, and create a default variant then.
    Why it happen ? Is there configuration or setting missed or this is standard while we do upgrade ?
    Thx in advance.
    Tri Wicaksono

    We do re arrange for all ALV report ...

  • Why would upgrading from Lion to Mountain Lion more than double the size of my Time Machine backup?

    I have a 500GB Time Capsule that has 248 GB used. After upgrading from Lion to Mountain Lion, Time Machine reported that there was no longer enough room on the TC to complete the backup. Surely the new system files aren't taking up over 200GB? Does it somehow want to copy all of my user files again, even though the vast majority of those haven't changed since the previous backup?
    I'd like not to have to upgrade to a larger TC just because of a system upgrade.
    Thanks in advance.

    If it is working as expected, what do you need with the old backup?
    If you want to be able to go back to where you were prior to an upgrade, isolate that backup and don't use it again. As far as Time Machine can tell, the whole drive changed.
    The link I posted contains probably everything that anybody knows about Time Machine and how to manipulate it to work as you would like as opposed to how it was designed to work. There are FAQs to continue a backup as opposed to starting fresh, but I wouldn't recommend it for the reasons above. Pondini probably doesn't, either.
    If you are going to do a wholesale upgrade of the OS, I would create a bootable clone using something like Carbon Copy Cloner or Super Duper. A bootable clone on an external drive can have you back up and running instantly if the upgrade fails in any way. If the upgrade goes fine, store it away in case you find the current system isn't to your liking.

  • 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

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

  • 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

  • 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 to CR11 Crystal Reports 8.5 and Crystal Enterprise 8.0 problem

    Hello,
    We have classic ASP intranet applications, SQL Server 2000 and I use Crystal Reports 8.5 to create reports and Crystal Enterprise 8.0 to view reports in our web applications.
    Recently Iu2019ve installed Crystal Reports 11 and migrated all existing reports. Now Crystal Enterprise 8.0 fails to read data from report files.
    Please advise what version of Crystal Enterprise I have to upgrade to and where to get it.
    Thanks in advance.

    http://www.businessobjects.com/jump/xi/
    this official website might help you.
    crytal report will support most database including oracle by using ODBC or OLEDB connection.

  • From 6i to 10g - ORA_FFI and Crystal Report experience

    Hi,
    we are plannig to migrate from 6i to Forms 10g. As a report tool we use Crystal Reports. Have you some experience with using this report tool in Forms 10g?
    Thank you

    Hy Jeffrey
    We have the same problem...
    Have you solved?
    Davide

Maybe you are looking for

  • SOAP Responce cannot be decoded after during a long web service exection

    I have an AIR application. I am using the spark web service and i have set up a fualt handler and set the requestTimeout to 0. I call an opertaion that calls a .Net web service. Inside that .Net web service i run a very heafty SQL using ADO and then

  • One more 23" image persistence discussion, share stories.

    I had one 23" that had a huge line down the middle so I sent it to apple to be repaired.. they put a new LCD on it. Now the monitor had major image persisence problem with this new LCD. So I complained.. They sent me a new one monitor. This new monit

  • How to Sync Music on to Apple TV First Gen?

    Hello everyone, so I know how to stream music on the apple tv first gen, but how exactly do I sync music, after all, that's why I bought it. It's great that it has a 160 GB hard drive.

  • Problem in F-32

    Hi  all,          I want to clear the customer  open items using the t code f-32. But when i save the document getting error'  Please specify an internal  number range' .How to solve this error. urgent.

  • Help need for stacked chart in apex 4.1

    I have formed the query for stacked chart (3D or 2D) in APex Ver 4.0.2.00.09 and i have also set the legend display .... Chart is build sucessfully. What i expect is when i place the mouse on the each stack in the chart it should say the legend type