| Предыдущий | Следующий |
| UTC_E_GETFILE_FILE_PATH_NOT_APPROVED | UTC_E_TIME_TRIGGER_ON_START_INVALID |
UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS
Что означает UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS
UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS (0x87C5102F) — uTC: эскалация каталог уже существует.
UTC_E_* относятся к Windows telemetry/diagnostic tracing infrastructure. Результат следует связывать с конкретной collection/session/action и её конфигурацией, а не с общей работоспособностью системы.
Что проверить
- Сохраните collection/session ID, action, provider/configuration и первый UTC HRESULT.
- Проверьте поддержку API/action и состояние collection pipeline; повтор после очистки должен использовать актуальную session identity.
Данные для диагностики
- computed path, scenario/run IDs, owner, creation time, contents, active process and prior очистка events
- UTC_E_ESCALATION_ALREADY_RUNNING means an active run owns scenario state even if its directory is valid
- Complete stale-run очистка only after proving no active owner; keep artifacts needed for postmortem analysis for this result.
Исходная формулировка
- computed path, scenario/run IDs, owner, creation time, contents, active process and prior cleanup events
- UTC_E_ESCALATION_ALREADY_RUNNING means an active run owns scenario state even if its directory is valid
- Complete stale-run cleanup only after proving no active owner; keep artifacts needed for postmortem analysis for this result.
- use a new run identifier and verify that a fresh directory is created atomically
Технические ссылки
- Microsoft Open Specifications: Windows error-code registry.
- Microsoft: Universal Telemetry Client configuration diagnosis.
- Microsoft: UniversalTelemetryClient operational-log guidance.
- Microsoft: Windows Event Log query schema.
Нужно найти другой код? Найти другой код состояния или ошибки.