2147943712 ошибка планировщика

Столкнулся с ситуацией, когда при создании нового задания в планировщике задач (Task Scheduler) на Windows Server 2008 R2 возникла необходимость запускать это задание в фоновом режиме от имени определенной учетной записи доменного пользователя. Попытка сохранения задания с введенными учетными данными завершалась ошибкой

image

Как выяснилось, ОС попросту блокировала попытку сохранения учетных данных, так как была изменена политика безопасности Network access: Do not allow storage of passwords and credentials for network authentication
По умолчанию эта политика находится в состоянии Disabled, и её включение приводит к вышеописанной проблеме.

image

Найти этот параметр можно в оснастке Local Security Policy (Панель управления (Control Panel) > Администрирование (Administrative Tools) > Local Security Policy). Параметр может изменяться как на уровне локальной политики компьютера, так и задаваться доменными GPO.

The task scheduler error 2147943712 appear when you confirm the creation of a task on Windows Task Scheduler. This error appear on windows 7, windows Vista, Windows 10, Windows Server 2008 and Windows Server 2012. The following article will teach you how to fix this error using windows interface and using command prompt.

Error message 2147943712: An error has occurred for task <TaskName>. Error message: The following error was reported: 2147943712.

The issue occurs mainly when trying to activate the Security option “Run whether the user is logged on or not”. After provide domain credential and click on OK, will appear error as indicated above.

Error 2147943712

Error 2147943712

Read Also: Task Scheduler Error 2147943726 – “unknown user name or bad password”

The error message appears when Windows cannot store credentials (especially the password) of the users who are going to run the task. Normally it was a local security policy issue where a security policy doesn’t allow this. To fix this issue need to disable “Security Settings/Local Policies/Security Options / Network access: Do not allow storage of passwords and credentials for network authentication” in your group policies or local policy. This policy setting (in the local policy that was set by GPO) don’t allow to store passwords on the computer for network authentication (domain accounts). After disable security policy you can use the option “run the task whether user is logged on or not”.

How to fix task scheduler error 2147943712 step by step:

  1. Click Start, search for secpol.msc and click OK.
  2. Go to “Security Settings -> Local Policies” and click on Security Options.
  3. In the Policy pane, right-click Network access: Do not allow storage of credentials or .NET Passports for network authentication, double click, select Disabled, and then click OK.
  4. Click Start, and type the following command on the search field.
  5. Type “Gpupdate /force” without quotes and then click OK.

Task scheduler error 2147943712

Task scheduler error 2147943712

Regedit solutions to fix the error:

Use regedit to disable security policy. Change the following Registry key to value 0x0

HKEY_LOCAL_MACHINESystemCurrentControlSetControlLsa
Value Name: disabledomaincreds
Value Type: REG_DWORD
Values: 0 (allow domain credentials to be stored)

Task scheduler 2147943712

Task scheduler 2147943712

Use command line to disable security policy to regedit:

Execute on cmd the following command and you will disable the security from regedit:

reg add HKEY_LOCAL_MACHINESystemCurrentControlSetControlLsa /v disabledomaincreds /t REG_DWORD /d 0 /f

Please leave comment with you have any question related to error 2147943712 of Task Scheduler.

The task scheduler error 2147943712 appear when you confirm the creation of a task on Windows Task Scheduler. This error appear on windows 7, windows Vista, Windows 10, Windows Server 2008 and Windows Server 2012. The following article will teach you how to fix this error using windows interface and using command prompt.

Error message 2147943712: An error has occurred for task <TaskName>. Error message: The following error was reported: 2147943712.

The issue occurs mainly when trying to activate the Security option “Run whether the user is logged on or not”. After provide domain credential and click on OK, will appear error as indicated above.

Error 2147943712

Error 2147943712

Read Also: Task Scheduler Error 2147943726 – “unknown user name or bad password”

The error message appears when Windows cannot store credentials (especially the password) of the users who are going to run the task. Normally it was a local security policy issue where a security policy doesn’t allow this. To fix this issue need to disable “Security Settings/Local Policies/Security Options / Network access: Do not allow storage of passwords and credentials for network authentication” in your group policies or local policy. This policy setting (in the local policy that was set by GPO) don’t allow to store passwords on the computer for network authentication (domain accounts). After disable security policy you can use the option “run the task whether user is logged on or not”.

How to fix task scheduler error 2147943712 step by step:

  1. Click Start, search for secpol.msc and click OK.
  2. Go to “Security Settings -> Local Policies” and click on Security Options.
  3. In the Policy pane, right-click Network access: Do not allow storage of credentials or .NET Passports for network authentication, double click, select Disabled, and then click OK.
  4. Click Start, and type the following command on the search field.
  5. Type “Gpupdate /force” without quotes and then click OK.

