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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-03-20 : 07:23:44
|
| Bertrandk writes "I am getting the following error when doing some tasks namely: Backing up a database. The back up process just stops abruptly, When adding a column to a table in Enterprise Manager.Time out occurred while waiting for buffer latch type 4, bp 0x18fef900, page 1:8448), stat 0x10000b, object ID 8:292912115:0, EC 0x7533BA78 : 0, waittime 300. Not continuing to wait.I am running Microsoft SQL Server 2000 - 8.00.194 (Intel X86) Aug 6 2000 00:57:48 Copyright (c) 1988-2000 Microsoft Corporation Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 2)Please help as I am unable to backup any database.The server has 1 GB of Memory and the configuration options when I run sp_configure:affinity mask 0 2147483647 0 0allow updates 0 1 0 0awe enabled 0 1 1 0c2 audit mode 0 1 0 0cost threshold for parallelism 0 32767 5 5cursor threshold -1 2147483647 -1 -1default full-text language 0 2147483647 1033 1033default language 0 9999 0 0fill factor (%) 0 100 0 0index create memory (KB) 704 2147483647 0 0lightweight pooling 0 1 0 0locks 5000 2147483647 0 0max degree of parallelism 0 32 0 0max server memory (MB) 4 2147483647 2147483647 2147483647max text repl size (B) 0 2147483647 65536 65536max worker threads 32 32767 300 255media retention 0 365 0 0min memory per query (KB) 512 2147483647 3072 3072min server memory (MB) 0 2147483647 408 408nested triggers 0 1 1 1network packet size (B) 512 65536 4096 4096open objects 0 2147483647 0 0priority boost 0 1 1 1query governor cost limit 0 2147483647 0 0query wait (s) -1 2147483647 -1 -1recovery interval (min) 0 32767 0 0remote access 0 1 1 1remote login timeout (s) 0 2147483647 20 20remote proc trans 0 1 0 0remote query timeout (s) 0 2147483647 0 0scan for startup procs 0 1 1 1set working set size 0 1 1 1show advanced options 0 1 1 1two digit year cutoff 1753 9999 2049 2049user connections 0 32767 0 0user options 0 32767 0 0" |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2003-03-20 : 11:50:52
|
| There are a lot of KB articles that refer to this error. I would suggest searching support.microsoft.comSuggestions:Immediately install SP3 You should not be on the RTM version.Why do you have AWE configures as on? You should turn that off. Even though the run value is off, you should turn the config value off as well.What errors is your error log showing?-Chad |
 |
|
|
|
|
|