Windows error 0x80040000, -2147221504

Detailed Error Information

OLE_E_FIRST[1]

Declared inwinerror.h

OLE_E_OLEVERB[1]

MessageInvalid OLEVERB structure
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 Code0 (0x0000)

Questions

6votes
3answers

Restoring a database into a different instance of tridion

I have got most of the way but there seems to be a permissions issue somewhere: Before the restore everything is working fine in my target environment - target has a server login account TCMDBUser which is mapped to my tridion_cm database user TCMDBUser My source tridion_cm database has user [...] read more
tridion
tridion-2011
5votes
1answer

Finishing a Workflow Activity gives "An item with the same key has already been added" error

We have setup a very simple approval workflow for a certain type of content. However, for some reason, the first manual activity couldn't be finished and thus, workflow being blocked. Any attempt to finish the activity will prompt this error: An item with the same key has already been added. [...] read more
tridion
tridion-2011
0votes
1answer

How to check if whole program is flashed on ARM?

I'm using arm-none-eabi-gcc 5.3 to produce binaries for STM32L4. I'm using bootloader to flash program. Problem is I can't be sure if I'm flashing whole file. I don't have any CRC available. Flash starts on 0x80000000 and 0x80040000 (2 banks for bootloader and main program). Currently I assuming If 0x80040004 [...] read more
c
flash
arm
embedded
0votes
1answer

Memory overlap in DS-5 when implementing code for arm Cortex-A9

I am already stuck for many days trying to implement a code in DS-5, targeting Cortex-A9 and using NEON SIMD intrinsics. I managed to execute some small programs through the debugger, but when I am trying to allocate memory bigger than 256KB I always get a message > Description Resource [...] read more
c
arm
neon
ds-5

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