XI on Windows 2003 Server

Hi,

I have an app that's working fine on developer machine, with XP Pro. We are trying to deploy the app to a machine with Windows 2003 Server. The app was developed with Asp.net and Crystal Reports XI.

I've made the steps indicated on Business Objects web site, but I still got the following error:

Server Error in '/PeopleNET' Application.

Error in File UNKNOWN.RPT: The request could not be submitted for background processing.

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.Runtime.InteropServices.COMException: Error in File UNKNOWN.RPT: The request could not be submitted for background processing.

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:

[COMException (0x800002ad): Error in File UNKNOWN.RPT: The request could not be submitted for background processing.] CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0 CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +72 CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +218 [Exception: Load report failed.] CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +270 CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +857 CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod) +53 PeopleNet.visualizador.Page_Load(Object sender, EventArgs e) +127 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Page.ProcessRequestMain() +750


Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300

Is this error related with permissions on IIS 6.0 ?

Please help !!!!!!!

Pablo

[2768 byte] By [PabloBraga] at [2007-12-19]
# 1

I have encountered this error in the past. It was fairly straight forward. The report was not found. The report was not in the dir that I specified.

customerreport = New ReportDocument()

'Create an instance of the strongly-typed report object

Dim reportPath As String = Server.MapPath("crystalreport10.rpt")

customerreport.Load(reportPath)

'Pass the populated dataset to the report

customerreport.SetDataSource(Dataset81)

'Set the viewer to the report object to be previewed.

CrystalReportViewer1.ReportSource = customerreport

shummel at 2007-9-8 > top of Msdn Tech,Visual Studio,Crystal Reports for Visual Studio...

Visual Studio

Site Classified