Hi,
I am trying to update a DDO's child components by checking it out, updating and then checking it back in. As I understand,
check out = lock the ddo
and
check in = release the lock.
my program crashed after the ddo was checked out. now I cannot update it, coz I get a message that the ddo has already been checked out. is there a time after which content manager automatically releases the locks?
edit: or is there a way to manually check in the ddo?