Hi,
when i am opening the file it is showing [DM_OBJ_MGR_E_FETCH_FAIL]error: "attempt to fetch object with handle 06014cde8055a479 failed" error.
I tried to find out the issue i dump the obect '09014cde80768cd1' attribute it was showing i_contents_id = '06014cde8055a479' but when i tried to look for this id in dmr_content this id is not present in dmr_content but when i run the following query
select r_object_id, rendition, content_size, full_format, format from dmr_content where any parent_id in (select r_object_id from dm_document where r_object_id='09014cde80768cd1')
it returns the r_object_id = '06014cde8055a478'. my question is how it is this possible ? .. i_contents_id should be 06014cde8055a478 for the object '09014cde80768cd1'
can someone explain this to me....(why not in sync).
Thank you,
Ujjwal Tiwari