> For the complete documentation index, see [llms.txt](https://wiki.datadike.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.datadike.com/product-guide/configuracoes/sonar/rmm/troubleshooting/pending-action-output-details.md).

# Pending Action Output Details

O erro acontece ao clicar em:

<figure><img src="/files/Yl9DUqmOummIRCfowDld" alt=""><figcaption></figcaption></figure>

Mensagem de erro exibida no LOG após executar a instalaçao e nao receber o retorno.

<figure><img src="/files/ZPiCl1sjoVcDHBceVgLg" alt=""><figcaption></figcaption></figure>

Verifique se o chocolatey está instalado no Endpoint. **Instale com esse comando a seguir:**

{% code overflow="wrap" %}

```
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
```

{% endcode %}

{% hint style="success" %}
Execute a instalaçao novamente, a nao instalaçao ocorreu devido a ausencia do Chocolatey no Endpoint.
{% endhint %}
