Matt Jensen

Members
  • Content count

    6
  • Joined

  • Last visited

Everything posted by Matt Jensen

  1. Ditto. http://www.dunlapcusd.net/Dashboard/ Pulling from SQL Views (which are doing OpenQuery to Oracle)
  2. I hear ya. It's been nearly 3 weeks, and all I've received are contacts on buying the software and asking what SP platform I have (which is both). I think we will start searching for another solution, but agree with your statement at the ease of the webpart. It's quite promising, but it seems like they arent in any hurry to remedy.
  3. Any news or chance this will be fixed soon?
  4. I have the web part displaying now, and it looks really good. However, you must be logged in to see it (even after publishing). Is this by design? The page errors out if not logged in. The error: Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] FusionCharts.SharePoint.Charts.Business.Security.SecurityManager.HasPermissions() +475 FusionCharts.SharePoint.Charts.FusionChartWebPart.CreateWebPartMenu() +60 Microsoft.SharePoint.WebPartPages.WebPart.OnWebPartMenuCreate(Object sender, EventArgs s) +57 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
  5. The install, configuration, etc.. went very smooth. However, when I click "Publish" the charts now say "No Data to Display" After configuring, the webpart shows data, until that button is pressed. I thought it could be because I am running some Jquery already, but I removed that code, and still no luck. I'm using a Sharepoint List as the data source (but I also tried SQL and Oracle just to rule that out). Any thoughts?