Loading

Dataflow Error: "Requested resource does not exist" in CRM Analytics

Fecha de publicación: Jul 8, 2026
Descripción

When CRM Analytics runs a Dataflow that includes an sfdcDigest node referencing an object from a managed package, the CRM Analytics Integration User must have the appropriate license and permissions to access that object. An sfdcDigest node is a Dataflow transformation that extracts data from a Salesforce object.

If the Integration User lacks the required access, the Dataflow fails with the following error:

Something went wrong while executing node sfdcDigest_Node: Describe error: NOT_FOUND: The requested resource does not exist

This error commonly occurs in the following scenarios:

  • A new managed package has been installed in the org and a Dataflow references an object from that package, but the Integration User has not been granted the package license.
  • The Integration User's profile or permission sets were modified by a bulk update tool, removing previously granted permissions.
  • The object in the sfdcDigest node is from a package that requires a specific permission set or license that the Integration User does not have.

 

Solución

To resolve this error, ensure the CRM Analytics Integration User has the necessary permissions and licenses to access the managed package object referenced by the failing sfdcDigest node.

  1. Identify the sfdcDigest node name from the error message (for example, sfdcDigest_Node).
  2. Open the affected Dataflow in CRM Analytics > Analytics Studio > Dataflows & Recipes.
  3. Open the Dataflow JSON editor and locate the sfdcDigest node identified in step 1.
  4. Note the value of the parameters.object field — this is the Salesforce API name of the object being digested.
  5. Determine which managed package provides this object by searching for it in Setup > Installed Packages.
  6. Navigate to Setup > Users and open the CRM Analytics Integration User record.
  7. Review the Integration User's assigned Permission Sets and Permission Set Licenses.
  8. Grant the Integration User the required package license and any 'Use' or 'Access' permissions associated with the managed package.
  9. Re-run the Dataflow to confirm the error is resolved.

If the Integration User's profile cannot be modified through the UI due to validation rules, use Workbench to make the changes via the API.


 

Recursos adicionales

CRM Analytics Integration User

Manage CRM Analytics Permissions

Set the Profile for CRM Analytics Integration and Security Users through Workbench

Número del artículo de conocimiento

000386884

 
Cargando
Salesforce Help | Article