> 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.                                                                                              |
| File path not set                                                                                                     | This error occurs when the path of file is not provided for the **Set Path for File** action.                                                                                                | Provide the path of file.                                                                                                                                                                                     |
| if: Expression must be enclosed within "(" and ")"                                                                    | This error occurs when the input value didn’t follow the correct syntax format and does not provide parentheses **()** for the **if** condition.                                             | Ensure that the condition is always enclosed within parentheses and the correct syntax should be provided                                                                                                     |
| ERR\_CUSTOM\_VERIFYEXISTS: Previous step verify exists is missing                                                     | This error occurs when **VerifyExists** is not added as a previous test step for using **@Custom** Element.                                                                                  | Ensure that the **VerifyExists** is added as a previous test step, while using **@Custom** element.                                                                                                           |
| Invalid Input : Check with Variable Input Value or Value Input 1                                                      | This error occurs when Create Dynamic Variable name is not enclosed within curly braces **{}**.                                                                                              | Ensure that the Create Dynamic Variable name is enclosed within curly braces **{}**.                                                                                                                          |
| Error getting line number in .xlsx : Excelname.xlsx                                                                   | This error occurs when **Verify Content** is executed against an Excel file and the specified worksheet name does not exist.                                                                 | Verify the worksheet name in the Excel file and provide the exact sheet name in the input value.                                                                                                              |
| \[WinError 2] The system cannot find the file specified                                                               | This error occurs when the **Execute File** action is configured with a file name or file path that does not exist on the execution machine.                                                 | Verify that the file exists in the specified location before execution.                                                                                                                                       |
| Navigation failed, wrong URL format                                                                                   | This error occurs when an invalid URL is provided in the **Input Value** column of the **Navigate to URL** action.                                                                           | Provide vaid web address to perform **Navigate to URL** action.                                                                                                                                               |
| Invalid Input: Only numbers are allowed                                                                               | This error occurs when a non-numeric value is provided in the **Input Value** column of the **Wait** action.                                                                                 | Provide only a numeric value.                                                                                                                                                                                 |
| Wrong filters given, please check and provide correct one                                                             | This error occurs when an invalid row range format is specified in the **Get Param** action.                                                                                                 | The row range should follow the supported format **\<start row - end row>.**                                                                                                                                  |


---

# 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.avoautomation.com/avo-assure/error-logs.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.
