| Предыдущий | Следующий |
| ERROR_OVERRIDE_NOCHANGES | ERROR_NOT_SUPPORTED_ON_SBS |
ERROR_BAD_USER_PROFILE
Что означает ERROR_BAD_USER_PROFILE
ERROR_BAD_USER_PROFILE — у указанного пользователя отсутствует действительный профиль.
Что проверить
Определите конкретного пользователя, session/process context и объект, участвующий в операции.
- Проверьте состояние пользовательского сеанса, ограничения квот и дескрипторов, а также связанные условия профиля или отображённого файла, названные кодом.
- Не переносите причину с другой учётной записи: эти состояния зависят от конкретного пользовательского контекста.
Исходная формулировка
the selected account has no valid user profile that Windows can load.
the user registry hive, commonly represented by NTUSER.DAT
roaming, mandatory, temporary, or containerized profile configuration
A scheduled task calls LoadUserProfile for a domain account after a storage migration. The account authenticates, but the old roaming path is unreachable and the local mapping is incomplete, producing 1253. Correcting the profile path and permissions is safer than retrying the task under a temporary profile.
A temporary profile can allow sign-in but should not be treated as successful recovery because changes may be lost at sign-out.
Технические ссылки
- Microsoft: System Error Codes (1000–1299)
- Microsoft: LoadUserProfileW function
- Microsoft: GetUserProfileDirectoryW function
- Microsoft: Deploy Roaming User Profiles
Нужно найти другой код? Найти другой код состояния или ошибки.
