On Teched EMEA they couldn't help me with this one:
A clustered SQL Server 2005 cluster (Active-Passive) SP2 is doing the following operation
In semi-syntax:
Drop Full Text Catalog ' foo'
Backup log
Create Full Text Catalog ' foo'
In a single server test-environment this works great, also this operation worked until the installation of SQL Server SP2 on the cluster.
Now, on the cluster I get the following message when re-creating the full text catalog:
Msg 7608, Level 17, State 1, Line 1
An unknown full-text failure (0x80000032) occurred during "creating a full-text catalog".
What does this error-message mean? And which steps can I take to resolve this issue?