Changing TextBase Default File Locations
TextBases will take space on your server hard drive, and files may be uploaded to the server drive as well in preparation to be added to your TextBases. Change the default location to allocate enough storage space.
The default location for uploaded documents is C:\ProgramData\MultiTrans\DocumentRepository, and the default location for TextBases is C:\Users\Public\Documents\Donnelley\TextBases.
If you wish to change the default locations, browse to C:\Program Files\Donnelley\MultiTrans 6.0\MultiTrans Server\Services\TextBase Update in Windows Explorer (on the server). Open the file MultiCorpora.Services.TextBaseUpdate.Host.exe.config in a text editor such as Notepad. Look for the following:
<!To override default folders, uncomment and change the following settings.>
<!<add key="TextBaseRepositoryPath" value="%PUBLIC%\MultiCorpora\TextBases" />>
<add key="DocumentRepositoryPath" value="%AllUsersProfile%\MultiCorpora\DocumentRepository" />
Change these to where you want the data to be stored. For example:
<!To override default folders, uncomment and change the following settings.>
<add key="TextBaseRepositoryPath" value="D:\MultiCorpora\TextBases" />
<add key="DocumentRepositoryPath" value="D:\MultiCorpora\DocumentRepository" />
Restart the MultiTrans TextBase Update Service after making the change.
To move existing TextBases, you must Remove them from the TextBase node of the Administration Console and Add them again from the new location. Any existing metadata associated to the TextBase is lost in doing so.