Rahul Kumar

L1 Moderators
  • Content count

    1,253
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Rahul Kumar

  1. Javascript Charts

    Hi Andrew, Could you please let us know if your have added FusionCharts.js in the <head> tag of SP Page in which you want to using FusionCharts in Content Editor web part? Also, you would need to put FusionCharts.setCurrentRenderer('javascript'); before var chart = new FusionCharts(....); line.
  2. Hi, After installation, you'll need to open your SP Page in Edit Mode then Click on "Add a Web Part" and in the Web Part Dialog box you'll find FusionCharts for SharePoint and if it is not there, then could you please try checking the following: 1. Please check if FusionCharts.webpart and BatchExport.webpart are present in "Site Settings" >> "Galleries" >> "Web Parts" And, 2. If there is an entry named "FusionCharts for SharePoint" in "Site Settings" >> "Site Collection Administration" >> "Site collection features" location.
  3. How Can I Detect A Problem With The Xml From My Winforms App?

    Hi, Could you please try using the following code? In movie property append registerWithJS=1 in FlashVars or with .Movie property. axShockwaveFlash1.Movie="{path to swf}?registerWithJS=1" // Create axShockwaveFlash1.FlashCall event hander axShockwaveFlash1.FlashCall += new AxShockwaveFlashObjects._IShockwaveFlashEvents_FlashCallEventHandler(axShockwaveFlash1_FlashCall); // In e.Request parameter check for the event name raised by the chart itself. void axShockwaveFlash1_FlashCall(object sender, AxShockwaveFlashObjects._IShockwaveFlashEvents_FlashCallEvent e) { if (e.request.Contains("FC_DataXMLInvalid")) { // TODO: Handle Invalid XML Data Error. } else if (e.request.Contains("FC_NoDataToDisplay")) { // TODO: Handle No Data To Display error. } }
  4. Installation Problems

    Hi, I am afraid, but it does not matter whether it is Windows Server 2003 or Windows Server 2008, the user must be an administrator of both (SPServer and WIndows Server).
  5. How To Create A Pie Chart

    Hi, Could you please let us know whether you are getting any error or it is not working as expected? Also, have you tried with custom SQL query?
  6. Installation Problems

    Hi, To run the ListUtil one would need to be an Administrator of the Windows Server and SP2010 server - Could you please confirm that?
  7. Installation Problems

    Hi, It is really strange that why it is showing that error, as there is no any code which checks for SQL server, from the Log it seems that this error is coming from SharePoint itself when it is trying to retrieve a list of SP Sites. Could you please try opening SP Web Site in a browser and check if it is opening properly and then try to re-run the ListUtil application?
  8. There Is No 'chart Configuration' List

    Hi Andy, Could you please try deactivating and re-activating the web part from "Site Collection Features" section and check if it start working?
  9. Installation Problems

    Hi, Glad to know it is working now. No it will never expire and you can use the beta version for free.
  10. Installation Problems

    Hi, Thanks for the information. Could you please download the list utils from the link below and run it and select the SharePoint Site to which you have installed FusionCharts for SharePoint and click on 'Create List' button and then try to add the FusionCharts for SharePoint web part. http://www.igcomm.com/developer_workspace/SharePoint/ListUtil.zip Please let us know the result.
  11. Hi Richard, I am afraid, we don't have any step by step installation documentation. But since it is a wizard based installation which is very easy to go through, just run the setup and follow the instruction.
  12. Installation Problems

    Hi, Could you please send us the detailed error information which is being logged in FusionCharts_LogList so that we can check for the issue? P.S - You can refer to the attached PDF to know how to get error log information. Stack-Trace.pdf
  13. Hi Raman, Could you please make sure that the chart object name (JS), div id and chart id is unique or not?
  14. Hi Wg, I have attached the screenshots of the steps and highlighted the places where you have to make changes, hoping doing this will not difficult for you. IIS7-SSL-Settings.zip
  15. Hi, Could you please use the following string at "Server Name:" option and try once as it worked for us. (Description=(Address_list=(Address=(Protocol=TCP)(HOST={Your Server Name}})(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME={Your Service Name})(INSTANCE_NAME={Your Instance Name})))
  16. Hi Wg, I am afraid, we don't have any image for IIS 7, but to change the HTTP headers setting, please select the Web Site in IIS 7 and in IIS group you'll find "HTTP Response Headers" option, double click it to open this option and modify Headers accordingly.
  17. Hi Wg, We apologize for the inconvenience caused to you. Could you please change Cache-Control:private, s-maxage=0 to Cache-Control: cache, must-revalidate from IIS setting and check? Please refer to the attached image which points where to make changes.
  18. Hi, In case of multiple instance, you could use for example: 192.168.0.2{server name or IP}\XE {instance name} at "Server Name:" option.
  19. Hi, Could you please refer to http://ora-12154.ora-code.com/ and check your connect parameter? We have not restricted any feature in the beta. And for pricing/licencing queries we request you to please mail us at [email protected] .
  20. Installation Problems

    Hi Paver, Could you please let me know did you get it working or not?
  21. Filtering Datetime Fields

    Hi, I am afraid, datetime filtering is not supported as of now.
  22. Installation Problems

    Hi Paver, We have released another beta yesterday, could you please download the new beta from http://www.fusioncharts.com/sharepoint and re-install it into your server. While re-installing please make sure to do the following: 1. Run the setup of new beta. 2. Choose "Remove" at second step and follow all the steps. 3. Open command prompt at administrative privileged and type following commands into it: 1. net stop "Windows SharePoint Services Timer" 2. net start "Windows SharePoint Services Timer" 4. Re-run newly downloaded setup and follow the instructions. Hope this will solve the issue. Corrected (service names): 1. net stop "Windows SharePoint Services Timer" 2. net start "Windows SharePoint Services Timer"
  23. Installation Problems

    Hi Paver, In addition could you please run Config List Generator utility and select the site where you have installed FusionCharts for SharePoint and create and required config list. You can download this utility from: http://www.igcomm.com/developer_workspace/SharePoint/ConfigListCreator-v1.0.1.zip
  24. Installation Problems

    Hi Paver, No, I did not mean that you need to install in in "Default Web Site". What I mean is if you are installing it into your "sub site" then try installing it into the "root site" of that "sub site" and check.
  25. Installation Problems

    Hi Pavers, Have you tried installing it into the root site?