> For the complete documentation index, see [llms.txt](https://help.delpha.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.delpha.io/delpha-for-salesforce/troubleshot/data-quality-assessment-directly-fails-for-all-monitored-fields-but-not-for-all-users.md).

# Data Quality assessment directly fails for all monitored fields but not for all users

## Symptoms

When running a data assessment on any record, **System Administrators** can complete the process successfully, while **regular users** immediately receive a failure message from the score meter.\
This behavior typically indicates a **permission issue**.\
Since the failure occurs only a few seconds after triggering the assessment, it likely relates to **authentication when accessing the Delpha Backend**.

#### **Delpha Debug logs**

When Delpha Support reviews debug logs on your org, they will look for entries similar to the following:

```apex
13:45:55.1 (335967743)|CALLOUT_REQUEST|[164]|System.HttpRequest[Endpoint=callout:delpha__delpha_AWS/global/v1/launch, Method=POST]
13:45:55.342 (342699239)|NAMED_CREDENTIAL_RESPONSE|NamedCallout[Named Credential Id=null, Named Credential Name=null, Status Code=0, Content-Type=null, Response Size bytes=0, Overall Callout Time ms=0, Connect Time ms=0, Interceptor Time ms=0
13:45:55.1 (343571256)|EXCEPTION_THROWN|[164]|System.CalloutException: You don't have read perissions on the User External Credential object.
```

## Root Cause

The error message —

> *You don't have read permissions on the User External Credential object.*\
> — indicates that the affected user lacks the required **read access** to the **User External Credential** object.

## How to fix

[Grant the affected user **read access** to the **User External Credential** object, either by:](/delpha-for-salesforce/delpha-setup/extra-tasks/check-my-org-settings.md#make-sure-all-delpha-users-can-access-user-external-credentials-object-mandatory)

* Updating the user's **profile**, or
* Assigning a **permission set** that includes read access to this object.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.delpha.io/delpha-for-salesforce/troubleshot/data-quality-assessment-directly-fails-for-all-monitored-fields-but-not-for-all-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