Task scheduler error 2147943712

Task scheduler error 2147943712

Regedit solutions to fix the error:

Use regedit to disable security policy. Change the following Registry key to value 0x0

HKEY_LOCAL_MACHINESystemCurrentControlSetControlLsa
Value Name: disabledomaincreds
Value Type: REG_DWORD
Values: 0 (allow domain credentials to be stored)

Task scheduler 2147943712

Task scheduler 2147943712

Use command line to disable security policy to regedit:

Execute on cmd the following command and you will disable the security from regedit:

reg add HKEY_LOCAL_MACHINESystemCurrentControlSetControlLsa /v disabledomaincreds /t REG_DWORD /d 0 /f

Please leave comment with you have any question related to error 2147943712 of Task Scheduler.

  • Remove From My Forums
  • Question

  • I received a error when creating a basic task on a Windows 2008 server, assigning the local administrator as the account to run the task -> weather logged in or not.

    It happens after I typed in the correct password in the dialog that asks for the accounts password.

    Error is:

    An Error has occurred for the task <task name>.  Error message: The following error was

    reported.  A specified logon session does not exist. It may have already been terminated.

    Does anyone know what this message means ?  It won’t let me finish the task.  It also doesn’t seem to care what account I used it keeps giving me this error.

    Also this system event is produced»  Event id 116   Source: TaskScheduler

    Task Scheduler validated the configuration for task «<taskname>» , but credentials could not be stored. User Action: Re-register the task ensuring the credentials are valid. Additional Data: Error Value: 2147943712.

    Thanks

    • Edited by

      Friday, January 28, 2011 9:15 PM

Answers

  • Please refer to
    this thread. It is about the same error.


    This posting is provided «AS IS» with no warranties or guarantees , and confers no rights.

    Microsoft
    Student Partner
    Microsoft Certified Professional
    Microsoft Certified Systems Administrator: Security
    Microsoft Certified Systems Engineer: Security
    Microsoft Certified Technology Specialist: Windows Server 2008 Active Directory, Configuration
    Microsoft Certified Technology Specialist: Windows Server 2008 Network Infrastructure, Configuration

    • Marked as answer by
      ChrisI88
      Friday, January 28, 2011 9:20 PM
  • Remove From My Forums
  • Question

  • I received a error when creating a basic task on a Windows 2008 server, assigning the local administrator as the account to run the task -> weather logged in or not.

    It happens after I typed in the correct password in the dialog that asks for the accounts password.

    Error is:

    An Error has occurred for the task <task name>.  Error message: The following error was

    reported.  A specified logon session does not exist. It may have already been terminated.

    Does anyone know what this message means ?  It won’t let me finish the task.  It also doesn’t seem to care what account I used it keeps giving me this error.

    Also this system event is produced»  Event id 116   Source: TaskScheduler

    Task Scheduler validated the configuration for task «<taskname>» , but credentials could not be stored. User Action: Re-register the task ensuring the credentials are valid. Additional Data: Error Value: 2147943712.

    Thanks

    • Edited by

      Friday, January 28, 2011 9:15 PM

Answers

  • Please refer to
    this thread. It is about the same error.


    This posting is provided «AS IS» with no warranties or guarantees , and confers no rights.

    Microsoft
    Student Partner
    Microsoft Certified Professional
    Microsoft Certified Systems Administrator: Security
    Microsoft Certified Systems Engineer: Security
    Microsoft Certified Technology Specialist: Windows Server 2008 Active Directory, Configuration
    Microsoft Certified Technology Specialist: Windows Server 2008 Network Infrastructure, Configuration

    • Marked as answer by
      ChrisI88
      Friday, January 28, 2011 9:20 PM

У меня есть несколько задач в Windows 10, которые недавно не удалось. Я не делал недавних изменений на сервере. Задачи работали нормально в течение многих лет, а затем начали давать сбой в декабре 2017 года. У меня есть задачи Планировщика, настроенные для запуска при запуске системы.
Когда я проверяю вкладку «История», я вижу:

Ошибка запуска задачи: дополнительные данные: значение ошибки: 2147943712.

Вкладка Задача / Общие настраивается следующим образом:

  • Запускать, вошел ли пользователь в систему или нет
  • Не храните пароль.
  • Запуск с самыми высокими привилегиями
  • Настроить для Windows 10

Учетная запись пользователя — «Admin». Этот пользователь не имеет пароля и является администратором.

Когда я пытаюсь запустить задачу из параметра «Выбранный элемент / выполнить», планировщик регистрирует ту же ошибку. Основываясь на других сообщениях, я попытался отредактировать учетную запись пользователя, повторно набрав Admin и нажав кнопку Проверить имена. Он показывает ИМЯ СЕРВЕРА Admin и не запрашивает пароль.

