If it is a scheduled task, does it require all that output? Personally I
would pass in a URL variable for debug purposes if you require the output
for visual confirmation or an email being sent off. But for a normal
scheduled event, all that output is running execution cycles for no reason.

Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411



On Wed, Nov 20, 2013 at 6:26 PM, Dale Fraser <d...@fraser.id.au> wrote:

> Ok I worked it out
>
>
>
> In CF Administrator
>
> Maximum Output Buffer size 1024
>
>
>
> After which a flush will occur which will stop cflocation working.
>
>
>
> Increase it and it works.
>
>
>
> I’m happy to post this to stackoverflow if it works for you.
>
>
>
> Regards
>
> Dale Fraser
>
>
>
> *From:* cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] *On
> Behalf Of *Zac Spitzer
> *Sent:* Wednesday, 20 November 2013 6:10 PM
> *To:* CFAussie
> *Subject:* Re: [cfaussie] cflocation fails in CF10 but fine in CF9
>
>
>
> are you all up to date with hotfixes?
>
>
>
> On Wed, Nov 20, 2013 at 6:08 PM, Mark Picker <mark.pic...@det.nsw.edu.au>
> wrote:
>
> Hi,
>
>
>
> I did post this to stackoverflow a month or so ago (
> http://stackoverflow.com/questions/19416810/cflocation-no-longer-working-in-cf10)
> but didn’t end up with any follow up answers after working out the real
> source of the problem.  Hoping someone on here has some ideas.
>
>
>
> I have a multi-step process that runs overnight. The process is made up of
> about 10 files that chain together using cflocation (only follows
> cflocation if no errors were detected).  This was working fine until I
> moved from CF9 to CF10.  Code works fine until it hits cflocation tag.  Has
> anyone seen an issue with cflocation not working in CF10 vs. CF9?
>
>
>
> I’ve been able to reproduce this problem with 2 files:
>
>
>
> *index.cfm*
>
>
>
> <h1>Testing cflocation</h1>
>
>
>
> <cfloop index="i" from="1" to="7000" ><!--- For me it stops working once
> the loop goes beyond 6808 rows --->
>
>     row <cfoutput>#i#</cfoutput>:
> abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789<br/>
>
> </cfloop>
>
>
>
> <p>Now loading resultpage via cflocation</p>
>
> <cflocation url="resultpage.cfm" addtoken="false">
>
>
>
>
>
> *resultpage.cfm*
>
>
>
> <h1>Made it!</h1>
>
> <p>Reload the <a href="index.cfm">first page</a></p>
>
>
>
> In my testing I found that if I looped 6808 times it works but 6809 times
> fails. With 7000 records we are only talking about a 36 KB file….any clues
> why this is failing only in CF10?
>
>
>
> Cheers
>
> Mark
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
>
> --
>
> Zac Spitzer
> +61 405 847 168
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/groups/opt_out.
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to