Returning Items to Needed Warehouse / Bin CEO Juice
Return Code 2147942401. Searching for this turned up a lot of different results with different troubleshooting/resolution suggestions. This task executes.bat file which launch python script.
Returning Items to Needed Warehouse / Bin CEO Juice
Modified 1 year, 3 months ago. These computers are all running windows 10 1709 and they are all built from the same image, all on the same domain. Something weird happened a few weeks ago. Web powershell powershell script gives err 2147942401 in task scheduler: Web when a programmer labels an error state 2147942401 this is a symptom of poor programming in the task scheduler. I'm trying to run a capture of devices in aad that have not checked in for 90+ days then remove the corresponding ad devices. Web looking at the task history, event id 201 action completed had returned code 2147942401. The error code indicate ‘illegal function’ possible causes I use this scheduled task for years and it always worked fine. Long story short i finally ended up using procmon and found the cause.
Using scripts deployed through the task scheduler. Web getting powershell return code 2147942401. These computers are all running windows 10 1709 and they are all built from the same image, all on the same domain. Long story short i finally ended up using procmon and found the cause. Web the error codes for task scheduler are listed as hexadecimal at msdn, and your code 2147942401 converts to hex as 0x80070001 (which is not listed there), but this superuser describes it as an illegal function. Modified 1 year, 3 months ago. The process is currently two separate scripts. Though this error code is not listed in msdn, it is a common error many users face when using task scheduler to run batch files. Asked 2 years, 3 months ago. Using scripts deployed through the task scheduler. This task executes.bat file which launch python script.