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
Marco Pollastri 1Marco Pollastri 1 

SBQQ.QueueableCalculatorService for job ID 707XXXXXXXdeHKt

Hi, 

I am updating QLI records with Data loader, during the update I receive thesr error messages by email:

Apex script unhandled exception by user/organization: 00XXXXXXXX/00XXXXXXXX

Failed to process Queueable job for class SBQQ.QueueableCalculatorService for job ID 707XXXXXXdeHKt.

caused by: SBQQ.QuoteService.QuoteServiceException: unable to obtain exclusive access to this record or 5 records: a545b000001MWu6AAG,a545b000001MAnLAAW,a545b000000VlCtAAK,a545b000001MAmwAAG,a545b000001MFBfAAO


Anone could help me to figure it out what is the thing that is triggering the error?

Thanks 
 
SwethaSwetha (Salesforce Developers) 
HI Marco,
The error happens because of record locking. See this detailed post here:https://salesforce.stackexchange.com/questions/145015/unable-to-obtain-exclusive-access-to-this-record

You can enable debug logs to narrow down further.

If this information helps, please mark the answer as best. Thank you