Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

<cfgraphdata> tag raising havoc on my system 1

Status
Not open for further replies.

powahusr

Technical User
Joined
Jan 22, 2001
Messages
240
Location
US
Does anyone know of any issues with the following tags?

<cfgraph>
<cfgraphdata>

When I build a graph using a common query, some graphs are successfully generated while other attempts a not. For instance, the unsuccessful attempts create all kinds of havoc on my system when I browse the page. My system (Windows2000 Pro) becomes extremely sluggish and just about locks-up; I can barely move my mouse cursor to close out any program that is open. When I finally do get a chance to click on the Close Button on any program or folder that is open, it slows everything down more until finally I receive a message that indicates that My “Virtual Memory” is low. Finally, I end up rebooting my system.

I’m somewhat puzzled because when I run those queries in a clean environment (No CF Graphing tags included) those particular records display without a problem and the data is valid. Furthermore, the values that I use within the “Value” attribute in the “<cfgraphdata>” Tag are “Integer” Data Types.

So if anyone has any insight into this issue, it would be greatly appreciated if you can help me out.

Thanks in advance!
 
there is a problem with the CFGRAPH tag when a zero is used as one of the data elements. this will make the server become unresponsive

there is a patch available from macromedia that will solve this issue and it is available here:


this will have to be installed onto the CF server to fix the problem

good luck !
 
arperry,

Thank you very much for your help with this, the fix worked!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top