Ask a Question related to Coldfusion Database Access, Design and Development.
-
LStead #1
Page not found error
I've just upgraded from CF 5.0 to CF MX 7.0. One of my CF scripts that includes
looping through a DB query does not work well anymore. Under CF 5.0 on Win 2K
it worked fine. Now under CF MX 7.0 on Win 2003 it starts off fine (displays
page header) but then seems to timeout and then browser displays a page not
found error. If I then run it again right away, it works fine. I know the query
takes a long time (large DB with a complex view).
I've tried changing the query timeout, and I've turned off the timeout in CF
administrator, but I still get the same problem.
There must be some IIS 6.0 setting that needs to be changed. I've played with
some settings in the metabase, but they had no effect either.
Has anyone seen this problem before? If so, what was the cure?
Thanks.
Lloyd.
LStead Guest
-
Page Not Found Error after Installation
I just installed coldfusion 7. For some reason the flash remoting did not get installed or enabled. Everything appears to say it installs by... -
Spontaneous Page Not Found error
We've been experiencing some of our ColdFusion servers spontaneously stop being able to see a file, which results in a "Page cannot be found" error.... -
What about page not found error?
I am trying to create a custom Page Not Found page similar to a 404 redirect in IIS. I have placed the following code in my Application file but the... -
page not found error in mx 7
I just downloaded the trial version of MX 7. This is a completely brand new installation on IIS 6 and what happens is that the installation runs... -
Page Cannot be Found Error
that error is a server error and has nothing to do with Publisher. I accessed your site just fine. assuming they entered the correct url what most... -
LStead #2
Re: Page not found error
I found a solution by flushing a space out to the browser for every loop through the query. That seems to keep the browser from timing out. Go figure.
Thanks.
Lloyd.
LStead Guest
-
Dan Bracuk #3
Re: Page not found error
Now that I see how you solved it, we have experienced something similar. What
we found was, on long jobs, if the browser has nothing to do for a couple of
minutes, it will send another http request and the job starts again. We solved
our problem with the occasional flush.
In your case, flushing a space each time through the loop might give you more
spaces than you really want on the final web page. You might want to use the
mod operator to reduce the flush to every hundreth iteration or so.
Dan Bracuk Guest



Reply With Quote

