function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
siva@shiva.comsiva@shiva.com 

Too many retries of batch save in the presence of Apex triggers with failures: when triggers are present partial save requires that some subset of rows save without any errors in order to avoid inconsistent side effects from those triggers.

while adding campaign members into campaign i am getting following  error message "Too many retries of batch save in the presence of Apex triggers with failures: when triggers are present partial save requires that some subset of rows save without any errors in order to avoid inconsistent side effects from those triggers.'.
Note:existing Lead/contact records doesnot have manadatory fields. for hat i wrote validaition trigger.
logontokartiklogontokartik
From the limited context, maybe the below link might help. Thank you.

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_dml_bulk_exceptions.htm