cancel
Showing results for 
Search instead for 
Did you mean: 

What is needed when wanting to run Crystal reports on a fresh Win 2012 server?

bcla
Participant
0 Kudos

Hello all,

I have a fresh windows 2012 with IIS connecting to an MS sql 2005 db, and the CR_runtime.

I have recompiled the original 2005 solution on my development box using VS2010 and I can get reports to work. ( I have everything from the original crystal install, to the latest crystal install as well as the runtimes...) Anyway, when I try to run the reports from the new web server I get the "File does not begin with '%PDF-' Local \EWH-5072-0 Acrobat error. If I try to run the same report on the server , it asks me if I want to download the aspx page. I can run the reports in Crystal 2011 with out issue. Crystal 2011 is not installed on the server.

My question is really simple after all of this...What is needed to be installed on the server for these reports to display from the web application?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member292966
Active Contributor
0 Kudos

The only real way to determine the error is to add error checking to your application. Check to make sure the report was opened, logged in, exported. Make sure the PDF file was exported to the expected folder on the server. At some point, the application will error out.

The error looks like it's happening when your application is trying to open the PDF that doesn't exist or may be locked.

Good luck,

Brian

Answers (5)

Answers (5)

bcla
Participant
0 Kudos

So any suggestions on how to identify the actual error? Thanks, B

bcla
Participant
0 Kudos

ok, thanks. B

bcla
Participant
0 Kudos

Do I need something different or in addition?

DellSC
Active Contributor
0 Kudos

Is your application 32-bit or 64-bit? You'll need only the version of the runtime that DOES NOT include IDE integration for the "bit-ness" of your application. Crystal Reports itself no longer installs the SDK, so you can remove that.

If your application is 32-bit, you'll also need to create a 32-bit application pool in IE in order for it to run.

-Dell

bcla
Participant
0 Kudos

Thanks, got that app pool working as well..

just not all the reports... 😞

Thanks

bcla
Participant
0 Kudos

I have actually installed both of these on the server:

SAP Crystal Reports
Runtime (32Bit)

Installation package for Visual Studio IDE Download NowSAP Crystal Reports
Runtime (64Bit)

SAP Crystal Reports runtime engine for .NET framework (64Bit). No IDE integration

0 Kudos

Are you using the only version supported in VS 2010 or above:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

Don

former_member292966
Active Contributor
0 Kudos

Hi,

My guess is you need to make sure you installed the correct CR runtime.

Is you application compiled in 32 or 64 bit?

Which version of the CR runtime did you install? 32 or 64 bit?

The error you have isn't one Crystal would generate. If you check the error, when does that occur?

Thanks,

Brian

bcla
Participant
0 Kudos

The error occurs after I submit all the needed parameters for the report to be generated.

I'll start by reinstalling the 64bit version of the runtime and see if that makes a difference.

Thanks

bcla
Participant
0 Kudos

How do I see where the original error is coming from, verses the crystal output of it?

Thanks