neon Report post Posted February 19, 2008 Need some help here. All the charts are working fine on our development server within the intranet but cannot work when deployed on our production server A (via internet & https). The following is show in debug mode: INFO: Chart registered with external script. DOM Id of chart is SvcLvlT1 INFO: XML Data provided using dataURL method. dataURL provided: Reporting/Process.WebForm.asp?INIT_SERVICE_LEVEL_T1_CHART=200711 dataURL invoked: Reporting/Process.WebForm.asp?INIT_SERVICE_LEVEL_T1_CHART=200711 ERROR: An error occurred while loading data. Please check your dataURL, by clicking on the "dataURL invoked" link above, to see if it's returing valid XML data. Common causes for error are: - No URL Encoding provided for querystrings in dataURL. If your dataURL contains querystrings as parameters, you'll need to URL Encode the same. e.g., Data.asp?id=101&subId=242 should be Data%2Easp%3Fid%3D101%26subId%3D242 - Different sub-domain of chart .swf and dataURL. Both need to be same owing to sandbox security. - Network error I verified, by clicking the above link, that the xml data is downloaded and properly formed. I did additional troubleshooting by adding our production website url as trusted site on my IE browser and modified the security settings to low for maximum access rights. Still doesn't work. I have tested https access locally for server A and the charts works fine so I reckon secure access is not the cause. Lastly, I deployed it on another production server B (internet & http) and it worked. The Only difference noted here is that https requests for server A is locally routed via Microsoft ISA Server, http request for server B is routed via a hardware firewall. Please advise. Thanks a million!!! Share this post Link to post Share on other sites
Pallav Report post Posted February 21, 2008 Hi, Can you try the methods at http://www.fusioncharts.com/docs/Contents/SSL.html? Share this post Link to post Share on other sites
neon Report post Posted February 24, 2008 Thanks for the advice. We do set no-caching on our web server. I will try it out. Thanks! Share this post Link to post Share on other sites
neon Report post Posted March 2, 2008 Hi, I had tried the method provided but it still does not work. Additionally, I expanded my test using a laptop connected as shown below and somehow it was able to load the charts. The results from various web request sources is not very consistent and making it very difficult to determine what is the root cause. Based on the diagram provided, are you able to provide further troubleshooting steps?. Thanks! p/s: due to technical constraints, I'm not able to modify any of the network configurations in the diagram. Share this post Link to post Share on other sites
Pallav Report post Posted March 4, 2008 Hi, Can you try the chart on Firefox once on the machine that doesn't load it otherwise? Share this post Link to post Share on other sites
neon Report post Posted March 11, 2008 Ok, did what you asked for both browsers and the charts were able to load up properly in firefox but not in IE. Is it a security issue? Previously, I also tried by turning the IE security settings to the lowest but the charts still won't render. Any clues? Thanks. Share this post Link to post Share on other sites
neon Report post Posted March 17, 2008 bump!!! Any suggestion? Share this post Link to post Share on other sites
Pallav Report post Posted March 21, 2008 In IE, do you get an error in loading data message or nothing shows up at the place of chart? Share this post Link to post Share on other sites
neon Report post Posted March 25, 2008 Hi, The response is as per my description in my first post above. It's always showing the same error messages. Would ISA server bridging between the publishing server and the client create some security issue in IE? Thanks! Share this post Link to post Share on other sites
Pallav Report post Posted March 30, 2008 It might create some security issue - though I'm not sure where exactly. Share this post Link to post Share on other sites
neon Report post Posted April 16, 2008 In this case, is there any other suggestions or troubleshooting that can be done? Share this post Link to post Share on other sites