Hi,

Try this

I guess you need to increase the timeout value. The charts/images are cached
and the timeout value says how long to cache the chart/images.

go to cf install path\lib\webcharts.3d.xml

look for the code below at the top
<?xml version="1.0" encoding="UTF-8"?>
<server image="PNG" cache="Memory" minTimeout="5000" maxTimeout="30000"  so
on.................

time is in millisecs

we had same issue and setting timeout value fixed the issue.

Hope it helps.

Try it out.

-- 
<Ajas Mohammed />
http://ajashadi.blogspot.com
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention,
sincere effort, intelligent direction and skillful execution; it represents
the wise choice of many alternatives.
"Live as if you were to die tomorrow. Learn as if you were to live forever."



On 4/21/08, Mike Staver <[EMAIL PROTECTED]> wrote:
>
> An application I'm working on uses the CFChart tag to generate a bar graph
> based on a query.  The graph looks great on the screen. This graph is
> inside a loop, and the graph gets generated approximately 1 to 6 times in
> most cases.  When the user tries to print the screen, some of the images
> print and some don't.  When the system really starts acting up, not a
> single image will print.  The message being displayed in the images place
> on the print out is "Image Expired", etc.  The standard message when you
> hit a back button to view a page without refreshing the page.  Some other
> info to note:
>
> 1) This webserver is NOT clustered.
> 2) ColdFusion version MX 7.0.2.
> 3) The cfchart tag is generating a jpeg image.
> 4) The browser in question is IE 7.
> 5) The webserver is IIS 6 on Windows 2003, using SSL.
> 6) The user is immediately trying to print the page, not letting it sit
> for more than 10 seconds max.
> 7) The site is not under any kind of heavy load.
> 8) I don't immediately have access to IIS or ColdFusion logs.
>
> All the research I've done points to the problem of having a clustered
> site, which does not fit my case here.  Has anybody else had to deal with
> this issue before?
>
>
> -------------------------------------------------------------
> Annual Sponsor FigLeaf Software - http://www.figleaf.com
>
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -------------------------------------------------------------
>
>
>
>



-------------------------------------------------------------
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------

Reply via email to