For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated