<?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>Dude where's my PFE?</title><link>http://blogs.technet.com/jeff_stokes/default.aspx</link><description>Previously Exchange StuffQuest, I am now a Platforms PFE so the blog moves with me!</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>On the road again, I just can't wait to get on the road again....</title><link>http://blogs.technet.com/jeff_stokes/archive/2009/06/26/on-the-road-again-i-just-can-t-wait-to-get-on-the-road-again.aspx</link><pubDate>Fri, 26 Jun 2009 05:12:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3258809</guid><dc:creator>jeffstok</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jeff_stokes/comments/3258809.aspx</comments><wfw:commentRss>http://blogs.technet.com/jeff_stokes/commentrss.aspx?PostID=3258809</wfw:commentRss><wfw:comment>http://blogs.technet.com/jeff_stokes/rsscomments.aspx?PostID=3258809</wfw:comment><description>&lt;P&gt;So I'm a PFE now, Premier Field Engineer.&amp;nbsp; It's an interesting gig, sort of like running your own company within Microsoft.&amp;nbsp; I'm doing Platforms now, instead of Exchange.&amp;nbsp; Trying to keep the mind limber and all.&lt;/P&gt;
&lt;P&gt;So far I've been doing shadowing of other PFEs as they do things like Active Directory Risk Assessments and what have you.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking forward to helping our customers proactively instead of being in a constant reactionary state of crit sits and whatnot.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More on this soon.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3258809" width="1" height="1"&gt;</description></item><item><title>Defeated by Unexpected Transaction Log File growth</title><link>http://blogs.technet.com/jeff_stokes/archive/2009/01/25/defeated-by-unexpected-transaction-log-file-growth.aspx</link><pubDate>Sun, 25 Jan 2009 20:23:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3191270</guid><dc:creator>jeffstok</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/jeff_stokes/comments/3191270.aspx</comments><wfw:commentRss>http://blogs.technet.com/jeff_stokes/commentrss.aspx?PostID=3191270</wfw:commentRss><wfw:comment>http://blogs.technet.com/jeff_stokes/rsscomments.aspx?PostID=3191270</wfw:comment><description>&lt;P&gt;&lt;EM&gt;Applies to Exchange 2003, concepts apply to 2007 as well.&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've bumped into a few cases recently where the customer had unexpected transaction log file growth that caused the server to dismount a storage group due to lack of disk space.&amp;nbsp; In this post I'll attempted to explain why this occurs, how to troubleshoot it, etc.&lt;/P&gt;
&lt;P&gt;The short of it is transaction log file growth usually occurs because of a repeating transaction.&amp;nbsp; It can be a looping message, a mis-behaving client, or a corrupt message.&amp;nbsp; Looping messages I've seen done by users setting up special things on their Outlook clients.&amp;nbsp;&amp;nbsp;Consider the following example:&lt;/P&gt;
&lt;P&gt;A user leaves for the weekend.&amp;nbsp; They are expecting an important email, so they put in a forward rule to forward all email to their mobile phone's email address.&amp;nbsp; They either &amp;nbsp;1)mis-type that address, or 2)their phone's email box doesn't accept messages above a certain size.&amp;nbsp; In the event of 1), every message sent to the user is going to hit the mail servers of the phone provider and bounce with an invalid address.&amp;nbsp; This NDR will come back and hit the mailbox of the user, where the forward rule will forward the NDR to the phone, which will bounce and come back to the inbox, where it will forward the NDR to the phone......&amp;nbsp; In the event of 2), any message above the size limit will trigger the loop above (unless the ISP's mail server knows not to append the offending email as an attachment to the NDR).&lt;/P&gt;
&lt;P&gt;This is a real world example I've personally run into.&amp;nbsp; Users can and will do all kinds of bizarre things that under the light of day seem obtuse, but in the heat of the moment make sense.&lt;/P&gt;
&lt;P&gt;So how do you track this down?&lt;/P&gt;
&lt;P&gt;The normal troubleshooting path I take for this type of problem is:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; Run Exmon.&amp;nbsp; Tell me if a single user is taking something silly like 50% of the servers resources.&amp;nbsp; If you're spooling out transaction logs like it's nobody's business and Exmon shows a user at 50%+ and they are in the same Storage Group as the&amp;nbsp;spooling transaction logs,&amp;nbsp;then chances are you've found your man.&amp;nbsp; If Exmon doesn't point anything out of the ordinary, then proceed to step 2:&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; Go to your Exchange System Manager, drill down to the Storage Group that you're seeing the transaction log growth on.&amp;nbsp; Expand each database and visit the logins area.&amp;nbsp; Add columns for MSG Ops, Folder Ops, Total Ops, and sort by high/low and see if you have one user towering above the rest.&amp;nbsp; Do this for each database.&amp;nbsp; If you've got a single user standing out, again, this is very likely your culprit.&amp;nbsp; Log into their mailbox, see if there is something stuck in the Outbox, or&amp;nbsp;check their active client for any&amp;nbsp;client-side rule that may be at fault.&amp;nbsp; Worse comes to worse, disable the user's mail.&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp; User Scott Oseychik's guide on Transaction Log analysis to figure out what the offending message might be:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/scottos/archive/2007/07/12/rough-and-tough-guide-to-identifying-patterns-in-ese-transaction-log-files.aspx"&gt;http://blogs.msdn.com/scottos/archive/2007/07/12/rough-and-tough-guide-to-identifying-patterns-in-ese-transaction-log-files.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is an excellent guide and needs no further clarification.&lt;/P&gt;
&lt;P&gt;4.&amp;nbsp; If this doesn't work out for you at this point, call into support, it could be a problem with a mobile device syncing or an OWA session trying to process a corrupt message (I've seen both scenarios).&amp;nbsp; Only a series of store dumps collected with adplus will tell us that.&lt;/P&gt;
&lt;P&gt;I hope this helps in your troubleshooting efforts.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3191270" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Exchange+2003/default.aspx">Exchange 2003</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Transaction+Log/default.aspx">Transaction Log</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/growth/default.aspx">growth</category></item><item><title>How to get rid of 9646 events</title><link>http://blogs.technet.com/jeff_stokes/archive/2008/11/25/how-to-get-rid-of-9646-events.aspx</link><pubDate>Tue, 25 Nov 2008 23:16:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3159459</guid><dc:creator>jeffstok</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jeff_stokes/comments/3159459.aspx</comments><wfw:commentRss>http://blogs.technet.com/jeff_stokes/commentrss.aspx?PostID=3159459</wfw:commentRss><wfw:comment>http://blogs.technet.com/jeff_stokes/rsscomments.aspx?PostID=3159459</wfw:comment><description>&lt;P&gt;&lt;EM&gt;Applies to Exchange 2003&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Event Type: Error &lt;BR&gt;Event Source: MSExchangeIS &lt;BR&gt;Event Category: General &lt;BR&gt;Event ID: &lt;SPAN id=#h6 class=KeywordHighlight&gt;9646&lt;/SPAN&gt; &lt;BR&gt;Description: &lt;BR&gt;Mapi session "/o=&amp;lt;org&amp;gt;/ou=First Administrative &lt;BR&gt;Group/cn=Recipients/cn=&amp;lt;userName&amp;gt;" exceeded the maximum of 32 objects of type "session". &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Seen these in your environment?&amp;nbsp; Sometimes they are caused by desktop search engines opening too many MAPI sessions, other times they are because your Exchange server is keeping open connections from the client that the client for whatever reason thinks are closed.&lt;/P&gt;
&lt;P&gt;For example, say you have users connecting to Exchange over a poor network connection or VPN.&amp;nbsp; When Outlook connects, it establishes MAPI sessions.&amp;nbsp; If the users drops the VPN connection without closing Outlook first, those connections are going to stay open on the Exchange server for 2 hours.&amp;nbsp; If the user connects again, more connections get added to the Exchange server for that user.&amp;nbsp; See where we're going with this?&amp;nbsp; If you max out, new connections will fail, resulting in an unhappy end user.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;So how do you fix this?&lt;/P&gt;
&lt;P&gt;Well, one of three ways.&lt;/P&gt;
&lt;P&gt;You can try to prevent your clients from doing so many connections by educating your users, making changes in Outlook 2007, correctly configuring Network Accelerators to not keep connections open, etc.&lt;/P&gt;
&lt;P&gt;You can tell Windows/Exchange that 2 hours is far too long to keep a session open without activity.&amp;nbsp; To do this you follow the instructions in this document, specifically the TCP KeepAliveTime, set that to 5 minutes.&lt;/P&gt;
&lt;P&gt;KB324270&amp;nbsp;How to harden the TCP/IP stack against denial of service attacks in Windows Server 2003.&lt;BR&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;324270"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;324270&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Or finally, and the last resort, you can add additional allowable sessions by following KB842022.&amp;nbsp; Note that this is a last resort, as in many cases you are merely delaying your pain for later.&amp;nbsp; Note the warning:&amp;nbsp; "If you do this, try to determine the minimum value that you can use so that the client program can run without problems. If you raise the limit too high, the client program might affect the performance of the Exchange Server computer."&lt;/P&gt;
&lt;P&gt;Event ID 9646 is logged in the application event log of your Exchange Server 2003 computer when a client opens many MAPI sessions.&lt;BR&gt;&lt;A href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;842022" mce_href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;842022"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;842022&lt;/A&gt;.&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3159459" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Exchange+2003/default.aspx">Exchange 2003</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/TCP+KeepAliveTime/default.aspx">TCP KeepAliveTime</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/9646/default.aspx">9646</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/MSExchangeIS/default.aspx">MSExchangeIS</category></item><item><title>Database Status Unknown in 2k7 EMC?  This might be why....</title><link>http://blogs.technet.com/jeff_stokes/archive/2008/11/23/database-status-unknown-in-2k7-emc-this-might-be-why.aspx</link><pubDate>Sun, 23 Nov 2008 19:45:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3158297</guid><dc:creator>jeffstok</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/jeff_stokes/comments/3158297.aspx</comments><wfw:commentRss>http://blogs.technet.com/jeff_stokes/commentrss.aspx?PostID=3158297</wfw:commentRss><wfw:comment>http://blogs.technet.com/jeff_stokes/rsscomments.aspx?PostID=3158297</wfw:comment><description>&lt;P&gt;&lt;EM&gt;Applies to Exchange 2007&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I ran into a case today that was pretty interesting.&amp;nbsp; The symptoms were a fairly generic error in the app log:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;Event ID: 4001&lt;BR&gt;Task Category: General&lt;BR&gt;Level: Error&lt;BR&gt;Keywords: Classic&lt;BR&gt;User: N/A&lt;BR&gt;Computer: &lt;EM&gt;server name&lt;/EM&gt;&lt;BR&gt;Description:&lt;BR&gt;A transient failure has occurred. The problem may resolve itself in awhile. The service will retry in 56 seconds. Diagnostic information:&lt;BR&gt;Kerberos test. . . . . . . . . . . : Failed&lt;BR&gt;[FATAL] Cannot lookup package Kerberos.&lt;BR&gt;The error occurred was: (null) &lt;BR&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P mce_keep="true"&gt;And in the Exchange Management Console, all the databases reported back a status of "Unknown".&amp;nbsp; Also you couldn't run the EXBPA on the server, it came back with a network/registry error:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Error (The network path was not found) opening registry key reg:/servername/HKEY_LOCAL_MACHINE/Software\Microsoft\Windows NT\CurrentVersion, skipping object.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;The customer could run the EXBPA against the server remotely, and remotely in the EMC the database status came back Healthy instead of Unknown.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Weird huh?&lt;/P&gt;
&lt;P&gt;Turns out that there were corrupt / bad entries for the machine name in the hosts file, and it was causing all three symptoms.&amp;nbsp; #'ing the records and doing an ipconfig /flushdns resolved everything in just a minute or two.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3158297" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/4001/default.aspx">4001</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Kerberos+test/default.aspx">Kerberos test</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/unknown/default.aspx">unknown</category></item><item><title>Repeating 623 version store error.</title><link>http://blogs.technet.com/jeff_stokes/archive/2008/10/26/repeating-623-version-store-error.aspx</link><pubDate>Sun, 26 Oct 2008 22:38:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3142189</guid><dc:creator>jeffstok</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jeff_stokes/comments/3142189.aspx</comments><wfw:commentRss>http://blogs.technet.com/jeff_stokes/commentrss.aspx?PostID=3142189</wfw:commentRss><wfw:comment>http://blogs.technet.com/jeff_stokes/rsscomments.aspx?PostID=3142189</wfw:comment><description>&lt;P&gt;&lt;EM&gt;Applies to Exchange 2003&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I had a case a couple weeks ago I thought I'd write about.&amp;nbsp; What was happening is the Version Store would run out of memory and a 623 error would throw.&amp;nbsp; Version Store buckets allocated would climb from 4 to over 2000 in less than 5 minutes.&amp;nbsp; The store would then rollback its transactions for a bit, recover, run for 10-15 minutes and repeat the whole cycle over.&lt;/P&gt;
&lt;P&gt;This is atypical 623 behavior to say the least.&lt;/P&gt;
&lt;P&gt;What we ended up doing to fix it was capture an adplus dump, 3 actually, triggered at Version Store buckets allocated crossing 1600.&amp;nbsp; We captured 3 dumps at 1 minute intervals.&lt;/P&gt;
&lt;P&gt;The 1st dump caught the problem transaction, the last 2 were both capturing rollbacks, so this was a quick ramp up.&lt;/P&gt;
&lt;P&gt;Turns out the problem was being caused by a bad meeting request being processed over and over again.&amp;nbsp; We tried all kinds of ways to delete the message, all of which caused Version Store buckets allocated to climb.&amp;nbsp; A MFCMapi hard delete ended up doing the trick.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3142189" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Exchange+Version+Store/default.aspx">Exchange Version Store</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Exchange+2003/default.aspx">Exchange 2003</category></item><item><title>How to fix smashed schema in Exchange 2003</title><link>http://blogs.technet.com/jeff_stokes/archive/2008/10/08/how-to-fix-smashes-schema-in-exchange-2003.aspx</link><pubDate>Thu, 09 Oct 2008 00:53:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3134306</guid><dc:creator>jeffstok</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jeff_stokes/comments/3134306.aspx</comments><wfw:commentRss>http://blogs.technet.com/jeff_stokes/commentrss.aspx?PostID=3134306</wfw:commentRss><wfw:comment>http://blogs.technet.com/jeff_stokes/rsscomments.aspx?PostID=3134306</wfw:comment><description>&lt;P&gt;Dan and I and some other engineers wrote up a blog post you can find &lt;A class="" href="http://blogs.msdn.com/webdav_101/archive/2008/08/23/broken-exchange-schema-allprops-sinks-and-or-exoledb-fail-to-return-properties.aspx" mce_href="http://blogs.msdn.com/webdav_101/archive/2008/08/23/broken-exchange-schema-allprops-sinks-and-or-exoledb-fail-to-return-properties.aspx"&gt;here&lt;/A&gt;&amp;nbsp;on how to recover from a smashes schema scenario on your Exchange Servers.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's pretty succinct so I don't have anything to add to it, it's an interesting read though.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3134306" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Exchange+2003/default.aspx">Exchange 2003</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/schema/default.aspx">schema</category></item><item><title>How to determine who is connecting to your server in cached mode.</title><link>http://blogs.technet.com/jeff_stokes/archive/2008/10/01/how-to-determine-who-is-connecting-to-your-server-in-cached-mode.aspx</link><pubDate>Wed, 01 Oct 2008 15:47:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3130758</guid><dc:creator>jeffstok</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jeff_stokes/comments/3130758.aspx</comments><wfw:commentRss>http://blogs.technet.com/jeff_stokes/commentrss.aspx?PostID=3130758</wfw:commentRss><wfw:comment>http://blogs.technet.com/jeff_stokes/rsscomments.aspx?PostID=3130758</wfw:comment><description>&lt;P&gt;&lt;EM&gt;Applies to:&amp;nbsp; Exchange 2000/2003&lt;/EM&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This may seem like a basic thing to some people, but for those who don't know, here goes.&amp;nbsp; This can be easily done by running Exmon, available &lt;A class="" title="Exmon download" href="http://www.microsoft.com/downloads/details.aspx?familyid=9A49C22E-E0C7-4B7C-ACEF-729D48AF7BC9&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=9A49C22E-E0C7-4B7C-ACEF-729D48AF7BC9&amp;amp;displaylang=en"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;So download Exmon and fire it up on your Exchange Server.&lt;/P&gt;
&lt;P&gt;Go to the By Clientmon tab, and in there you'll see a column named "Cached Mode Sessions".&amp;nbsp; If you have something other than 0 in that field, then your user is connecting over Cached mode.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps, I've had the question a few times before.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3130758" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Exchange/default.aspx">Exchange</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Exmon/default.aspx">Exmon</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Cached+Mode/default.aspx">Cached Mode</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Outlook/default.aspx">Outlook</category></item><item><title>Spoof your old dead Exchange Server</title><link>http://blogs.technet.com/jeff_stokes/archive/2008/09/08/spoof-your-old-dead-exchange-server.aspx</link><pubDate>Tue, 09 Sep 2008 01:29:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3121209</guid><dc:creator>jeffstok</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/jeff_stokes/comments/3121209.aspx</comments><wfw:commentRss>http://blogs.technet.com/jeff_stokes/commentrss.aspx?PostID=3121209</wfw:commentRss><wfw:comment>http://blogs.technet.com/jeff_stokes/rsscomments.aspx?PostID=3121209</wfw:comment><description>&lt;P&gt;Ok, so if you have say, Citrix, or a standard image with Office pre-installed, then someone had to pick an Exchange server to point to for the Outlook profile creation wizard.&lt;BR&gt;&lt;BR&gt;So sometimes, in large organizations, teams don't necessarily speak to one another before they make small decisions like which server to point to.&amp;nbsp; The person creating the Office install might pick, say, his home mail server.&lt;BR&gt;&lt;BR&gt;So when that mail server, years later, gets decommissioned, this can suddenly cause problems.&lt;BR&gt;&lt;BR&gt;How do you fix this?&lt;BR&gt;&lt;BR&gt;Simple!&amp;nbsp; Glad you asked.&lt;BR&gt;&lt;BR&gt;2 things need to be done.&lt;BR&gt;&lt;BR&gt;1.&amp;nbsp; Establish IP connectivity to the old server name.&amp;nbsp; Easy enough, go into DNS and create a new A record for the old/missing Exchange server, with the IP of the server you'd like this task to point to.&lt;BR&gt;&lt;BR&gt;2.&amp;nbsp; Go into ADSIEdit, find the computer object for the target server, right click and hit properties.&amp;nbsp; Scroll down to ServicePrincipalName and edit.&amp;nbsp; Add the following type of record:&lt;BR&gt;&lt;BR&gt;exchangeRFR/&lt;I&gt;servername&lt;BR&gt;&lt;/I&gt;&lt;BR&gt;Give that a little time to replicate around and voila, everything goes back to normal.&lt;BR&gt;&lt;BR&gt;Why is step 2 necessary?&amp;nbsp; Kerberos security rearing it's ugly head.&amp;nbsp; The target server needs to know it's acting as the old server or it will refuse connections.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that this is a possible work around and&amp;nbsp;may cause corrupt MAPI profiles on your clients.&amp;nbsp; The real fix here is to address the install, or clients configured to a server that no longer exists.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3121209" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Exchange/default.aspx">Exchange</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Kerberos/default.aspx">Kerberos</category></item><item><title>Version Store 624 events</title><link>http://blogs.technet.com/jeff_stokes/archive/2008/09/07/version-store-624-events.aspx</link><pubDate>Sun, 07 Sep 2008 22:32:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3120590</guid><dc:creator>jeffstok</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jeff_stokes/comments/3120590.aspx</comments><wfw:commentRss>http://blogs.technet.com/jeff_stokes/commentrss.aspx?PostID=3120590</wfw:commentRss><wfw:comment>http://blogs.technet.com/jeff_stokes/rsscomments.aspx?PostID=3120590</wfw:comment><description>&lt;P&gt;&lt;EM&gt;Applies to Exchange 2000, Exchange 2003, Exchange 2007.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;So in Version Store 623 errors, Version Store gets 'clogged', if you will, and will fail to process transactions.&lt;/P&gt;
&lt;P&gt;624 errors on the other hand, are caused by a lack of available virtual memory on the server.&amp;nbsp; Sometimes this has no impact and the server corrects itself, but in a memory leak condition, this can be the sign your Exchange server is no longer accepting client connections and is in need of some assistance.&lt;/P&gt;
&lt;P&gt;In the particular instance where I have seen this occur, the 624 event comes after a series of errors:&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First we throw a MSExchangeDSAccess 2104 event.&lt;/P&gt;
&lt;P&gt;Event ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 2104&lt;BR&gt;Raw Event ID : 2104&lt;BR&gt;Record Nr.&amp;nbsp;&amp;nbsp; : 4802384&lt;BR&gt;Category&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : None&lt;BR&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : MSExchangeDSAccess&lt;BR&gt;Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Error&lt;BR&gt;Generated&amp;nbsp;&amp;nbsp;&amp;nbsp; : 9/7/2008 12:27:27 PM&lt;BR&gt;Written&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 9/7/2008 12:27:27 PM&lt;BR&gt;Machine&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : JAHUMBALABAH&lt;BR&gt;Message&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Process STORE.EXE (PID=636). All the DS Servers in domain are not responding.&lt;/P&gt;
&lt;P&gt;Shortly thereafter you'll see a MSExchangeDSAccess&amp;nbsp;2102.&lt;/P&gt;
&lt;P&gt;Event ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 2102&lt;BR&gt;Raw Event ID : 2102&lt;BR&gt;Record Nr.&amp;nbsp;&amp;nbsp; : 4802387&lt;BR&gt;Category&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : None&lt;BR&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : MSExchangeDSAccess&lt;BR&gt;Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Error&lt;BR&gt;Generated&amp;nbsp;&amp;nbsp;&amp;nbsp; : 9/7/2008 12:28:15 PM&lt;BR&gt;Written&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 9/7/2008 12:28:15 PM&lt;BR&gt;Machine&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : JAHUMBALABAH&lt;BR&gt;Message&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Process MAD.EXE (PID=2588). All Domain Controller Servers in use are not responding:&lt;/P&gt;
&lt;P&gt;JAHUMBALABAH-DC&lt;/P&gt;
&lt;P&gt;Then we will see a MSExchangeSA 9152.&lt;/P&gt;
&lt;P&gt;Event ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 9152&lt;BR&gt;Raw Event ID : 9152&lt;BR&gt;Record Nr.&amp;nbsp;&amp;nbsp; : 4802391&lt;BR&gt;Category&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : None&lt;BR&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : MSExchangeSA&lt;BR&gt;Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Error&lt;BR&gt;Generated&amp;nbsp;&amp;nbsp;&amp;nbsp; : 9/7/2008 12:31:15 PM&lt;BR&gt;Written&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 9/7/2008 12:31:15 PM&lt;BR&gt;Machine&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : JAHUMBALABAH&lt;BR&gt;Message&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Microsoft Exchange System Attendant reported an error '0x8007000e' in its DS Monitoring thread.&lt;/P&gt;
&lt;P&gt;This particular error is an out of memory error.&amp;nbsp; Uh oh.&lt;/P&gt;
&lt;P&gt;Then DSAccess has another problem.... a 9154.&lt;/P&gt;
&lt;P&gt;Event ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 9154&lt;BR&gt;Raw Event ID : 9154&lt;BR&gt;Record Nr.&amp;nbsp;&amp;nbsp; : 4802392&lt;BR&gt;Category&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : None&lt;BR&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : MSExchangeSA&lt;BR&gt;Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Error&lt;BR&gt;Generated&amp;nbsp;&amp;nbsp;&amp;nbsp; : 9/7/2008 12:31:20 PM&lt;BR&gt;Written&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 9/7/2008 12:31:20 PM&lt;BR&gt;Machine&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : JAHUMBALABAH&lt;BR&gt;Message&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DSACCESS returned an error '0x80004005' on DS notification. Microsoft Exchange System Attendant will re-set DS notification later.&lt;/P&gt;
&lt;P&gt;This means a call failed, due to lack of memory...&lt;/P&gt;
&lt;P&gt;Then the error you've all been waiting for, a 624 gets thrown by ESE.&lt;/P&gt;
&lt;P&gt;Event ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 624&lt;BR&gt;Raw Event ID : 624&lt;BR&gt;Record Nr.&amp;nbsp;&amp;nbsp; : 4802473&lt;BR&gt;Category&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : None&lt;BR&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : ESE&lt;BR&gt;Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Error&lt;BR&gt;Generated&amp;nbsp;&amp;nbsp;&amp;nbsp; : 9/7/2008 12:32:58 PM&lt;BR&gt;Written&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 9/7/2008 12:32:58 PM&lt;BR&gt;Machine&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : JAHUMBALABAH&lt;BR&gt;Message&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Information Store (636) Storage Group&amp;nbsp;1 (First Storage Group): The version store for this instance (1) cannot grow because it is receiving Out-Of-Memory errors from the OS. It is likely that a long-running transaction is preventing cleanup of the version store and causing it to build up in size. Updates will be rejected until the long-running transaction has been completely committed or rolled back.&lt;/P&gt;
&lt;P&gt;Current version store size for this instance: 1Mb&lt;/P&gt;
&lt;P&gt;Maximum version store size for this instance: 249Mb&lt;/P&gt;
&lt;P&gt;Global memory pre-reserved for all version stores: 1Mb&lt;/P&gt;
&lt;P&gt;Possible long-running transaction:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; SessionId: 0xBD345AC0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Session-context: 0x00000000&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Session-context ThreadId: 0x000015AC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Cleanup: 1&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So what can cause this?&amp;nbsp; Check your task manager.&amp;nbsp; Do you see any handle leaks or processes with out of control handles?&amp;nbsp; In the instance I saw for this, it was a mixture of stale messages stuck in the SMTP temp tables and a third-party AV scanner that had an apparent memory leak.&amp;nbsp; Both Inetinfo and Store were over 2 gig and had 32k handles each.&amp;nbsp; Once we resolved the issue Store was around 6k handles and Inetinfo around 3k.&lt;/P&gt;
&lt;P mce_keep="true"&gt;What is happening is a memory leak is consuming all the virtual memory space in Store and Inetinfo, at least in our case here.&amp;nbsp; Yours may differ in what is causing the leak, but I'd bet&amp;nbsp;more than likely its going to be something that ties into Store, such as Anti-Virus, something gumming up IIS&amp;nbsp;and then Epoxy, or something along those lines.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Because you run out of memory, DSAccess starts to fail, then you see the string of errors above.&lt;/P&gt;
&lt;P mce_keep="true"&gt;If you see this, what should you do first and foremost?&amp;nbsp; Give PSS a call so we can help you debug it.&lt;/P&gt;
&lt;P mce_keep="true"&gt;More information on this can be found here:&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://technet.microsoft.com/en-us/library/bb218083(EXCHG.80).aspx"&gt;http://technet.microsoft.com/en-us/library/bb218083(EXCHG.80).aspx&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3120590" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Exchange/default.aspx">Exchange</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Version+Store/default.aspx">Version Store</category></item><item><title>Avoiding Version Store problems in the enterprise environment</title><link>http://blogs.technet.com/jeff_stokes/archive/2008/09/02/avoiding-version-store-problems-in-the-enterprise-environment.aspx</link><pubDate>Tue, 02 Sep 2008 21:37:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3116012</guid><dc:creator>jeffstok</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/jeff_stokes/comments/3116012.aspx</comments><wfw:commentRss>http://blogs.technet.com/jeff_stokes/commentrss.aspx?PostID=3116012</wfw:commentRss><wfw:comment>http://blogs.technet.com/jeff_stokes/rsscomments.aspx?PostID=3116012</wfw:comment><description>&lt;P&gt;Applies to Exchange 2003&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; So one of the things that can go wrong with Exchange is that it can run out of something called Version Store.&amp;nbsp; Version store is an in-memory list of changes made to the database.&amp;nbsp; Nagesh Mahadev has an awesome post about Version Store on our msexchangeteam.com blog, posted &lt;A class="" title="Version Store" href="http://msexchangeteam.com/archive/2006/04/19/425722.aspx" target=_blank mce_href="http://msexchangeteam.com/archive/2006/04/19/425722.aspx"&gt;here&lt;/A&gt;.&amp;nbsp; To borrow his summary:&amp;nbsp;&lt;EM&gt; &lt;SPAN lang=EN-AU&gt;&lt;FONT size=2&gt;In simple terms, the Version Store is where transactions are held in memory until they can be written to disk.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; So version store running out of memory can be caused by either a long running transaction.&amp;nbsp; This is pretty self explanatory.&amp;nbsp; Say your anti-virus product wants to scan something in VSAPI and locks it and then goes to lunch.&amp;nbsp; Your version store will consume more and more memory until it runs out because it's trying to work around this long running transaction, keeping track of all the rollbacks and whatnot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The other problem is with I/O.&amp;nbsp; Since we're holding transactions in memory until they can be written to disk, if something prevents us from writing to disk, we can hit version store problems.&amp;nbsp; Sometimes this type of problem can be precipitated by 9791 event log entries in the application event log.&amp;nbsp; If this happens, get ready to do some adplus store dumps when version buckets allocated hits 70%.&lt;/P&gt;
&lt;P&gt;What to do to prevent or mitigate this risk?&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Consider increasing transaction log buffers, especially if you are seeing transaction log stalls in your environment.&amp;nbsp; The logic here is that if store can't&amp;nbsp;commit transactions to the log files fast enough, it can cause version store to back up.&amp;nbsp; By default the number of buffers is 500, you can increase this to 9000.&amp;nbsp; This will prevent a single database from needing to write a bunch of TLs at once and backing up version store.&amp;nbsp; I highly recommend using the EXBPA for governance on this, details on the rule for setting this, etc can be found &lt;A class="" title="TL Buffers" href="http://technet.microsoft.com/en-us/library/aa997674(EXCHG.80).aspx" mce_href="http://technet.microsoft.com/en-us/library/aa997674(EXCHG.80).aspx"&gt;here&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Watch your PTE resources and treat accordingly.&amp;nbsp; I've seen customers run low on free PTEs and run into version store problems because they don't have the capacity to perform IO operations as fast as the database would like.&lt;/LI&gt;
&lt;LI&gt;Make sure your online maintenance is completing frequently, at least once a week on each database.&amp;nbsp; Part of online maintenance is defragmenting your database.&amp;nbsp; On a highly fragmented database(s) version store has to keep track unoptimized&amp;nbsp;links and tables and dealing with records that are not on the fewest number of pages possible,&amp;nbsp;in essence bloating version store size with each transaction.&amp;nbsp; For indepth information on Exchange Store Maintenance, go &lt;A class="" title=Maintenance href="http://technet.microsoft.com/en-us/library/aa996226(EXCHG.65).aspx" mce_href="http://technet.microsoft.com/en-us/library/aa996226(EXCHG.65).aspx"&gt;here&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Keep your message size limits down.&amp;nbsp; Going hand in hand with this is preventing older Outlook clients from accessing your server.&amp;nbsp; Old clients (Older than Outlook 2003 SP2 in cached mode, any version of Outlook 2003 and higher for online mode) ignore your message size limits for submitting messages, so older clients could attach a 100 meg file and submit and store would have to deal with it even though it's over the size limit.&amp;nbsp; &lt;A class="" title="Size Limits" href="http://support.microsoft.com/kb/885917" mce_href="http://support.microsoft.com/kb/885917"&gt;This&lt;/A&gt; should give you the gist of what I'm talking about here.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;Hope this helps with your environment.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3116012" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Exchange/default.aspx">Exchange</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Version+Store/default.aspx">Version Store</category></item><item><title>PTE depletion, handle leaks and You</title><link>http://blogs.technet.com/jeff_stokes/archive/2008/08/28/pte-depletion-handle-leaks-and-you.aspx</link><pubDate>Thu, 28 Aug 2008 17:28:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3113444</guid><dc:creator>jeffstok</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/jeff_stokes/comments/3113444.aspx</comments><wfw:commentRss>http://blogs.technet.com/jeff_stokes/commentrss.aspx?PostID=3113444</wfw:commentRss><wfw:comment>http://blogs.technet.com/jeff_stokes/rsscomments.aspx?PostID=3113444</wfw:comment><description>&lt;P&gt;Applies to:&amp;nbsp; Windows 2000 Server/Advanced Server, Windows 2003 32bit Server, Exchange 2000/2003&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;PTEs&lt;/U&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ok, so one of the most overlooked resources we run into with performance and availability problems is the availability (or lack thereof) of Free Page Table Entries.&amp;nbsp; What is a PTE?&amp;nbsp; It's basically an I/O&amp;nbsp;partition table, if you will.&amp;nbsp; Wikipedia has an awesome link with 8x10 color glossy photos, with circles and arrows and a paragraph on the back explaining what each one is, so I'll point you &lt;A class="" title="Wikipedia Page Table Entry" href="http://en.wikipedia.org/wiki/Page_table" target=_blank mce_href="http://en.wikipedia.org/wiki/Page_table"&gt;there&lt;/A&gt;.&amp;nbsp; Cliff Huffman&amp;nbsp;also has an excellent post on PTEs &lt;A class="" title="Clint Huffmans post" href="http://blogs.technet.com/clint_huffman/archive/2008/04/07/free-system-page-table-entries-ptes.aspx" mce_href="http://blogs.technet.com/clint_huffman/archive/2008/04/07/free-system-page-table-entries-ptes.aspx"&gt;here&lt;/A&gt;&amp;nbsp;that specifically talks about Windows.&lt;/P&gt;
&lt;P&gt;So anyway, running out of Free Table Entries is bad, because it causes system hangs, sporadic lock ups, general unresponsiveness, etc.&amp;nbsp; These symptoms present themselves in Exchange as general slow performance or service unavailability.&lt;/P&gt;
&lt;P&gt;You manage your available PTEs in Windows with the boot.ini and also the SystemPages registry key.&amp;nbsp; Generally speaking for an Exchange Server that is properly configured, you'll see your PTE values somewhere between 8000-16000.&amp;nbsp;&amp;nbsp;A large number of PTEs (50k or so) may be a hint that you're not using the /3GB switch on your server.&amp;nbsp; A lower value generally means there is a problem.&lt;/P&gt;
&lt;P&gt;This problem can either be a configuration issue, or if the PTE value is falling, a memory leak.&lt;/P&gt;
&lt;P&gt;If you are dealing with a static low value and you've examined all the configuration settings and they all seem fine, but the value is still low (flagging in the EXBPA for example), then add /basevideo to your boot.ini.&amp;nbsp; The new agp/pci-e video drivers consume a lot of PTEs, and who needs the super-duper video card drivers on an Exchange box anyway?&lt;/P&gt;
&lt;P&gt;If you are dealing with a leak, update your drivers for everything, NIC, HBA, Video, SCSI controller, you name it, update it.&amp;nbsp; If you've done all that and still haven't gotten the leak addressed, contact PSS to get one of us involved with your case.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Handles&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Another resource people don't usually pay much attention to is handle count.&amp;nbsp; Excessive handle consumption can cause all kinds of non-paged kernel pool problems because they reside within that memory space.&lt;/P&gt;
&lt;P&gt;If you have the symptoms of a memory leak but don't see what is causing it, check out the handle count in task manager.&amp;nbsp; You can do this by going to the Processes tab and selecting View/Select Columns and selecting Handles.&amp;nbsp; Handle usage varies by application and what it's doing at the time, but if you have an application with 100k handles open and your machine performance isn't the greatest, you may be dealing with a handle leak.&amp;nbsp; If you are, your non-paged pool kernel memory may also be high but not showing anything eating it up in poolmon.&amp;nbsp; This is because the handles don't appear to be taken into account on the poolmon monitor in some cases, so high consumption of handles by a resource don't end up under the process tag.&lt;/P&gt;
&lt;P&gt;If you have a process with a high handle count, contact the vendor.&lt;/P&gt;
&lt;P&gt;Documents on PTEs:&lt;/P&gt;
&lt;P&gt;&lt;A class="" title="The effects of 4GT tuning on system Page Table Entries" href="http://support.microsoft.com/kb/311901" mce_href="http://support.microsoft.com/kb/311901"&gt;The effects of 4GT tuning on system Page Table Entries&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="" title="How to Configure the Paged Address Pool and System Page Table Entry Memory Areas" href="http://support.microsoft.com/kb/247904" mce_href="http://support.microsoft.com/kb/247904"&gt;How to Configure the Paged Address Pool and System Page Table Entry Memory Areas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Documents on Handles:&lt;/P&gt;
&lt;P mce_keep="true"&gt;Well, here you can see the impact of high handle count:&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A class="" title="Microsoft KB" href="http://support.microsoft.com/search/default.aspx?mode=r&amp;amp;query=handle+count&amp;amp;spid=global&amp;amp;catalog=LCID%3D1033&amp;amp;1033comm=1&amp;amp;res=20" mce_href="http://support.microsoft.com/search/default.aspx?mode=r&amp;amp;query=handle+count&amp;amp;spid=global&amp;amp;catalog=LCID%3D1033&amp;amp;1033comm=1&amp;amp;res=20"&gt;Microsoft KB&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3113444" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Exchange/default.aspx">Exchange</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/PTE/default.aspx">PTE</category><category domain="http://blogs.technet.com/jeff_stokes/archive/tags/Handle+Leak/default.aspx">Handle Leak</category></item></channel></rss>