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:253184
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