Hi,
I use DFS on Documentum 6.5 SP2.
Thanks to composer, I made a custom document type (cType) and a custom dm_relation (cRelation) between 2 cType files.
I got a application that manages cType files (creation, import, checkin, checkout,..) Every thing works fine.
It also manages cRelation but there, somethin weird occures.
I use the dm_relation.child_label attribute to know if the relation deals with a version number or the current version :
- child_label = 'X.Y' ( X.Y = child version )
- child_label = 'CURRENT'
But, when child label is 'CURRENT' the application fails when I want to checkout (or get) the parent.
If the child label is not 'CURRENT', everything works great.
I checked the server log (linked with this message).
It is written :
"INFO: Operation output generation failed: could not retrieve data for identity: 09de75d18001daac."
But the spedicied object exists, and I don't understand how only the child_label can make this error.
I don't know what to do.
Thanks in advance,
Wilhelm