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
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
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
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