Reputation: 621
I have two Amazon EC2 instances that are just about exactly identical. (set up the first one, made an image of it and then created a new instance from this). The only difference on the 2nd server is that the application directory is on a side drive (E), not the main drive (C). If i navigate to the site hosted on the first server (which has the application directory on C) the report displays. On the other server where the directory is on the E drive the page loads but there is no report displayed - It just appears as a blank page.
I installed and reinstalled the CRforVS runtime (using the older 13.0.2 on both) yet this doesn't seem to let us view the report on the 2nd server. Is this because when the MSI runs it installs to C and the site contained on E is not looking in the correct place for the resources? Listed below is the section of my web.config that handles the CR runtime.
<compilation debug="true" defaultLanguage="vb" targetFramework="4.0">
<assemblies>
<add assembly="CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
<add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
</assemblies>
</compilation>
Thank you.
edit - i found a little information that deals with if there is no "C" drive - http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d02f7cd3-f18b-2d10-55ad-dab2200f68fc?QuickLink=index&overridelayout=true&53240414858625
wasn't sure if this applied in my situation since there is a c drive, just the site is not located on this drive.
Upvotes: 2
Views: 6553
Reputation: 2750
I have read in many posts that the msi installer will sometimes not install correctly and the folks at SAP alwas recommend using the exe instead of the msi. I have been looking around but couldn't find version 13.0.2, the only link I could find is 13.0.5, which is here. This will automatically download the exe. You might want to check the SAP forums some more for that issue, it is quite common and I had the same issue back in the day.
Hope that helps,
Chris
EDIT: Found it. Here is the download site which points out to use the exe and not the msi and it has the 13.0.2 version, too. So I think what you want is the click-once zip file which contains the exe. You may want to uninstall the current version before reinstalling with the exe.
Upvotes: 2