Hi,
I am getting the error below when I try to generate pages for some documents.
"An error occurred when executing an SQL query, retrieving the results of a query, or otherwise communicating with the database server. Session ID=197253; Dialog ID=11638491; Repository="xxxxxxxx"; Function=SysPageDel; Message="[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Violation of PRIMARY KEY constraint 'deletedpage_pk'. Cannot insert duplicate key in object 'dbo.deletedpage'. The duplicate key value is (211, 172842)."; Statement="insert into deletedpage (vol_id, storeid) select :volid<int>, doc.storeid from doc where tocid = :tocid<int> and pagenum >= :startpg<int> and pagenum < :endpg<int> and page_shared = 0"; SQL Variable=""; SQL State="23000"."
Please advise what the issue might be. Other documents are generating well while others are giving the said error.
Regards,
Mark