Nothing that you need to do.  This is something that needs to be put into
the Boncode connector installer.


On Wed, Jul 25, 2012 at 4:38 PM, Confused <[email protected]> wrote:

> Beautiful!  Much Thanks.
>
> Is there something I should do with this?  ...submit a bug report?
>
> Again, many thanks. Now I don't have to learn the Google Chart API ....
> not at the moment, anyhow.
>
> C
>
>
>
>
>
>
> On Wednesday, July 25, 2012 9:53:56 AM UTC-5, Ben wrote:
>>
>> The problem is actually coming from IIS.  It doesn't know how to handle
>> the *.cfchart request so you get nothing.  You are actually getting a 404
>> response if you look at the headers.  To fix this, you need to add a
>> mapping into IIS for *.cfchart and point it to Boncode.  If you open the
>> IIS7 console and choose your server root, it has an option for Handler
>> Mappings.  Double click on this.  Then under Actions choose Add Managed
>> Handler.  For the Path, enter *.cfchart.  For Type, choose Boncode.  For
>> Name, just enter something unique.  Then click OK.  After adding this, try
>> your page again and you should see your chart.
>>
>> On Tue, Jul 24, 2012 at 10:01 PM, Confused <[email protected]> wrote:
>>
>>> Just realized I posted a test page and then promptly shut down the host.
>>> I'll try this again with better info...
>>>
>>> Here's the link:
>>> http://cloudtest.**shortgrasswebservices.com/**charttest.cfm<http://cloudtest.shortgrasswebservices.com/charttest.cfm>
>>>
>>> Here's the source:
>>> <html><head><title></title></**head><body>
>>> <cfchart>
>>> <cfchartseries type="line" seriesLabel="TestLabel">
>>>     <cfloop index="x" from="1" to="50">
>>>         <cfchartdata item="TestItem" value="#x#">
>>>     </cfloop>
>>> </cfchartseries>
>>> </cfchart>
>>> </body></html>
>>>
>>> The chart is actually being created in openbd/logs/cfchart  with a
>>> filename that matches the one being served up in the resulting image tag.
>>>
>>> Here's the entry in the IIS log for the GET request for the image...
>>> 2012-07-25 03:51:30 GET /cfchart.cfchart cfchart5507943663379721307.**jpeg
>>> - 24.117.109.202 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+**
>>> 8.0;+Windows+NT+5.1;+Trident/**4.0;+.NET+CLR+2.0.50727;+.NET+**
>>> CLR+3.0.04506.30;+.NET+CLR+3.**0.4506.2152;+.NET+CLR+3.5.**30729;+.NET4.0C)
>>> http://cloudtest.**shortgrasswebservices.com/**charttest.cfm<http://cloudtest.shortgrasswebservices.com/charttest.cfm>404
>>>  1405
>>>
>>> Seems like that /cfchart.cfchart is not getting mapped to the right
>>> folder.
>>>
>>> Tx in advance,
>>>
>>> c
>>>
>>>
>>>
>>>
>>>
>>> On Sunday, July 22, 2012 7:05:01 PM UTC-5, Confused wrote:
>>>
>>>> Trying to migrate from BD JX7 to OpenBD.
>>>> Fresh install. 2.0.2 (via Jordan's installer)
>>>> 64 bit Win Server 08
>>>>
>>>> CFCharts not showing on web page.
>>>> Charts are being generated OK ... I see 'em showing up in
>>>> openbd/logs/cfchart/ as the pages are being served.
>>>> Filename and map tags in html source look OK.
>>>>
>>>> If I right-click the missing chart and try to view the image, I get a
>>>> 404.
>>>>
>>>> I tried giving read permissions to IIS_IUSRS like I have to do with my
>>>> websites folder. ... no change.
>>>>
>>>> Ideas, anyone?
>>>>
>>>> tx,
>>>> c
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>  --
>>> online documentation: http://openbd.org/manual/
>>> http://groups.google.com/**group/openbd?hl=en<http://groups.google.com/group/openbd?hl=en>
>>>
>>
>>  --
> online documentation: http://openbd.org/manual/
> http://groups.google.com/group/openbd?hl=en
>

-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

Reply via email to