# Устранение неисправностей

**Клиент**

Не запускается конфигуратор или клиентское приложение - открыть порты 9595, 2433

Не установлен netframework - уставить netframework 4.8

**Сервер**

Работа всех API логируется в c:\AzLogs. При возникновении ошибок, проверьте логи.

Не стартуют сервисы API - проверить логи (c:\AzLogs) или логи Windows.

При вложении файлов возникает ошибка - проверить лог Azimut.Host.ApiService.log. Возможно нет места на диске.

Быстро расходуется место на диске - удалить папку C:\Windows\SysWOW64\Azimut Framework\ReportTempDirectory (она чистится автоматически)


---

# Agent Instructions: 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://projects.itproduct.ru/azimut/dokumentaciya/ustranenie-neispravnostei.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.
