Gack errors explanation
This Salesforce error that Gearset is surfacing is usually encountered when running a Compare and deploy or a Data backup job where metadata is being retrieved from or deployed to Salesforce.
The ErrorId
that is shown in our app is error returned to Gearset by Salesforce, and is called a GACK code. Salesforce explains why these codes occur: What is a Gack?
As an example - Salesforce returns the error:
"An unexpected error occurred. Please include this ErrorId if you contact support: 1234567890-1234 (-547594032)
".
In this error the code 1234567890-1234
is created by Salesforce and is unique to the error occurrence. This reference helps Salesforce locate the error in their logs when raised with their support team.
The secondary number in brackets (-547594032)
is created off the back of the error, and may give an indication of the metadata type that is causing the issue.
Due to our experience in this sector, we have noticed a few trends with GACK codes. The table below was created by spotting patterns.
We have seen there are a few possible common GACK codes that are linked to metadata types. We have also linked what we believe is the cause of the error.
Retrieval and/or validation errors
Metadata type(s) | Gack error(s) | Cause and resolution (if known) |
Apex class | (-493896994) | Update 27 June 2023: Salesforce confirmed that this error type was associated with a a bug. The bug fix should have been released in patch 244.12, which was scheduled for 10th of July 2023 (Safe Harbor). |
Bulk API batch size is too large | (-1748883593) | This ID is likely surfaced when the Bulk API batch size is too large on a data deployment. We believe lowering the batch size in the settings can help work round this GACK code. |
Document | (-547594032) | This ID is likely caused by the hitting limits of either deploying 10,000 files at once or having a zip larger than 39 MB. |
Document, | (-673032061) | This ID has been surfaced with two causes that we know of:
|
EmailMessage | (-416219900) | This is related to a known Salesforce issue. Further details on root cause and resolution can be found here. |
Email Template or Email Alert | (-28317623) | This ID is likely caused by the hitting limits of either deploying 10,000 files at once or having a zip larger than 39MB. |
FlexiPage | (-84759894) | This error may surface during a validation against a Salesforce org when API version 59 is used. Unknown cause at this time. |
Flow | (-1177419986) | This code likely means that there is a missing required input parameter for a flow. |
Flow | (553809687) | We suspect this issue could have been related to a custom built Apex invocable action (e.g. custom-built Apex class exposed for use in Flow metadata). |
Layout | (-776149881) | The error was related to |
Milestone | (-465392833) | This ID is likely surfaced when a non-ASCII character has been used in the metadata or object name, or there is a missing character causing a parse error. Can be caused by Apex code, and has been known to have been caused by an extra 'or missing'. |
Permission Set Group | (-534360317) | This is caused by a Salesforce Summer '23 release. |
Service Channel | (-545111196) | Error surfaced when validating a PR in Gearset Pipelines with
While the third line |
Service Report | (-1481549251) | Error surfaced during backing up client's Salesforce org. Unknown cause at this time. |
Standard Value Set Translation | (-1201527775) | Unknown cause, but error was related to Standard Value Set Translation metadata type when this occurred.
Salesforce suggests a couple of options to try and resolve the issue:
|
Unsupported Group Type | (-693245406) | Unknown cause at this time, however the Salesforce API returns an issue regarding |
Unexpected error while processing BULK-API | (-820934765) | Failure is due to objects having different owners. For this code, group the knowledge articles by owner and break up the deployment. |
Deployment and/or validation errors
Metadata type(s) | Gack error(s) | Cause and resolution (if known) |
Apex class | (1566163925) | Unknown cause at this time, however it may have been related to unfinished code in one of the Apex classes. |
Approval Process | (1169783681) | The error was related to |
Call center | (1266517447) | Confirmed by Salesforce Support that this error is related to |
Content Asset | (1369604864), (1988552325), or (-186337334) | Unknown cause at this time. However, these three error IDs were related to the |
Content Documents | (1140994461) | This is caused due to an invalid file type in |
Custom Field | (776095663) | The error was related to |
Dashboard | (407174650) | The error was reported by a customer who was deploying dashboards. Including images led to fatal errors in the deployments.
Solution: Remove images from the dashboards during the deployment process, promote the dashboards without images, and manually add the images in the environment. |
Document Template | (547557641) | Programmer Error: transaction committed or rolled back while performing api save object: DocumentTemplateContentDoc. The error message gets thrown when attempting to deploy the doc template manually. |
Email Templates | (1214156259) | This is most likely due to private email templates with Modify All data permission unticked. |
Flow | (886823606) | This error is encountered on deployment when there is a referenced component that is missing or isn't installed in the target org. This could be a package that is being used in the Flow. |
Flow | (2088258282) | This error was related specifically to Workaround: The recommendation is to run the comparison in our app using API version 60 or higher to see if that resolves the error. |
Lookup fields on Lightning pages | (1090241698) | It is a know Salesforce issue. |
Navigation Menu | (1248150380) and (1229852312) | These errors were related to the Navigation Menu metadata type when they occurred. |
Omnistudio | (-2021970420) or (-320747095) | This error occurs when Omnistudio components are deployed alongside Salesforce components. |
Picklist Value | (1042929838) | This is caused by a picklist value that is no longer active on the target. Either remove the picklist value from the deployment, or activate it on the target org. |
Picklist Value | (1086055316) | The picklist field throwing the error was marked for |
Report Type | (2097016231) | Seems to be linked to the activation and deactivation of Sales Engagement studio. Causing report types to be associated with that. |
Report Type | (-1780968743) | Error did occur on a package validation to a Salesforce org. The issue was related to specific |
User Access Policy | (278592139) | This error is encountered when user criteria is defined within a group.
The solution would be to edit the User Access Policies in Salesforce to remove the group-based criteria before deploying. |
Validation of test classes for orgs on UM3 instance | (-373587910) | This error may affect deployments of metadata for some orgs residing on UM3 instance. It is a known Salesforce issue affecting Sandbox > Sandbox, or Sandbox > Prod deployments. |
Data deployment errors
Object affected | Gack error | Possible cause and resolution (if known) |
Knowledge__kav | (-102717140) | We've seen this error during a deployment of some knowledge article records that had inactive users set as their Owner. Since Salesforce does not allow records to be created with inactive Owners, the deployment failed when attempting to assign those users.
Excluding or skipping the |
As further examples are encountered, we will add them into this document.
There can be multiple codes for a metadata type. Each code indicates a slightly different issue within that metadata type that Salesforce should be able to advise further on.
Please note that the codes listed above are not definitive; the reason why is better described here.
Resolution
To resolve this issue please raise the error with Salesforce support to locate why the problem is occurring when trying to retrieve the metadata from the Metadata API.
As a workaround to this issue in Gearset, exclude the metadata type causing the error from your deployment or data backup job until the cause of the error is provided by Salesforce support.
Further examples of this Salesforce validation error can be found here:
Disclaimer: This error is returned by Salesforce directly, rather than Gearset. Even so, we offer guidance based on our combined experience with the Metadata API. Where possible, we try to help guide you to fix or avoid this error. In the case that this isn't possible, we may need to direct you to Salesforce support for further clarification.