index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Its not creating the report :: (2)Post a New Message | Post a Reply
Apr 29 2004, 7:55 AM
 Its not creating the reportPost a Reply
 Samiran

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

from: somewhere

Installed the MSI.
Created the default.asp as follows

<%

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
strConnectionString = "Provider=MSDASQL;Driver={SQL Server};" & _
    "Server=dev-server;Database=test;" & _
    "User ID=sa;Password=sam1177;"

objWiz.Init(strConnectionString)
    
'put this where you want your reports
objWiz.DisplayReports
    
Set objWiz = Nothing

%>

Created the reports.xml file
After i press the finish button a gray screen comes up and i cant find the report in the main window. Dont know whats going wrong?

Apr 29 2004, 8:00 AM
 Re: Its not creating the reportPost a Reply
 ghost

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

from: Washington, DC

Make sure the folder in which your reports.xml file is located has read and write permissions.
i.e. right-click your reports folder, go to properties, and make it is not Read-Only


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

search this forum: