Enterprise 3.6

I have a moderated Forum where I have posts that I want to Delete. No matter what options I select, when the action is submitted it throws the following exception. Any ideas about what is configured incorrectly would be helpful.

Thanks,
Bill

 

The DELETE statement conflicted with the REFERENCE constraint "FK_te_Forum_ThreadProperties_te_Forum_Threads". The conflict occurred in database "DatabaseName", table "dbo.te_Forum_ThreadProperties", column 'ThreadId'.

The statement has been terminated.

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: The DELETE statement conflicted with the REFERENCE constraint "FK_te_Forum_ThreadProperties_te_Forum_Threads". The conflict occurred in database "DatabaseName", table "dbo.te_Forum_ThreadProperties", column 'ThreadId'.

The statement has been terminated.

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): The DELETE statement conflicted with the REFERENCE constraint "FK_te_Forum_ThreadProperties_te_Forum_Threads". The conflict occurred in database "Databasename", table "dbo.te_Forum_ThreadProperties", column 'ThreadId'.

The statement has been terminated.]

  System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +404

  System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() +412

  System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1363

  System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +6312253

  System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +6313986

  System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +538

  System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +689

  System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +327

  Telligent.Evolution.Data.ForumsSqlDataProvider.ModeratorDeleteThread(ForumPost thread, Int32 deletedByUserId, String reason) +498

  Telligent.Evolution.Discussions.Components.PostDataService.DeletePost(ForumPost post, User moderatedBy, String reason, Boolean deleteChildPosts, Boolean sendEmail, ICSContext context) +875

  Telligent.Evolution.Discussions.Components.Moderate.DeletePost(ForumPost post, User moderatedBy, String reason, Boolean deleteChildPosts, Boolean sendEmail) +96

  Telligent.Evolution.ControlPanel.Controls.DeletePost.›(Object sender, EventArgs e) +376

  System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +154

  System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3691