Hello
When admins delete a file from WSS, it also delets the file from DBXL, so there is no problem at all. But I have noticed that when users delete a file from WSS, the Propagate Delete feature of DBXL (v2.3) is not working. I am wondering if the configuartion of DBXL in a server has something wrong or it is a nature in the current version.
I have copied the error log in the evet viewer in the server.
-----------------------------------------------------
Caught exception obtaining SPListItem for known item in list (item was probably deleted from SharePoint by someone other than DBXL) http://<server name>/TestForm (DocType = 'TestForm', DocId = 2955)
System.ArgumentException: Value does not fall within the expected range.
at Microsoft.SharePoint.SPList.GetItemById(Int32 id, String strRootFolder, Boolean cacheRowsetAndId)
at Microsoft.SharePoint.SPList.GetItemById(Int32 id)
at Qdabra.Dbxl.Domain.SharePointObjectModel.Delete(SharePointListItemMapping mapping, SharePointDocumentData doc)
The stack trace was: at Microsoft.SharePoint.SPList.GetItemById(Int32 id, String strRootFolder, Boolean cacheRowsetAndId)
at Microsoft.SharePoint.SPList.GetItemById(Int32 id)
at Qdabra.Dbxl.Domain.SharePointObjectModel.Delete(SharePointListItemMapping mapping, SharePointDocumentData doc).
----------------------------------------------------