how to get filestore path for document in documentum using dfc or dql

Options

how to get filestore path for document in documentum using dfc or dql.
i need result of "(getpath,c,objid)" this api using dfc or dql

Comments

  • IDfSysObject.getPath()

  • You can also get this using dql. Look at mfile_url function in DQL manual. This will get you district path in relation to filestore. The path to your filestore can also be queried using DQL. Look at the dm_store object.

  • but using DQL in Documentum 4.2 unable to execute MFILE_URL('',-1,'') function.

  • You never said that you were on version 4.2. That must have come out in 5.3. Bacham's dfc method should work for 4.2