Getting generic index error on single database
rkretsch17
Posts: 6
I'm unable to index a single database. I was able to index it just fine about a week ago. Not sure what is causing this. I can index the same database just fine on another server. And I can index other databases on the same server fine too.
Using SSMS 2014 (12.0.4100.1), server is SQL Server 2014 Enterprise (12.0.5522.0).
06 Mar 2017 09:02:39.983 [27] ERROR RedGate.SQLSearch.Addin.Tab.Controller - Search failed: 'Litmos on 10.150.140.111' is not indexed
Using SSMS 2014 (12.0.4100.1), server is SQL Server 2014 Enterprise (12.0.5522.0).
06 Mar 2017 09:02:39.983 [27] ERROR RedGate.SQLSearch.Addin.Tab.Controller - Search failed: 'Litmos on 10.150.140.111' is not indexed
Comments
07 Mar 2017 10:04:07.052 [19] ERROR RedGate.SQLSearch.Addin.LoggingErrorHandler - Exception while re-indexing Litmos on 10.150.140.111:
Exception: An item with the same key has already been added.
07 Mar 2017 10:04:35.288 [38] ERROR RedGate.SQLSearch.Addin.LoggingErrorHandler - Exception while re-indexing Litmos on 10.150.140.111:
Exception: database is locked
database is locked
07 Mar 2017 10:04:35.358 [35] ERROR RedGate.SQLSearch.Addin.Tab.Controller - Search failed: 'Litmos on 10.150.140.111' is not indexed
Go to Usersyour_user_nameAppDataLocalRed GateSQLSearch 2Indexes
Delete the sqlservername.__SQLSearch_JobsIndex__
and
sqlservername.dbname
files.
Close the SSMS tab that has SQL Search and open a new one.
Worked for me.
1) deleted the 2 files
2) quit SSMS
3) reopened SSMS
Thanks again.