FP_DumpError being caused by timeout in global.asa?

  • Thread starter Thread starter D Newsham
  • Start date Start date
D

D Newsham

I'm getting an FP Dump Error:

fp_conn.Open Application("survey1_ConnectionString")
FP_DumpError strErrorUrl, "Cannot open database"

on a 72 question survey that is posting to an Access database. This
error is not consistent, i.e. sometimes people can submit the survey
and sometimes they cannot.

In looking at the global.asa file, I see that the ConnectionTimeout is
set to 15 - would this be 15 seconds, and could this cause the dump
error if it is not long enough?

Thanks
Dina
 
The default is 15 seconds, and this would not cause a FP dump. The error is
that the database can't be open. Re-create the database connection under
Tools | Web Settings | Database and/or have the host run a check on the
extensions and/or have the host manually check the permissions on the
database folder and the database file.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top