Crystal Report XI crashes on Vista

We recently installed Crystal Report XI on a Vista (32 bit).
The app opens fine and can view/run reports.
But, when we attempt to modify crystal report(s) the app will grey out and an OS message will appear: "Crystal Reports has stopped working".
This does not happen on our CRXI & XP installations, so I was wondering if CRXI is Vista compatible?
If so, was there any extra installations needed?
thanks
Tony

Hi Tony,
Try with this:
Run a command prompt as administrator. From the start menu, select "All Programs", then "Accessories" and right-click on the "Command Prompt" shortcut and choose "Run As Administrator". From here you can use the following command to disable Data Execution Prevention (DEP) with the following command:
bcdedit.exe /set nx AlwaysOff
Keeping your command prompt open, run your setup or other process being stopped by DEP. Then, to turn it back on again, do the same and run the following:
bcdedit.exe /set nx AlwaysOn
Its a known issue with vista operating system and this is workaround for it.
Hope that helps!!
Regards,
Shweta

Similar Messages

  • Crystal Reports 2008 crash when Select Page or Print Report

    Hy,
    I Have Crystal Reports 2008 on Windows Vista. When I select page or I print reports, Crystal Reports crash. I tried to uninstall Crystal 8.5 and Crystal XI that I was on the same computer and manually removed all entry in Registry. After this I reinstalled Crystall 2008 but the problem was not resolved.
    So I tracked the dll called by CRW32.EXE and I found that the problem was on a DLL of Microsoft Office OneNote. I uninstall the Microsoft Office OneNote printer that Office Installation Program created for OneNote and now all work fine. I hope that this can help other people that have the same problem.
    Ciao Filippo

    Thank You for the information Filippo,
    This is actually a known issue with CR 2008 when a printer driver is missing at least one file. Our developers are aware of the issue and are planning to release a fix soon.

  • Crystal Report 9 crashes while trying to connect to Oracle

    Post Author: sminabe
    CA Forum: General
    Hi,I'm having trouble with Crystal Report 9 and wondering if someone could give me a clue.When I try to connect to Oracle using "Refresh" button, Crystal Report 9 crashes everytime.And, the following error appears in the Application Event Log.Faulting application crw32.exe, version 9.2.3.1699, faulting module crqe.dll, version 9.2.1.1839, fault address 0x00009007.Environment:Crystal Report Version: Crystal Report 9 SP7OS: Windows 2003 Server SP1CPU: Intel Xeon CPUOther Major Applications: Oracle 9i, Citrix Presentation Server 4.0Other Facts:- This happens to every Crystal Report files on the machine.- The same Crystal Report files work fine on other machine with exactly the same environment ex) OS ver/CR ver/Installed app...- I could never connect ot Oracle successfully on this machine - it's not like it used to work before.Things that I have tried:- I have tried reinstallation of CR9 without uninstalling but it didn't work.- I have uninstalled CR9 and installed it again and then restarted the machine but it didn't work.- I originally tried without any SP installed and applied SP7 afterwards but the results were the same.- I tried turning on and off the DEP (Data Execution Protection) for CR9. But the results were the same.Can someone give me an advice what I should try from here, please?Let me know if you want more info.Many thanks,Seiji

    Also, see this ARTICLE from the Tips & Tricks sub-forum, for things to look at with crashes and hangs. It covers the hardware, the OS and the software, and offers links for tuning up the system, and getting it ready for video editing. I know that there is a lot of material in there, but Neale has done a great job of putting things into a checklist, and offering links to other material.
    That rec. is for use along with John T's links, which are a bit more specific to your burned DVD's.
    Good luck,
    Hunt

  • Crystal Reports 2008 crashes when I try to print

    Post Author: j89
    CA Forum: General
    When I open my report it says "This report uses an invalid printer. The default printer will be used instead."When I click on the print icon or file>print, Crystal Reports 2008 crashes. It simply disappears. Any ideas?

    Post Author: j89
    CA Forum: General
    When I open my report it says "This report uses an invalid printer. The default printer will be used instead."When I click on the print icon or file>print, Crystal Reports 2008 crashes. It simply disappears. Any ideas?

  • Deploy Visual Basic 6.0 RDC application using Crystal Reports 9 on Windows Vista

    Post Author: albe
    CA Forum: General
    When attempting to deploy a Visual Basic 6.0 Report Designer Component (RDC) application using Crystal Reports 9 on Windows Vista systems, the application fails after the first print or preview (that show normally) and an error occurred: -2147417848 Method '' of object '' failed.
    The app use the RDC and Active Data; I verify that the problem is encountered when the app calls the 'SetDataSource' method.
    I tried everything that came in my mind: reinstalling it a few times, with administrator priviledges, disabling uac, manually registering dlls, ...
    I hope that this will be fixed, since Crystal Report 9 is the last CR version compatible with windows 98.
    thanks in advance,
    Alberto

    Hello,
    This forum is for community use and is not considered a support site. For assistance you need to purchase a case from our support site. But 9 is no longer a supported version so this is your only place to get assistance.
    Try downloading the only patches available from:
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90actxwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90dbexwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90devwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90mainwin_en.zip
    Thank you
    Don

  • Employee photo is causing one of our crystal reports to crash

    Good Afternoon,
    I'm currently using Crystal report engine version 9.2.3.884 as part of a Peoplesoft package.
    I have created a new report using the PeopleSoft crystal ODBC driver delivered within the package.
    One of the field retrieved contains the employee photo defined in Oracle DB as a BLOB field.
    When I drag and drop the employee photo into the report, it crashes the application.
    I've first checked if the photo was corrupted using JPEGsnoop.exe. The photo used is not corrupted.
    After running a couple of tests I have found a workaround.
    Take a print screen of the employee photo using snag it tool, copy it into MSPaint, save the photo with the same name, load the new version into oracle and drag the photo into my crystal report.
    This new picture didn't crash the application.
    In order to make sure that the issue was not due to the PeopleSoft ODBC driver, I ran the same test using the Oracle ODBC driver. It returned the same result.
    I would like to understand why the original picture is causing my crystal report to crash.
    Is there any existing fix related to this issue? Otherwise I would like to know how to report this issue to crystal report developers?
    If you want some more detailed information (the employee photo I'm using) please let me know.
    Thanks in advance for your support,
    Best Regards.

    Hi Sean,
    Thanks a lot for your reply.
    That's right it could be related to memory usage. I have already got this issue before, but the message is different. When I'm running my crashing test, I'm dealing with one photo only (6 Ko JPG format).
    When I take a print screen of the photo causing my crystal report to crash, save it as the same format JPG using MS Paint, load it into oracle blob table and re-run the report using the new photo it works perfectly fine.
    Prior to this I made sure that the photo was not corrupted using JPEGsnoop.exe.
    If you want to I can give you the two JPG samples I'm using and a detailed explanation of the manipulation I'm doing.
    Thanks,
    Best Regards.

  • Crystal Reports XI crashes says "Crystal Reports has stopped working"

    I'm on Crystal Reports Xi release 2 sp2, with windows 7, I also have visual studio 2008 installed.
    When I try to add any fields or objects to a report in crystal reports it crashes and throws up a windows generic error message that says "Crystal Reports has stopped working"  There is no additional error information besides that...  I've tried a number of fixes, too many to list here, but no go, and apparently calling for tech support requires me to pay more money! ack.  We've already paid for the product, I just want to use it..
    Does this version of crystal reports even work on windows 7?  if I could get a straight answer on that it would be a start anyway...
    Sorry to be snippy, I'm just frustrated!!!

    Upgrading to SP6 solved the issue.  I originally thought sp4 was the newest because of this page: http://resources.businessobjects.com/support/additional_downloads/service_packs/crystal_reports_en.asp
    which is out of date...
    Thanks for the quick fix.

  • Crystal Report Viewer and Windows Vista

    Hi,
    We are using RDC methodology for launching the crystal reports in the web using ASP.
    The web server operating system is Windows 2003, Crystal Reports XI is installed in it.  Report is not launching in only one client machine.  For all the other client machines reports are launching perfectly.  The problem is blank white activex control is displayed.  I tried to register the crystal reports viewer (ActiveXViewer.cab available in the crystal installation folder) deliverables in the client machine but after installing the deliverables same problem persists.
    When I click on the Crystal Report viewer Internet Explorer Exception occurs
    The following add-on was running when this problem occurred:
    Add-on Name:      CRViewer.dll
    Company Name:      (Not verified)Business objects
    Description:                           Crystal Report Viewer
    Two buttons
    Advanced... and Continue are shown but when we click on the button IE crashes
    The client machine operating system is u201CWindows Vistau201D service pack 2
    Internet Explorer 7 version is installed in it.
    In the client machine event viewer log the following details are available.
    Log Name:      Application
    Source:        Application Error
    Date:          10/29/2010 9:18:35 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      BillVista.toyalloc.local
    Description:
    Faulting application iexplore.exe, version 7.0.6002.18005, time stamp 0x49e01e78, faulting module CRViewer.dll, version 11.0.0.893, time stamp 0x41b6ac85, exception code 0xc0000005, fault offset 0x0001f8e7, process id 0x210, application start time 0x01cb7773d2b1c584.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2010-10-29T14:18:35.000Z" />
        <EventRecordID>98684</EventRecordID>
        <Channel>Application</Channel>
        <Computer>BillVista.toyalloc.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>iexplore.exe</Data>
        <Data>7.0.6002.18005</Data>
        <Data>49e01e78</Data>
        <Data>CRViewer.dll</Data>
        <Data>11.0.0.893</Data>
        <Data>41b6ac85</Data>
        <Data>c0000005</Data>
        <Data>0001f8e7</Data>
        <Data>210</Data>
        <Data>01cb7773d2b1c584</Data>
      </EventData>
    </Event>
    Could any one help me regarding this.

    Hello,
    First thing to do is upgrade to [CR XI R2 SP4 full build|https://smpdl.sap-ag.de/~sapidp/012002523100011802732008E/crxir2_sp4_full_build.exe]. Then get up to Service Pack 6 and you should not have problems with Vista.
    CR XI R1 will not and has never been tested on that OS.
    If you do not want to upgrade though use Process Monitor to watch for Access Denied errors. Also run IE in Compatibility mode.
    Likely what is happening is your test PC doesn't have rights to install ActiveX controls.
    Thank you
    Don

  • Crystal Reports 2008 Crashes when opening File/Page Setup

    Post Author: jrm2byu
    CA Forum: General
    I am running Crystal Reports 2008 full version on Windows Vista. Every time I click on File/Page Setup, or File/Print the program will crash. There are no updates available for 2008. I also have Crystal Reports 8.5 and 10 installed on the same computer. Any ideas what might be causing this crash?

    Post Author: Ray Norkus
    CA Forum: General
    I've got the same issue as well. Does anyone have a solution?
    A quick printing workaround was to export to a pdf and then print but now I actually need to modify my page dimensions.
    Ray

  • Crystal Report XI crashes after several printings.

    I'm using Visual Studio 2003 with Crystal Report XI for reports.  My problem is, after printing around 30+ reports, with 4pages each, CR tends to crash.  I'm suspecting a memory leak, how do I fix this?

    Hi Tony,
    Try with this:
    Run a command prompt as administrator. From the start menu, select "All Programs", then "Accessories" and right-click on the "Command Prompt" shortcut and choose "Run As Administrator". From here you can use the following command to disable Data Execution Prevention (DEP) with the following command:
    bcdedit.exe /set nx AlwaysOff
    Keeping your command prompt open, run your setup or other process being stopped by DEP. Then, to turn it back on again, do the same and run the following:
    bcdedit.exe /set nx AlwaysOn
    Its a known issue with vista operating system and this is workaround for it.
    Hope that helps!!
    Regards,
    Shweta

  • Crystal Report 10 crashes in Windows 2010 Server Enterprise

    Dear All,
    I have a web application created on Windows Framework 1.1 with crystal Reports 10. It works fine with Windows 2003 Server Enterprise , Windows XP , Windows 2008 Server Standard Edition but fails surprisingly on WIndows 2008 Enterprise.
    I could not understand this behavior.
    The Error Shown on Screen is
    =====================================================================================================
    Object reference not set to an instance of an object.
    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.NullReferenceException: Object reference not set to an instance of an object.
    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:
    [NullReferenceException: Object reference not set to an instance of an object.]
       CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +72
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +218
    =======================================================================================================
    Crash Dump Analysis is as follows
    0:029> kL
    ChildEBP RetAddr 
    0d66f8bc 75f7fe4a cachemanager+0x8935
    0d66f934 75f79d6a user32!UserCallWinProcCheckWow+0x14b
    0d66f990 75f7119c user32!DispatchClientMessage+0xda
    0d66f9c0 77135dae user32!__fnINLPCREATESTRUCT+0x8b
    0d66fa34 75f7112b ntdll!KiUserCallbackDispatcher+0x2e
    0d66fa38 75f710bf user32!NtUserCreateWindowEx+0xc
    0d66fcdc 75f712d5 user32!VerNtUserCreateWindowEx+0x1ac
    0d66fd88 75f71338 user32!_CreateWindowEx+0x1f9
    0d66fdc4 0d458aad user32!CreateWindowExW+0x33
    0d66fe00 0d458654 cachemanager+0x8aad
    0d66fe40 0d457ee8 cachemanager+0x8654
    0d66fe74 75d22599 cachemanager+0x7ee8
    0d66feac 75d226b3 msvcrt!_callthreadstartex+0x1b
    0d66feb4 7703d0e9 msvcrt!_threadstartex+0x5f
    0d66fec0 771119bb kernel32!BaseThreadInitThunk+0xe
    0d66ff00 7711198e ntdll!__RtlUserThreadStart+0x23
    0d66ff18 00000000 ntdll!_RtlUserThreadStart+0x1b
    the file information of the CR dlls involved in the crash is as follows:
    0:029> lmvm  cachemanager
    start    end        module name
    0d450000 0d467000   cachemanager T (no symbols)          
        Loaded symbol image file: cachemanager.dll
        Image path: C:\Program Files\Common Files\Crystal Decisions\2.5\bin\cachemanager.dll
        Image name: cachemanager.dll
        Timestamp:        Thu Feb 05 11:58:39 2004 (4021E297)
        CheckSum:         00000000
        ImageSize:        00017000
        File version:     10.0.5.587
        Product version:  10.0.5.587
        File flags:       8 (Mask 3F) Private
        File OS:          4 Unknown Win32
        File type:        2.0 Dll
        File date:        00000000.00000000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    I would be grateful if you anyone could help me resolve this problem.

    Sorry Rajiv. Not a clue and since
    a) this is not a supported environment
    b) CR 10 has been out of support for... 3+ years(?)
    all I can suggest is an http sniffing utility like [Charles|http://xk72.com/] or [Fiddeler|http://www.fiddlertool.com/fiddler/] and perhaps [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx] which will tell you the dlls loading by the process.
    Perhaps somebody else may have an idea?
    - Ludek
    Edited by: Ludek Uher on Mar 23, 2011 3:51 PM

  • Crystal Reports 2008 crashes in Windows 2003 terminal Services Session

    Hi,
    We installed Crystal Reports Server and Crystal Reports 2008 on a new Windows 2003 Small Business Server. Crystal Reports works when run at the physical console, but when accessed from Remote Desktop it crashes to the debugger when I try to:
    a) open an existing working report that uses SQL Server 2005 parameterized stored procedure,
    b) create a new report using any SQL Server 2005 parameterized stored procedure,
    c) access help.
    All the above work fine at the physical server but I need to access remotely using RDC.
    I log in as administrator, I have tried turning off DEP and I am running RDC via the mstsc command both without and with the  /admin switch to run in session 0 but there is still a difference between being at the physical console versus remote that CR does not like.
    More: I have to drive a long way to get to the server to try things locally.  For now, as a workaround, I have started crw32.exe at the physical server and I can use that when I log in via RDC - I just cannot start crw32.exe remotely and run it successfully. Also, when I do run remotely, I get the entire menu bar on startup with no start page, but running at physical server I get only the File, View and Help menus but I do get the Start page.
    Any ideas?
    Thanks,
    Rob Hershfield
    Dave Machado
    Edited by: David Machado on Nov 17, 2008 9:39 PM

    Permission issues

  • Crystal Reports 2008 in Windows Vista x64 + IIS7 DOESNT WORK!!!!!! HELP!

    Hi,
    I´m developing an application with Microsoft Visual Studio 2008 and Crystal Reports 2008 Professional
    (i´m not using the Crystal Reports 2008 for .Net basic)
    As I have Windows Vista x64, my ASP.NET applications run under IIS7, but for my surprise, Crystal doesn´t work under Vista x64 + IIS7. I got the following error:
    An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient, or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information.
    When I run the same routine in an Windows Application the error doesnt occur. It only happens under Web Applications.
    I tested in a Windows Vista 32 bit and there´s no error....
    Crystal Reports 2008 does not work in II7 x64 ?
    Is there any solution?
    Please.... help me!!!!!

    Hi Fernando,
    Please read and follow the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] for future topic posts as yours violates the current policy.
    You will need to build your application to run in 32 bit only mode. This note explains how to do it:
    [Set app to 32 bit mode|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do]
    Jason

  • Crystal Reports 2008 crashes when previewing image with graphic location

    Hi,
    I'm using Crystal Reports 2008 for SAP Business One.  When I try to insert an image with a UNC graphic location (browse to a UNC drive for image) and I preview, Crystal Reports crashes with the following debug info:
    Problem signature:
      Problem Event Name:     APPCRASH
      Application Name:     crw32.exe
      Application Version:     12.1.0.892
      Application Timestamp:     48de4bbc
      Fault Module Name:     cslibu-3-0.dll
      Fault Module Version:     12.4.0.966
      Fault Module Timestamp:     4daed0a1
      Exception Code:     c0000094
      Exception Offset:     0002d7fd
      OS Version:     6.1.7601.2.1.0.272.7
      Locale ID:     1033
      Additional Information 1:     0a9e
      Additional Information 2:     0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:     0a9e
      Additional Information 4:     0a9e372d3b4ad19135b953a78882e789
    Any idea why?  If I trun graphic location off, it works fine.
    The code I'm using to pull image is:
    sapserver\B1_SHR\Bitmaps\Versailles\" & {RSM_Inventory_Images;1.PicturName}
    Thanks.

    Through  Startu2014Run are you able to view the image by choosing the following path ?
    sapserver\B1_SHR\Bitmaps\Versailles\" & {RSM_Inventory_Images;1.PicturName}
    Also try to insert any image which is on your local hard drive and try.  I think this is because, CR is unable to access the images which are on UNC.
    Thanks,
    Sastry

  • Crystal Reports 8.5 and Vista

    Post Author: Mark1110
    CA Forum: General
    Hi, I have an existing VB6 application that is using CR 8.5. Our company will be upgrading the operating system to Vista. My question is, will CR 8.5 work under the Vista operating system or will I need to move to the latest version of Crystal Reports. Mark

    Post Author: amr_foci
    CA Forum: General
    even you moved to the latest version,, i dont think business objects support ur product on Vista yet,, please check

Maybe you are looking for