Microsoft .NET Framework 4.5.1
Windows Server 2008 R2 64bit
Crystal Reports for Visual Studio 2010 viewer
After installing CRRuntime_64bit_13_0_7.msi, Crystal reports are failing with the error below in our third party software. The web.config file was checked for the VS2010 reference. Each report was opened and the data source location verified that it was pointing to the correct database. Reports are using procedures not packages. The runtime was upgraded to 13.0.8 in hopes this would resolve the issue but it did not.
In each report procedure, there is a call to another procedure which allows us to track what user ran which report. I have attached that code (procedure_call.txt) to this discussion. If the call to the procedure is commented out, the report works fine.
NET Runtime version: 4.0.30319.18444
Application Domain: /LM/W3SVC/1/ROOT-2-130408477987418749
Assembly Codebase: C:/Windows/assembly/GAC_MSIL/CrystalDecisions.CrystalReports.Engine/13.0.2000.0__692fbea5521e1304/CrystalDecisions.CrystalReports.Engine.dll
Assembly Full Name: CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
Assembly Version: 13.0.2000.0
Assembly Build Date: 11/5/2013 2:16:30 PM
Exception Type: CrystalDecisions.CrystalReports.Engine.LogOnException
Exception Message: Log on failed.
Exception Source: CrystalDecisions.CrystalReports.Engine
Exception Target Site: VerifyDatabase
---- Stack Trace ----
CrystalDecisions.CrystalReports.Engine.ReportDocument.VerifyDatabase()
(unknown file): N 00239
Ellucian.Advance.Reports.CrystalReports.VS2010.CrystalReportsProvider.GetReportDocument(advPInfo As IAdvanceWebPageInformation, advWebState As IAdvWebState, parameterValues As IDictionary)
CrystalReportsProvider.cs: line 0281, col 13, IL 0533
Ellucian.Advance.Reports.CrystalReports.VS2010.CrystalReportsProvider.AttachReportToViewer(viewer As Object, advPInfo As IAdvanceWebPageInformation, advWebState As IAdvWebState, parameterValues As IDictionary)
CrystalReportsProvider.cs: line 0187, col 17, IL 0008
Ellucian.Advance.Web.ReportCrystalViewerVS2010.ConfigureCrystalReports()
(unknown file): N 00666
System.Web.UI.Page.OnInit(e As EventArgs)
(unknown file): N 00102
System.Web.UI.Control.InitRecursive(namingContainer As Control)
(unknown file): N 00186
System.Web.UI.Page.ProcessRequestMain(includeStagesBeforeAsyncPoint As Boolean, includeStagesAfterAsyncPoint As Boolean)
(unknown file): N 02098