Win2K8R2 - Task terminates with 0x80010108
Windows 2008 R2 SP1
Recently, several windows Tasks have stopped running. The last run result displayed is:
The object invoked has disconnected from its clients (0x80010108). The dozen of other Tasks on this server continue to function and they all run under the same domain service account.
This occurs for separate tasks which run a batch file and an application. Yes, looking around online it appears this error is related to various COM issues. However, neither of these tasks or the application/processes they invoke, utilized COM. Manually invoking
the task runs to completion too.
Here is a sample history from one of the failed tasks.
Date and TimeEvent IDTask CategoryMessage
6/27/2012 8:00 111 Task terminatedTask Scheduler terminated "{3E148F5E-BBC8-4C51-8E23-5105270255B9}" instance of the "\FlootStock Import" task.
6/27/2012 8:00 330 Task stopping due to user requestTask Scheduler stopped instance "{3E148F5E-BBC8-4C51-8E23-5105270255B9}" of task "\FlootStock Import" as request by user "DOMAIN\serviceaccount" .
6/27/2012 8:00 129 Created Task ProcessTask Scheduler launch task "\FlootStock Import" , instance "D:\Tasks\FloorStockImport\FloorStockImporter.exe" with process ID 3084.
6/27/2012 8:00 200 Action startedTask Scheduler launched action "D:\Tasks\FloorStockImport\FloorStockImporter.exe" in instance "{3E148F5E-BBC8-4C51-8E23-5105270255B9}" of task "\FlootStock Import".
6/27/2012 8:00 100 Task StartedTask Scheduler started "{3E148F5E-BBC8-4C51-8E23-5105270255B9}" instance of the "\FlootStock Import" task for user "DOMAIN\serviceaccount".
6/27/2012 8:00 319 Task Engine received message to start taskTask Engine "S-1-5-21-979574506-308041224-658320111-63725:DOMAIN\serviceaccount:Password:" received a message from Task Scheduler service requesting to launch task "\FlootStock Import" .
6/27/2012 7:59 107 Task triggered on schedulerTask Scheduler launched "{3E148F5E-BBC8-4C51-8E23-5105270255B9}" instance of task "\FlootStock Import" due to a time trigger condition.
Thoughts on what the real problem might be?
June 28th, 2012 3:55pm
Hi,
Could you provide us with more details? What's that task?
Also check the Event Viewer to find if there's any related information. The issue could be caused by various things.
Regards,
MiyaMiya Yao
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
June 29th, 2012 2:28am
One problematic task runs:
\\FILESHARE\DEPARTMENT\SysOps\lib\copy_SPECIALNAME.bat
Another task runs:
D:\Tasks\FloorStockImport\FloorStockImporter.exe with arguments:
/f:""D:\DATA\DGPHARMA"" /t=D
No errors are present in the application/system event logs around the time the Tasks are invoked.
July 2nd, 2012 5:50pm
Bump.
Zero ideas 'eh?
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2012 3:38pm
If you manually run that batch file and application, does it work?
Try use Netwok Monitor to capture the network traces when run the task, and see if there's any clue.
Regards,
MiyaMiya Yao
TechNet Community Support
July 10th, 2012 4:55am
Yes, as stated in the first post:
Manually invoking the task runs to completion too.
Free Windows Admin Tool Kit Click here and download it now
July 10th, 2012 7:04pm


