How to get actual directory path where the Documentum documents are stored in the server

Options

How can I obtain the actual directory path where the Documentum documents are stored on the server? Additionally, how can I retrieve the Document Object ID?

I have a script provided by the previous employee who managed the Document Management System (DMS). However, when I attempted to execute the script in the DMS database, an error occurred with the message 'Invalid object name 'dm_document'

Sample script:

SELECT file_system_path FROM dm_location WHERE object_name IN (SELECT root FROM dm_filestore WHERE name IN (SELECT a_storage_type FROM dm_document WHERE r_object_id = '0000000X0000000X0'))

Tagged:

Answers