We have an authored xml content, root element of it has attribute dctm:obj_id, this value should be r_object_id, but showing i_chronicle_id for all versions.
I verfied in development environment, getfile,c,<r_object_id> returned file has dctm:obj_id="~DCTM_OBJ_ID"
, if I do check out of this files ~DCTM_OBJ_ID is replaced with r_object_id.
Where as in production environment, I did getfile,c,<r_object_id> returned file has dctm:obj_id=" 090123458001b652", which is a value of i_chronicle_id, if I do check out of this file it again contains dctm:obj_id=" 090123458001b652" instead value of r_object_id.