Issue
If you use Response Management or Campaign Attribution, you may receive an email notification like this:
Apex script unhandled exception by user/organization: 005i0000006N5wb/00Di0000000Zk8n
Failed to process batch for class 'FCRM.FCI_CampaignInfluenceActPhase2A_P' for job id '7074z00008aG4Ru'caused by: System.LimitException: FCRM:Too many query rows: 50001
Class.FCRM.FCI_InfluenceConfigurationPluginSupport.getContactsWithResponses: line 826, column 1
Class.FCRM.FCI_DefaultHybridConfigSupport.AccountProcessAttribution: line 174, column 1
Class.FCRM.FCI_DefaultHybridConfig.DefaultHybridConfiguration.AccountDetermineAttribution: line 110, column 1
Class.FCRM.FCI_AccountInfluenceInfrastructure.HandleActExecute2: line 254, column 1
Class.FCRM.FCI_CampaignInfluenceActPhase2A_P.HandleActPhase2Execute: line 124, column 1
Class.FCRM.FCI_CampaignInfluenceActPhase2A_P.execute: line 25, column 1
This notification is simply letting you know that an async job will be split up because it references a record that references many other records. Because Salesforce limits processing of records to 50,000 at a time, this large job is being split into multiple, smaller jobs for efficient completion.
Solution
This warning is only a notification, and does not require any further action.
Comments
0 comments
Please sign in to leave a comment.