> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/es/installation/install-central-manager-multi-store/manage-services/central-failed-jobs.md).

# Revisar trabajos fallidos

1. Haga doble clic en el **Cliente central** o **Servidor central** icono en el escritorio.
2. Haga clic en **Trabajos fallidos**. La **Trabajos fallidos** la pestaña proporciona la siguiente información sobre los trabajos fallidos:

* Origen y destino del trabajo fallido.
* Descripción del trabajo fallido, por ejemplo, Hoja de trabajo 261 – Descargar elementos.
* El día y la hora en que falló el trabajo.

<div align="left"><img src="/files/e7a0b14bdaf9786f54040dba766b30de4c345e27" alt=""></div>

3. Haga clic en **Detalles** para ver los detalles de un trabajo fallido específico. Haga clic en **Copiar** para copiar los detalles del trabajo para que pueda pegarlos en otra aplicación, como el correo electrónico.

<div align="left"><img src="/files/e4b8afe4bb4350ec5ab694aa3367a92b865ea4cd" alt=""></div>

4. Para mostrar los trabajos fallidos de una fecha específica, seleccione la fecha en la **Fallido en fecha** campo.
5. Para actualizar la lista de trabajos fallidos, haga clic en **Actualizar**.
6. Para eliminar trabajos fallidos de la lista, seleccione el/los trabajo(s) y haga clic en **Eliminar**.


---

# 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://docs.rmhpos.com/es/installation/install-central-manager-multi-store/manage-services/central-failed-jobs.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.
