Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Fredrik Esseen 608 posts 904 karma points
    Jan 11, 2010 @ 11:47
    Fredrik Esseen
    0

    Dashboard crasches - not MySQL compatible?

    Installed the package, and when I click the "Developer"-folder to see the dashboard on the Developer-section it crasches.

    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

    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.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

    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:

    [SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]
       System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +428
       System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +65
       System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
       System.Data.SqlClient.SqlConnection.Open() +122
       TagManagerDashBoard.Helpers.DataHelper.GetAllTags() +216
       TagManagerDashBoard.UserControl.ucTagManager.InitializeResult() +34
       TagManagerDashBoard.UserControl.ucTagManager.OnLoad(EventArgs e) +92
       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.Control.LoadRecursive() +141
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
    

    The rest of Umbraco works fine. Is the problem that I use MySQL?

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Jan 11, 2010 @ 11:54
    Ismail Mayat
    0

    froad,

    Doh my fault, yes its because im using sql server, I have provided source code should be straight forward to make it work with mysql, ill take a quick look.

    Regards

    Ismail

  • Anders Burla 2560 posts 8256 karma points
    Jan 11, 2010 @ 14:10
    Anders Burla
    0

    Core team question - How do you in umbraco see if you should execute MS SQL compatible or My SQL compatible sql?

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Jan 11, 2010 @ 16:05
    Ismail Mayat
    1

    froad,

    I have uploaded new version package and source, un install the previous one and try this one, it is database agnostic, so should work with any db that Umbraco supports.

    Regards

    Ismail

  • Fredrik Esseen 608 posts 904 karma points
    Jan 11, 2010 @ 16:37
    Fredrik Esseen
    0

    Awesome package!

    But I still cant retrieve the tags in the tags textfield. Could it have something to do with integrated mode?

    I think im using classic mode...

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Jan 11, 2010 @ 17:09
    Ismail Mayat
    0

    froad,

    Do you mean the textfield in the tagger datatype or are you not seeing anything in the dashboard control?

    Regards

    Ismail

  • Fredrik Esseen 608 posts 904 karma points
    Jan 11, 2010 @ 21:04
    Fredrik Esseen
    0

    I mean the textfield in the tagger. The dashboard control is working nice :)

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Jan 12, 2010 @ 09:55
    Ismail Mayat
    0

    froad,

    Ah no problem, if you like the dashboard dont forget to vote :-}

    Regards

    Ismail

Please Sign in or register to post replies

Write your reply to:

Draft