Chris
Guest
|
Posted:
Tue Oct 25, 2005 12:51 am Post subject:
ProcessRuleBulkInsertCompound Failed HRESULT=0x40ED2 |
|
|
Loading up a new version of an .akm, I get the above error. Cleaning out
all remnants I can find in the UI, I still get the error.
Running delete from processrule where idprocessrule not in (select
idprocessrulemember from processrulemembership) and idprocessrule not in
(select idprocessrulegroup from processrulemembership), which is what
Microsoft recommends, I get DELETE statement conflicted with COLUMN
REFERENCE constraint 'FK_ComputerRuleToProcessRuleGroup_ProcessRule'. The
conflict occurred in database 'OnePoint', table
'ComputerRuleToProcessRuleGroup', column 'idProcessRule'.
The statement has been terminated.
I've obviously got a duplicate in there somewhere but don't know the right
syntax to get it out. Any suggestions?
Thanks,
Chris |
|