Sunday, March 11, 2012

Errors in log

The following are errors I found in one of my SQL Server Logs:
Error: 17207, Severity: 16, State: 1.
FCB::RemoveAlternateStreams: Operating system error (null) occurred while
creating or opening file 'C:\Program Files\Microsoft SQL
Server\MSSQL\data\master.mdf'. Diagnose and correct the operating system
error, and retry the operation.
Recovery is writing a checkpoint in database 'master' (1). This is an
informational message only. No user action is required.
CHECKDB for database 'master' finished without errors on 2007-06-12
14:09:11.613 (local time). This is an informational message only; no user
action is required.
I checked the security for master database file and it is ok. Any idea what
could cause this? thanks.
Lijun
On Jun 12, 9:13 pm, "Lijun Zhang" <sonyzhan...@.yahoo.com> wrote:
> The following are errors I found in one of my SQL Server Logs:
> Error: 17207, Severity: 16, State: 1.
> FCB::RemoveAlternateStreams: Operating system error (null) occurred while
> creating or opening file 'C:\Program Files\Microsoft SQL
> Server\MSSQL\data\master.mdf'. Diagnose and correct the operating system
> error, and retry the operation.
> Recovery is writing a checkpoint in database 'master' (1). This is an
> informational message only. No user action is required.
> CHECKDB for database 'master' finished without errors on 2007-06-12
> 14:09:11.613 (local time). This is an informational message only; no user
> action is required.
> I checked the security for master database file and it is ok. Any idea what
> could cause this? thanks.
> Lijun
Hi
Does this error happen regularly?
Other applications accessing the file such as Anti-Virus software can
cause problems similar to this e.g.
https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=201223&SiteID=1
John
|||Yes. I have to rebuild the master database to solve the problem.
Lijun
"John Bell" <jbellnewsposts@.hotmail.com> wrote in message
news:1181719774.789471.92510@.o11g2000prd.googlegro ups.com...
> On Jun 12, 9:13 pm, "Lijun Zhang" <sonyzhan...@.yahoo.com> wrote:
> Hi
> Does this error happen regularly?
> Other applications accessing the file such as Anti-Virus software can
> cause problems similar to this e.g.
> https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=201223&SiteID=1
> John
>
|||Hi Lijun
On Jun 13, 8:23 pm, "Lijun Zhang" <sonyzhan...@.yahoo.com> wrote:
> Yes. I have to rebuild the master database to solve the problem.
> Lijun
> "John Bell" <jbellnewspo...@.hotmail.com> wrote in message
> news:1181719774.789471.92510@.o11g2000prd.googlegro ups.com...
That seems quite drastic as the message is only a warning and CHECKDB
returned no errors! Do you know what the cause was?
John
|||No. I don't know what is the cause.
Lijun
"John Bell" <jbellnewsposts@.hotmail.com> wrote in message
news:1181805578.143092.163530@.n15g2000prd.googlegr oups.com...
> Hi Lijun
> On Jun 13, 8:23 pm, "Lijun Zhang" <sonyzhan...@.yahoo.com> wrote:
> That seems quite drastic as the message is only a warning and CHECKDB
> returned no errors! Do you know what the cause was?
> John
>

No comments:

Post a Comment