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?
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.
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.
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.
The rest of Umbraco works fine. Is the problem that I use MySQL?
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
Core team question - How do you in umbraco see if you should execute MS SQL compatible or My SQL compatible sql?
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
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...
froad,
Do you mean the textfield in the tagger datatype or are you not seeing anything in the dashboard control?
Regards
Ismail
I mean the textfield in the tagger. The dashboard control is working nice :)
froad,
Ah no problem, if you like the dashboard dont forget to vote :-}
Regards
Ismail
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.