> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/error-logs.md).

# Error Logs

Error Logs contain the errors that you may encounter while performing automation activities or executing workflows. These logs help you understand what went wrong during the process and assist in identifying and resolving issues more effectively.

| Error Title                                                                                                           | Error Description                                                                                                                                                                            | Solution                                                                                                                                                                                                      |
| --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Avo Integrator Extension Required                                                                                     | This error occurs when attempting to log in to **Test Management** integrations (such as Jira, Azure DevOps, etc.) without having the **Avo Integrator** Extension installed in the browser. | Install and enable the **Avo Integrator** Extension in your browser.                                                                                                                                          |
| 77 Error with database operation                                                                                      | This error occurs when you have used **Run Query**(DB) and you have not provided the valid connection details.                                                                               | Provide the correct connection details, **\<DB IP/instance name/DB file path>;\<DB port>;\<DB username>;\<DB password>;\<DB name>;\<Query>;\<DB Number/DB Tags>;\<querytype/warehouse>(Optional);(Optional)** |
| Forbidden request, Connection refused, please configure server ip and server port in Edit-> configuration, and retry. | This error occurs when Server Address is not provided in the configuration section of Avo Assure Client                                                                                      | Provide the correct server IP address for the field Server Address in the configuration section of Avo Assure Client                                                                                          |
| Data parameterization failed: Wrong datatable name/ file name/ Sheet name given, please check and provide valid one.  | This error occurs when wrong datatable name or file name or sheet name is given.                                                                                                             | Provide the correct datatable name or file name or sheet name.                                                                                                                                                |
| Dangling                                                                                                              | This error occurs when you have used **Get Param** or loops but have not added the **End Loop** statement.                                                                                   | Add an **End Loop** after the **Get Param** or **Start Loop** process ends, once all interactions are completed.                                                                                              |


---

# 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:

```
GET https://docs.avoautomation.com/avo-assure/error-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
