Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Denied error when trying to open report from ASP code

Status
Not open for further replies.

tshell

Programmer
Jan 30, 2002
1
US
(NT 4.0 Server, SQL 2000 database, Crystal 8.5)

I have an ASP web site that is using a class to create the Crystal Report object successfully.

When I attempt to open the report:

Code:
Set oRpt = oApp.OpenReport(sPath & sReportLocation & "\" & rptCrystalReport)

WHERE
sPath & sReportLocation =location of the report (correct)
rptCrystalReport = name of report to open (correct)

I receive the following error:

Crystal Reports ActiveX Designer error '80043ac6'
Access denied.

The permissions on the folder where the report is saved (sPath & sReportLocation from code above) are set to Full Control for Everyone.

Any suggestions on why I might be getting this error message?

Thanks in advance for any help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top