I have a situation on a client docbase where a number of sysobjects have been deleted. Unfortunately, the dmclean job has run, so the dmr_content objects are also deleted, but the dmfilescan job doesn't run on a schedule, so the files (presumably) still exist on the filestore. My question is: given only the r_object_id of the deleted sysobject, how can I identify the file path? I've tried the GET_FILE_URL administrative method, and the "getpath" API command, but they also don't work, throwing an exception when they try to fetch the (nonexistent) sysobject.
Any ideas? Thanks in advance ...