How to escape "/" when you want to retrieve document like "/Templates/Blank Access 97 / 2000 Database" by object path in Documentum using DFS or DFC?
Why don't you try getObjectByQualification,
session.getObjectByQualification("dm_document where FOLDER('/Templates') and object_name='Blank Access 97 / 2000 Database'");
Hope that helps!
Regards,
Pankaj
Can't remember where but I remember reading somewhere that some specific OS characters are not allowed in the object name / and \.
For examples are used on the operating system (depending if it's UNIX/Linux or Windowze) for the path separators...