index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Microsoft VBScript runtime error '800a01b6' :: (3)Post a New Message | Post a Reply
Feb 5 2009, 10:17 AM
 Microsoft VBScript runtime error '800a01b6' Post a Reply
 jlinaresaz

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

since: Feb 5, 2009
from: Chandler, AZ

I am trying to configure ASPReportWizard on my Windows 2003 Server and below is the code in my default.asp but I'm getting an error:

Microsoft VBScript runtime error '800a01b6'

Object doesn't support this property or method

/reporting/Default.asp, line 8


<%

Dim objWiz
Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2")
  
'Make sure you initialize before adding any HTML text
'TODO: Change this to your actual connection tring
objWiz

strConnectionString = "Provider=MSDASQL;Driver={SQL Server};Server=10.40.215.75\Chandler_Admin;Database=ChandlerCM;User ID=sa;Password=xxxxx;"

objWiz.DisplayReports
  
Set objWiz = Nothing

%>

Any ideas why this is?

Feb 11 2009, 4:55 AM
 Re: Microsoft VBScript runtime error '800a01b6' Post a Reply
 ghost

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

from: Washington, DC

Make sure that asp is enabled for the web folder (make sure it is recognized as an application under IIS 7)


-------------------------
Ghost
Mar 30 2009, 2:43 PM
 Re: Microsoft VBScript runtime error '800a01b6' Post a Reply
 alps

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

since: Mar 27, 2009
from: somewhere

Hi,

I installed this software and followed all the instructions and receiving the following error:
Could not find stored procedure 'DisplayReports'

Please help.
Thx,
Al.

Pages: (1)   [1]

search this forum: