WEB水晶报表挂服务器的问题
本地做好报表,IIS跑,没问题!
挂到服务器上,出现下面的问题
System.Exception: Load report failed. ---> System.Runtime.InteropServices.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) 在 CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) 在 CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() --- 内部异常堆栈跟踪的结尾 --- 在 CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() 在 CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) 在 CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename) 在 print_PrintTojiReport.Page_Load(Object sender, EventArgs e)
在网上搜了下Error in File UNKNOWN.RPT 和 The request could not be submitted for background processing
告知要设置权限,但是我只设置了C盘windows下的temp文件夹权限,还是不行。公司服务器不可能让我设置整个C盘的权限的。
请问,各位,除了设置权限还可以怎么做解决这个问题。谢谢各位了