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.
==============================================
 
Back
Top