We have had a very similar problem in RTM. We opened a support incident with
Microsoft on this one (SRX060201600683) and were told that it would be fixed
in SP1. They asked us to debug it (they gave us instructions on how to set
up the debugger) but we were unable to get a debug dump. We have applied SP1
and it is still not fixed. However our catalogs do not seem to get corrupted
the way they did previously.
Here is our error message:
The operating system returned the error '32(The process cannot access the
file because it is being used by another process.)' while attempting
'CreateFile' on 'G:\SQLFTS\SonarData_9\SQL.HDR' at 'fulltext.cpp'(529).
Note is is the same line number.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com [quoted text, click to view] "Richard Yeo" <RichardYeo@discussions.microsoft.com> wrote in message
news:820EE490-7AC5-42CD-8EBA-449F69285144@microsoft.com...
> We are live (production system) running
> - Windows 2003 Data Centre Edition R2 x64
> - SQL Server 2005 Enterprise Edition x64 SP 1
>
> The system has been operating fine for 7 days and all of a sudden we have
> started getting this message every time we backup our database. The backup
> fails!!!
>
> We get this event in the logs...
>
> Event Type: Error
> Event Source: MSSQLSERVER
> Event Category: (2)
> Event ID: 3633
> Date: 13/11/2006
> Time: 00:00:16
> User: <removed>\<removed>
> Computer: <removed>
> Description:
> The operating system returned the error '32(error not found)' while
> attempting 'CreateFile' on
> 'F:\MSSQL.1\MSSQL\FTDATA\fish4_Z_Search_Freetext\SQL.HDR' at
> 'fulltext.cpp'(529).
>
>
> followed by this event...
>
> Event Type: Error
> Event Source: MSSQLSERVER
> Event Category: (6)
> Event ID: 3041
> Date: 13/11/2006
> Time: 00:00:16
> User: <removed>\<removed>
> Computer: <removed>
> Description:
> BACKUP failed to complete the command BACKUP DATABASE fish4. Check the
> backup application log for detailed messages.
>
> The full text index is set to Automatically track changes
>
> According to Books Online...
>
> ===> During a full database backup in SQL Server 2005, full-text data is
> backed up together with other database data.
>
> During the backup, the catalog is put into a read-only mode, so that
> "crawl"
> activity (the process creating and maintaining a full-text index) is
> suspended until the backup completes. <===
>
> So why are we getting this error message? Sure this is a bug in FTS (Full
> Text Search) / SQL Server Backup?
>
> Any assitance would be much appreciated as this is causing the backups of
> our production system to fail therefore putting our business at risk. Our
> business depends on FTS so we can't just turn it off.
>
> Feel free to email me at...
>
> richard_s_yeo at hotmail dot com
>
> Regards
> Richard