Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Data Corruption Issues
 I/O Error 87 (The Parameter is incorrect)

Author  Topic 

rowenaporley
Starting Member

2 Posts

Posted - 2009-01-30 : 02:59:40
Hi to all,

Is there somebody who can help me to solve our problem?

We're using MSSQL 2000 running in Windows 2003. In a last few days we encountered error "I/O error 87(The parameter is incorrect) detected during read at offset 0x00000000df0000 in file 'D:\XXX\MSSQL\Data\XXX.mdf'" which caused connection broken in our query. What we always did was to restart the server for temporarily solution.

I'am an accidental dba and new in our company with no experience in administering database.

Guys! your help will be greatly appreciated.

Thanks.

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2009-01-30 : 03:19:02
Please run the following on that DB and post the full results here.
DBCC CHECKDB (< Database Name > ) WITH NO_INFOMSGS, ALL_ERRORMSGS


Are there any errors in the windows event log?

--
Gail Shaw
SQL Server MVP
Go to Top of Page

rowenaporley
Starting Member

2 Posts

Posted - 2009-01-30 : 04:14:15
I already run the DBCC CHECKDB but the result was "found 0 allocation errors and 0 consistency errors in database"

Other solution please....

quote:
Originally posted by GilaMonster

Please run the following on that DB and post the full results here.
DBCC CHECKDB (< Database Name > ) WITH NO_INFOMSGS, ALL_ERRORMSGS


Are there any errors in the windows event log?

--
Gail Shaw
SQL Server MVP

Go to Top of Page

tosscrosby
Aged Yak Warrior

676 Posts

Posted - 2009-01-30 : 09:19:13
The good news is you don't any corruption (currently). Check this out.

http://support.microsoft.com/kb/828339

Terry

-- Procrastinate now!
Go to Top of Page

saurabhsrivastava
Posting Yak Master

216 Posts

Posted - 2009-01-30 : 15:30:16
What is the error messgae in event logs and SQL Server error log: Please paste both error messages in post. Verify that you have updated HBA drivers etc.
Go to Top of Page

saurabhsrivastava
Posting Yak Master

216 Posts

Posted - 2009-01-30 : 15:31:21
RUN MSINFO to make sure there is no hardware issue
Go to Top of Page
   

- Advertisement -