Crystal Reports 9 and Dot Net 2 SP2

We have a VB6 application that uses Crystal Reports 9 and makes a call to DB2. When we patched the Windows 2003 server it runs on to Dot Net 2 SP2, the call to DB2 would hang. If we removed the patch, the problem goes away. Microsoft said this is a Crystal issue not a dot net issue so they referred me to this site. Has anyone seen anything like this or have any suggestions as to how to get around this? Our Infrastructure Admins would like to get Dot Net 2 SP2 on ths server so I can't leave it unpatched indefintiely. Thanks

Hi Brian,
Moved your post to the Legacy SDK forum.
Which report engine are you using in your app?
Cr 9 is end of support long time ago so nothing we can do to fix this other than to upgrade to CR for .NET components. Or possibly CR XI R2 and the RDC if that is what you are using.
What error do you get?
Don

Similar Messages

  • Crystal Reports export and print fails with SSL / https but works with http

    Windows 2008 Server, 32-bit (IIS7)
    ASP.NET 2.0
    Ajax 1.0
    Crystal Reports version 10.5.3700.0
    http:  printing works, export works
    https:  printing not working, only export to MS Excel and MS Word work.
    I am able to generate reports using both http and https, and the toolbar icons are all showing.  However, I am unable to print or export properly with SSL.
    Printing prompts me with a select printer window, and then a window 'Retrieving Page 1' follow by two messages from Crystal Print Control both stating:
    A communication error occured.  Printing will be stopped.
    Exporting generates various errors depending on which export method is being selected (however Excel and Word work over https).
    I've found the same problem on this site and other forums, but never a resolution to get exporting and printing to work with SSL.  Will someone please provide me assistance or possibly relay what settings they're using if they have Crystal Reports export or printing working over SSL in IIS7?  Everything works fine when I change the address from https to http.
    Please let me know if I can help by providing further information.  We've gone through a great deal of possible solutions with code and I'm currently looking in to IIS settings again.
    Thank you.

    Thanks Ludek. I got it by searching KB number.
    Unfortunately, it didn’t fix my problem even my IE (IE8 and IE 9) has correct setting.  I double check my version. PrintControl.CAB is version 10.2.0.1146. we use VS 2005 Crystal report and VB .NET. It works fine on HTTP. But when we use HTTPS (SSL Certificate from go daddy).
    1: Crystal report export
                Export to MS Excel, Word: pop us “File download”, then click “Save”. It says “Internet Explorer cannot download ReportView.aspx from my site. Internet Explorer was not able to open this internet site. the requested site is either unavailable or cannot be found. Please try it again later”
                Export to RPt, Rich text format: It says “Internet Explorer cannot download ReportView.aspx from my site. Internet Explorer was not able to open this internet site. the requested site is either unavailable or cannot be found. Please try it again later”
                Export to PDF : nothing happened.
    2: Print:
                Pop up dialog to select printer, click “Print” “. Shows windows “Crystal Report Viewer” and pop us error message box. Title is “Crystal Print Control”. Message is “An communication error occurred. Printing will be stopped”. Click “OK” and pop up error message box again.
    Please advise.
    Thank you very much!

  • Crystal Reports 2008 and Postscript

    Hello,
    I think I have to start a new thread for this. Originally I described the problem here:
    Printing Crystal Report to Postscript
    Now we upgraded our Crystal Reports for Visual Studio 2005 to the latest version - CR 2008 SP0. We had purchased the full version to be able to print the postscript files correctly, without any prompts for the file name, because I've read that this was a bug in the old versions, but it had been fixed. But I still cannot do this.
    I'm trying to print my reports to the postscript file:
    PrinterSettings ps = new PrinterSettings();
    ps.PrinterName = "TRADEPOSTSCRIPT";
    ps.PrintFileName = txtPath.Text.Trim() + "
    " + txtFormNo.Text.Trim() +
    ".ps";
    ps.PrintToFile = true;
    rpt.PrintOptions.CopyFrom(ps, ps.DefaultPageSettings);
    rpt.PrintToPrinter(1, true, 0, 0);
    I'm still getting prompt for the file name.
    This doesn't make any sense - the path and file name are specified in my code. The whole project will be useless for us if the users will be getting prompts.
    Could you please help me how to solve this issue?
    Thank you,
    Peter Afonin

    Hi,
    I am trying to print and specify a filename to a postscript printer as well. However, my version of crystal reports in Visual Studio 2008 does not come with this method....
    reportDocument.PrintToPrinter(printerSettings, pageSettings, True) ?  
    I have checked and there does not exist an overloaded method in the object browser for this 'PrintToPrinter' method that would accept PrinterSettings object??
    The only method I have is as below:
    ===============================
    public virtual void PrintToPrinter(int nCopies, bool collated, int startPageN, int endPageN)
        Member of CrystalDecisions.CrystalReports.Engine.ReportDocument
    Summary:
    Prints the specified pages of the report to the printer selected using the PrintOptions.PrinterName property. If no printer is selected, the default printer specified in the report will be used.
    Parameters:
    nCopies: Indicates the number of copies to print.
    collated: Indicates whether to collate the pages.
    startPageN: Indicates the first page to print.
    endPageN: Indicates the last page to print.
    ===============================
    My version is Crystal Reports Basic and is what comes with VS 2008 (not upgraded):
    From  the GAC:
    CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0
    FileVersion: 10.5.0.1943
    .NET FRAMEWORK v3.5 SP1
    Please help.
    Thanks,
    EM

  • Crystal Reports 10 and Visual Studio 2008

    Hi All
    I've got an application that I recieved from my cleint. This is running Visual Studio 2008 and Crystal Reports 10 backend being Oracle 10.2
    However, when I try to run the applincation and open any report it pops up an error "crdb_oracle.dll" not found.
    I have searched this on the internet and found that there were many suggestions there. I've tried all the suggestions like reinstalling the Oracle client, Re Installing Crystal etc.,
    But the error remained as is.
    When i try to do a regsvr32 on this dll it fails. Am really not sure why this is happening
    Any help from any one out there is highly appreciated.
    Pavan
    UPDATE:
    I've verified the versions though. They are workign fine at the customer place.
    Here is what they have done.They have got Oracle, VS 2008 and Crystal Reports 10. They got the reports embedded into .NET environment and are able to view the reports.
    But when we try to execute the same code, it pops up the error, "Crdb_oracle.dll" could not be loaded.
    Wanted some support on this.
    Additionally, could you suggest on what needs to be done? Do we need to upgrade crystsal to crystal 2008? Will this work without any errors on the execution side (I'm sure that the customer of mine will not be happy or willing to upgrade but atleast if I get a confiramtion from you I can atleast quote this to the customer) and without any extra redesiging of the reports or any other work on the reports
    Pavan Kumar
    Edited by: pavan kumar on Jul 30, 2008 4:01 PM

    Hi, Pavan;
    Likely the problem is that the report was created with a different version of Crystal Reports than the one that ships with VS.NET 2008 (Which is Crystal Reports Basic for VS.NET 2008 - version 10.5). If the report was created with a full version of Crystal Reports, then it would have access to our native Oracle driver, the dll that is giving you the issue.
    The full version of Crystal Reports would install that dll, but the .NET version would not. In order to distribute that DLL, yes, the client would need to develop with the full version of Crystal Reports, in this case Crystal Reports 2008.
    Regards,
    Jonathan

  • Oracle8i with Crystal Report 8 and ASP

    Hai there
    am new to Oracle8i.
    am using Crystal Report 8 and 8.5, Windows NT, IIS, Oracle8i.
    i created a simple query report in Crystal report 8 and coded a
    asp todisplay at client browser but i cant view the report.
    the CRviewer controle is displayed but no report
    error:
    Server has not yet been opened.
    please help me
    thanking you
    raj

    CR was released well before .NET framework 3.5. Mo test would have been done. Only option is to not install 3.5 or upgrade to CR 2008 which supports 3.5 framework. Also will require you to update your app to ASP.NET.

  • Crystal Reports 9 and SQL Server 2005 default parameter values

    We're using Crystal Reports 9 and upgraded from SQL Server 2000 to SQL Server 2005.
    I'm noticing a very weird problem which I wonder if anyone else has experienced (and hopefully found a resolution for). It appears that in using Crystal with SQL Server 2005 stored procedures, if we have default parameter values in the stored procedures, the default parameter values get completely ignored if you pass in a NULL value from Crystal!
    For example, if you have a stored procedure that begins like this:
    ALTER          Procedure [dbo].[StoredProcedure]
    @Param1 VarChar(200) = '',
    @Param2 VarChar(200) = ''
    AS ...
    both @Param1 and @Param2 have a default value of an empty string, and therefore should become empty strings if nothing (NULL values) gets passed in for them.
    But, like I said, what I'm finding is that with Crystal calling the stored procedure with NULL @Param1 and @Param2 values, they never become empty strings, but rather remain as NULLs.
    This was never a problem with SQL 2000.
    Very perplexing. Anyone else every experience this?
    Thank you.

    Please ignore my earlier post -- answered my own question.
    NULL parameter values do not get replaced by default values in SQL -- that is normal behavior in both SQL 2000 and SQL 2005. Just goes to show, that no many how many years programming experience you have, you can still get tripped up sometimes : (

  • Query Engine report error with Crystal Report 9 And MS SQL SErver 2000

    Hi,
    Currently I m doing a report with Crystal Report 9 and MS SQL as back End.I used a stored procedure to fetch data from DB.The Stored procedure works properly with query analyzer . But when I take report through application
    "Table Not Found" Error is coming.Later I Found that In stored procedure for certain conditions only this error comes.But I cant resolve it.
    Can any One check any pblm with this query
    ELSE IF ISNULL(@intSourceID,0) = 10 Or ISNULL(@intSourceID,0) = 11 Or ISNULL(@intSourceID,0) = 12 Or ISNULL(@intSourceID,0) = 13 Or ISNULL(@intSourceID,0) = 14  
    BEGIN
    IF ISNULL(@intSchemeID,0) <> 0  
    BEGIN
    Select* From table
    END 
    ELSE IF ISNULL(@intSchemeID,0) = 0  
    BEGIN
    Select 
    END 
    END
    When I comment the above codes , report works fine....
    Can any one help me....plz....I m in such a critical situation...

    Hi,
    Currently I m doing a report with Crystal Report 9 and MS SQL as back End.I used a stored procedure to fetch data from DB.The Stored procedure works properly with query analyzer . But when I take report through application
    "Table Not Found" Error is coming.Later I Found that In stored procedure for certain conditions only this error comes.But I cant resolve it.
    Can any One check any pblm with this query
    ELSE IF ISNULL(@intSourceID,0) = 10 Or ISNULL(@intSourceID,0) = 11 Or ISNULL(@intSourceID,0) = 12 Or ISNULL(@intSourceID,0) = 13 Or ISNULL(@intSourceID,0) = 14  
    BEGIN
    IF ISNULL(@intSchemeID,0) <> 0  
    BEGIN
    Select* From table
    END 
    ELSE IF ISNULL(@intSchemeID,0) = 0  
    BEGIN
    Select 
    END 
    END
    When I comment the above codes , report works fine....
    Can any one help me....plz....I m in such a critical situation...
    Refer the above statement highlighted in BOLD. That statement is WRONG. Select what ???? Try any one of the below statement,
    select ''
    --or
    select 0
    --or
    select null
    Regards, RSingh

  • Crystal report 11 and IIS

    Post Author: lijolawrance
    CA Forum: Exporting
    Hi to all
    We are using crystal report 8.5 for my application till now. The reports are viewed online using IIS and report viewer. Due to some technical infeasibility, we have planned to switch to crystal report 11. Can anyone tell me that how can i migrate to this using the IIS. I want to open my report online like (http:
    localhost:8099\report.rpt user earlier)./can anyone help me in that

    Post Author: iamtgo3
    CA Forum: Data Connectivity and SQL
    I just purchased Crystal Reports 2008 and it still does not seem to recognize access 2007 *.accdb files. So I have same answer as above will there be a patch or upgrade of some sort to make Crystal Reports recognize Access 2007 *.accdb files.

  • Converted to Crystal Reports 2008 and now have an issue with deployment

    Post Author: lwager
    CA Forum: Deployment
    I have converted my application to Crystal reports 2008 and I have that as a prerequisite in my set up program but everytime I try to install the software package on the client's machine I get this error when it is trying to install Crystal Reports
    Verifying file integrity of C:\DOCUME1\lauriew\LOCALS1\Temp\VSD1B7B.tmp\CrystalReports 12.0\CRRuntime_12_0_mlb.msiWinVerifyTrust returned 0File trustedError: Setup has detected that the file 'C:\DOCUME1\lauriew\LOCALS1\Temp\VSD1B7B.tmp\CrystalReports 12.0\CRRuntime_12_0_mlb.msi' has changed since it was initially published.
    Does anyone know why I am getting this error?  Thanks in advance for your help.

    I'm having the same problem ! Can someone help me with this problem ????

  • Crystal Reports 11 and 8.5

    I have a 8.5 Crystal Report Server and need to update reports. We can't find our 8.5 license and needed to know if I can run a Cyrstal report written in version 11 and run on a 8.5 server.

    Hi Tom,
    No, Crystal Reports 8.5 file format can be read by CR 9 and above but CR 9 and above reports cannot be read by CR 8.5 and below. We updated CR 9 to fully support UNICODE and therefore the file format in CR 9 and above is not backward compatible or readable by CR 8.5.
    Only option is to try to find an old copy of CR 8.5 and valid license.
    Thank you
    Do

  • Crystal Reports 11 and 8.5 Compatibility

    Post Author: mcneillb
    CA Forum: Deployment
    Can an application running Crystal Reports 11 and a legacy application running Crystal Reports 8.5 co-exist on the same system?  The legacy application is a vb6 app and just uses the crystal report viewer.  If they canu2019t what needs to be fixed or otherwise changed?
    It appears if the legacy app is installed last, then the Crystal Reports 11 application is broken (its report viewer doesnu2019t work).
    ThanksBlake

    Hello Javier,
    There isn't going to be much, if any, DLL files that are compatable with both. When version 9 was made it was redesigned from the ground up to be Unicode compliant. When this was done all DLL files that worked with the old versions would not work with the new versions.
    -Sean

  • Crystal Reports - Saving and the transport request screen

    Good morning BI people,
    Has anyone had this annoyance?
    You are creating a Crystal report(2008 v12.2.7.598) with connection to sap bi(7.01) and when you save, the transport request screen doesn't come up front of crystal reports, it is created behide the screen. so, you sit and look at the hour glass for 5 mins, move on to other things, and then you realize that the transport screen is behide the crystal reports screen. and, it is not like you can minimize the crystal screen. you have to minimize all your screens and then click on the crystal screen from you tool bar and then, the transport screen comes up.
    anyone have a fix for this?
    or am i alone....
    thx,
    Erik

    Hi Brad
    I'm not sure that Modules would show us anything in this case, so let's try a few other things:
    1) Make sure you are using SP 1 for Crystal Reports Basic Runtime for Visual Studio:
    Crystal Reports for VS 2005 and VS 2008 Updates & Runtime Downloads
    2) Seeing as this works on dev, this may be some db inconsistency so enabling the report option "Verify on 1st Print" will be a good idea.
    3) Double check the database client and make sure the same client is used on dev and deployed systems. Actually I take back my Modules negative as this is where it may prove useful. Once you have the Modules logs, look at who is loading the crpe32.dll, then look at that process and see the client dlls.
    4) Check the printer driver; see if there are any updates. Try a different printer driver.
    Ten subreports is not too bad, though not that good either as you are loading the report engine with at minimum 11 simultaneous reports (each subreport is considered to be a report). If a subreport is in a details section and the details section returns a 100 records, you are running 100 + 1 reports. This may lead to memory issues, which may lead to the error.
    If I was a betting man, I'd put most of my money on the printer driver (based on your last addition to your post). What ever money I had left would go to some database issue (be it actual data or client related).
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Crystal Report - Cube and OLAP concept

    Hi,
    could anyone please provide the good url for to learn Crystal Report - Cube and OLAP concept.

    Moved to OLAP forum

  • Crystal report 9 and framework 3.5

    Hi,
    I have a dot net application using framework 1.1 and crystal 9 ( stand alone version and not the version shipped with visual studio ). I converted this application to use framework 3.5 ( studio 2008 ) and I was able to call my old version 9 reports from the application on my machine( I have crystal 9 installed on my machine).
    My question is what do I need to do to install this application on a machine where crystal 9 is not  installed. My old installer which used to install the crystal dependencies doesn't work I get error Unable to open report : Could not load file or assembly CrystalDecisions.Windows.Forms, Version 10.5.3700.0.
    Can i create a new installer using a different crystal merge module? If yes where can I get that merge module which will help me deploy my application compiled in framework 3.5 but which needs to call reports created with crystal version 9.
    Thanks,
    Vik

    Ludek,
    I tried to include 'CRRedist2008_x86.msi in  the setup project but then it gives following errors :
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Directory' row='ProgramMenuFolder'
    Database: table='Directory' row='ProgramMenuFolder'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Directory' row='DesktopFolder'
    Database: table='Directory' row='DesktopFolder'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='ProductName'
    Database: table='Property' row='ProductName'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='ProductCode'
    Database: table='Property' row='ProductCode'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='SecureCustomProperties'
    Database: table='Property' row='SecureCustomProperties'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='ProductVersion'
    Database: table='Property' row='ProductVersion'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='Manufacturer'
    Database: table='Property' row='Manufacturer'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='DefaultUIFont'
    Database: table='Property' row='DefaultUIFont'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Property' row='UpgradeCode'
    Database: table='Property' row='UpgradeCode'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,Y'
    Database: table='Control' row='ErrorDialog,Y'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,A'
    Database: table='Control' row='ErrorDialog,A'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,C'
    Database: table='Control' row='ErrorDialog,C'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,ErrorText'
    Database: table='Control' row='ErrorDialog,ErrorText'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,I'
    Database: table='Control' row='ErrorDialog,I'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,N'
    Database: table='Control' row='ErrorDialog,N'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,O'
    Database: table='Control' row='ErrorDialog,O'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Control' row='ErrorDialog,R'
    Database: table='Control' row='ErrorDialog,R'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Dialog' row='Cancel'
    Database: table='Dialog' row='Cancel'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Dialog' row='DiskCost'
    Database: table='Dialog' row='DiskCost'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Dialog' row='ErrorDialog'
    Database: table='Dialog' row='ErrorDialog'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='Dialog' row='FilesInUse'
    Database: table='Dialog' row='FilesInUse'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='UIText' row='NewFolder'
    Database: table='UIText' row='NewFolder'
    WARNING: Error merging 'CRRedist2008_x86.msi': Unable to merge data from the merge module because it conflicts with existing data in the package.
    MergeModule: table='UIText' row='SelLocalLocal'
    Database: table='UIText' row='SelLocalLocal'
    ERROR: Unable to import merge module 'S:\TEMP\CrystalReports10_5\CRRedist2008_x86.msi'
    Any ideas,
    Thanks,
    Vik

  • Crystal Report printing on dot-matrix printer

    Hello,
    I've developed an application using VB.NET and Crystal Reports in VS2008. The report generated gets printed correctly on modern laser or inkjet printers. However, the entire formatting gets affected when I print these reports on dot matrix printer. Apart from that. the print speed is very slow. I tried exporting the report to PDF, DOC and other formats - but no solution. There was Export to Text function, which is not working in Crystal Reports now.
    After a research on this issue, I found out few links to some solutions - which actually doesn't work. These links are as follows:
    http://social.msdn.microsoft.com/forums/en-US/vscrystalreports/thread/e24a8084-ad53-48bc-a7d5-065ef82636ac
    http://social.msdn.microsoft.com/Forums/en-US/vscrystalreports/thread/dd506c66-4cdc-48a7-9fa8-2c6f14daef24/ (Same issue in C#)
    I've seen some software, in which, when Print on Dot Matrix (custom menu option) is selected, data is sent to DOS mode and reports are printed from DOS mode.
    Is there any solution for this? OR DOS mode is the only solution?
    This is high priority issue. Even though we're moving ahead in IT industry, govt. still depend on 4 color dot matrix printer reports.
    Waiting for solution
    Regards
    Mayur Tendulkar | www.mayurtendulkar.com

    Also, as of Service Pack 3 Microsoft updated their security models so a new C++ runtime is required. Please see these Kbase articles and Forum posts for more info:
    https://bosap-support.wdf.sap.corp/sap/support/notes/0001495319
    Forum thread for info Setup And Deployment Problem
    Info:
    Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update and is available using the link below.
    This needs to be installed before installing a setup package that uses the SP 3 merge modules.
    http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ff-b072-9112bab119c2&displaylang=en
    Thank you all again and have a great day
    Don

Maybe you are looking for