I am having a problem with a site I am hosting with IIS 6 on Windows Server
2003.

I built the site with FrontPage 2003 and used the data base results wizard
to connect the page to an access database.

The site was originally hosted with IIS 5 and the pages read their
retrospective databases perfectly.

We have now moved to IIS 6 and when we navigate to a page that should
display a database result there is the following message on the page ......

"Database Results Wizard Error
The operation failed. If this continues, please contact your server
administrator"

I have checked the permissions to the database and the anonymous IIS account
has the correct access level to the databases.

Does anyone know why this is happening and what I should do to correct the
problem.

Thanks

David

Re: Web Results Wizard Error by Kathleen

Kathleen
Sun Mar 13 18:27:51 CST 2005

The FP2003 code has changed slightly. To see the true error, open the hidden
folder /_fpclass/ and edit the fpdbrgn1.inc file

At about line 19, change :

fp_DEBUG = False

to :

fp_DEBUG = True


--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
blog: http://msmvps.com/spiderwebwoman/category/321.aspx



"David Powell" <dpowell@homenet.local> wrote in message
news:42346fc2_3@mk-nntp-2.news.uk.tiscali.com...
>I am having a problem with a site I am hosting with IIS 6 on Windows Server
> 2003.
>
> I built the site with FrontPage 2003 and used the data base results wizard
> to connect the page to an access database.
>
> The site was originally hosted with IIS 5 and the pages read their
> retrospective databases perfectly.
>
> We have now moved to IIS 6 and when we navigate to a page that should
> display a database result there is the following message on the page
> ......
>
> "Database Results Wizard Error
> The operation failed. If this continues, please contact your server
> administrator"
>
> I have checked the permissions to the database and the anonymous IIS
> account
> has the correct access level to the databases.
>
> Does anyone know why this is happening and what I should do to correct the
> problem.
>
> Thanks
>
> David
>
>



Re: Web Results Wizard Error by David

David
Mon Mar 14 06:59:39 CST 2005

Thanks Kathleen, I have done this and I have tried all of the suggestions
from the true error with no luck or another problem

The site I am using is a virtual directory under the default site accessed
by http://localhost/intranet

I have rebuilt the ASP pages and connections to the database so that the
global.asa file is current. The directory is marked as an application root.

When I navigate the the page holding the data base connection the page will
not open, it is a frames page where the parent window opens but the page to
be displayed in the frame will not and the progress bar at the bottom just
moves slowly with no timeout message or any message of any kind.

I have been trying to sort this for days and I am starting to pull my hair
out.

I have built a new test site and this does the same.

Do you know what is happening.

Running IIS 6, FP2003, FP extensions 2003, I did have sharepoint team
services in place could this cause a problem?

Thanks

David

"Kathleen Anderson [MVP - FrontPage]" <spiderwebwoman@mvps.org> wrote in
message news:eq1YqyCKFHA.3916@TK2MSFTNGP14.phx.gbl...
> The FP2003 code has changed slightly. To see the true error, open the
hidden
> folder /_fpclass/ and edit the fpdbrgn1.inc file
>
> At about line 19, change :
>
> fp_DEBUG = False
>
> to :
>
> fp_DEBUG = True
>
>
> --
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
> blog: http://msmvps.com/spiderwebwoman/category/321.aspx
>
>
>
> "David Powell" <dpowell@homenet.local> wrote in message
> news:42346fc2_3@mk-nntp-2.news.uk.tiscali.com...
> >I am having a problem with a site I am hosting with IIS 6 on Windows
Server
> > 2003.
> >
> > I built the site with FrontPage 2003 and used the data base results
wizard
> > to connect the page to an access database.
> >
> > The site was originally hosted with IIS 5 and the pages read their
> > retrospective databases perfectly.
> >
> > We have now moved to IIS 6 and when we navigate to a page that should
> > display a database result there is the following message on the page
> > ......
> >
> > "Database Results Wizard Error
> > The operation failed. If this continues, please contact your server
> > administrator"
> >
> > I have checked the permissions to the database and the anonymous IIS
> > account
> > has the correct access level to the databases.
> >
> > Does anyone know why this is happening and what I should do to correct
the
> > problem.
> >
> > Thanks
> >
> > David
> >
> >
>
>