To move a Servicing Director archive folder to a new folder location. Once the folder is moved to a new location, you may also need to update the Servicing Director database references to that folder.
This information is for your Servicing Director system administrator or local IT staff:
The Servicing Director database references each archive folder by a network path recorded in the database. Each network path recorded is made up from the network server name and the network share name where the original archive folder was located. The Servicing Director applications use the database references to locate and open the archived documents, and the database references must match the current location of the archived documents to successfully view an archived document.
You only need to change the database if an archive folder will be moved to a different network server name and/or a new network share name. If it is possible for your network to have the same network server name and network share name for the new folder location, then you do not also need to update the database.
Note: With these procedures below, you can change the database references is to an archive folder, at the folder level, and not to individual archived documents. Therefore, these procedures are not for moving individual documents from one folder to another.
Move the archive folder:
Note: The restored files should have a read-only attribute, and have a modified date of when they were created, rather than when they were moved.
Update Servicing Director database references:
If you moved an archive folder to a different network server name and/or a new network share name, then update the Servicing Director database references to that folder.
UPDATE FolderFixed SET Server = 'newserver', Share = 'newshare' WHERE (Server = 'oldserver') AND (Share = 'oldshare')
ArticleNumber:
000047561