Windows error 0x800401E4, -2147221020

Detailed Error Information

MK_E_SYNTAX[1]

MessageInvalid syntax
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 Code484 (0x01e4)

Questions

5votes
4answers

ad user not able to login even on assiging sitecore\Sitecore Client Users role

I have integrated active directory module with sitecore, I am able to see the users from ad in sitecore user manager. Now i want to verify if the ad user can login to sitecore. I assigned sitecore\Sitecore Client Users role for the user and tried to login as Username: domain\username [...] read more
sitecore
role
user-roles
1vote
1answer

How to get device moniker with a known class id?

I am using a DirectShowLib which is a thin wrapper for DirectShow. I have successfully enumerated BDA devices and collected their CLSIDs. Now when user selects a device by name and I know the chosen CLSID, I need to add this device to my filter graph. I did the following: [...] read more
c#
directshow
moniker
0votes
0answers

How do I set up my Response object to perform all of the necessary cleanup

This is my code, my application is in error inadvertently where the application will not load and throws an error. The only way to fix the issue is by recycling the app pool that the application runs under. But, I am wondering if my problem can be resolved by setting [...] read more
c#
iis
0votes
0answers

Process run from Service throws errors after service ends

We have created a service that acts as some kind of "process launcher" or monitor. All it does is monitor certain things and eventually create multiple child processes that do some work. Those child proccesses are simple console-programs, no gui or userinteraction. All runs on a dedicated service user and [...] read more
c#
windows
service
0votes
1answer

VBS GetObject will not bind to saved workbooks

I'm trying to write a script which will switch to a specific excel workbook and enter keys, however, the script will only run if the workbook which is being referenced is unsaved. For example: If I open a new excel workbook which creates a new workbook named "Book1"; the following [...] read more
vba
excel
vbscript

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