Как настроить диспетчер задач, чтобы он не выдавал эту ошибку?

2 ответа

Возвращенный код ошибки (0x80070520 в шестнадцатеричном формате): «Указанный сеанс входа в систему не существует. Возможно, он уже был прерван».

Согласно этому запись в блоге technet, решением может быть отключение политики безопасности, которая предотвращает локальное хранение паролей.


2

Ferruccio
26 Янв 2018 в 14:19

Что касается вашей ошибки, попробуйте принять эту меру. Надеюсь на эту помощь.

Чтобы исправить это, измените следующий ключ реестра на значение 0x0

HKEY_LOCAL_MACHINESystemCurrentControlSetControlLsa 
Value Name: disabledomaincreds 
Value Type: REG_DWORD 
Values: 0 (allow domain credentials to be stored)


-1

Sandeep Anand
29 Янв 2018 в 14:09

  • Remove From My Forums
  • Question

  • I received a error when creating a basic task on a Windows 2008 server, assigning the local administrator as the account to run the task -> weather logged in or not.

    It happens after I typed in the correct password in the dialog that asks for the accounts password.

    Error is:

    An Error has occurred for the task <task name>.  Error message: The following error was

    reported.  A specified logon session does not exist. It may have already been terminated.

    Does anyone know what this message means ?  It won’t let me finish the task.  It also doesn’t seem to care what account I used it keeps giving me this error.

    Also this system event is produced»  Event id 116   Source: TaskScheduler

    Task Scheduler validated the configuration for task «<taskname>» , but credentials could not be stored. User Action: Re-register the task ensuring the credentials are valid. Additional Data: Error Value: 2147943712.

    Thanks

    • Edited by

      Friday, January 28, 2011 9:15 PM

Answers

  • Please refer to
    this thread. It is about the same error.


    This posting is provided «AS IS» with no warranties or guarantees , and confers no rights.

    Microsoft
    Student Partner
    Microsoft Certified Professional
    Microsoft Certified Systems Administrator: Security
    Microsoft Certified Systems Engineer: Security
    Microsoft Certified Technology Specialist: Windows Server 2008 Active Directory, Configuration
    Microsoft Certified Technology Specialist: Windows Server 2008 Network Infrastructure, Configuration

    • Marked as answer by
      ChrisI88
      Friday, January 28, 2011 9:20 PM

Проблема с планировщиком задач запуск задач

У меня есть задача, запланированная на моей машине Windows 2008 R2, но ей не удалось вызвать следующую ошибку в журнале (журналы событий).

ошибка:

планировщику задач не удалось запустить задачу » Hyatt_International_Distribution «для пользователя»SAFFRON3cb_admin». Дополнительные Данные: Значение Ошибки: 2147943645.

планировщик задач не удалось запустить процесс «» из-за ошибки, возникшей в «LUAIsElevatedToken» . Command= » taskeng.исполняемый. » Дополнительные Данные: Значение Ошибки: 2147943645.

ошибки, как показано ниже:

Имя Журнала: Microsoft-Windows-TaskScheduler / Operational
Источник: Microsoft-Windows-TaskScheduler
Дата: 16.04.2012 9: 59: 59
Код события: 101
Категория Задачи: Ошибка Запуска Задачи
Уровень: Ошибка
Ключевые слова:
Пользователь: SYSTEM
Компьютер: АБВ
Описание::
Планировщик задач не удалось запустить задачу «Distribution «для пользователя» SAFFRON3cb_admin». Дополнительные Данные: Значение Ошибки: 2147943645.
Событие Xml:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-TaskScheduler" Guid="{de7b24ea-73c8-4a09-985d-5bdadcfa9017}" />
    <EventID>101</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>101</Task>
    <Opcode>101</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2012-04-16T14:59:59.950Z" />
    <EventRecordID>101476</EventRecordID>
    <Correlation />
    <Execution ProcessID="336" ThreadID="1216" />
    <Channel>Microsoft-Windows-TaskScheduler/Operational</Channel>
    <Computer>xyz</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData Name="TaskStartFailedEvent">
    <Data Name="TaskName">Distribution</Data>
    <Data Name="UserContext">SAFFRON3cb_admin</Data>
    <Data Name="ResultCode">2147943645</Data>
  </EventData>
</Event>

задача задается как: выполнить s если пользователь вошел в систему или нет, с самыми высокими привилегиями, мощность: запуск при включении переменного тока, разрешить выполнение задачи по требованию.

задача выполняется почти каждый день, правильно,но вчера не удалось. Какая-то особая причина?

С уважением,
Kaustubh

8 ответов


