Sunday, 8 September 2013

CrissCross reports platform

CrissCross reports platform

I have been trying to configure CrissCross - an open source alternative
for running SSRS reports. I configured all relevant details in the web
config file on the web app folder but I still get an error when ruuning
the report.
The ELMAH log file somehow points to an error in a folder that doesnt
exist on my system:
at CrissCross.Report.uxRunReportButton_Click(Object sender, EventArgs e)
in C:\Users\ian_richardson\Documents\Visual Studio
2008\Projects\CrissCrossCodeplexVersion\CrissCross\Report.aspx.cs:line 193
HERE IS THE LOG FILE:
Errors Help About
System.Net.WebException
:
The request failed with HTTP status 404: Not Found.
System.Web.HttpUnhandledException: Exception of type
'System.Web.HttpUnhandledException' was thrown. --->
Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection+MissingEndpointException:
The attempt to connect to the report server failed. Check your connection
information and that the report server is a compatible version. --->
System.Net.WebException: The request failed with HTTP status 404: Not
Found.
at
Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection.GetSecureMethods()
at
Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection.IsSecureMethod(String
methodname)
at
Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection.SetConnectionSSLForMethod(String
methodname)
at
Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String
Report, String HistoryID)
--- End of inner exception stack trace ---
at
Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection.MissingEndpointException.ThrowIfEndpointMissing(WebException
e)
at
Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String
Report, String HistoryID)
at Microsoft.Reporting.WebForms.ServerReport.GetExecutionInfo()
at
Microsoft.Reporting.WebForms.ServerReport.SetParameters(IEnumerable`1
parameters)
at CrissCross.Report.uxRunReportButton_Click(Object sender, EventArgs
e) in C:\Users\ian_richardson\Documents\Visual Studio
2008\Projects\CrissCrossCodeplexVersion\CrissCross\Report.aspx.cs:line
193
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String
eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.report_aspx.ProcessRequest(HttpContext context) in
c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET
Files\crisscross\3ec123fb\5b3b517f\App_Web_4ddgtcgb.3.cs:line 0
at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)

No comments:

Post a Comment