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

Similar Messages

  • Crystal Reports XI R2 SP2 on Windows Server 2008 ( 32 bit system)

    Hi Forum,
    I am trying to run a .NET application on a windows server 2008( 32 bit system) with Crystal Reports X1 R2 SP2 installed.
    The application does not run and throws the following error in the event log.
    Faulting application w3wp.exe, version 7.0.6002.18005, time stamp 0x49e023cf, faulting module unknown, version 0.0.0.0, time stamp 0x00000000, exception code 0xc0000005, fault offset 0x0171ab98, process id 0x%9, application start time 0x%10.
    The same application runs fine on a windows server 2003.Also, the same application runs fine, when i remove the crystal reports code. It loads the .NET pages fine.
    Please suggest me if i am missing something. Please let me know how can i debug this issue?

    Hello,
    Crystal reports XIR2 is not supported on Windows server 2008.
    Check the supporting platforms guide here.
    [Crystal Reports XI Release 2 SP2 - Supported Platform Info|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/7081b21c-911e-2b10-678e-fe062159b453]
    Thanks,
    Bhushan.

  • Deploying Crystal Reports (CR for VS2010) to Windows Server 2008

    What do I need to deploy an ASP.NET web application built in VS2010 (.NET 4.0) to Windows Server 2008 Standard?
    One by one I've been fixing this issue and then that issue, trying to get this app deployed to our server. The latest issue is an event in the server's Application log. The part that has me most concerned is "The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded."
    Does this message mean we can't use the free runtime on our server? If yes, what do I need to purchase? And, is there a trial version I can test this with before spending more money?
    I installed "CRforVS_13_0" on my workstation and switched the assembly references from 14.0.2 to 13.0.2.  I also installed the "CRforVS_redist_install_32bit_13_0" on the server. BTW, where is the runtime for the 14.0.2 assemblies?
    The assembly version in the above is 13.0.2. This is confirmed by looking in the GAC on the server and the local dev machine. However, the developer's guide (crnet_dg_2010_en.chm) says the version should be 14.0.2. Which version should I use? I can't find the runtime for 14.0.2 so I'm using the older 13.0.2 version.
    Thanks!
    Edited by: scottw on Feb 11, 2011 8:06 PM

    Eeeek.
    The 1st thing you want to do is clean up your dev box and get rid of any sniff of CRVS2010 Beta (14.x). See KB [1535325  - How to remove CRVS2010 Beta 2|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333335333333323335%7D.do] (hoping this is Beta 2 not Beta 1).
    Once you have re-installed crvs2010 rtm from here:
    http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp
    Make sure the only CR references in your project are of version 13.x. Recompile the app, then you can use either the msm or msi to deploy the CR runtime.
    MSM http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_mergemodules_13_0.zip
    MSI 32 bit http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0.zip
    MSI 64 bit http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0.zip
    Re. the keycodedecoder warning. This is a  known issue and does not impact your or any other project. This will be resolved in SP 1 for CRVS2010.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]
    Edited by: Ludek Uher on Feb 11, 2011 12:45 PM

  • How to configure crystal report xml file as data source in BOE in Solaris?

    Hi,
    How to configure crystal reports from xml file as data source in Solaris? I didn't find any suitable driver for xml / excel files for sun solaris.
    Which driver i have to use to connect xml file to crystal report to view my crystal report in solaris BOE?
    And the same way excel file as data source for crystal report.
    Thanks

    Hi Don thanks for the reply,
    In windows environment I donot have any problem when creating crystal report from Xml file and Excel file. After creating reports when I publish those into boe server in solaris, getting connection failed error.
    My solaris BOE server doent have any network connection with windows machines. So i have to place the files in solaris server.
    Below the steps what I tried:
    1. Created crystal reports from cr designer in windows using ADO.Net(xml) and in another try with Xml webservices drivers. Reports works well as it should.
    2. Saved in BOE repository in Solaris server from crystal reports and changed database configuration settings as:
        -Used custom database logon information and specified cr_xml as custom driver.
        -Chnaged database path to file directory path according to solaris server file path </app/../../>
        -tried table prefix also
        - Selected radio button use same database logon as when report is run saved.
    My environment :
    SAP BOXI3.1 sp3
    crystal reports 2008 sp3
    SunOS
    Cr developing in windows 7.
    For Excel I tried with ODBC in windows but I can't find any ODBC or JDBC drivers for Excel in solaris.
    Any help to solve my issues
    Thanks
    Nagalla

  • Maximum Nodes supported for NLB and Cluster in Windows Server 2008 Standard Edition ?

    Hi.
    I am looking for information How many nodes supported for NLB and Cluster in Windows Server 2008 Standard Edition ?
    If you can provide for all the versions that would be great.
    -Thanks
    - Ajay Chanana

    Hi,
    You can configure a Windows server 2008 NLB cluster with up to 32 nodes. However,
    scaling beyond 8 nodes will cause a slight performance hit because the network traffic is broadcasted to every node and only one NLB node accepts the connection.
    For more detailed information, please refer to the link below:
    FAQ Week for NLB: Tuesday
    Best regards,
    Susie

  • HFM and FDM on Windows server 2008 - 64  bit

    Hi All,
    We are installing HFM and FDM on Windows server 2008 - 64 bit.
    For FDM we installed 32 bit oracle client and for HFM 64 bit client.
    When trying to Configure HFM the database Configuration is failing.
    Appreciate all your support.

    I was not able to get both HFM and FDM to work on the same node due to differences in the 32/64 bit Oracle Client requirements. I suggest moving FDM to another node where you can install the 32 bit client without effecting HFM.
    Nick

  • PDF Indexierung auf dem IIS7 unter Windows Server 2008 mittels IFilter

    Hallo,
    ich suche nun schone eine ganze weile nach einem Ifilter oder einer vergleichbaren Lösung für den IIS7 unter Windows Server 2008.
    Ich möchte meine eingesetzten PDF - Dokumente im Web "durchsuchbar" machen. Dazu habe ich mir gedacht, ich installieren einen Ifilter (Die Lösung habe ich früher bei dem IIS5 angewandt) und indexiere die PDF - Dokumente und realisiere so, dass die Besucher der Webseite über die Suche auch die hinterlegten PDF Dokumente durchsuchen können.
    Hat das schon irgendjemand mittels IIS7 realisiern können und mag mir einen Tipp geben, wie man das anstellt? Bitte keine Sharepoint Lösung anbieten.
    Cuxhaven09

  • Is it possible to install sql server 2008 standard edition in windows server 2008 enterprise edition?

    hi,
    Please help me..
    is it possible to install sql server 2008 standard edition in windows server 2008 enterprise edition?
    will any problem arise?

    Hiya,
    Yes it it possible. No there will not be any problems.
    Short and simple :)

  • Crystal Report 13 Visual Studio 2010 SQL Server 2008 R2 ODBC Problem

    Hi Everybody,
    I am new in Crystal Report.
    I developed a web application in Visual Studio 2010, and my Database is SQL Server 2008 R2.
    I created reports using Crystal Report 13 in Visual Studio and my Operating System is Windows 7 32-Bit.
    I used ODBC Connection System DNS for my application.
    It is running fine even after Hosting on my local PC.
    But it creates problem when hosted on my Team Leader PC and Test Server.
    Their Configurations are same but only difference is "SQL Server 2008" Not R2
    The Error I am getting is "Failed to open the connection".
    When I Host the same on my another team member PC, I am getting the error like
    "Failed to open the connection. Details: [Database Vendor Code: 4060 ] Database Connector Error: ' [Database Vendor Code: 4060 ]' Failed to open the connection. Failed to open the connection. TestVr {CE268132-D2BD-43EC-BE45-0BCD847FBCDA}.rpt Details: [Database Vendor Code: 4060 ]"
    I tried various solution to fix this bug.
    But i am unable to do this and not getting any idea to fix this issue.
    If anyone can guide I will be thankful to him.
    All suggestions are appreciable.
    Thank you

    Hi,
    Please use the top right search box. for ex below search which will return many useful kb's, articlea and forum threads where simillar issues are discussed.
    [http://www.sdn.sap.com/irj/scn/advancedsearch?query=failedtoopentheconnection|http://www.sdn.sap.com/irj/scn/advancedsearch?query=failedtoopentheconnection]
    Most probably the issue is missing database client driver / provider.
    Install the driver used to connect the rpt to the db on the server and then create a 32 bit DSN with the same name as the dev machine..
    Hope this helps,
    Bhushan.

  • Crystal Reports Server 2008 V1 installation on Windows Server 2008

    Hello,
    I am trying to install CRS2008V1 on Windows Server 2008 x64 with SQL Server 2008 and IIS 7.0. Installation wizard says that installation is finished succesfull but I cannot access CMC Console and InfoView. Is there anything which shuld be done more? CRS2008 installation on Windows 2003 was trouble free. I'm very confused now... Anyone can help me?
    Regards,
    Seb.

    I had similar issues.  My resolution was...
    - In IIS Manager, create a new Application Pool called "Classic .NET AppPool"
    - For that app pool, set the managed pipeline mode to "Classic"
    - with that new app pool selected, click on View Applications in the right-hand panel
    - make sure that you see all of the Business Objects applications listed, if not...
         - click the Remove Filter link in the top panel
         - open each Business Objects related application and assign it to the new app pool
    You may need to do an iisreset at that point, but that cleared up the issue for me.

  • Crystal 2008 Runtime error on Windows Server 2008

    I have a simple ASP.Net web applications that is using reports developed in Crystal 2008.  My server OS is Windows Server 2008 and has the Crystal 2008 SP1 runtime controls installed.  When I run the application it works fine until I actually try to run the report.  As the paremeter screen is attempting to load I am getting several script errors on the page. 
    _de is undefined, object not specified, bobj is undefinded are the major messages.  I have researched for several hours and have had no success.  I have come to the conclusion that the web page does not know where to find the .js and .css crystal files or does not have the correct permissions to access the files. 
    One thing that I found online and tried was to add a line of code in the HTML that specified the script as java and the location of the JS file for the viewer.  This helped but still had errors.
    BTW....This application runs fine on a Windows Server 2003 SP2 OS. 
    Anyone had the same issue?  Any help is greatly appreciated!
    Forgot to mention my development environment is VS 2008.
    Edited by: Bobby on Mar 13, 2009 11:02 AM

    See [this|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note.
    Also, [this|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note will be of help - possibly mode that the above note.
    Also, make sure you are using the latest merge modules / MSI to do your deployment. See [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0] wiki.
    Finally, the below Articles are worth having:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0437ea8-97d2-2b10-2795-c202a76a5e80
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50aa68c0-82dd-2b10-42bf-e5502b45cd3a
    Ludek

  • How Do i disable ""enable advance Printing features on windows server 2008 ""

    Hi ,
    I have a windows server 2008 which is used as  a terminal server . Users at remote locations log on to this server via "" DYNDNS"" to user our ERP and company files. We use ""DOT MATRIX PRINTERS "" to print  . As we all know that ""enable advance
    printing feature"" is checked by default on windows server 2008 the format of our ""DOT MATRIX PRINTOUTS "" CHANGE  which creates a big mess. 
    I would like to know if there is any way where i can disable this feature permanently. 

    In previous operating systems, that setting was for designed for  disabling and enabling GDI rendering on the server.  Since you are using a TYPE 4 print driver, there is no GDI rendering and thus this setting is not configurable. 
    If you would like to change this setting, you will need to use a TYPE 3 print driver that does not use XPS rendering.  Then the previous configuration methods you were using will work.
    Alan Morris Windows Printing Team

  • Get-Hotfix InstalledOn property not returning hotfix installed Date and Time on Windows Server 2008 SP2 but works on Windows Server 2008 R2 SP1

    Hi,
          I am working on a validation script to get the list of hotfixes installed on Domain Controllers every month as part of our monthly DC patching process. I have been successful in getting these details for DC's with (Windows Server 2008
    R2 SP1, Powershell v2.0) using the below command. 
    Get-HotFix -cn $computer | Select-Object PSComputerName,HotFixID,Description,InstalledBy,InstalledOn | where InstalledOn -ge (Get-Date -Day 1 -Format d) | FT -AutoSize
    I execute the above from a jump box with powershell v4.0 (Server 2008 R2)
    However, when I try the same command from the jump box to query DC's with (Server 2008 SP2, powershell v2.0). It doesn't return the InstalledOn date and time. It was giving error for the InstalledOn property and hence I renamed it to $_.InstalledOn. Now
    I don't get error but still no details displayed for InstalledOn property.
    I tried using the below, as could see on few forums that this might resolve the issue. I also tried removing the "where" part but still no installation date returned. 
    Get-HotFix -cn $computer | Select-Object HotFixID, Description, InstalledBy, @{l="InstalledOn";e={[DateTime]::Parse($_.psbase.properties["installedon"].value,$([System.Globalization.CultureInfo]::GetCultureInfo("en-US")))}}
    | where {$_.InstalledOn -ge (Get-Date -Day 1 -Format d)} | FT -AutoSize
    Have tried this locally on the 2008 SP2 DC but still not working. Please advise what is going wrong? 
    Note: If I execute the below command locally on the 2008 SP2 DC, I am getting the InstalledOn output. However, when executed from the jump box with powershell v4.0 (Server 2008 R2) to query
    the same 2008 SP2 DC, it just gives the prompt again without any error or output. This behavior is consistent for other 2008 SP2 DC's in the environment.
    Get-HotFix -cn $computer | Select-Object HotfixID,Description,InstalledBy,InstalledOn | where {$_.InstalledOn -ge (Get-Date -Day 1 -Format d)} | FT -AutoSize

    Hi jrv, I have already tried the Win32_QuickFixEngineering option, which doesn't work either. Apologies for not mentioning the workarounds that I have already tried.
    Get-Hotfix seems to be just a wrapper for Win32_QuickFixEngineering as per the below article. (http://technet.microsoft.com/en-us/library/hh849836.aspx)
    I have seen a mention of using the WU ActiveX control on few forums, but was too lazy to read it through.
    After rigorous testing, it makes me realize that somewhere the Get-Hotfix dates formatting\comparison isn't working. 

  • Compatibility Exchange Server 2003 SP2 and Domain controllers Windows Server 2008 R2

    Hi all, I have this scenario:
    - Two Domain Controllers Windows Server 2003 R2 SP2
    - Two mail servers Exchange Server 2003 with the following version:
      6.5 (Build 7638.2 Service Pack 2)
    I want to upgrade my domain controllers to Windows Server 2008 R2.
    My question is whether exchange Server 2003 6.5 (Build 7638.2 Service Pack 2) is supported with Domain Controllers Windows Server 2008 R2.
    Can you tell me some official Microsoft website where this reflected?
    regards
    Microsoft Certified IT Professional Server Administrator

    Exchange Server 2003 SP2 supports DCs running Windows Server 2008 R2. These DCs should be RWDCs and not RODCs:
    Exchange 2003 SP2 will now be supported against writeable Windows Server 2008 R2 Active Directory Servers.  Additionally, with the General Availability of Exchange Server 2010, and those looking to standardize on Windows
    Server 2008 R2 we have enhanced the supportability of forest and domain functional levels up to Windows Server 2008 R2.  This change is effective immediately on Exchange 2003 SP2.
    Reference: http://blogs.technet.com/b/exchange/archive/2009/11/30/3408893.aspx
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • How to configure Crystal Report from Test DB to Production DB

    Hi,
    I have a VB/asp.net application that is currently using Oracle DB.
    Now, I'm creating a new Crytal report that will connect using any userID, password, database, servername on runtime.
    When I created the Crystal Report I used the Oracle OLE/DB connection using the test database logon information now I would like to make this  dynamic at form load event which I have my crystal report viewer configured and then pass the dataset regardless if it is coming from test or production database.
    Now, at form load connection using the test database I can see the report properly which I provided with the same logon information when the crystal report was created but when I switch the login using the production database, it doesn't get the correct datasource and logon information and it still uses the test datasource.
    I would appreaciate if you can give me a solution or any links of the previous threads that has similar issue with resolution or any sample that may help.
    Thank you,
    Ryan

    Hi Ryan
    I'd start with these samples:
    csharp_win_dbengine.zip / vbnet_win_dbengine.zip
    csharp_win_subreport_logon.zip / vbnet_win_subreport_logon.zip
    Link to the samples and others is in this wiki: Crystal Reports for .NET SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki
    Next, I find the Crystal Reports for Visual Studio 2005 Walkthroughs to be an absolute gem (and it applies to all versions of CR and VS).
    And of course, the developer help files:
    SAP Crystal Reports .NET SDK Developer Guide
    SAP Crystal Reports .NET API Guide
    Now, one thing you don't mention is which APIs you are using; CR, or RAS - both of which may be available to you depending on the version of CR and VS you are using... RAS Developer Help files are here:
    Report Application Server .NET SDK Developer Guide
    Report Application Server .NET API Guide
    The RAS APIs are a bit more complicated, but way more powerful. And there is even a utility that will write the DB logon code for you:
    KBA: 1553921 - Is there a utility that would help in writing database logon code?
    Finally, don't forget to search this SCN Space. Search box is in the top right corner. I find using short search string is best. E.g.; 'crystal net logon' will return a number of KBAs (notes), wikis, blogs, etc., etc.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

Maybe you are looking for

  • How can I force a specific content size in a ScrollPane? -- REPOST

    See http://www.seanberry.com/scrollPaneInTheAss.html for reference Have an interesting situation here. I am using a scrollpane to hold a loaded movieclip (scrollContent_mc for reference) which contains several mask/image combinations. The images with

  • Reading states of usb-6501 kit from command prompt?

    Hi all! I have been planning to use USB-6501 kit as one part of my test bench. There will be need of checking state of some relays on  tested  unit. I would like to connect  6501  to those relays and read those states using bare command prompt comman

  • Ipod won't update w/ itunes 7.0

    I keep getting an error message when ever I try to update my ipod with the current setting. It reads, "The ipod could not be updated. An unknown error occurred (1417)." And when I try to restore it to the original settings, it reads, the same thing,

  • Non display of senders name on text messages

    Hi On my Nokia 1100 when I recieve a text from a contact in my address book, the phone DOES NOT display their name, only their number. How can I set the phone so that it displays names? Thanks!! Richard

  • Sorry More Cover Flow Issues

    In iTunes all my artwork displays properly but when I sync with my iPod not all the artwork transfers. Does anyone know the reason for this. Is it proper resolution or something being I got some from amazon and google. The wierd thing is some of the