SQL 2005 DB restore with Full Text folders
kedwards
Posts: 10
Hello,
I have been restoring some databases that have full text search files with them. I can change the path for the data and log files, but I am having trouble with the full text files. I am using the SQLBackup ver 5.2 GUI and want the files to be created in the following directory G:\Mssql\System\MSSQL.3\MSSQL\FTData. I try to change the path for the full text folder and the okay button stays grayed out when I select this path. Instead it keeps creating the folders in the data directory like the following G:\Mssql\Data1\ix_SSIQ_IDEM_Content. How can I get the full text folders to create in the proper FTData folder during the restore?
Thanks,
Keith
I have been restoring some databases that have full text search files with them. I can change the path for the data and log files, but I am having trouble with the full text files. I am using the SQLBackup ver 5.2 GUI and want the files to be created in the following directory G:\Mssql\System\MSSQL.3\MSSQL\FTData. I try to change the path for the full text folder and the okay button stays grayed out when I select this path. Instead it keeps creating the folders in the data directory like the following G:\Mssql\Data1\ix_SSIQ_IDEM_Content. How can I get the full text folders to create in the proper FTData folder during the restore?
Thanks,
Keith
Comments
I don't know why the OKAY button is grayed out, but I'm assuming it has something to do with directory rights to the FTData directory.
I've just now written up the instructions for moving FT data manuallybecause this has come up two or three times, maybe you can give these a try?
Unfortunately it isn't a rights issue. To confirm I ran the script you posted and it returned <SQBUTILITYRESULT>:1: for the FTDATA directory. Any other ideas of how I can get the GUI to work?
Thanks,
Keith
I just tried it myself in the UI. Using the files and filegroups dialog, I was able to select the FTData folder as the restore location for my FTX catalog file, then type in a new name for the file, click OK, and submit the job successfully. It would be interesting to know the difference between your system and mine.
Thanks,
Keith