AI OnAI Off
Hi Øyvind,
It's seem like the table tblTempKeyword has ran out of identity value (since the column pkId is set as IDENTITY(1, 1) and it has INT datatype). When there are sufficient number of item inserted (and removed) from this table, the IDENTITY value could go beyond the maximum INT value (2,147,483,647) and episerver cannot insert another record to this table. Please delete all of the rows in the table tblTempKeyword, then re-seed its identity value with the following script:
DBCC CHECKIDENT ('tblTempKeyword', RESEED, 1)
You should back-up your database first before performing this action.
Regards
Linh Doan
Hi
Does anubody remember the soloution to this. My search has stopped working. When i do a save and publish on a page i get this error. Does anybody remember how to fix this.
Regards
Øyvind