RE: [cfaussie] cflocation fails in CF10 but fine in CF9

2013-11-19 Thread Dale Fraser
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 mailto: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

 

Testing cflocation

 



row #i#:
abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789abcd
efghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789



 

Now loading resultpage via cflocation



 

 

resultpage.cfm

 

Made it!

Reload the first page

 

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.


RE: [cfaussie] cflocation fails in CF10 but fine in CF9

2013-11-19 Thread Dale Fraser
Hmm strange,

 

Id suggest the redirect isn't being generated, here is a work around

 

Testing cflocation

 



row #i#:
abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789abcd
efghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789



 

Now loading resultpage via cflocation



 window.location.href="/newpage";



 

Regards

Dale Fraser

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Mark Picker
Sent: Wednesday, 20 November 2013 6:08 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] cflocation fails in CF10 but fine in CF9

 

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

 

Testing cflocation

 



row #i#:
abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789abcd
efghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789



 

Now loading resultpage via cflocation



 

 

resultpage.cfm

 

Made it!

Reload the first page

 

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.

-- 
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.


RE: [cfaussie] cflocation fails in CF10 but fine in CF9

2013-11-19 Thread Dale Fraser
Im assuming this is a scheduled task,

 

Your page is timing out and never gets to the cflocation

 

Try adding a cfsetting to increase the timeout.

 

Regards

Dale Fraser

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Mark Picker
Sent: Wednesday, 20 November 2013 6:08 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] cflocation fails in CF10 but fine in CF9

 

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

 

Testing cflocation

 



row #i#:
abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789abcd
efghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789



 

Now loading resultpage via cflocation



 

 

resultpage.cfm

 

Made it!

Reload the first page

 

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.

-- 
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.


Re: [cfaussie] cflocation fails in CF10 but fine in CF9

2013-11-19 Thread Zac Spitzer
are you all up to date with hotfixes?


On Wed, Nov 20, 2013 at 6:08 PM, Mark Picker 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*
>
>
> Testing cflocation
>
>
>
> 
>
> row #i#:
> abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789
>
> 
>
>
>
> Now loading resultpage via cflocation
>
> 
>
>
> *resultpage.cfm*
>
>
> Made it!
>
> Reload the first page
>
>
>
> 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.


[cfaussie] cflocation fails in CF10 but fine in CF9

2013-11-19 Thread Mark Picker
 

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*
 

Testing cflocation

 



row #i#: 
abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz0123456789



 

Now loading resultpage via cflocation


 
 
*resultpage.cfm*
 

Made it!

Reload the first page

 

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.