Update for Crystal Reports 2008 Now available

Post Author: JonathanP
CA Forum: .NET
It adds integration with Visual Studio .NET 2008.
http://support.businessobjects.com/downloads/service_packs/crystal_reports_en.asp

Post Author: mraetsen
CA Forum: .NET
The problem is that the redistributable version posted on the web site contains assembly versions 12.0.1100.0 and if you are using Crystal 2008 SP0, the version referenced in a Visual Studio 2008 project is 12.0.2000.0. You receive the following error when running on a client with runtime referenced above installed.
"System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.File name: 'CrystalDecisions.Windows.Forms, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'"

Similar Messages

  • JRC Deployment Guide for Crystal Reports 2008

    I just downloaded a trial version of Crystal Reports 2008 & was testing out the integration of this component into our Java web based application.
    I found the "Crystal Reports XI Release 2 - Java Reporting Component Deployment Guide" PDF file, but I was wondering if there was a more recent version of this guide for Crystal Reports 2008.  Maybe I'm a bit confused regarding the versions but this guide currently references JARs in a folder under ...\3.5\java\lib.  However, when I looked in the same section of Crystal 2008, I noticed it was \4.0\java\lib & the JARs are different.
    Is there a new JRC Depolyment Guide for Crystal Reports 2008?...If not, is there any documentation I can use to map between the 3.5 libraries and the 4.0 libraries?
    Thanks

    Hi,
    There is no separate JRC has been launched for the CR 2008.
    But SAP has launched the Crystal Reports 4 Eclipse 2.0 in which CR 2008 has been integraqted with backword compatibility.
    To know more please check following link:
    [Whats new in CR4E 2.0|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/301717ef-3ad3-2b10-5aad-8d9b73a6e365]
    Thanks,
    Tej

  • Japanese language pack for Crystal Report 2008 SP1

    Hi Team,
    this is SAP Internal IT Support Center.
    my id is C5101216.
    just want to know that where i can download the japanese language pack for
    Crystal Report 2008 SP1.
    Thanks.
    もし日本語のバージョンがありましたら、ぜひ教えて頂きたいですが・・・
    宜しくお願い致します。
    Edited by: Guanghua Li on Dec 17, 2009 9:33 AM

    Japanese language pack has already been included in Crystal Reports 2008 SP1. You don't need to apply Japanese language pack individually.

  • Where can I find the latest upgrades for Crystal Reports 2008

    Hello all
    My question is rather simple, I need to know. Where can I find  the latest upgrades for:
    1) Crystal Reports 2008 Merge Modules
    2) Crystal Reports 2008 Runtimes.
    Are they incremental upgrades ????
    Thanks in advance..
    ADrián.-

    Downloads page is here:
    http://service.sap.com/sap/bc/bsp/spn/bobj_download/main.htm
    [This|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReports2008-VersionandDownloadinformationforSPsand+FPs] wiki tracks latest SPs and FPs with download links.
    [This|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki has links to runtime (I believe I have not updated this for FP 2.5 yet, but the downloads page has these)
    And yes, they are incremental.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Customizing ActiveX Viewer for Crystal Reports 2008

    Here's the scenario.
       We have reports designed in Crystal Reports 2008, that are deployed on Business Objects 3.1 Infoview. All reports have Parameters for users to choose. All reports are expected to refresh on open.Some are dynamic some are standard static ones. There is an application developed in JAVA that is rendering these reports using the ActiveX viewer.
    The users are not comfortable with the way reports look in JAVA viewer. Hence the choices are either HTML viewer or ActiveX viewer.
    The application achieves this by making OpenDoc call to the report and using
    sViewer=actx
    as one of the parameters. Here's the issue that we run into. When users land on the parameter screen, the parameter screen alone Pops Up in a new window. Once all the parameter values are entered and the users clicks OK, the window vanishes and actual report is rendered in the original window.
    If we use HTML viewer by setting
    sViewer=html
    The report Parameter screen is rendered in the main window without popping up. However we do not wish to use HTML viewer because, some of the reports are linked to other reports with OpenDoc calls. i. e. Parent report calls child report with a OpenDoc call. In the HTML viewer, when you click on the link to child report, it opens in same window despite setting
    sWindow=new
    in that opendoc call. Thereby losing parent report and no way to navigate back to it. This problem does not happen in ActivX viewer.There it seems to obey the command to open in new window.
    Lastly you can recreate all this behavior by setting your viewer preferences in Info View settings. 
    So, here's my questions.
    1. Should I use the .Net viewer instead of ActiveX Viewer ? If so, where can I find Syntax for the same ?
    2. Can someone point me to documentation on the ActiveX Viewer ? Specifically making it not to Pop Up the Parameter Screen ?
    3. Should the Java application use a different method other than Open Doc to cal the reports ? If so where can I get the details ?
    Apologies for the long post. I tried to anticipate most of the questions that may arise in your mind. Thanks in advance for the time invested.

    Thank you Adam for the help.
    I already have the Open Document document you mentioned. Can't seem to search for the KB article in Marketplace. No results found.
    Just to clarify, I do not want to avoid the Parameter screen. Its the fact that it Pops Up in ActiveX viewer is the issue. The only thing I want in ActiveX viewer is to make that screen appear in main window just like HTML viewer.
    I understand that there is no difference as far as opendoc is concerned between .Net or JAVA. I am looking for the SDK behind the viewers themselves.
    To my third question, your answer is what I was looking for. But need a bit clarification.
    >
    Adam Stone wrote:
    > If you do not like the functionality that OpenDocument provides, you could use the SDK to view the reports, but you will likely run into the same issue as you are running into when using the html viewer.  The only workaround for that is to set a property on the viewer object in the SDK but it will affect all hyperlinks in the report not just a single one.
    By setting Property in SDK for the viewer Object, are you referring to Meta Tag encapsulation such as
    <a href= http://infoview.server.com/Infoview/opendoc/openDocument.jsp?iDocID=ABZR3Z&sIDType=CUID&&sType=wid&sRefresh=Y&sWindow=new>Report Title</a>
    May be I didn't get your point with setting property. I know there is documentation on Viewer SDK. I just can't seem to find it. I hope it would answer the questions.
    Edited by: SAMEER UPADHYE on Oct 6, 2010 5:46 PM

  • I too need a keycode for crystal reports 2008

    As you can see by the string of emails below I have been trying to get a valid key code to install the software for two or three weeks. Why is it so difficult to use something you already paid for. This is not very customer friendly.
    Hi Todd,
    Unfortunately I can not know what happened, you should access www.sdn.sap.com , go to foruns and ask for your license there,
    Please, let me know if helps you.
    Kind Rgds
    Rafaella Pedroso
    Active Global Support
    Customer Interaction Centre
    SAP USA & Canada
    CIC US: 1866 8907686
    CIC Canada: 18666603577
    *SAP Service Marketplace: www.service.sap.com
    http://www.sap.com
    P Before printing, think about the environment
    This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
    Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.
    Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank.
    From: Todd Driver []
    Sent: Jueves, 18 de Septiembre de 2008 11:59 a.m.
    To: BOSAPAmerica
    Subject: RE: Questions or Comments Regarding Log In CIC AR/RAFA
    It has been at least 5 days since I submitted this and I still have not received an email
    From: BOSAPAmerica []
    Sent: Tuesday, September 16, 2008 3:01 PM
    To: Todd Driver
    Subject: RE: Questions or Comments Regarding Log In CIC AR/RAFA
    Hi Todd, this process can take about 3 days.
    Rafaella Pedroso
    Active Global Support
    Customer Interaction Centre
    SAP USA & Canada
    CIC US: 1866 8907686
    CIC Canada: 18666603577
    *SAP Service Marketplace: www.service.sap.com
    http://www.sap.com
    P Before printing, think about the environment
    This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
    Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.
    Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank.
    From: Todd Driver []
    Sent: Martes, 16 de Septiembre de 2008 03:56 p.m.
    To: BOSAPAmerica
    Subject: RE: Questions or Comments Regarding Log In CIC AR/RAFA
    I still havenu2019t received these, I really need to get this installed.
    From: BOSAPAmerica []
    Sent: Monday, September 15, 2008 11:33 AM
    To: Todd Driver
    Subject: RE: Questions or Comments Regarding Log In CIC AR/RAFA
    Hi Todd,
    They will provide you that as soon as possible. You will recive that by mail.
    Any other doubt, please let me know.
    Kind Rgds
    Rafaella Pedroso
    Active Global Support
    Customer Interaction Centre
    SAP USA & Canada
    CIC US: 1866 8907686
    CIC Canada: 18666603577
    *SAP Service Marketplace: www.service.sap.com
    http://www.sap.com
    P Before printing, think about the environment
    This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
    Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.
    Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank.
    From: Todd Driver []
    Sent: Lunes, 15 de Septiembre de 2008 10:13 a.m.
    To: BOSAPAmerica
    Subject: RE: Questions or Comments Regarding Log In CIC AR/RAFA
    Is this reactivation immediate? I received an email but it was just confirming my submission see below.
    From: [Sent: Friday, September 12, 2008 2:24 PM
    To: Todd Driver
    Subject: **License Form Request**Transcard - Permanent Key Request
    
    Thank you. Your key code and license request has been submitted for processing.
    For your reference, the text of your message is included below.
    Regards,
    Business Objects, an SAP company
    From: Sent: Thursday, September 11, 2008 3:37 PM
    To: Todd Driver
    Subject: RE: Questions or Comments Regarding Log In CIC AR/RAFA
    Hi Todd,
    you need to access http://www.businessobjects.com/forms/email/license/ and fill in the information. there you can have your keycode reactivated.
    anyother doubt, let me know.
    Rgds
    Rafaella Pedroso
    Active Global Support
    Customer Interaction Centre
    SAP USA & Canada
    CIC US: 1866 8907686
    CIC Canada: 18666603577
    *SAP Service Marketplace: www.service.sap.com
    http://www.sap.com
    P Before printing, think about the environment
    This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
    Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.
    Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank.
    From: Todd Driver [
    Sent: Jueves, 11 de Septiembre de 2008 03:59 p.m.
    To: BOSAPAmerica
    Subject: RE: Questions or Comments Regarding Log In CIC AR/RAFA
    When I try to install with the product key from the web site and email, it tells me the product key is not valid or expired. See attached screen shot and email with product key.
    From: BOSAPAmerica [
    Sent: Thursday, September 11, 2008 11:37 AM
    To: Todd Driver
    Subject: RE: Questions or Comments Regarding Log In CIC AR/RAFA
    Hi Todd,
    Thanks again for your email.
    For this product, you can have technical support at www.sdn.sap.com
    Let me know if that works for you.
    Kind Rgds
    Rafaella Pedroso
    Active Global Support
    Customer Interaction Centre
    SAP USA & Canada
    CIC US: 1866 8907686
    CIC Canada: 18666603577
    *SAP Service Marketplace: www.service.sap.com
    http://www.sap.com
    P Before printing, think about the environment
    This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
    Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.
    Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank.
    From: Todd Driver []
    Sent: Jueves, 11 de Septiembre de 2008 10:29 a.m.
    To: BOSAPAmerica
    Subject: RE: Questions or Comments Regarding Log In CIC AR/RAFA
    I just received crystal reports designer XI two copies.
    I also have crystal reports server XI but it is installed and running. I just need to get in to get the support site to get my license keys for the install. I have several emails from SAP and I have tried all of the user name and passwords that were sent to me but none of them work.
    From: BOSAPAmerica []
    Sent: Wednesday, September 10, 2008 5:23 PM
    To: Todd Driver
    Subject: RE: Questions or Comments Regarding Log In CIC AR/RAFA
    Dear Todd,
    Thank you for your email.
    Please, let me know your which product do you have first, and if you have recived any letter from SAP with a Customer Number and S user Id.
    Kind Rgds
    Rafaella Pedroso
    Active Global Support
    Customer Interaction Centre
    SAP USA & Canada
    CIC US: 1866 8907686
    CIC Canada: 18666603577
    *supSAP Service Marketplace: www.service.sap.com
    http://www.sap.com
    P Before printing, think about the environment
    This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
    Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.
    Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank.
    From: SAP Service Marketplace
    Sent: Miércoles, 10 de Septiembre de 2008 06:02 p.m.
    To: BOSAPEMEA; BOSAPAmerica
    Subject: Questions or Comments Regarding Log In CIC AR/RAFA
    Dear Collegues,
    Would you kindly respond to this customer?
    Thank you
    Kind Regards,
    Olukunle Ayodele,
    Customer Interaction Agent
    SAP Active Global Support
    Customer Interaction Center
    SAP Service Marketplace Team
    SAP Service Marketplace: www.service.sap.com
    From: Todd Driver []
    Sent: 10 September 2008 19:37
    To: SAP Service Marketplace
    Subject: Questions or Comments Regarding Log In/cic/olay
    I have never received my SMP IU and password. I just received the business object crystal designer but I cant install it because I need the key code.

    Hi,
    Below number, for worldwide Global Support Customer Interaction. Note the phone numbers marked in the note that are available worldwide (24 hours 7 days a week).
    Use your Customer Interaction Center to submit support requests and service requests for problem messages and remote service postings.
    Use the Customer Message Wizard to enter problem messages on SAP Service Marketplace. If you do not have online access, the relevant Support Center can create a message on your behalf, ask then to create a new incident for license issue.
    Customer Interaction Center, call the following number:
    +49-6227-744969 (available worldwide)
    Please revert in case of any further queries
    Regards,
    Deepti Bajpai

  • Errors with Fixpack or Service Pack for Crystal Reports 2008

    all,
    I am trying to update Crystal Reports Server 2008 since I understand that there is some security issue: SAP BusinessObjects Crystal Reports Server CMS.exe Remote Code Execution Vulnerability
    I downloaded twice CRSRV03_0-10008663.EXE and the first download is 670.494 kb the second time is 517182 kb... something is wrong with SUPPORT PACKAGES AND PATCHES server at SAP....
    I ran CRSRV03_0-10008663.EXE and  there isn't a setup.exe in this package and the downloads contains problems and some CAB are not being unpacked... 
    I never patch CRServer2008 and I wonder if I need to install the previous packs or patches and where I can download the service pack 3
    Thanks
    Rg

    Hi Bob,
    Here is an article which will give you a clear idea of what runtimes you need to install on your web server.
    [http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567]
    [https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm]
    i would suggest to install the latest runtimes (sp6 in case of CR XI R2)
    - Bhushan.

  • Update for Ultra-HD "58" now available

    Yesterday I finally got an update for my "58"  Ultra HD modelnr  58L9363DN.
    It now says:  
    Software version 7.11.80.35.05.1 - 0211   May 30 - 2014
    Anyone knows what this update is about?
    Regards TOMAS

    Yes I'm pretty happy with my set...
    Pros: Good upscaling, fantastic 3D quality, HD 1080p and Bluray looks great..
    Cons: Slow and crappy Smart-TV, No HDMI 2.0?, No support for HEVC and Netflix-Youtube 4K
    BUT i have ordered the new 4K mediaplayer NUVOLA  NP-1  http://ntek.com/np1.php and they are about to start shipping.
    I ordered early on (dec -13) so I hope to have my ex by the end of summer...Sony also have a 4K media streaming box (FMP-x5) , due to be realeased in August, for early adopters of 4K TV sets. If its can work wit other brands other than Sony is another question...
    I also have been told that TOSHIBA has some kind of new Bluray/mediaplayer with 4K streaming/playing? options in the planning...anyone that can confirm??

  • Jelly Bean update for Excite 10 SE now available

    We are pleased to announce a software update for your Excite™ 10SE tablet. This release will provide performance enhancements to your device. Toshiba encourages you download and install this update. Release 4.1.1.000121110.01 will improve the Auto Brightness feature in conjunction with Auto Rotation.
    You can update your system software by any of the following methods:
    Tap on the update message sent by the Toshiba Service Station application to your device, or:
    From the Home screen, tap on the “Apps” icon in the upper right corner.   Locate the “Service Station” icon and application.  Tap “Check for Updates” and follow the steps. 
    Release 4.1.1.000121110.01 (Jelly Bean) Highlights:
    Improved smooth scroll function and screen brightness.
    Added USB HID (KB and Mouse) support.
    Fixed Touch screen, TOSHIBA Media Player, and Google Play Books issues.
    Added support for several Game controllers.
    Enjoy, and thanks for the early installation reports!

    This community caters products sold in the U.S. and Canada. It is recommended for you to contact Sony India here for best assistance.
    If my post answers your question, please click on "Accept as Solution,"
    this will help other Users in finding their answers easily while navigating through the Sony Community website.

  • Installing on Windows 7 Pro Error for Crystal Reports 2008

    Error 1904. Module C:\program files\business objecs\buinessobjects enterprise 12.0\win32_x86\reportconvtool.dll failed to register. hresult -2147024769. contact your support personnel
    Please can anyone help with the error I receive when trying to install crystal to a desktop
    tried loggin in as local admin, domain admin
    compatibility mode in xp sp3 and run as administrator

    SAP sent me a 30 day trial of Crystal 2008 Full Pack SP3 so I can test it before I leave my no issue Crystal XI packaage.
    The install at the end gives me the following error:
    Error 1904:Module C:\ProgramData\Macrovision\Flexnet Connect\6\dwsupplay.dll Failed to register HRRESULT 2147024894 contact
    your support peopersonnel.
    I read all the blogs and made sure I had the latest microsoft Installer, Net, DEP is only on for windows... I installed Crystal XI on
    my WIndows 7 PC and not a problem at all and now I can not get any help from SAP -that is not a way to run a business. Can
    someone help me out

  • Crystal reports 2008 SP1 missing in BusinessObjects Crystal Reports website

    We have used Crystal reports 2008 as a reporting utility in our application and have released our product last year. During our release the latest software available  was Crystal reports 2008 base + SP1 + SP2 + Fix Pack 2.7 and same was mentioned in our documentation as mentioned in BELOW.
    The current supported version of Crystal Reports is Crystal Reports 2008 with
    Service Pack 2 and Fixpack 2.7. The installation sequence is as follows:
    1. Install Crystal Reports 2008 base.
    2. Install Crystal Reports 2008 SP1.
    3. Install Crystal Reports 2008 SP2.
    4. Install Fixpack 2.7. This can be found under the hotfix section on the web site.
    Questions
    1) Now the issue is that, Crystal reports 2008 SP1  is NOT available for download in the "Business Objects u2013 Crystal Reports Runtime Packages". Why was it removed? Any clue? Without this our instructions doesn't hold good.
    2) If Crystal reports 2008 SP1 will NOT be available any more then what is the equivalent installable for "Crystal reports 2008 base + SP1 + SP2 + Fix Pack 2.7" to be used?  Can Crystalreports 2008 SP3 Full Build + Fix Pack 3.3 be used instead of "Crystal reports 2008 base + SP1 + SP2 + Fix Pack 2.7" ?
    Pls Clarify.

    Hello,
    Download Service Pack 3.0 full build: https://smpdl.sap-ag.de/~sapidp/012002523100009989492010E/cr2008_sp3_fullbuild.zip
    and then Fix Pack 3.3: https://smpdl.sap-ag.de/~sapidp/012002523100016815822010E/cr2008fp33.exe
    Then you and your users don't need to go through all of those upgrade steps.
    Thank you
    Don

  • Crystal Reports 2008 SP5

    Wasn't sure this was the best place to post this....apologies if it is a mispost
    I recently downloaded and attempted to install SP5 (12.5.0.1190) for Crystal Reports 2008 (12.3.6.1006/SP3.6). What I got was a message of the sort "Another version of this product is already installed. Installation of this version cannot continue.......". There is no info about how to install this update.
    Any insight on this from anyone? Is this SP5 update not for my version of Crystal Reports (maybe not even for Crystal Reports at all)? Do I need SP4 first (have never seen it available)? I thought maybe I needed to uninstall my version of CR and install SP5 to replace it, but then thought better of it.
      Thanks in advance for any help.....
       Cheers...Steph

    Thanks for the fast reply.
    The file I got is named: cr2008_sp5.zip (Zip file size is 532 MB) and I downloaded it from here: http://www.sdn.sap.com/irj/boc/index?rid=/webcontent/uuid/10e38d93-7f07-2d10-beae-e739182f8ada (I went back and realized there was a 4.X update that I missed
    Nowhere do I see your title of "CRYSTAL REPORTS 2008 V1 SP5 WINDOWS (32B)" (properties or otherwise).
    Do I have the right "upgrade"?  If I have to remove my current version of CR2008 (I mentioned it was at FP3.6), it seems I have to dismantle it one upgrade/update at a time (I'm running on WinXP SP3). Is this for real?  And, if so, sounds like I shouldn't even worry about the SP4.X update.
       Cheers...Steph

  • Problem using Crystal Reports 2008 with DB/C FS ODBC Datasource.

    HI,
    I'm trying to use Crystal Reports 2008 to connect to an ODBC datasource that using the DB/C FS driver from dbcsoftware (www.dbcsoftware.com).  When I connect to the source and add a table it shows all string fields as 255 characters long when that is not the case in the data definition for the driver.
    This issue has been brought up and resolved in previous versions of Crystal Reports.  In Crystal Reports XI it was ADAPT ticket 00307997.  It's worth noting that even though this issue says it was resolved in version XI with service pack 4 I still experience it in that version of CR as well. 
    If anyone has a solution to this for Crystal Reports 2008 please share.
    Thank you,
    David Guthu

    Hi David,
    Looking over the Adapt it was fixed in CR XI R2 Service Pack 4. CR XI is not the same so not sure if this is a typo or not.
    I don't see a branch for CR 2008 so I'll create one for you but this may be a different issue. The adapt was for all fields coming back as 65K and not 255. Also this was tracked in 2004 and fixes created for all versions of Cr at the time. These fixes get rolled forward so I'm thinking FS changed their driver with their latest build or at some earlier build.
    Note from Developer:
    DBCFS ODBC driver return meta data (e.g. column type) as SQL_DOUBLE instead of SQL_NUMERIC.
    ODBC bind as SQL_DOUBLE or SQL_NUMERIC but always retrieve data (in this case column type) as SQL_NUMERIC.
    Have you contacted FS to see if they have any patches or updates available? Are they following ANSII 92 Standards?
    To build a business case for this issue can you purchase a single support case, once it's been resolved you can get a refund, the reason being it adds more weight to the issue and we can escalate it at a higher level. Otherwise it goes in as a low priority issue and no fix date set.
    Also, we can then pass files back and forth etc. which we can not do through forums.
    Can you turn on ODBC tracing? I would like to see what the trace file shows.
    Thank you
    Don

  • How to integrate Crystal Report 2008 with java

    Currently we are using Crystal Report XI with our application, it is working fine. Now we are updating to Crystal Report 2008.
    We have build our application in enterprise archive file. There is a web archive file(.war) file in the EAR file which contains the crystal report. Inside the .war file we have reports folder which contain jsps and rpt folder. the jsps folder contains the crystalreportviewers12 folder and .jsp files. The rpt folder contain the.rpt files. The WEB-INF which is at the reports folder leavel contains the classes and lib folder.  The crystal report jars are in the lib folder and the CRConfig.xml file inside the classes folder.  I replaced all the crystal report jar with Crystal Report 2008 jars, modified the web.xml and the CRConfig.xml file accordingly. When I opened the report it gave me an error.
    When the following line was execuated in the jsp:
    reportClientDocument.open(report, 0);
    it gave me following error:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: There is no server specified.---- Error code:-2147217390 Error code name:serverNotFound
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.do(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.int(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initialize(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         at com.ibm._jsp._MessageStatusRpt.jbInit(_MessageStatusRpt.java:196)
         at com.ibm._jsp._MessageStatusRpt._jspService(_MessageStatusRpt.java:313)
         at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:524)
         at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
         at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:232)
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3548)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:818)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:125)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
         at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    [1/15/10 17:37:40:703 IST] 00000026 ServletWrappe E   SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: /reports/jsps/MessageStatusRpt.jsp. Exception thrown : java.lang.NullPointerException
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.f(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.getReportSource(Unknown Source)
         at com.ibm._jsp._MessageStatusRpt._jspService(_MessageStatusRpt.java:314)
         at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:524)
         at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
         at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:232)
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3548)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:818)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:125)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
         at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
    [1/15/10 17:37:40:703 IST] 00000026 WebApp        E   [Servlet Error]-[/reports/jsps/MessageStatusRpt.jsp]: java.lang.NullPointerException
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.f(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.getReportSource(Unknown Source)
         at com.ibm._jsp._MessageStatusRpt._jspService(_MessageStatusRpt.java:314)
         at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:592)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:524)
         at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
         at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:232)
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3548)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:818)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:125)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
         at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)

    Hello Ted,
    As per the samples in the link provided by you I identified that the following statement was missing.
    reportClientDocument.setReportAppServer(ReportClientDocument.inprocConnectionString);
    After adding this statement the jsp was not able to compile, it gave me an error:
    ReportClientDocument.inprocConnectionString cannot be resolved
    Now my queries are:
    1. What is Report Application server(RAS)?
    2. Is it required to set Report application server in JSP page? It was not required in Crystal Reports XI. If YES, then how to configure RAS inside our applications WAR file?
    3. I am using WebSphere Application Server for deploying the WEB Archive file (WAR file). The Crystal Reports 2008  library (JARS) are embedded inside the WEB-INF/lib folder. How to specify the RAS server inside thhe WAR file? Is it some XML configuration file which we have to keep at WEB-INF level? Or we have to modify the existing CRConfig.xml file?
    4. I would like to mention here that we have bundled crystalreportviewers12/ folder in our WAR file at the same level where reports JSP pages exits.
    Thanks in advance.

  • How to configure Crystal Reports 2008 and IIS7 and Windows Server 2008?

    I have downloaded and installed the trial for Crystal Reports 2008 on our Windows 2008 server.  I can open Crystal Reports on the server just fine, but I get HTTP 500 errors when I attempt to view a report hosted on that server via the web.
    As far as I can tell, the handler mappings in IIS7 are not configured properly, although I confirmed that the Crystal Reports 2008 install did add several handlers.  I read that I must configure the application pool to enable 32-bit applications.  I did that and am still getting the same error.  Documentation seems sparse and I've spent the better part of the day searching the forum here with no luck.  What am I missing?

    Don,
    Thank you for the quick response!
    We will ultimately be using ASPX/C#, but this simple case has a very basic report with no databind, just a single text label that reads "test succeeded" and I'm attempting to access it by direct URL (i.e. "http://192.168.99.21/crystalreportviewers12/test.rpt").  This works on our Windows 2000 server running Crystal Reports 8.
    I've also tested with a simple test.aspx file with only the line "Response.Write(System.DateTime.Now.ToString())" and that works just fine.  This file is in the same folder as the test.rpt file.
    If I leave the Application Pool set for the "Integrated" managed pipeline mode, I continue to get a rather generic "500 - Internal server error".  If I switch it to "Classic", I get the following error:
    Failed to Execute URL.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Web.HttpException: Failed to Execute URL.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [HttpException (0x80004005): Failed to Execute URL.]
       System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.BeginExecuteUrl(String url, String method, String childHeaders, Boolean sendHeaders, Boolean addUserIndo, IntPtr token, String name, String authType, Byte[] entity, AsyncCallback cb, Object state) +2004965
       System.Web.HttpResponse.BeginExecuteUrlForEntireResponse(String pathOverride, NameValueCollection requestHeaders, AsyncCallback cb, Object state) +390
       System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) +223
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8674594
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155

Maybe you are looking for