<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.9.2 (http://www.squarespace.com/) on Mon, 15 Mar 2010 02:11:56 GMT--><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rss="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:cc="http://web.resource.org/cc/"><rss:channel rdf:about="http://www.johnmclagan.com/blog/"><rss:title>Blog</rss:title><rss:link>http://www.johnmclagan.com/blog/</rss:link><rss:description></rss:description><dc:language>en-US</dc:language><dc:date>2010-03-15T02:11:56Z</dc:date><admin:generatorAgent rdf:resource="http://www.squarespace.com/">Squarespace Site Server v5.9.2 (http://www.squarespace.com/)</admin:generatorAgent><rss:items><rdf:Seq><rdf:li rdf:resource="http://www.johnmclagan.com/blog/2009/2/24/blackberry-messaging-agent-20000-is-showing-in-the-applicati.html"/><rdf:li rdf:resource="http://www.johnmclagan.com/blog/2008/6/23/how-do-i-enable-the-num-lock-key-before-and-for-the-logon-sc.html"/></rdf:Seq></rss:items></rss:channel><rss:item rdf:about="http://www.johnmclagan.com/blog/2009/2/24/blackberry-messaging-agent-20000-is-showing-in-the-applicati.html"><rss:title>BlackBerry Messaging Agent 20000 is showing in the Application event log upon startup or restart of services</rss:title><rss:link>http://www.johnmclagan.com/blog/2009/2/24/blackberry-messaging-agent-20000-is-showing-in-the-applicati.html</rss:link><dc:creator>John McLagan</dc:creator><dc:date>2009-02-24T21:13:00Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[<p><strong><span style="color:#ff0000;">Problem</span></strong> - During a restart of a server that contains the BES Software, the following error messages are logged -</p><p><span style="font-size:78%;">Event Type: Warning<br/>Event Source: ExchangeConnector<br/>Event Category: None<br/>Event ID: 20000<br/>Date: 2/24/2009<br/>Time: 2:56:59 PM<br/>User: N/A<br/>Computer: COMPUTER NAME<br/>Description:<br/>BIPPeClient::Connect: Error calling host "COMPUTER NAME" [IP ADDRESS OF COMPUTER] (10061)</p><p>Event Type: Warning<br/>Event Source: BlackBerry Messaging Agent COMPUTER NAME Agent 1<br/>Event Category: None<br/>Event ID: 20000<br/>Date: 2/24/2009<br/>Time: 2:56:59 PM<br/>User: N/A<br/>Computer: COMPUTER NAME<br/>Description:<br/>BIPPaClient::Connect: Error calling host "localhost" [127.0.0.1] (10061)</p><p>Event Type: Warning<br/>Event Source: BlackBerry Policy Service<br/>Event Category: None<br/>Event ID: 20000<br/>Date: 2/24/2009<br/>Time: 2:56:59 PM<br/>User: N/A<br/>Computer: COMPUTER NAME<br/>Description:<br/>BIPPeClient::Connect: Error calling host "localhost" [127.0.0.1] (10061)</p><p>Event Type: Warning<br/>Event Source: BlackBerry Synchronization Service<br/>Event Category: None<br/>Event ID: 20000<br/>Date: 2/24/2009<br/>Time: 2:56:59 PM<br/>User: N/A<br/>Computer: COMPUTER NAME<br/>Description:<br/>BIPPeClient::Connect: Error calling host "COMPUTER NAME" [IP ADDRESS OF COMPUTER] (10061)<br/></span></p><p><strong><span style="color:#ff0000;">Explanation</span></strong> - This error can occur during starting of the server that contains the blackberry software and/or a restart of the blackberry server services.</p><p>Googling around the internets, I have found conflicting information regarding this error. Some posts say to ignore it, others suggest a firewall issue and others state that Blackberry might be blocking your SRP #. None that I found gave me a reason for it happening or a resolution other than ignoring it.</p><p>This condition can occur because of a race between services restarting. If the resolution below does not eliminate the error, then you may have something else going on within the BES software. This resolution just happened to work for me.</p><p><span style="color:#ff0000;"><strong>Resolution</strong></span> -</p><p>Testing - Perform the following steps on the server containing the BES Software -</p><ol><li>Open Services - Start > Run > Type SERVICES.MSC and Click OK<br/></li><li>Stop the Blackberry services in the following order -</p><p>Blackberry Router<br/>Blackberry Dispatcher<br/>Blackberry Controller</p><p>Then stop all other services that begin with Blackberry in any order you wish.<br/></li><li>Wait for 30 seconds and restart the Blackberry services in the same order -</p><p>Blackberry Router<br/>Blackberry Dispatcher<br/>Blackberry Controller</p><p>Then start all other services that begin with Blackberry in any order you wish.<br/></li></ol><p>If this does not produce the errors listed above in the Application event logs, then you have just confirmed that it is a race condition with the services starting. The problem can be safely ignored if all services are completing startup despite the errors.</p><p>Otherwise, you can make the services dependent on each other to eliminate the problem from having the ability of occurring.</p><p>To make the services dependent -</p><ol><li>Open Registry Editor - Start > Run > Type REGEDIT and Click OK<br/></li><li>Navigate to the key - [HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ BlackBerry Controller<br/></li><li>Edit the DependOnService Value to include Blackberry Dispatcher</p><p>Double click the DependOnService and type Blackberry Dispatcher on a separate line (Be careful not to change any of the existing entries.<br/></li><li>Navigate to the key - [HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ Blackberry Dispatcher<br/></li><li>Edit the DependOnService Value to include Blackberry Router<br/></li><li>Navigate the remaining keys that Begin with Blackberry under [HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services and Edit the DependOnService Value to include BlackBerry Controller</p><p>You may need to add the DependOnService Value to some of the keys. To do this, make sure the specific key is highlighted on the left and right click on the right and click NEW > Multi-String Value.</p><p>Name the Value DependOnService and hit enter to accept. Then add the BlackBerry Controller in the Data.<br/></li><li>Now restart your computer for the setting to take effect.</li></ol></p>]]></content:encoded></rss:item><rss:item rdf:about="http://www.johnmclagan.com/blog/2008/6/23/how-do-i-enable-the-num-lock-key-before-and-for-the-logon-sc.html"><rss:title>How do I enable the NUM LOCK key before and for the logon screen?</rss:title><rss:link>http://www.johnmclagan.com/blog/2008/6/23/how-do-i-enable-the-num-lock-key-before-and-for-the-logon-sc.html</rss:link><dc:creator>John McLagan</dc:creator><dc:date>2008-06-23T12:23:00Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[<p><strong><span style="color:#ff0000;"></span></strong><br/><strong><span style="color:#ff0000;">Enabling NUM LOCK before the logon screen</span></strong> -</p><p>Check BIOS settings - For NUM LOCK to be on prior to the windows login screen, this would be controlled at a BIOS level. Most modern systems have a BIOS option to enable NUM LOCK during the system startup. (Note - This does not change the setting in windows for the Logon Screen)</p><p><strong><span style="color:#ff0000;">Enabling NUM LOCK for the logon screen</span></strong> -</p><p>Change the System Setting key as indicated below. The Current User Setting is to change it for only the current person logged in. The System Setting is to change it for all users.</p><p>[HKEY_CURRENT_USER \ Control Panel \ Keyboard] {Current User Setting}<br/>[HKEY_USERS \.Default \Control Panel \ Keyboard] {System Setting}</p><p>InitialKeyboardIndicators = "0"</p><p>"0" - All Keys off<br/>"1" - Caps Lock on<br/>"2" - Num Lock on<br/>"4" - Scroll Lock on</p><p>For multiple keys, add their values:<br/>"3" - Caps Lock and Num Lock on<br/>"5" - Caps Lock and Scroll Lock on<br/>"6" - Num Lock and Scroll Lock on<br/>"7" - Caps Lock, Num Lock, and Scroll Lock on</p><p>"2147483648" - Honor the motherboard BIOS setting (Vista only)</p><p><strong><span style="color:#ff0000;">More Info</span></strong> -</p><p><a href="http://support.microsoft.com/kb/154529/EN-US/" target="_blank">MS KB Q154529</a> (Merged with Q315468)</p><p><a href="http://support.microsoft.com/kb/Q101898" target="_blank">MS KB Q101898</a></p>]]></content:encoded></rss:item></rdf:RDF>