Everything was working OK. Then started getting this error:-
Microsoft OLE DB Provider for SQL Server error '80040e2f'
Violation of PRIMARY KEY constraint 'PK__tblPMMessage__0EA330E9'. Cannot insert duplicate key in object 'tblPMMessage'.
/forum/pm_new_message.asp, line 358
Any ideas what's up?
Only thing was that the SQL Server went down cause the log file was full. Cleared the log file and then the error.
Just found that I'm getting the same error when trying to add a forum using Email Notify.
Microsoft OLE DB Provider for SQL Server error '80040e2f'
Violation of PRIMARY KEY constraint 'PK__tblEmailNotify__24927208'. Cannot insert duplicate key in object 'tblEmailNotify'.
/forum/email_notify.asp, line 235
Have checked the number of records in each table. Only thing I can think is that the database file has become corrupt. PK is seed 1 increment 1.
Edited by supertramp - 06 May 2006 at 7:44am