<?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>MattLog.net &#187; BlackBerry</title>
	<atom:link href="http://mattlog.net/tag/blackberry/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattlog.net</link>
	<description>Matts Admin Tips</description>
	<lastBuildDate>Wed, 21 Jul 2010 01:37:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>BlackBerry Appointments in Outlook One Hour Late</title>
		<link>http://mattlog.net/2009/03/03/blackberry-appointments-in-outlook-one-hour-late/</link>
		<comments>http://mattlog.net/2009/03/03/blackberry-appointments-in-outlook-one-hour-late/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 06:24:45 +0000</pubDate>
		<dc:creator>Matt Shadbolt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[DST]]></category>
		<category><![CDATA[telstra]]></category>

		<guid isPermaLink="false">http://mattlog.net/?p=117</guid>
		<description><![CDATA[I&#8217;ve spent some time yesterday troubleshooting a BlackBerry/Outlook issue where any BB user who created an appointment on their BlackBerry handset and synced it over the air with Outlook/Exchange 07, the appointment would schedule 60 minutes after the set time. The time difference was only in Outlook &#8211; the BB calendar was fine. After trying [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent some time yesterday troubleshooting a BlackBerry/Outlook issue where any BB user who created an appointment on their BlackBerry handset and synced it over the air with Outlook/Exchange 07, the appointment would schedule 60 minutes after the set time. The time difference was only in Outlook &#8211; the BB calendar was fine.</p>
<p>After trying various fixes, including deploying the BB DST update to the handheld, I found that the &#8220;Canberra, Sydney +10&#8243; time zone was creating the appointments as +11. If I set the users handset to &#8220;Hobart +10&#8243; the appointment times worked perfectly. After finally giving up and calling Telstra I was put on hold&#8230; when a recorded message said there was dedicated BB support on the Telstra website I decided to check it out.</p>
<p>I found that there was indeed an issue with the DST zones and it would affect all BES users from 1st March to 4th April.</p>
<p>Let me save all of you Telstra customers 16 hours of work searching for this update:<a href="http://www.blackberry.com/btsc/dynamickc.do?externalId=KB15058&amp;sliceId=SAL_Public&amp;command=show&amp;forward=nonthreadedKC&amp;kcId=KB15058"> http://www.blackberry.com/btsc/dynamickc.do?externalId=KB15058&amp;sliceId=SAL_Public&amp;command=show&amp;forward=nonthreadedKC&amp;kcId=KB15058</a> (and for god sake RIM, why can&#8217;t you make it easier to find technical information on your website? Oh, and open your knowledge-base to Google! Grrr)</p>
<p>In the end, follow the steps in the URL above (its a simple reg fix, and a SQL script) and your &#8220;Canberra, Sydney +10&#8243; will be working fine again.</p>
<p>Phew.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattlog.net/2009/03/03/blackberry-appointments-in-outlook-one-hour-late/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PPTP VPN not connecting (Error 800)</title>
		<link>http://mattlog.net/2008/09/15/pptp-vpn-not-connecting-error-800/</link>
		<comments>http://mattlog.net/2008/09/15/pptp-vpn-not-connecting-error-800/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 01:05:42 +0000</pubDate>
		<dc:creator>Matt Shadbolt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Microsoft Small Business Server]]></category>
		<category><![CDATA[Port Query Tool]]></category>
		<category><![CDATA[PPTP]]></category>
		<category><![CDATA[SBS]]></category>
		<category><![CDATA[TCPView]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://mattlog.wordpress.com/?p=44</guid>
		<description><![CDATA[My users logged a call this morning complaining that they couldn&#8217;t connect to the corportate VPN &#8211; PPTP running on RAS (Microsoft Small Business Server 2003). I tried to connect and found the same thing. After restarting the RAS services I started to troubleshoot. I tried everything from disabling/enabling the Miniport driver to deleting the [...]]]></description>
			<content:encoded><![CDATA[<p>My users logged a call this morning complaining that they couldn&#8217;t connect to the corportate VPN &#8211; PPTP running on RAS (Microsoft Small Business Server 2003). I tried to connect and found the same thing.</p>
<p>After restarting the RAS services I started to troubleshoot.</p>
<p>I tried everything from disabling/enabling the Miniport driver to deleting the PPTP config and starting again &#8211; all to no avail.</p>
<p>Running the Microsoft Port Query tool (<a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;310099">http://support.microsoft.com/default.aspx?scid=kb;en-us;310099</a>) I found that the PPTP port 1723 was &#8220;ESTABLISHED&#8221; &#8211; this should be in &#8220;LISTENING&#8221; mode. This tells me that there is something running on the 1723 port that shouldn&#8217;t be &#8211; locking my users out.</p>
<p>I then used another great tool from sysinternals to find the process that was using my PPTP port. The tool is called TCPView and you can download it at <a href="http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx">http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx</a>. TCPView told me that the connection on port 1723 was established by my SQL server and the exe that was using it was a BlackBerry service. I killed the process, restarted the RAS services and our PPTP VPN was now working.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattlog.net/2008/09/15/pptp-vpn-not-connecting-error-800/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
