Hi Peter,
We are exeriencing a very strange comportement with DMX since we upgraded in DNN 5.1.4 from 4.9.4, so we are uninstalling the module in order to reinstall it. The main problem was that we were not able to create new folders.
On the dnn uninstall process, the folowing error has been reported :
Info |
Début de traitement de script SQL : Uninstall.SqlDataProvider |
Erreur |
Erreur pendant la génération SQL : System.Data.SqlClient.SqlException: 'DF__DMX___Inher__75235608' n'est pas une contrainte. Impossible de supprimer la contrainte. Consultez les erreurs précédentes. à System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) à System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) à System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) à System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) à System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) à System.Data.SqlClient.SqlCommand.ExecuteNonQuery() à DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) à DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE dbo.[DMX_Entries] DROP CONSTRAINT [DF__DMX___Inher__75235608] System.Data.SqlClient.SqlException: 'DF__DMX___Colle__7FA0E47B' n'est pas une contrainte. Impossible de supprimer la contrainte. Consultez les erreurs précédentes. à System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) à System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) à System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) à System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) à System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) à System.Data.SqlClient.SqlCommand.ExecuteNonQuery() à DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) à DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE dbo.[DMX_Attributes] DROP CONSTRAINT [DF__DMX___Colle__7FA0E47B] |
Info |
Tâche SQL terminée : fichier Uninstall.SqlDataProvider |
Cheers,
S.F.