Windows error 0x80041318, -2147216616

Detailed Error Information

SCHED_E_INVALIDVALUE[1]

MessageThe task XML contains a value which is incorrectly formatted or out of range.
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 Code4888 (0x1318)

Questions

3votes
0answers

COMException connecting to Windows 8\Windows 2012 Task Scheduler remotely

I am using TaskService (interop of COM task scheduler 1.1 type library) class running on Windows server 2008 system to connect remotely to Task Scheduler on another Windows server system. The relevant code snippet follows: var ts = new TaskService(IP address, userId, domain, password); foreach (Task task in ts.RootFolder.Tasks) { [...] read more
c#
.net
windows-8
scheduled-tasks
windows-server-2012
1vote
1answer

Scratch Editor installer won't run

Recently I had downloaded Scratch Editor 2.0 offline editor, but I couldn't install it. When I click on the .exe file a security dialog box opens and when i click on the run button, the window just goes away and nothing happens. I tried searching on Google to make the [...] read more
windows
windows-8.1
installation

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