Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

DMX 5.1.3 / DNN 5.1.4 : Uninstall issue
Last Post 11/24/2009 10:57 AM by Peter Donker. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
DotNetNuke France
New Member
New Member
Posts:10


--
11/22/2009 2:04 PM

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.

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
11/24/2009 10:57 AM
Hi SF,

Strangely enough the SQL complains about not being able to drop constraints that are not native to DMX as far as I know. What I suggest is to manually remove everything in SQL that is prefixed by DMX_. Also make sure the module definition is gone in DNN. That should clear out the module from data. To clear out the files clear out the dlls, the folder under desktopmodules/bring2mind and all portals/[id]/DMX folders.

Peter
You are not authorized to post a reply.