I'm attempting to use SMSQL for databases that have the full-text indexing option turned on. The environment is Win 2008, Sql 2008 R2 When I attempt to migrate the database using the SnapManager configuration wizard, I can select the database on the database selection step and chose the LUN that I want it on.
When I click the associate button I get the following error in a pop up box:
An error occurred while associating the selected sql object and the LUN. Retry the operation. Details: startIndex cannot be larger than the length of string. Parameter name: startIndex Stack Trace:mscorlib
The databases are created by third party software and the other databases on the same server work just fine so I believe that it has something to do with the full-text indexing option as that is the only difference I can see for this database. Has anyone been able to migrate a database with this option selected?
Thanks in advance