I’m hoping you can help me, looking at our ftp servers for document management there seems to have been duplication of files (this is around the time last year when we had server issues). Before I just go ahead and delete files from one server I want to check the database itself for these files to see where the database record is pointing to. Unfortunately I can’t seem to locate the table. Table edm_file is just showing the path not the repository address - any ideas on which table I need to check?
Thanks Sarah
Page 1 / 1
Hi Sarah,
Have a look at this post (there are others as well here):
It does help a touch, however last year we had our Nasserver crash and when moving the files to another FTP server we had issues being able to see the files as the database for old files was still pointing to the old location (or so I was told by the then IT manager that has now left the business!) So I’m wanting to belt and braces check before I remove duplicates.
As you can see the exact same file is in two locations both with the same path /docmanlive/invoice
from my SQL query the following is stated
To be sure I’m going to just move the location files I don’t think are being used and check I can see them IFS
Thanks for pointing me in the direction of the other post
Hi again.
You can safely remove the files from your shared folder when you know that all the files there also exist in the FTP server (and with the same or later version). IFS cannot help much with this work.
Docman "obeys" that data you have found there, to 100 %. The contents of EdmFile (file name and path) + EdmLocation (the server name and port number) + EdmLocationUser (username and password) is The Truth, as far as Docman is concerned. It will not look in any other place.
Again, Docman cannot help much making sure you have the correct files in the correct place when you have done a "manual" move of files.