Windows error 0x80040205, -2147220987

Detailed Error Information

MPEG2_E_NOT_PRESENT[1]

Declared inMpeg2Error.h

EVENT_E_INTERNALEXCEPTION[2]

MessageAn unexpected exception was raised
Declared inwinerror.h

HRESULT analysis[3]

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

Questions

2votes
1answer

Is it possible to create "customeraddress" entity record using "/api/data/<version>/' API?

I tried to create "customeraddress" record but got such an error: { "error": { "code": "0x80040205", "message": "Parent id not set for address type 1071", "innererror": { "message": "Parent id not set for address type 1071", "type": "System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]", "stacktrace": " at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.CreateInternal(Entity entity, InvocationContext invocationContext, CallerOriginToken [...] read more
dynamics-crm
dynamics-365
dynamics-crm-365
dynamics-crm-webapi
1vote
0answers

Collecting handles with Windbg

I'm using Windbg sdk to write my own debugger. The debugger is capable of collecting all handles allocated by debugged apps to avoid handle leaks. Here is my code: void zAdvancedDebugger::debugProc(){ // Creating interfaces including m_dbgClient, m_dbgControl if(!createInterfaces()){ printf("Failed to create debugging interfaces\r\n"); return; } std::string strRealCmdLine="\"" + app + [...] read more
windbg
handle
1vote
0answers

Unexpected Exception when calling COM object methods from Delphi?

I have a Delphi 6 professional program that is calling COM object methods belonging to an MSVC 2008 COM DLL. The DLL's Type Library imported without error into Delphi. I can call one of the method's without error, but most of the others lead to an EOleException error with the [...] read more
delphi
visual-c++
exception
dll
com
0votes
2answers

Mencoder codec - wmavds32.ax

I am setting up mencoder on CentOS and I have the following error: [flv @ 0x86751c8]Unsupported video codec (7) IMediaObject ERROR: 0x8724f4c input format not accepted (0x80040205 : -2147220987) Win32 LoadLibrary failed to load: wmavds32.ax, /usr/local/lib/codecs/wmavds32.ax, /usr/lib/win32/wmavds32.ax, /usr/local/lib/win32/wmavds32.ax Warning: DS_Filter() could not open DirectShow DLL. (DLL=wmavds32.ax) I am going through [...] read more
linux
centos
video

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0