Dave,

I may or may NOT have had a similar problem just two days ago:

http://www.bennadel.com/blog/266-CFDocument-Errors-And-Resolving-DNS.htm


.......................
Ben Nadel 
www.bennadel.com
Certified Advanced ColdFusion Developer

Need Help?
www.bennadel.com/ask-ben/


-----Original Message-----
From: Dave Hatz [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 14, 2006 5:37 PM
To: CF-Talk
Subject: CFDocument TimeOut Bug???

I am running a long process that builds a 3meg PDF.  It takes a good 5
minutes easy to process.  This process runs on a server that is sitting
offline and not used for Web access.  Anyways, I am getting the following
error message:

An exception occurred when performing document processing.
The cause of this exception was that:
coldfusion.document.DocumentProcessTimeOutException: The content of this
document process takes more than 60000 milliseconds to process..

I am using CFMX v7.0.2, on IIS6 running on an Windows 2003 Box.  2gig of
Ram.  Here is the syntax:

<cfdocument format="PDF" pagetype="letter" orientation="portrait"
filename="statements.pdf" overwrite="true" marginbottom=".10"
marginleft=".10" marginright=".10" margintop=".10" >
  <cfdocumentsection>  

  <cfloop index="x" from="1" to="#ArrayLen(aChecks)#"> 
      <cfinclude template="statement_body.cfm">
  </cfloop>

  </cfdocumentsection>
</cfdocument>   

I have set <cfsetting requesttimeout="1500"> 

Can someone please clue me in on what I am doing wrong here?  I setting the
requesttime isn't doing a damn thing,  I have run this fine without the
<cfdocument> and it runs fine and takes like I said around 5 minutes max....


Thanks,
Dave Hatz
 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253189
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to