index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Will not run :: (6)Post a New Message | Post a Reply
Mar 2 2004, 10:19 PM
 Will not runPost a Reply
 dmount

View this author's profile Send this author a private message

since: Sep 5, 2003
from: somewhere

I have installed and registered the dll and have set permissions for read/write to the appropriate folders but still get this error:

The call to Server.CreateObject failed while checking permissions. Access is denied to this object.

Here is the default.asp code:

<%

Dim objReport, strConnectionString
Set objReport = Server.CreateObject("AspWebSolution.ReportWizard2")

strConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE = " & _
"C:\inetpub\wwwroot\fmga2\dc.mdb;"

objReport.Init(strConnectionString)

objReport.DisplayReports
Set objReport = Nothing

%>
<html>
<head>
<title>Test Doc</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
My report
<%
objReport.DisplayReports
Set objReport = Nothing
%>

</body>
</html>

Any ideas would be appreciated !

Mar 3 2004, 5:29 PM
 Re: Will not runPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

It is an NTFS permission problem. Give Everyone Full Control over the file AWSReportWizard2.dll.



-------------------------
Ghost
Mar 6 2004, 7:51 PM
 Re: Will not runPost a Reply
 dmount

View this author's profile Send this author a private message

since: Sep 5, 2003
from: somewhere

Everyone has full control. Go any other suggestions???

Mar 7 2004, 10:34 AM
 Re: Will not runPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Are you getting this error from a Visual Basic IDE?


-------------------------
Ghost
Mar 7 2004, 5:07 PM
 Re: Will not runPost a Reply
 dmount

View this author's profile Send this author a private message

since: Sep 5, 2003
from: somewhere

Browser

Mar 8 2004, 7:26 AM
 Re: Will not runPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Just uninstall the ASP Report Wizard and try installing it with admin rights using the Windows Installer build


-------------------------
Ghost
Pages: (1)   [1]

search this forum: