When you delete a Customer Relationship record, it flags the database record
with DeletionStateCode = 2 as usual.
Then when I restart the Deletion Service to force a physical deletion (Iâ??m
testing a new Scribe jobâ?¦) the records donâ??t get deleted.

I presume this is a bug. Have you heard/seen this?

Thanks,
Paul

--
Paul Boiano
CRM Practice Manager
Synergy

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/Businesssolutions/Community/NewsGroups/dgbrowser/en-us/default.mspx?mid=8f9849e3-ae98-4e48-9eea-31b56b5b9588&dg=microsoft.public.crm

RE: Customer Relationship deleted records stay in the database by sheckyd

sheckyd
Fri Aug 11 08:41:01 CDT 2006

Hi Paul,
It's not a bug, the Deletion Service runs on it's own schedule, just
restarting the serivce does not necessarily mean that your items with
DeletionStateCode=2 will be deleted right away. The service has it's own
algorithm built in that determines when it will delete the flagged items. I
have watched in v1.2 and couldn't find a pattern. So, turn on the service,
and check your database a few hours later. Deletionstatecode=2 items should
be gone!

By the way if they are not gone by the next day, check your Event Viewer to
see if the deletion service is logging any errors.
Thanks!
-Sean