<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx</link><description>In previous posts we've discussed the basics of memory management including an overview of kernel and user memory , pool resources as well as the /3GB switch .&amp;#160;&amp;#160; Continuing our discussion of memory management, we are going to examine an issue</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Video X Drivers &amp;raquo; Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#2288343</link><pubDate>Tue, 30 Oct 2007 16:41:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2288343</guid><dc:creator>Video X Drivers » Troubleshooting Event ID 333 Errors</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://videoxdrivers.net/2007/10/30/troubleshooting-event-id-333-errors/"&gt;http://videoxdrivers.net/2007/10/30/troubleshooting-event-id-333-errors/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#2295930</link><pubDate>Wed, 31 Oct 2007 17:34:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2295930</guid><dc:creator>Hrishikesh</dc:creator><description>&lt;p&gt;I've seen event id 333 with a filter driver that keeps on writing a 64KB binary blob in the registry at every transaction - it just replaces the whole blob because the registry API doesn't allow flushing / writing part of the blob. Probably a poor design with the filter driver, but doesn't happen on all the systems. What's more interesting is that the system logs event id 333 every time the driver writes this blob, but the registry API doesn't fail - it succeeds and the driver continues with further writes. &lt;/p&gt;
&lt;p&gt;Do you think something like this would happen because of the disk queue length? Are there any other parameters like the amount of data being written, the frequency of writes to the registry, any workarounds? &lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#2313842</link><pubDate>Fri, 02 Nov 2007 20:17:21 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2313842</guid><dc:creator>Aurthur Anderson</dc:creator><description>&lt;p&gt;Thanks for the information. What could be happening is when the information is being written it coincides with the OS attempt to flush the registry to disk. Another workaround to the symptoms that I forgot to include in the above post is changing the RegistryLazyFlushInterval value to a higher value which increases time between flushes and allows other disk I/O more access to the disk:&lt;/p&gt;
&lt;p&gt;--&amp;gt; Configure RegistryLazyFlushInterval in the registry to 60 seconds. (KB 317357)&lt;/p&gt;
&lt;p&gt;Windows Registry Editor Version 5.00&lt;/p&gt;
&lt;p&gt;[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Configuration Manager]&lt;/p&gt;
&lt;p&gt;&amp;quot;RegistryLazyFlushInterval&amp;quot;=dword:0000003C&lt;/p&gt;
&lt;p&gt;Thanks for the feedback and let me know if you have any additional questions.&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#2319822</link><pubDate>Sat, 03 Nov 2007 12:20:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2319822</guid><dc:creator>Hot Rats</dc:creator><description>&lt;p&gt;Let's assume that a driver is leaking memory. Beyond &amp;quot;make sure your drivers are updated&amp;quot; what specific functions would be used with Event Tracing for Windows to identify such a driver?&lt;/p&gt;
&lt;p&gt;With respect to &amp;quot;For x64 systems, remove all accounts listed&amp;quot; (above), I see that &lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/918483/en-us"&gt;http://support.microsoft.com/kb/918483/en-us&lt;/a&gt; says &amp;quot;To prevent SQL Server 2005 64-bit buffer pool memory from being paged out of physical memory, you can enable the lock pages in memory permissions.&amp;quot; &lt;/p&gt;
&lt;p&gt;Are you saying that it would be &amp;quot;best&amp;quot; to allow SQL Server's buffer pool to be paged memory? Isn't the salient purpose of SQL Server's buffer pool to reduce I/O demands? &lt;/p&gt;
&lt;p&gt;Wouldn't allowing SQL Server's buffer pool to be paged out of memory (by removing “Lock pages in memory” for sqlservr.exe) thus be detrimental to SQL Server's performance? &lt;/p&gt;
&lt;p&gt;If some other driver is leaking, wouldn't it be best (from the perspective of SQL Server's performance) to identify that leaking driver, first?&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#2722617</link><pubDate>Tue, 08 Jan 2008 12:39:58 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2722617</guid><dc:creator>Virtual</dc:creator><description>&lt;p&gt;I've seen event 333 and at the same time i received the following message in Console:&lt;/p&gt;
&lt;p&gt;Windows - Low On Registry Space&lt;/p&gt;
&lt;p&gt;The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.&lt;/p&gt;
&lt;p&gt;The size of system hive is about 5MB. &lt;/p&gt;
&lt;p&gt;The size of Software hive is about 100MB.&lt;/p&gt;
&lt;p&gt;The hive that doesn't flush is software.&lt;/p&gt;
&lt;p&gt;The OS is Windows Server 2003 SP2.&lt;/p&gt;
&lt;p&gt;I checked Disks performance, memory usage , filters driver installed and &amp;quot;Lock Pages in Memory&amp;quot; user right, i didn't find anything wrong.&lt;/p&gt;
&lt;p&gt;Any idea?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#2733318</link><pubDate>Fri, 11 Jan 2008 01:24:26 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2733318</guid><dc:creator>Sharif</dc:creator><description>&lt;p&gt;I had the same issue and none of these worked for me. Simply rebooting the server got rid of the issue. &lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#2736689</link><pubDate>Fri, 11 Jan 2008 19:11:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2736689</guid><dc:creator>Sharif</dc:creator><description>&lt;p&gt;Although the errors were no longer appearing in the event log and I was able to do backup of the system using NTBACKUP, I found out that everytime the legato backup started it generated the same error in the event log and then the backup would fail. I took the following step and it fixed the issue for good now:&lt;/p&gt;
&lt;p&gt;Uninstall legato networker from the server and reboot&lt;/p&gt;
&lt;p&gt;Reinstall it after the reboot is complete&lt;/p&gt;
&lt;p&gt;Legato clien (Legato Networker) was uninstalled and reinstalled priro to this but no reboot was done and that made all the difference.&lt;/p&gt;
&lt;p&gt;Hope this helps you guys resolve your issue.&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#2793623</link><pubDate>Tue, 29 Jan 2008 13:26:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2793623</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;I've got this problem on a 64bit server running Exchange 2007 SP1. &amp;nbsp;Rebooting keeps it at bay for a while then it comes back again. &amp;nbsp;There is nothing on this server other than Exchange and a Symantec BackupExec 11d Remote Agent. &amp;nbsp;Have no idea where to look next as none of the above helps...&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#2980418</link><pubDate>Sun, 09 Mar 2008 18:01:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2980418</guid><dc:creator>Tessy</dc:creator><description>&lt;p&gt;One of my Windows 2003 with SP2 is having this event id 333 problem. Server might hang and have to reboot to clear up the problem.&lt;/p&gt;
&lt;p&gt;It's a dell pe2800. All dell drivers, firmware and software are updated.&lt;/p&gt;
&lt;p&gt;I'm not sure what is the Dell RegFix F6 do.&lt;/p&gt;
&lt;p&gt;I have Backup Exec 10d, Mcafee VSE 8.0i patch 15.&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3013767</link><pubDate>Tue, 18 Mar 2008 21:18:54 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3013767</guid><dc:creator>Amzad Bhasha</dc:creator><description>&lt;p&gt;We had the same error in our servers (DELL 6850 and 2850), which had 4X1GB and 2X2GB memory (added seperately).&lt;/p&gt;
&lt;p&gt;Removing the 2x2GB memory solved the problem.&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3041894</link><pubDate>Mon, 21 Apr 2008 20:49:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3041894</guid><dc:creator>Troy</dc:creator><description>&lt;p&gt;I have the exact same issue was Alex. &amp;nbsp;Once the server reboots the issue comes back and either connection to AD causes all OWA access to cease, or the most recent event was all outbound email ceasing to work. &amp;nbsp;Unfortunately I don't have a baseline to compare to so that won't work for me but what specific counters should I be looking at for memory/hard disk issues?&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3046303</link><pubDate>Mon, 28 Apr 2008 15:39:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3046303</guid><dc:creator>Robert McCammon</dc:creator><description>&lt;p&gt;We have just encountered this error after a Symantec set of updates went through. &amp;nbsp;We're running version 10.1.5.5000. &amp;nbsp;A product update rolled through at midnight on April 25/26 and we have received this message ever since.&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3047248</link><pubDate>Wed, 30 Apr 2008 02:42:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3047248</guid><dc:creator>Eleanor Andreasen</dc:creator><description>&lt;p&gt;I have this messages across ALL siebel servers I support. Usually after reboot the system works fine. Then it deteriorates. When the problem surfaces, even the ping command gets the message &amp;quot;transmit failed error code 1450&amp;quot;. Not to mention VNC and remote desktop stop working, and a valid address in the IE browser, e.g., &lt;a rel="nofollow" target="_new" href="http://good-ip"&gt;http://good-ip&lt;/a&gt; gets the message &amp;quot;Page cannot be displayed&amp;quot; rather than &amp;quot;page under construction&amp;quot;. &lt;/p&gt;
&lt;p&gt;We have patch KB913446 installed (instead of KB898060), but no improvement can be seen. Actually, right after reboot, I already see the popup error in the env logs. &lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3058731</link><pubDate>Wed, 21 May 2008 21:07:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3058731</guid><dc:creator>Ralph Hosmer</dc:creator><description>&lt;p&gt;Would we expect to see Event ID 333 errors because of running out of Virtual Mem space? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am seeing the same issue as Troy and Alex on my exchange 2007 sp1 server. &amp;nbsp;I suspect it's related to the Page file size and Virtual Memory being insufficient. &amp;nbsp;Server has 12gb of physical memory but only 2-4gb set for page file. &amp;nbsp;I'm going to add a 18gb page file to another partition (G:), remove the page file from C: and give it a reboot this evening. &amp;nbsp;If it works, I'll let you know.&lt;/p&gt;
&lt;p&gt;I can be reached at ralph.hosmer1@gmail.com&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3065886</link><pubDate>Wed, 04 Jun 2008 13:04:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3065886</guid><dc:creator>Brian o'Cualain</dc:creator><description>&lt;p&gt;I'm seeing this problem on our backup server (using Synamtec Backup Exec 11d) since we migrated from a WFW/Novell to an AD based setup. I noticed that no account has been given the &amp;quot;Lock pages in memory&amp;quot; right. As BackupExec uses SQL, should the SQL account be in there or not?&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3075004</link><pubDate>Fri, 20 Jun 2008 16:32:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3075004</guid><dc:creator>Ralph Hosmer</dc:creator><description>&lt;p&gt;Moving the page file to another partition and expanding it to equal 1.5*the memory size (in this case 18gb partition file) solved the Event ID 333 errors for me.&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3088930</link><pubDate>Tue, 15 Jul 2008 10:29:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3088930</guid><dc:creator>Vijay_Wipro</dc:creator><description>&lt;p&gt;Removing the /3gb switch in Boot.ini will solve the 333 event errors.&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3093372</link><pubDate>Thu, 24 Jul 2008 21:07:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3093372</guid><dc:creator>Nick Laurino</dc:creator><description>&lt;p&gt;I am getting the ID 333 Event on a Virtual Machine. I have not seen any post realated to Vm's so need to get more info. Nothing I have read here seems to be the problem.&lt;/p&gt;
&lt;p&gt;The Host server is a Windows 2003 R2 SP2 64BIT server &amp;nbsp;and Virtual Server 2005 R2 SP1. I am running 8 VM's on this host and only one is having this issue. The VM is running Windows 2003 Standard SP2. I have 1GB of memory allocated to the VM and it is an IIS Intranet server.&lt;/p&gt;
&lt;p&gt;It is running McAfee VS 8.0 and there have been no new applications or any other software installs on this server for over a year.&lt;/p&gt;
&lt;p&gt;This problem only started about 2 weeks ago and the funny part is that there have been no crashes and perforance does not appear to be any different.&lt;/p&gt;
&lt;p&gt;I would like to get this resolved before we have a major problem, but as I mentioned none of the remedies listed seem to apply.&lt;/p&gt;
&lt;p&gt;Please help if possible.&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3093414</link><pubDate>Fri, 25 Jul 2008 00:09:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3093414</guid><dc:creator>CC Hameed</dc:creator><description>&lt;p&gt;Nick - &lt;/p&gt;
&lt;p&gt;Your best bet would be to open a support incident with Microsoft Product support. &amp;nbsp;It would be inappropriate to speculate about possible causes, although if all the servers are at the same patch level etc, then it could be a problem with your IIS Application. &amp;nbsp;However, getting a support incident with Microsoft Product Support would be the way to go.&lt;/p&gt;
&lt;p&gt;- CC&lt;/p&gt;
</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3095334</link><pubDate>Tue, 29 Jul 2008 19:30:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3095334</guid><dc:creator>Joshua Perry</dc:creator><description>&lt;p&gt;We saw this with a custom service and it seemed to be related to netbios keepalives. &amp;nbsp;Turning off the keepalives seems to have resolved it.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/924325"&gt;http://support.microsoft.com/kb/924325&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3103519</link><pubDate>Mon, 11 Aug 2008 20:01:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3103519</guid><dc:creator>Rob Stormes</dc:creator><description>&lt;p&gt;I have the same errors (over 70,000 in the last 3 days) on an HP AiO600. At the same time, I have been receiving error messages that Windows needs to be activated even though this machine has been in production for over 2 years.&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3120985</link><pubDate>Mon, 08 Sep 2008 17:10:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3120985</guid><dc:creator>luke_galutia@dell.com</dc:creator><description>&lt;p&gt;great artical. helped to resolve my issue for a customer thanks.&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3134631</link><pubDate>Thu, 09 Oct 2008 19:23:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3134631</guid><dc:creator>NevJam</dc:creator><description>&lt;p&gt;OK 333 fans - We've managed to fix the issue on all our servers (of which there were many)&lt;/p&gt;
&lt;p&gt;Rebooting the server will temporarily get rid of the error however it WILL return.&lt;/p&gt;
&lt;p&gt;A simple degrag got rid of this error for me once, however again the persistent error returned.&lt;/p&gt;
&lt;p&gt;The laxyregflush mentioned by Aurthur helped occassionally however I've seen the error return even with this configured.&lt;/p&gt;
&lt;p&gt;To eliminate the error totally on all our server we added the lazyregflush key as mentioned above and deleted:&lt;/p&gt;
&lt;p&gt;HKLM\System\CurrentControlSet\Control\RegistrySizeLimit&lt;/p&gt;
&lt;p&gt;If you have this key in the registry and you are receiving 333's, removing this key will fix your issue.&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3147516</link><pubDate>Wed, 05 Nov 2008 01:42:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3147516</guid><dc:creator>333 Fan</dc:creator><description>&lt;p&gt;Every article I've read says that the RegistrySizeLimit key is not used in Windows Server 2003. &lt;/p&gt;
&lt;p&gt;Can anyone else validate that removing this key solved their issue?&lt;/p&gt;
&lt;p&gt;Mine is set to 136314880 (Decimal)&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3158470</link><pubDate>Mon, 24 Nov 2008 07:23:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3158470</guid><dc:creator>Morales</dc:creator><description>&lt;p&gt;333 Fan, the RegistrySizeLimit key is not created by default on XP/Win2k3 systems. &amp;nbsp;However, if the key is present then the value of RegistrySizeLimit will be honored.&lt;/p&gt;
&lt;p&gt;Hope that helps.&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3178657</link><pubDate>Fri, 09 Jan 2009 11:55:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3178657</guid><dc:creator>Eymard jp</dc:creator><description>&lt;p&gt;For me i had the problem on a group of 3 cluster server HPDL380 G4 after installing 8Gb of RAM (upgrade from 4) and put /PAE /3GB options in boot.ini.&lt;/p&gt;
&lt;p&gt;The 3 OS were very instable, the cluster crash sometimes.&lt;/p&gt;
&lt;p&gt;The solution for me was to remove /3GB option in boot.ini --&amp;gt; restart servers and no more problems since a few days...&lt;/p&gt;
&lt;p&gt;I remark that we have Win2003 SP2 server with 8 GB with /3GB option with never problems, but they are not in Cluster environment.&lt;/p&gt;
&lt;p&gt;The /3GB option with Cluster on Windows 2003 sp2 32bits seems very unstable. &amp;nbsp;bye&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3221000</link><pubDate>Wed, 01 Apr 2009 15:46:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3221000</guid><dc:creator>Wes540</dc:creator><description>&lt;p&gt;I started getting this issue 5 days ago,&lt;/p&gt;
&lt;p&gt;every 3 hours the server would start generating the 333 events and everything would stop working on the server (used for webhosting) - &lt;/p&gt;
&lt;p&gt;the only thing i could do then was make sure i was on remote desktop so when they started i could kill some processes (didnt stop the errors but services kept working- and then reboot the server instead of having the dc techs force a reboot)&lt;/p&gt;
&lt;p&gt;defrag, optimizing virtual memory, lockpages in memory - none worked&lt;/p&gt;
&lt;p&gt;the lazyreg alteration helped alittle as didnt get the 333 errors for 5-6 hrs after a reboot&lt;/p&gt;
&lt;p&gt;finally fixed this problem with reinstalling the a/v software (didnt think it would be that as has been running fine for over a year)&lt;/p&gt;
&lt;p&gt;now 2 days without any 333 errors&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3274790</link><pubDate>Tue, 18 Aug 2009 23:24:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3274790</guid><dc:creator>Ashish Mat</dc:creator><description>&lt;p&gt;I have a VM Windows 2003 SP@ machine (32 bit) where we are getting this error in eventlogs&lt;/p&gt;
&lt;p&gt;Data reads :&lt;/p&gt;
&lt;p&gt;0000: 00000000 006c0001 00000000 c000014d&lt;/p&gt;
&lt;p&gt;0010: 00000000 c000014d 00000000 00000000&lt;/p&gt;
&lt;p&gt;0020: 00000000 00000000&lt;/p&gt;
&lt;p&gt;Any idea what could be the issue ? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;--We have tried the /PAE switch removal.. NOGO. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;--HKLM\System\CurrentControlSet\Control\RegistrySizeLimit &amp;nbsp;.. is not present&lt;/p&gt;
&lt;p&gt;--- Made changes in registry for memorymanagement under HKLM-&amp;gt;currentcontrolset-&amp;gt;Control &amp;nbsp;.. NOGO.&lt;/p&gt;
&lt;p&gt;We have once moved the Page file to another location after which the errors stopped. But after we moved it back, they started again.&lt;/p&gt;
&lt;p&gt;The error is coming thrice every 5 or 10 seconds. &amp;nbsp; &amp;nbsp;Any idea what can be done ??&lt;/p&gt;
&lt;p&gt;Thanks in advance !&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3274791</link><pubDate>Tue, 18 Aug 2009 23:25:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3274791</guid><dc:creator>Ashish</dc:creator><description>&lt;p&gt;I have a VM Windows 2003 SP@ machine (32 bit) where we are getting this error in eventlogs&lt;/p&gt;
&lt;p&gt;Data reads :&lt;/p&gt;
&lt;p&gt;0000: 00000000 006c0001 00000000 c000014d&lt;/p&gt;
&lt;p&gt;0010: 00000000 c000014d 00000000 00000000&lt;/p&gt;
&lt;p&gt;0020: 00000000 00000000&lt;/p&gt;
&lt;p&gt;Any idea what could be the issue ? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;--We have tried the /PAE switch removal.. NOGO. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;--HKLM\System\CurrentControlSet\Control\RegistrySizeLimit &amp;nbsp;.. is not present&lt;/p&gt;
&lt;p&gt;--- Made changes in registry for memorymanagement under HKLM-&amp;gt;currentcontrolset-&amp;gt;Control &amp;nbsp;.. NOGO.&lt;/p&gt;
&lt;p&gt;We have once moved the Page file to another location after which the errors stopped. But after we moved it back, they started again.&lt;/p&gt;
&lt;p&gt;The error is coming thrice every 5 or 10 seconds. &amp;nbsp; &amp;nbsp;Any idea what can be done ??&lt;/p&gt;
&lt;p&gt;Thanks in advance !&lt;/p&gt;</description></item><item><title>re: Troubleshooting Event ID 333 Errors</title><link>http://blogs.technet.com/askperf/archive/2007/10/30/troubleshooting-event-id-333-errors.aspx#3276997</link><pubDate>Wed, 26 Aug 2009 11:04:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3276997</guid><dc:creator>megasound</dc:creator><description>&lt;p&gt;Hi all &lt;/p&gt;
&lt;p&gt;I first want to say thanks for all the info so far..&lt;/p&gt;
&lt;p&gt;first i want to say we use Windows 2003 R2 STD ed. with 4Gb internal memory.&lt;/p&gt;
&lt;p&gt;in our case..we received event id 333 ,1500 ,1508, 55, 59&lt;/p&gt;
&lt;p&gt;so 333, ntfs , side-by-side errors&lt;/p&gt;
&lt;p&gt;Until now we installed MS fixes : kb948496 , kb944984 , kb935926 , kb970054 , kb953490 version 2 , kb934885 and kb932578&lt;/p&gt;
&lt;p&gt;We also changed the paging file size , poolsize (reg tweak) ,&lt;/p&gt;
&lt;p&gt;so far so good we DID NOT receive any 333 anymore with allmost 100 people logged on&lt;/p&gt;
&lt;p&gt;what we also did was cleanup the NTUSER.DAT file from the user&lt;/p&gt;
&lt;p&gt;in our case a lott of unused registry items were there , so i cleaned the \software part.&lt;/p&gt;
&lt;p&gt;there was 10MB in the \software\lexmark registry hive.&lt;/p&gt;
&lt;p&gt;so if i do a calculation : 100users x 10Mb (registry hive) = TOO MUCH&lt;/p&gt;
&lt;p&gt;i created a BAT file and runned this in the people profile directory (c:\documents and settings\username\ntuser.dat)&lt;/p&gt;
&lt;p&gt;!!!! BE CAREFULL WITH THIS...you can corrupt the users registry...&lt;/p&gt;
&lt;p&gt;contents of BAT file :&lt;/p&gt;
&lt;p&gt;xcopy ntuser.dat ntuser.dat.orig /h /o /v&lt;/p&gt;
&lt;p&gt;reg load HKU\TEMPLOAD ntuser.dat&lt;/p&gt;
&lt;p&gt;reg delete ---remove registry key you want to remove---&lt;/p&gt;
&lt;p&gt;reg unload HKU\TEMPLOAD&lt;/p&gt;
&lt;p&gt;echo done&lt;/p&gt;
&lt;p&gt;so in this case i have a secure copy of the ntuser.dat&lt;/p&gt;
&lt;p&gt;so unitl now...so far so good....&lt;/p&gt;
&lt;p&gt;i will keep you up to date...&lt;/p&gt;
&lt;p&gt;bye menno&lt;/p&gt;</description></item></channel></rss>