If I remember correctly.
What you have to do is.

1. Create the file CFIDE/GraphData.cfm (Put a comment only in it)
2. Create a mapping for EACH site to CFIDE (C:\Inetpub\wwwroot\CFIDE)
and 
JRunScripts (C:\CFusionMX7\runtime\lib\wsconfig\1)
3. Restart CFMX server and Bob should be your Uncle.

Allan

-----Original Message-----
From: Matthew Walker [mailto:[EMAIL PROTECTED] 
Sent: 10 June 2005 01:47
To: CF-Talk
Subject: cfchart not working on new server


We have recently had three CF7/IIS2003 servers set up for us at a third
party hosting company. These are brand new installs on brand new
machines. All is well except that cfchart is not working for us. It
works fine for us on our local CF7/IIS2003 machine. We've been unable to
spot the difference between the setups. 

 

We are running the test example listed at the end of this post. It
doesn't run for any format. You can see the result here:
http://www.christchurchnz.net/chart.cfm

 

I have looked in c:\cfusionmx7\charting\cache\
<http://www.christchurchnz.net/chart.cfm>  and found that the jpg files
are indeed getting generated in there. We have mappings set up on both
servers: "/CFIDE" = "D:\Inetpub\wwwroot\CFIDE" although graphdata.cfm
(which shows up in the image source) isn't a physical file as far as I
can tell so I'm guessing that  mapping doesn't make any difference.

 

Any ideas where I should look? 

 

The sample we're testing:

 

<cfchart format="jpg"

    chartwidth="400"

    chartheight="300"

    seriesplacement="stacked"

    show3d="true"

> 

 

    <cfchartseries type="bar" seriesLabel="January">

        <cfchartdata item="Books" value="60"/>

        <cfchartdata item="DVD's" value="30"/>

        <cfchartdata item="Videos" value="25"/>

        <cfchartdata item="CD's" value="39"/>

        <cfchartdata item="Magazines" value="55"/>

    </cfchartseries>

    <cfchartseries type="bar" seriesLabel="February">

        <cfchartdata item="Books" value="40"/>

        <cfchartdata item="DVD's" value="57"/>

        <cfchartdata item="Videos" value="25"/>

        <cfchartdata item="CD's" value="29"/>

        <cfchartdata item="Magazines" value="15"/>

    </cfchartseries>

    <cfchartseries type="bar" seriesLabel="March">

        <cfchartdata item="Books" value="36"/>

        <cfchartdata item="DVD's" value="20"/>

        <cfchartdata item="Videos" value="20"/>

        <cfchartdata item="CD's" value="45"/>

        <cfchartdata item="Magazines" value="20"/>

    </cfchartseries>

 

</cfchart>





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209187
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to