моя задача была установлено Run only when user is logged on и он терпел неудачу для меня, даже когда я вошел в систему и запустил его вручную. Пользователь уже был настроен на меня. Без изменения пароля и т. д.

Я решил это, нажав «Изменить пользователя» и выбрав себя снова.

Я подозреваю, что это может быть вызвано изменением SID пользователя или чем-то в этом роде. Возможно, это было управление пользователями в AD, кто знает.


«свойства»,

Проверьте, выбран ли переключатель для

Run only when user is logged on 

Если вы выбрали для вышеуказанной опции, то это причина, почему это не удалось.

поэтому измените параметр на

Run whether user is logged on or not

или

в другом случае пользователь мог изменить свои учетные данные


Я решил проблему, открыв свойства самого exe-файла. На вкладке «Совместимость» есть флажок для уровня привилегий, которая говорит «запустить как администратор»

хотя у моей учетной записи есть права администратора, она не работала, когда я запустил ее из планировщика задач.

Я снял флажок и снова запустил его из планировщика, и он работал.



  • щелкните правой кнопкой мыши на задаче в планировщике задач
  • перейдите на вкладку Действия
  • нажмите Edit
  • удалите кавычки вокруг пути в текстовом поле» начинается в».

моя задача также не удалось запустить.

Я решил это, указав не только путь к исполняемому файлу, но и путь к папке исполняемого файла (вкладка «действия» | Edit | TextBox «Start in»).


спасибо всем,
У меня была та же проблема. У меня есть задача, которая выполняется через общую учетную запись пользователя, не связанную с конкретным человеком. Этот пользователь как-то вышел из виртуальной машины, когда я пытался исправить это, я вошел в систему как я, а не этот пользователь.

вход в систему с этим пользователем Исправлена проблема!


у меня была та же проблема. Я попытался с параметром совместимости, но в Windows 10 он не показывает параметр совместимости. Следующие шаги решили проблему для меня:

  1. я убедился, что учетная запись, с которой выполнялась задача, имела полные права доступа к исполняемому файлу.
    (Выполнил задачу и все еще не работал)
  2. и taskschd.msc в качестве администратора
  3. я добавил учетную запись для запуска задачи (была ли она зарегистрирована или нет)
  4. Я выполнил задачу, и теперь она сработала!

так или иначе, настройка задачи в taskschd.msc как обычный пользователь не работал, хотя моя учетная запись является администратором одного.

надеюсь, это поможет любому, кто имеет ту же проблему

0

автор: Altagstod Believes


  • Remove From My Forums
  • Question

  • I received a error when creating a basic task on a Windows 2008 server, assigning the local administrator as the account to run the task -> weather logged in or not.

    It happens after I typed in the correct password in the dialog that asks for the accounts password.

    Error is:

    An Error has occurred for the task <task name>.  Error message: The following error was

    reported.  A specified logon session does not exist. It may have already been terminated.

    Does anyone know what this message means ?  It won’t let me finish the task.  It also doesn’t seem to care what account I used it keeps giving me this error.

    Also this system event is produced»  Event id 116   Source: TaskScheduler

    Task Scheduler validated the configuration for task «<taskname>» , but credentials could not be stored. User Action: Re-register the task ensuring the credentials are valid. Additional Data: Error Value: 2147943712.

    Thanks

    • Edited by

      Friday, January 28, 2011 9:15 PM

Answers

  • Please refer to
    this thread. It is about the same error.


    This posting is provided «AS IS» with no warranties or guarantees , and confers no rights.

    Microsoft
    Student Partner
    Microsoft Certified Professional
    Microsoft Certified Systems Administrator: Security
    Microsoft Certified Systems Engineer: Security
    Microsoft Certified Technology Specialist: Windows Server 2008 Active Directory, Configuration
    Microsoft Certified Technology Specialist: Windows Server 2008 Network Infrastructure, Configuration

    • Marked as answer by
      ChrisI88
      Friday, January 28, 2011 9:20 PM

In a Windows 2008 server, when you confirm the creation of a new task, you may obtain the following error:

An error has occurred for task <TaskName>. Error message: The following error was reported: 2147943712.

This error message occurs when Windows was unable to store credentials (expecially the password) of the user who run the task; normally a security policy doesn’t allow this.

Open Local Security Policy (in Administrative Tools from the Start menu or from Control Panel) and set Disabled the following element:

Network Access: Do not allow storage of passwords and credentials for network authentication

Понравилась статья? Поделить с друзьями:
  • 2146959355 0x80080005 ошибка при выполнении приложения сервера
  • 2146893792 ошибка при вставке смарт ключа
  • 2146697211 код ошибки
  • 2146434962 код ошибки газпромбанк
  • 214602 ошибка опель