Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Impossible clean recicle binImpossible clean recicle bin
Previous
 
Next
New Post
11/7/2014 5:23 AM
 

HI I have a big problem, I can't clean recicle bin

I have this error in log

 System.Data.SqlClient.SqlException: The DELETE statement conflicted with the REFERENCE constraint "FK_Modules_ContentItems". The conflict occurred in database "AXXXX", table "dbo.Modules", column 'ContentItemID'.

Is there a way to force the clean?

thanks

Fabio

 
New Post
11/9/2014 10:19 AM
 

for some reasons, the contentItem doesn't seem to be deleted by the API, however, this should be done by the database anyways.

Please run the following code from Host > SQL:

ALTER TABLE {databaseOwner}[{objectQualifier}Modules]
	DROP CONSTRAINT FK_Modules_ContentItems
GO

ALTER TABLE {databaseOwner}[{objectQualifier}Modules]
 ADD CONSTRAINT FK_{objectQualifier}Modules_{objectQualifier}ContentItems 
 FOREIGN KEY (ContentItemID) 
 REFERENCES {databaseOwner}[{objectQualifier}ContentItems] (ContentItemID) 
 ON UPDATE  NO ACTION 
 ON DELETE  CASCADE 
GO

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/12/2015 8:56 AM
 
I run this script and I get this error: There is an error in your query!

System.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near '{'.
at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script)
ClientConnectionId:a79e33bb-b14c-4c35-b3d9-a5ca3e154493

ALTER TABLE {DatabaseOwner}[Modules]
DROP CONSTRAINT FK_Modules_ContentItems

System.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near '{'.
at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script)
ClientConnectionId:43d73deb-9332-4e63-b61f-a59978aa3f1f

ALTER TABLE {DatabaseOwner}[Modules]
ADD CONSTRAINT FK_Modules_ContentItems
FOREIGN KEY (ContentItemID)
REFERENCES {DatabaseOwner}[ContentItems] (ContentItemID)
ON UPDATE NO ACTION
ON DELETE CASCADE

 
New Post
8/13/2015 8:04 PM
 
I apologize, there was a capitalization issue (maybe due to my German spell checker), please retry.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Impossible clean recicle binImpossible clean recicle bin


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out