Created
September 30, 2021 18:51
-
-
Save theWill/9c100fe3a8ab808995a1cdb087d0f15c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apex script unhandled trigger exception by user/organization: 0053400000AFF6n/00D5C000000DZ08 | |
Source organization: 00D80000000cqJo (null) | |
LeadTrigger: execution of AfterUpdate | |
caused by: System.AsyncException: could not store job: Lead Convert -3_45_14_29_9_2021 orgId: 00D5C000000DZ08 common.exception.SqlDupValOnIndexException: ORA-00001: unique constraint (CORE.AKCRON_JOB_DETAIL) violated | |
ORA-06512: at “GRUMPY.UDDDMLCRONJOBDETAIL”, line 32 | |
ORA-06512: at “GRUMPY.CCRONJOBDETAIL”, line 95 | |
ORA-06512: at line 1 | |
{call cCronJobDetail.insert_detail(?,?,?,?,?,?,?,?,?,?,?)} | |
{call cCronJobDetail.insert_detail(?,?,?,?,?,?,?,?,?,?,?)} | |
Class.LeadTriggerHelper.handleLeadConversion: line 57, column 1 | |
Class.LeadTriggerHandler.handleEvents: line 7, column 1 | |
Trigger.LeadTrigger: line 3, column 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment