| |
|
If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
|
 |

07-22-04, 09:42
|
|
Registered User
|
|
Join Date: Sep 2003
Location: Toronto, Canada
Posts: 30
|
|
Server 7 sp2
|
|
Hello,
I am having a problem with my SQL Server. 2 weeks ago, a team did a restore and ever since, I have been getting the following errors
Error 823,7102,17903,17951 and some users are unable to use some fields. I did some research and came up with updating the sp to #4. A Sr team member does not agree and wants to to something else. Has anyone had this problem ? Would sp solve the errors ?
Any help would be appreciated.
|
|

07-22-04, 10:56
|
|
Wage drone 24601
|
|
Join Date: Jan 2003
Location: Massachusetts
Posts: 5,233
|
|
Error 823 usually indicates some form of disk hardware problem. I think you may have a corrupt database on your hands. Run DBCC Checkdb on the database, and see what results. Did the team that did the restore report any errors with the restore?
|
|

07-22-04, 11:57
|
|
Registered User
|
|
Join Date: Sep 2003
Location: Toronto, Canada
Posts: 30
|
|
|
Error 823,17903,17951 server 7 sp2 --- HELP
|
|
From what they said, some hardware changes were made and they made some changes in the registry (?). I spoke to the dba who made those chages and he says all is fine with the hardware. I have tried running checkdb but it says that only the owner can do that. What to do ?
|
|

07-22-04, 12:30
|
|
Registered User
|
|
Join Date: Feb 2004
Posts: 490
|
|
Ask the dba to run the dbcc?
|
|

07-22-04, 12:34
|
|
Registered User
|
|
Join Date: Sep 2003
Location: Toronto, Canada
Posts: 30
|
|
|
Error 823,17903,17951 server 7 sp2 --- HELP
Problem. The dba is on vacation until next week.
|
|

07-22-04, 12:39
|
|
Resident Curmudgeon
|
|
Join Date: Feb 2004
Location: In front of the computer
Posts: 13,588
|
|
Find a convincing substitute? There just has to be some kind of backup person for the dba. What would happen if the database when AWOL and there was no dba around... Er, nevermind... That's exactly what has happened!
-PatP
|
|

07-22-04, 12:42
|
|
Registered User
|
|
Join Date: Sep 2003
Location: Toronto, Canada
Posts: 30
|
|
|
Error 823,17903,17951 server 7 sp2 --- HELP
Changes would be made but I have to find a solution today. I would apply sp4 later on today but what to do if it doesn't fix the problem ?
|
|

07-22-04, 12:55
|
|
Wage drone 24601
|
|
Join Date: Jan 2003
Location: Massachusetts
Posts: 5,233
|
|
If you can not run DBCC, odds are you can not apply SQL SP4. You have to supply admin credentials, in order to run some of the SQL scripts in the service pack.
Check in the NT System Event log. There may be a few disk errors in there. I can not recall off hand, but look for event number 55.
|
|

07-22-04, 13:03
|
|
Registered User
|
|
Join Date: Sep 2003
Location: Toronto, Canada
Posts: 30
|
|
|
Error 823,17903,17951 server 7 sp2 --- HELP
The event log # is 17052 for the MSSQLServer.
|
|

07-22-04, 13:14
|
|
Wage drone 24601
|
|
Join Date: Jan 2003
Location: Massachusetts
Posts: 5,233
|
|
That would be the event number for any informational message from MSSQL Server in the Application Event Log. Look in the System Event Log for Errors.
|
|

07-22-04, 13:29
|
|
Registered User
|
|
Join Date: Sep 2003
Location: Toronto, Canada
Posts: 30
|
|
|
Error 823,17903,17951 server 7 sp2 --- HELP
I see
Disk #41
W3SVC #16
NetBT #4319
Any idea what the #s are ?
|
|

07-22-04, 13:44
|
|
Wage drone 24601
|
|
Join Date: Jan 2003
Location: Massachusetts
Posts: 5,233
|
|
What is the text in the disk event? Is it an actual error, or an informational message?
|
|

07-22-04, 14:10
|
|
Registered User
|
|
Join Date: Jul 2003
Location: San Antonio, TX
Posts: 3,634
|
|
cobra:
17903 and 17951 are related to SQLMail (Invalid login and failure to start SQL Mail session respectively)
823 is related to insufficient i/o subsystem resources due to current server load, but has been corrected by SP3.
7102 is related to keyset-based cursor involving text/image field and dirty reads, and has been corrected in SP2.
What is the service pack level now and what exactly your team restored (server, user database, master)?
__________________
"The data in a record depends on the Key to the record, the Whole Key, and
nothing but the Key, so help me Codd."
|
|

07-22-04, 14:17
|
|
Registered User
|
|
Join Date: Sep 2003
Location: Toronto, Canada
Posts: 30
|
|
|
Error 823,17903,17951 server 7 sp2 --- HELP
It has sp2. I think a full restore was done.
Do you think sp4 would fix some of the problems ?
|
|

07-22-04, 15:01
|
|
Wage drone 24601
|
|
Join Date: Jan 2003
Location: Massachusetts
Posts: 5,233
|
|
Without knowing for certain what these problems are, I can not advise any course of action. Here is the description of error 823 from a copy of SQL 2000 BOL. I do not think it has changed from SQL 7.0, but it would not be the first time Microsoft has gone and changed things around on me.
Error 823
Severity Level 24
Message Text
I/O error %ls detected during %S_MSG at offset %#016I64x in file '%ls'.
Explanation
Microsoft® SQL Server™ encountered an I/O error on a read or write request made to a device. This error usually indicates disk problems. However, additional kernel messages in the error log, recorded before error 823, should indicate which device is involved.
Action
Check the accessibility and condition of the device in question.
Run hardware diagnostics and correct problems, if possible.
Restore damaged files from the latest database backup. Restoring from a database backup should always be considered the primary means of fixing a damaged database.
If you don't have a backup or if the errors detected are very isolated, the repair functionality of DBCC CHECKDB may be useful. However, using DBCC CHECKDB can be more time consuming than restoring the damaged files from a backup, and you may not be able to recover all your data .
Caution If running DBCC CHECKDB with one of the repair clauses does not correct the problem or if you are unsure how this process may affect your data, contact your primary support provider.
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|