Getting Started Common Acronyms FAQ Forum Help Forum Tips FTP Site Helpful Guidelines Product Community Directory SELECTsupport
not genericly, that I am aware of. You could use SQL and query the dms_doc table. something like this:
Select Count(o_filename)as docCount,o_filename from dms_doc group by o_filename Having Count(o_filename) > 1
This should list which filenames are listed more than once. You will then need to take the filename and to projectwise to search on the filename to find the documents.
is it possible to build a search in PW for duplicate files using the search building tool?
TIA, Mike