| Предыдущий | Следующий |
| ERROR_WAS_UNLOCKED | ERROR_WAS_LOCKED |
ERROR_SERVICE_NOTIFICATION
Что означает ERROR_SERVICE_NOTIFICATION
ERROR_SERVICE_NOTIFICATION — уведомление службы содержит форматированный текст состояния.
Что проверить
Проверьте имя и фактическое состояние службы, тип запуска, исполняемый файл, учётную запись и зависимости.
- Сопоставьте время ошибки с событиями Service Control Manager и журналом самой службы; первая ошибка запуска важнее последующих сообщений о недоступности.
- Если служба должна работать, устраните конкретную причину остановки/отказа запуска вместо бесконечного цикла рестартов.
Исходная формулировка
a service-related notification carries formatted status text.
This result is a message container, not a universal diagnosis. The inserted text is essential and must not be discarded by logging code.
Handle the notification according to its embedded state and reason. Monitoring software should not label every occurrence as a service crash, because the message may describe a transition or informational condition.
this result corresponds to Win32 error value documented as: %hs This value is used with service notification paths where the message body supplies the meaningful detail. It should be interpreted together with the substituted service name, operation, and notification text rather than in isolation.
preserve every insertion string from the formatted message; record service name, PID, current state, accepted controls, and the API that delivered the notification; correlate the timestamp with System log events from Service Control Manager
Технические ссылки
Нужно найти другой код? Найти другой код состояния или ошибки.