We are currently running Archive Manager (5.3) on a Windows Server 200R2 instance, and are considering a move to a 2012R2 server.
The current server has all the services, the attachment store and the website as well as SQL server installed on it.
We have found the KB articles that explain how to move the attachment store or the SQL database to another server.
Our question relates to the Full Text Index.
If we install Archive Manager on a new server (having already moved the attachment store and database), point the new install to the current database and attachment stores what about the FTI?
Is it possible to move the FTI, or is a full rebuild of the index required in this scenario?
Thanks in advance ...
(A couple of years ago) using the advice from Dave we stopped the service updated the paths in the database and moved the folders to a different location.
We actually moved them within the original server, to a different drive (on a faster disk) and moved the SQL instance to another server which combined gave us the desired increase in performance.
This all appeared to work as expected.
However we have now noticed that all the newly created partitions that have been created since the change are in the original path F:\Quest Software\ArchiveManager\Index
We can follow the same process for moving the existing partitions that are in the 'wrong' location, however we would obviously like to have any new partitions created in the 'correct' location.
My question relates to how we do this.
Thanks in advance ...
Hello John Barry,
If you open SQL, run the following:
SELECT * FROM [ArchiveManager].[dbo].[FTPartition]
You will notice each partition references a path.
When the Full Text Index Service Starts it will verify if the paths exist as referenced in the FTPartition table. If they do not exist, Archive Manager will create them. The setting F:\Quest Software\ArchiveManager\Index was set when AM was originally installed but does not control what the actual paths in the database if they were manually set at somepoint.
You can set the Full Text Index Location path in the Configuration Console to the appropriate location so that new Index folders get created. Also "Right-Click and Edit the FTPartition table" in the ArchiveManager database and update the paths accordingly to ensure existing index folders do not get created in perhaps what might be the old path.
Thank you,
Dave
Dave,
Thanks for the prompt response.
If I understand your response correctly the entry in the Configuration Console should control where the new folders should be created.
However as I noted the path for that is currently set to F:\ArchiveManager\Index but the recently created folders are in F:\Quest Software\ArchiveManager\Index.
Maybe I should raise a support request to look into this?
In the mean time I can move the the recently created folders and update their paths in the database to get these (probably most frequently used indexes onto faster disk)
Regards,
John
Hello John Barry
If you could open a Service Request by calling 1.800.306.9329 or by going to https://support.quest.com that would be great.
We can then take a look at the issue you are having and discuss the other forum posts as well.
Thank you,
Dave