Hello,
I got an issue about DRL.
I got an old system with old version of Documentum. We have redevelop a new documentum application in a new version of Documentum.
We dump and load the document from old system to new system, but the docbase ID has changed. So the old drl link are no more available.
We develop a little thing in DRL, if the docbase is not found, the drl will search in another field containing the old reference.
But when call the url, the mecanism doesn't come to our customisation of the DRL. What I see, is that the component try to do a connection to the docbase, trying to cut the object_id and retrieve the docbaseid from it. The component Component failed and we got a javanull pointer, because the id of the docbase is wrong.
Is there any way to bypass this control, or to customize it? I don't know where it is called, and I think it comes from dispatcher, and I am not sure to be able to customize it.
Thank you