Newbie using Win 2000, CR 9 Developer version, SP 2 update.
According to my reference books I should be able to display a Crystal Report from an ASP page using the following command lines. However, this gives me the "Access Denied" errors. What do I need to do to get this code to work?
Lines 227 - 229
Set Viewer = CreateObject("CrystalReports.CrystalReportViewer")
Viewer.ReportSource = "RAS://C:\ReportMoSum1.rpt"
Viewer.ProcessHttpRequest Request, Response, Session
Error Type:
webReporting.dll (0x80004005)
Access denied. Please check directory setting for files you can access.
/Reportsales.asp, line 229
Lines 236 -238
Set Viewer = CreateObject("CrystalReports.CrystalReportViewer")
Viewer.ReportSource = "RAS://C:\ReportMoSum1.rpt"
Viewer.ProcessHttpRequest REquest, REsponse, Session
Error Type:
webReporting.dll (0x80004005)
Access denied. Please check directory setting for files you can access.
/Reportsales.asp, line 238
Thanks
According to my reference books I should be able to display a Crystal Report from an ASP page using the following command lines. However, this gives me the "Access Denied" errors. What do I need to do to get this code to work?
Lines 227 - 229
Set Viewer = CreateObject("CrystalReports.CrystalReportViewer")
Viewer.ReportSource = "RAS://C:\ReportMoSum1.rpt"
Viewer.ProcessHttpRequest Request, Response, Session
Error Type:
webReporting.dll (0x80004005)
Access denied. Please check directory setting for files you can access.
/Reportsales.asp, line 229
Lines 236 -238
Set Viewer = CreateObject("CrystalReports.CrystalReportViewer")
Viewer.ReportSource = "RAS://C:\ReportMoSum1.rpt"
Viewer.ProcessHttpRequest REquest, REsponse, Session
Error Type:
webReporting.dll (0x80004005)
Access denied. Please check directory setting for files you can access.
/Reportsales.asp, line 238
Thanks