<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6804743866760118429</id><updated>2011-07-08T12:59:33.677+01:00</updated><title type='text'>Ravenbridge Technology</title><subtitle type='html'>This series of blogs is an attempt to record and collate information I have found useful in supporting PCs and Networks. Maybe it is more of an aide memoir for me!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ravenbridge.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6804743866760118429/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ravenbridge.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Dennis Winderbank &amp;amp; Luke De St Croix</name><uri>http://www.blogger.com/profile/09660595906321239874</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6804743866760118429.post-6975919663365786070</id><published>2009-11-18T12:08:00.003Z</published><updated>2009-11-18T12:20:22.324Z</updated><title type='text'>ASP File Upload - ADODB.Stream error '800a0bbc' Write to file failed</title><content type='html'>I have been using a useful ASP module to upload files to web servers - Check out &lt;a href="http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=8525&amp;amp;lngWId=4"&gt;http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=8525&amp;amp;lngWId=4&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Recently one implementation started reporting errors - - ADODB.Stream error '800a0bbc' Write to file failed.&lt;br /&gt;&lt;br /&gt;It appears that Vista and IE7 and IE8 do not pass over the full path string of the file to be uploaded.&lt;br /&gt;&lt;br /&gt;To fix the problem - in the file named clsField.asp change&lt;br /&gt;&lt;br /&gt;' Parse File Name&lt;br /&gt;If Not InStrRev(pstrPath, "\") = 0 Then&lt;br /&gt;    FileName = Mid(pstrPath, InStrRev(pstrPath, "\") + 1)&lt;br /&gt;End If&lt;br /&gt;&lt;br /&gt;to&lt;br /&gt;' Parse File Name&lt;br /&gt;If Not InStrRev(pstrPath, "\") = 0 Then&lt;br /&gt;   FileName = Mid(pstrPath, InStrRev(pstrPath, "\") + 1)&lt;br /&gt;Else&lt;br /&gt;   FileName = pstrPath&lt;br /&gt;End If&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6804743866760118429-6975919663365786070?l=ravenbridge.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=8525&amp;lngWId=4' title='ASP File Upload - ADODB.Stream error &apos;800a0bbc&apos; Write to file failed'/><link rel='replies' type='application/atom+xml' href='http://ravenbridge.blogspot.com/feeds/6975919663365786070/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6804743866760118429&amp;postID=6975919663365786070' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6804743866760118429/posts/default/6975919663365786070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6804743866760118429/posts/default/6975919663365786070'/><link rel='alternate' type='text/html' href='http://ravenbridge.blogspot.com/2009/11/asp-file-upload-adodbstream-error.html' title='ASP File Upload - ADODB.Stream error &apos;800a0bbc&apos; Write to file failed'/><author><name>Dennis Winderbank &amp;amp; Luke De St Croix</name><uri>http://www.blogger.com/profile/09660595906321239874</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6804743866760118429.post-8258160295329392833</id><published>2009-04-09T12:46:00.002+01:00</published><updated>2009-04-09T12:49:53.470+01:00</updated><title type='text'>SQL 2000 Service Pack 4 Installation Failure</title><content type='html'>This service pack will fail if any SQL service is disabled. Check for services names MSSQL$..... and change the property from disabled to manual. The service pack will then install.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6804743866760118429-8258160295329392833?l=ravenbridge.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ravenbridge.blogspot.com/feeds/8258160295329392833/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6804743866760118429&amp;postID=8258160295329392833' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6804743866760118429/posts/default/8258160295329392833'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6804743866760118429/posts/default/8258160295329392833'/><link rel='alternate' type='text/html' href='http://ravenbridge.blogspot.com/2009/04/sql-2000-service-pack-4-installation.html' title='SQL 2000 Service Pack 4 Installation Failure'/><author><name>Dennis Winderbank &amp;amp; Luke De St Croix</name><uri>http://www.blogger.com/profile/09660595906321239874</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6804743866760118429.post-3228044201787438713</id><published>2009-04-09T12:41:00.002+01:00</published><updated>2009-04-09T12:46:37.368+01:00</updated><title type='text'>Blackberry Error Code 0×8004fd2b</title><content type='html'>This error seems to be caused by a corruption in one of the files in the Intellisync folder.&lt;br /&gt;&lt;br /&gt;The easiest way to correct this problem is to allow Intellisync to recreate the files, by renaming / deleting the Intellisync folder.&lt;br /&gt;&lt;br /&gt;The folder can be found at&lt;br /&gt;&lt;br /&gt;C: \ Documents and Settings \ &lt;username&gt; \Application Data\ Research In Motion\BlackBerry&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6804743866760118429-3228044201787438713?l=ravenbridge.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ravenbridge.blogspot.com/feeds/3228044201787438713/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6804743866760118429&amp;postID=3228044201787438713' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6804743866760118429/posts/default/3228044201787438713'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6804743866760118429/posts/default/3228044201787438713'/><link rel='alternate' type='text/html' href='http://ravenbridge.blogspot.com/2009/04/blackberry-error-code-08004fd2b.html' title='Blackberry Error Code 0×8004fd2b'/><author><name>Dennis Winderbank &amp;amp; Luke De St Croix</name><uri>http://www.blogger.com/profile/09660595906321239874</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6804743866760118429.post-7773105926374607909</id><published>2008-06-13T20:46:00.003+01:00</published><updated>2008-06-13T21:02:53.616+01:00</updated><title type='text'>D-Link DPH-120S IP Phone - web password</title><content type='html'>Setting up the D-Link IP Phone is very straigtforward when you can connect to it using a web browser. The problem is that it asks for a user name and password, which according to the documentation should both be blank. On trying this with a brand new phone, the blank user name and password does not work.&lt;br /&gt;&lt;br /&gt;The first thought was to perform a reset to factory default settings. This can only be done (according to the user guide) from the web browser! A search of the internet found a code to reset the phone - key in 255 * 000 # and click OK twice.&lt;br /&gt;&lt;br /&gt;Still no good. I finally found a note on the Australian D-Link site explaining that the D-Link phone has a problem with IE7 and suggesting reverting to Firefox or IE6. This solved the problem.&lt;br /&gt;&lt;br /&gt;When setting up the phone it is important to remember to set up the SIP Proxy site:&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6804743866760118429-7773105926374607909?l=ravenbridge.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.dlink.com.au/tech/' title='D-Link DPH-120S IP Phone - web password'/><link rel='replies' type='application/atom+xml' href='http://ravenbridge.blogspot.com/feeds/7773105926374607909/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6804743866760118429&amp;postID=7773105926374607909' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6804743866760118429/posts/default/7773105926374607909'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6804743866760118429/posts/default/7773105926374607909'/><link rel='alternate' type='text/html' href='http://ravenbridge.blogspot.com/2008/06/d-link-dph-120s-ip-phone-web-password.html' title='D-Link DPH-120S IP Phone - web password'/><author><name>Dennis Winderbank &amp;amp; Luke De St Croix</name><uri>http://www.blogger.com/profile/09660595906321239874</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6804743866760118429.post-978545043673150205</id><published>2008-06-06T13:49:00.005+01:00</published><updated>2008-06-06T14:06:54.450+01:00</updated><title type='text'>Network Disk Speed Improvements</title><content type='html'>If you are running a Microsoft server with an NTFS disk system, it is possible to improve the performance by switching off the facility for recording the last file access time.&lt;br /&gt;&lt;br /&gt;To disable Last Access timestamps create the following registry key:&lt;br /&gt;&lt;br /&gt;Key Name: KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\&lt;br /&gt;FileSystem&lt;br /&gt;Name: NtfsDisableLastAccessUpdate&lt;br /&gt;Type: REG_DWORD&lt;br /&gt;Value: 1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6804743866760118429-978545043673150205?l=ravenbridge.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ravenbridge.blogspot.com/feeds/978545043673150205/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6804743866760118429&amp;postID=978545043673150205' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6804743866760118429/posts/default/978545043673150205'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6804743866760118429/posts/default/978545043673150205'/><link rel='alternate' type='text/html' href='http://ravenbridge.blogspot.com/2008/06/network-disk-speed-improvements.html' title='Network Disk Speed Improvements'/><author><name>Dennis Winderbank &amp;amp; Luke De St Croix</name><uri>http://www.blogger.com/profile/09660595906321239874</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6804743866760118429.post-4863673566262271925</id><published>2008-06-03T20:58:00.003+01:00</published><updated>2008-06-04T07:46:27.656+01:00</updated><title type='text'>Outlook Distribution Lists</title><content type='html'>This issue has caused us a lot of wasted time recently. The problem is caused by the way that Microsoft handles Contacts Distribution Lists in Outlook and when you copy or export a Contact folder the Distribution Lists link to the Contact Record is broken.&lt;br /&gt;&lt;br /&gt;The quickest way of reinstating the list is to follow the following procedure.&lt;br /&gt;&lt;br /&gt;1) Open the list.&lt;br /&gt;2) Save the list as a text file&lt;br /&gt;3) Remove all the members&lt;br /&gt;4) Open the text file and select the list of names and addresses&lt;br /&gt;5) Copy the list&lt;br /&gt;6) Paste the list in Excel&lt;br /&gt;7) Copy the first column (the names without addresses)&lt;br /&gt;8) In the list, click on select members&lt;br /&gt;9) Choose the appropriate address book&lt;br /&gt;10) Paste the list into the name box and press OK&lt;br /&gt;11) Outlook will then take some time to check each of the names. If there are any duplicates, you will need to select the appropriate contact record manually.&lt;br /&gt;12) Save and close the list.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6804743866760118429-4863673566262271925?l=ravenbridge.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ravenbridge.blogspot.com/feeds/4863673566262271925/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6804743866760118429&amp;postID=4863673566262271925' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6804743866760118429/posts/default/4863673566262271925'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6804743866760118429/posts/default/4863673566262271925'/><link rel='alternate' type='text/html' href='http://ravenbridge.blogspot.com/2008/06/outlook-distribution-lists.html' title='Outlook Distribution Lists'/><author><name>Dennis Winderbank &amp;amp; Luke De St Croix</name><uri>http://www.blogger.com/profile/09660595906321239874</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
