Windows error 0x80041316, -2147216618

Detailed Error Information

SCHED_E_UNEXPECTEDNODE[1]

MessageThe task XML contains an unexpected node.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code4886 (0x1316)

Questions

1vote
1answer

How can I group-objects in powershell that are *almost* the same?

I am trying to get a count of events in the event log, using the following: get-eventlog application -Entrytype Error -After (Get-Date).AddDays(-7) | group-object -property eventID, source, message However, because there is a timestamp in the message of some of the event messages, they don't group properly. (OK technically they [...] read more
powershell
group-by
1vote
1answer

Can't connect to windows 8 share from any remote source. "The user name or password is incorrect." error

I have a problem sharing my folders on local lan from one Windows 8 machine to.. practically anywhere (tried Android phone and other Windows 8 machine). As far as I know I do everything right: - When sharing I go to folder's Properties, go to Sharing tab, click Share.... I [...] read more
networking
windows-8
network-shares
1vote
1answer

XML Errors in the Task scheduler

When I open the task scheduler I get a pop up telling me that the XML code contains an incorrect value, badly formatted, out of bounds or a bad node. I get this error for the following tasks: * VerifiedPublisherCertStoreCheck * UserTask * SystemTask * Consolidator * Background Synchronization * [...] read more
windows-8
scheduled-tasks
0votes
1answer

Failed to schedule Software Protection service for re-start at 2119-10-19T18:07:58Z. Error Code: 0x80041316

our Windows Server 2012 Essentials is getting evenvwr poluted with the error message bellow and attached every 30 seconds. I've done a lot of research but nothing worked so far, this is what I tried: * Check the NETWORK SERVICE permissions on C:\Windows\System32\Tasks\Microsoft\Windows (it has FULL CONTROL) * checked services [...] read more
windows
windows-server-2012
windows-server

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0