<?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 the Recipient Update Service (RUS) using Event Logs - Part 3</title><link>http://blogs.technet.com/exchange/archive/2004/07/22/191513.aspx</link><description>(Please go here for Part 1 of this series and here for Part 2 ) Question 4 when troubleshooting the RUS - Which policies match the user? If you got this far, then you know that the RUS queried for the changes, and the query returned the expected result.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Troubleshooting the Recipient Update Service (RUS) using Event Logs - Part 3</title><link>http://blogs.technet.com/exchange/archive/2004/07/22/191513.aspx#192287</link><pubDate>Fri, 23 Jul 2004 08:37:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:192287</guid><dc:creator>Frank Carius</dc:creator><description>Great article bill.&lt;br&gt;I expect your white paper some weeks later :-) but how can we troubleshoot the rus, if everything is setup fine, diagnostic logging is enabled and there is still nothing in the eventlog. An the RUS is not doing anything. ?&lt;br&gt;It looks like it does not start at all.&lt;br&gt;&lt;br&gt;Frank</description></item><item><title>re: Troubleshooting the Recipient Update Service (RUS) using Event Logs - Part 3</title><link>http://blogs.technet.com/exchange/archive/2004/07/22/191513.aspx#192648</link><pubDate>Fri, 23 Jul 2004 15:06:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:192648</guid><dc:creator>Bill Long</dc:creator><description>Good question - I'll be sure to add this info before we make it a KB article.&lt;br&gt;&lt;br&gt;When you start the System Attendant service, it loads a series of DLLs. One of these DLLs will be ABV_DG.DLL. Look for this series of events:&lt;br&gt;&lt;br&gt;Event Type:	Information&lt;br&gt;Event Source:	MSExchangeSA&lt;br&gt;Event Category:	General &lt;br&gt;Event ID:	1000&lt;br&gt;Date:		7/23/2004&lt;br&gt;Time:		9:44:49 AM&lt;br&gt;User:		N/A&lt;br&gt;Computer:	BILONGEXCH1&lt;br&gt;Description:&lt;br&gt;Microsoft Exchange System Attendant is starting. Microsoft Exchange Server System Attendant, service startup complete, version 6.5 (build 7226.0). &lt;br&gt;&lt;br&gt;... then some other stuff, probably DSACCESS initializing and such... then:&lt;br&gt;&lt;br&gt;Event Type:	Information&lt;br&gt;Event Source:	MSExchangeSA&lt;br&gt;Event Category:	General &lt;br&gt;Event ID:	9006&lt;br&gt;Date:		7/23/2004&lt;br&gt;Time:		9:44:49 AM&lt;br&gt;User:		N/A&lt;br&gt;Computer:	BILONGEXCH1&lt;br&gt;Description:&lt;br&gt;Microsoft Exchange System Attendant is loading 'ABV_DG.DLL'. &lt;br&gt;&lt;br&gt;Event Type:	Information&lt;br&gt;Event Source:	MSExchangeSA&lt;br&gt;Event Category:	General &lt;br&gt;Event ID:	9008&lt;br&gt;Date:		7/23/2004&lt;br&gt;Time:		9:44:50 AM&lt;br&gt;User:		N/A&lt;br&gt;Computer:	BILONGEXCH1&lt;br&gt;Description:&lt;br&gt;Microsoft Exchange System Attendant is starting 'ABV_DG.DLL'. &lt;br&gt;&lt;br&gt;Right after the 9008 indicating that ABV_DG.DLL is starting, you should begin seeing 8011 and 8012 events as it searches for the existing RUS's. If you see the 9006 but not the 9008, the RUS server thinks it's a front-end server. ABV_DG.DLL does not start on a front-end server, so you'll never see any 8011 or 8012 events on a front-end. The RUS needs to be pointed to a back-end.&lt;br&gt;&lt;br&gt;If you see the 9008, you should see some 8011's and 8012's just after it. After a few of these, you should see it actually search for the existing RUS objects:&lt;br&gt;&lt;br&gt;Event Type:	Information&lt;br&gt;Event Source:	MSExchangeAL&lt;br&gt;Event Category:	LDAP Operations &lt;br&gt;Event ID:	8011&lt;br&gt;Date:		7/23/2004&lt;br&gt;Time:		9:44:50 AM&lt;br&gt;User:		N/A&lt;br&gt;Computer:	BILONGEXCH1&lt;br&gt;Description:&lt;br&gt;Searching directory bilongexch1.bilong.test at base 'CN=Recipient Update Services,CN=Address Lists Container,CN=Microsoft,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=bilong,DC=test' using filter '(&amp;amp;(objectCategory=msExchAddressListService)(!(IsDeleted=TRUE)))' and requesting attributes distinguishedName; objectGUID; LegacyExchangeDN; msExchADCGlobalNames; ObjectSID; ObjectClass; msExchMasterServiceBL; activationSchedule; activationStyle; msExchAddressListServiceLink; msExchDomainLink; msExchServer1AuthenticationCredentials; msExchServer1AuthenticationPassword; msExchEncryptedPassword; msExchServer1NetworkAddress; msExchExportContainers; msExchReplicateNow; msExchDoFullReplication; msExchServer1LastUpdateTime; msExchServer1HighestUSN; msExchServer1PageSize; msExchPollInterval; msExchServer1Flags; VersionNumber; msExchServer1HighestUSNVector; msExchProcessedSids; msExchDomainGlobalGroupSid; msExchDomainLocalGroupSid; msExchDomainGlobalGroupGuid; msExchDomainLocalGroupGuid; gatewayProxy.   &lt;br&gt;&lt;br&gt;Notice the filter in that event. It's looking for any objects of class msExchAddressListService where isDeleted is not TRUE - basically, any RUS objects that aren't tombstoned. This search should return a number of results equal to the number of RUS's you have:&lt;br&gt;&lt;br&gt;Event Type:	Information&lt;br&gt;Event Source:	MSExchangeAL&lt;br&gt;Event Category:	LDAP Operations &lt;br&gt;Event ID:	8012&lt;br&gt;Date:		7/23/2004&lt;br&gt;Time:		9:44:50 AM&lt;br&gt;User:		N/A&lt;br&gt;Computer:	BILONGEXCH1&lt;br&gt;Description:&lt;br&gt;Search of directory bilongexch1.bilong.test at base 'CN=Recipient Update Services,CN=Address Lists Container,CN=Microsoft,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=bilong,DC=test' returned 2 objects.   &lt;br&gt;&lt;br&gt;In my case I have only my Enterprise RUS and one domain RUS, so the search returns 2 objects as expected. If this search doesn't return any results, your Exchange server doesn't see the RUS objects, probably due to a permissions problem. If it can't see them, it can't see that it's responsible for any of them, so the RUS will never kick off. But even if it doesn't see them you should periodically see 8011's and 8012's as it checks for the existence of any RUS's. If you're not seeing any 8011's and 8012's at all, then ABV_DG.DLL probably was not started because the server is a front-end.&lt;br&gt;&lt;br&gt;Hope this helps! Now I need to figure out where to add this info in the doc...  :-)</description></item><item><title>Troubleshooting the Recipient Update Service (RUS) using Event Logs - Part 4 (last part)</title><link>http://blogs.technet.com/exchange/archive/2004/07/22/191513.aspx#268895</link><pubDate>Wed, 24 Nov 2004 03:31:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:268895</guid><dc:creator>You Had Me At EHLO...</dc:creator><description /></item><item><title>Recipient Update Service en Exchange 2000 y Exchange 2003 - Part II</title><link>http://blogs.technet.com/exchange/archive/2004/07/22/191513.aspx#425297</link><pubDate>Sat, 15 Apr 2006 00:36:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:425297</guid><dc:creator>Latin America Support Team Blog</dc:creator><description>&amp;amp;amp;nbsp;&lt;br&gt;&lt;br&gt;Recipient Update Service en Exchange 2000 y Exchange 2003&lt;br&gt;Parte II – Seguimiento de problemas...</description></item></channel></rss>