index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Whoa!!! New version will not run - HELP BEFORE MON :: (2)Post a New Message | Post a Reply
Aug 1 2005, 8:01 PM
 Whoa!!! New version will not run - HELP BEFORE MONPost a Reply
 Goldestates

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

since: Mar 27, 2005
from: Maryland

I just installed the new version (2.0.0.568) by running the installer and choosing to uninstall. I rebooted, ran the installer again, and rebooted the server again. Now I get

Page not found
HTTP 500 - Internal server error
Internet Explorer

I usually only get this error when I mess up something in the default.asp file. Here is my default.asp start up file contents:

<%
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1

Dim objWiz
Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2")

With objWiz
    .LincenseKey = "MyLicense"
    .DatabaseType = 3
    .HiddenTables = "appusers,converted,errors,fielddict,letformat,letters,office,reports,staff,sysprof,timeslips"
    .HideViews = True
    .TurnOffTableLinks = TRUE
    .DefaultDateFormat = "M/D/YY"
    .StyleSheet = "styles1.css"
    .ImagesUrl = "images"
    .LocaleFile = "locale.xml"
    .Title = "Report Writer"
    .PrintHeader = "<div align='CENTER'>Prince George's County Law Foundation</div>"
    .PrintFooter = "<div align=right>Page @CurrentPage of @NumOfPages (@NumOfRecs recs)</div>"     
    .Width = "100%"
    .ShowInactiveButtons = TRUE
    .UsePopupFilters = TRUE
    '.UseProcedures = "Procedure1,@Param1='Value1',@Param2='Value2'"
    .ShowInactiveButtons = True
    .IsAdmin = True
    .AddTopNavigationBar = True
    .CreateExportFile = True
    .CommandTimeout = 60
    .CanFilter = True
End With

strConn = "Provider=VFPOLEDB.1; Data Source=C:\inetpub\pbs\pglaw\pglaw\pbscases.dbc; Collating Sequence=MACHINE;"
objWiz.Init(strConn)
%>

I even created a simple HTM file and the path works correctly as it also works with another ASP application in another folder in the same path. At this point I assume that when I run the default.asp that I have always run it is now looking for a page or something that does not exist. What to do?

Joe

Aug 2 2005, 5:09 AM
 Re: Whoa!!! New version will not run - HELP BEF...Post a Reply
 ghost

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

from: Washington, DC

Your code looks OK. It seems the AWSReportWizard2.dll was not correctly registered. Try reinstalling the report wizard again.


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

search this forum: