<?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-15744734</id><updated>2012-01-25T23:09:55.117+11:00</updated><category term='Utility'/><category term='Development'/><category term='SPCAPAC'/><category term='administration'/><title type='text'>Guru-Web</title><subtitle type='html'>SharePoint blogging</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default?start-index=101&amp;max-results=100'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>159</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-15744734.post-4694399691402705403</id><published>2011-10-09T18:59:00.001+11:00</published><updated>2011-10-09T18:59:42.857+11:00</updated><title type='text'>Trust me, I’m digitally signed</title><content type='html'>&lt;p&gt;InfoPath has this concept of trust levels. A form template can be running in one of three levels of trust – Restricted, Domain or Full Trust. By default, InfoPath uses the &lt;strong&gt;Restricted&lt;/strong&gt; trust level. This prevents you accessing any resources outside of the form template. If you add any managed code or data connections, InfoPath will raise the trust level to &lt;strong&gt;Domain&lt;/strong&gt;. Sometimes your template needs to include code that requires the &lt;strong&gt;Full Trust &lt;/strong&gt;level. If that’s the case, then you need to jump through extra hoops to enable this level.&lt;/p&gt;  &lt;p&gt;There are two approaches that you can use to enable Full Trust – deploying the form to desktops using an installation package or digitally signing a form. To me, the first approach is cumbersome, as it requires you to redeploy the form any time there are changes. That’s fine if your forms are very stable, but most of the forms we work on go through multiple updates. Perhaps there are easy ways to redeploy forms using products like SCCM, but I haven’t any experience with them.&lt;/p&gt;  &lt;p&gt;The second approach – digitally signing - allows you to deploy the form to a SharePoint forms library or network share. For me, this makes life easier if you need to update the template. &lt;/p&gt;  &lt;p&gt;So what is involved in digitally signing an InfoPath template? In this post, I’ll walk you through my recent experiences. Digital signatures is just one of the many areas I’m no expert in, so please forgive any incorrect assumptions I have made. I was inspired to write this post due to the lack of information I found when researching this topic myself.&lt;/p&gt;  &lt;p&gt;To state the obvious, before you can digitally sign a form template, you are going to need a digital certificate. This certificate needs to be issued by a “Certificate Authority” (commonly called a CA) that is trusted. My understanding is that our operating systems maintain a list of Trusted Root Certification Authorities. In Vista and Windows 7, this list of root certificates is updated any time your computer encounters a certificate signed by a Certificate Authority that it doesn’t already know about. You can read more about this on &lt;a href="http://technet.microsoft.com/en-us/library/cc751157.aspx" target="_blank"&gt;TechNet&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;If you want to have a look at the list of Root Certificates on your computer, open Internet Explorer 9, then go to Internet Options – Content – Certificates – Trusted Root Certification Authorities. Have a look at the Untrusted Publishers while you are there. It just goes to show that you can’t trust everyone.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/-L1t1j2hwW3M/TpFUZy8YrRI/AAAAAAAAESY/Zb91RYm6x3w/s1600-h/image%25255B3%25255D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://lh4.ggpht.com/-uveekQ6YT7Y/TpFUbTsNLOI/AAAAAAAAESc/cziWxnylZEw/image_thumb%25255B1%25255D.png?imgmax=800" width="523" height="481" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I believe that it is possible for an organisation to set up their own certificate server and register themselves as a Trusted Root Certification Authority on computers within their own network, but that is not something I have played with. Instead, we decided to purchase a certificate from Thawte, one of the main commercial Certificate Authorities.&lt;/p&gt;  &lt;p&gt;My first challenge was trying to figure out exactly what I needed to buy. I couldn’t find any reference to InfoPath code signing on any of the Certificate Authority web sites. They all seem to offer a bunch of certificate types and it was unclear to me which one I needed. For example, Thawte offer a Microsoft Authenticode certificate and a Microsoft Office VBA certificate. Well, InfoPath is an Office product, but I’m not signing VBA code. I decided to go with the Authenticode option.&lt;/p&gt;  &lt;p&gt;When I first started looking into digital signing, I wasn’t sure what exactly I needed to purchase a certificate for. Did I need a certificate for each InfoPath form template, for each computer that needed to sign forms or for each person? It turns out I was purchasing a certificate for my company. We could then sign any number of InfoPath forms with this certificate. We could deploy the code-signing certificate to as many computers as we wanted and it could be used by as many staff members as we wanted. It makes sense though to keep a tight control over who has access to the certificate, otherwise you run the risk of your certificate being used to sign code that you really don’t want to be associated with.&lt;/p&gt;  &lt;p&gt;In my next post, I’ll walk you through the steps for purchasing a cert, installing it on a computer and then signing your InfoPath form template.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4694399691402705403?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4694399691402705403/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4694399691402705403' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4694399691402705403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4694399691402705403'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2011/10/trust-me-im-digitally-signed.html' title='Trust me, I’m digitally signed'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/-uveekQ6YT7Y/TpFUbTsNLOI/AAAAAAAAESc/cziWxnylZEw/s72-c/image_thumb%25255B1%25255D.png?imgmax=800' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-9117750877384182807</id><published>2011-08-23T10:38:00.001+10:00</published><updated>2011-08-23T10:38:31.740+10:00</updated><title type='text'>SharePoint Licensing information–where to look</title><content type='html'>&lt;p&gt;Every so often I need to delve into the murky waters of SharePoint licensing. I always find this challenging. Mainly because there is a lot of contradictory information out there. I can understand why – there are many different scenarios, its complicated, people interpret the rules in lots of different ways, the rules have changed over time.&lt;/p&gt;  &lt;p&gt;Where possible, I try to reference information directly from Microsoft, as this obviously has a lot more credibility than some blog post that you read (present blogger excepted). Imagine my surprise when I recently had to research information for a SharePoint 2007 engagement I’m working on – Microsoft seems to have removed all of the SharePoint 2007 licensing information from their site. Well, they aren’t selling it any more, so I guess that makes sense. But what if you need to answer a licensing question from an existing SharePoint 2007 client?&lt;/p&gt;  &lt;p&gt;Of course the correct answer here is to refer your client to a mythical licensing expert, then wash your hands of the whole incident. After all, you are responsible for zeros and ones, not licensing compliance. &lt;/p&gt;  &lt;p&gt;But what if you did actually want to understand what is allowed and even provide “evidence” to back up any readings you have taken of the licensing tea-leaves?&lt;/p&gt;  &lt;p&gt;Here are two links that I have recently come across that I think are worth sharing. These are correct at the time of writing.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoftvolumelicensing.com/userights/DocumentSearch.aspx"&gt;http://www.microsoftvolumelicensing.com/userights/DocumentSearch.aspx&lt;/a&gt; – Search for licensing documents. I’d recommend selecting PUR (Product Use Rights) in the first column and then your preferred language, region and sector. The real magic for me is the “Show Archived” checkbox. This allows you to access older documents that contain details on products that are no longer sold (e.g. SharePoint 2007). I’ve found I get more archived results if I set Region to “WW (World Wide)”. Note that the archived results are displayed in a separate box below the current results.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://lh4.ggpht.com/-hzVHdlPukmg/TlL2goJj7VI/AAAAAAAAESQ/4CmFn9bSvDE/s1600-h/image%25255B4%25255D.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/-CqblWOF8kI4/TlL2hjSxlrI/AAAAAAAAESU/01IxEDnhLYw/image_thumb%25255B2%25255D.png?imgmax=800" width="650" height="292" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://download.microsoft.com/download/6/8/9/68964284-864d-4a6d-aed9-f2c1f8f23e14/Assessing_SharePoint_Server_Licensing.docx" href="http://download.microsoft.com/download/6/8/9/68964284-864d-4a6d-aed9-f2c1f8f23e14/Assessing_SharePoint_Server_Licensing.docx"&gt;http://download.microsoft.com/download/6/8/9/68964284-864d-4a6d-aed9-f2c1f8f23e14/Assessing_SharePoint_Server_Licensing.docx&lt;/a&gt; – “A Guide to Assessing SharePoint Server Licensing” – December 2010. Here is the summary, straight from the document:&lt;/p&gt;  &lt;p&gt;“This document gives Microsoft® Volume Licensing customers an overview of licensing for Microsoft SharePoint® Server 2010, SharePoint Server 2007, and SharePoint Server 2003, as well as guidance on how to assess the licenses needed. Please refer to the Product Use Rights (PUR) document for detailed guidance”&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-9117750877384182807?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/9117750877384182807/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=9117750877384182807' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/9117750877384182807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/9117750877384182807'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2011/08/sharepoint-licensing-informationwhere.html' title='SharePoint Licensing information–where to look'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/-CqblWOF8kI4/TlL2hjSxlrI/AAAAAAAAESU/01IxEDnhLYw/s72-c/image_thumb%25255B2%25255D.png?imgmax=800' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5197495903323640120</id><published>2011-08-07T16:23:00.002+10:00</published><updated>2011-08-10T10:10:08.606+10:00</updated><title type='text'>SharePoint Saturday Sydney - InfoPath Tips and Tricks</title><content type='html'>&lt;p&gt;SharePoint Saturday in Sydney was held yesterday, Aug 6, 2011. It was a great event, with about 120 attendees. Kudos to Brian Farnhill and Alexandre Bacchin for organizing it.   &lt;br /&gt;    &lt;br /&gt;I gave a presentation entitled &amp;quot;InfoPath Tricks of the Trade&amp;quot; which included my &amp;quot;Planet of the APIs&amp;quot; sample form. This session was showing off some ways to accomplish specific tasks with InfoPath. I focused on two tasks - getting information about the current person and creating a unique name for your form (without using a timestamp).    &lt;br /&gt;    &lt;br /&gt;I certainly enjoyed delivering the session and there were interesting questions from the audience. And as soon as I retrieve my laptop's power supply that I left at the venue, I'm going to put the presentation and demo template online for people to download.    &lt;hr /&gt;&lt;strong&gt;Update:&lt;/strong&gt; As promised, here is the &lt;a href="http://www.sharepointgurus.net/Shared%20Documents/SharePoint%20Saturday%202011%20InfoPath%20Tips%20and%20Tricks.pptx"&gt;PowerPoint presentation&lt;/a&gt; and &lt;a href="http://www.sharepointgurus.net/Shared%20Documents/PlanetOfTheAPIs.xsn"&gt;InfoPath template&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5197495903323640120?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5197495903323640120/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5197495903323640120' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5197495903323640120'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5197495903323640120'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2011/08/sharepoint-saturday-sydney-infopath.html' title='SharePoint Saturday Sydney - InfoPath Tips and Tricks'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-1975151836337458032</id><published>2011-03-18T17:47:00.001+11:00</published><updated>2011-03-18T17:47:35.666+11:00</updated><title type='text'>Getting Access Denied, even when you are a Site Collection Administrator</title><content type='html'>&lt;p&gt;Here’s a solution I found to a weird issue I recently encountered. It was for a SharePoint 2007 site that had been upgraded to 2010 while also moved to a new domain. For some reason, a few of the user accounts were not getting authenticated properly. They would get the “Access Denied” page. This happened even if the person was set up as a Site Collection Administrator.&lt;/p&gt;  &lt;p&gt;I found that this problem disappeared if I ran the following command:&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Courier New"&gt;stsadm –o migrateuser olddomain\username newdomain\username –ignoresidhistory&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;This command would return an error “Value cannot be null. Parameter Name: UserProfileApplicationProxy”. Regardless, the account could then log into the site.&lt;/p&gt;  &lt;p&gt;Why? Don’t know.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-1975151836337458032?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/1975151836337458032/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=1975151836337458032' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1975151836337458032'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1975151836337458032'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2011/03/getting-access-denied-even-when-you-are.html' title='Getting Access Denied, even when you are a Site Collection Administrator'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-630290657545482683</id><published>2011-03-07T15:52:00.001+11:00</published><updated>2011-03-07T15:52:06.205+11:00</updated><title type='text'>How to make 100 friends in SharePoint</title><content type='html'>&lt;p&gt;Do you have SharePoint installed on a development or test environment somewhere? Does it have it’s own Active Directory installation? So, how do you explore all the wonderful features of the SharePoint User Profile service? You know, like the Silverlight organisation chart, or Audiences, or Colleagues, or…&lt;/p&gt;  &lt;p&gt;Well, not to fear, after much procrastination, I’m finally able to provide a solution to your problem. I’ve made up names, job titles and managers for 100 people. Any similarity to real people is purely coincidental. Not only that, but I’ve created a PowerShell script to create these accounts in Active Directory. &lt;/p&gt;  &lt;p&gt;This means your User Profiles in your virtual environment can go from a bland handful of test accounts, to a dazzling collection of fictitious employees in different departments, physical offices and job titles. Just imagine the Audiences you can create!&lt;/p&gt;  &lt;p&gt;Feel free to edit the CSV file (using Excel) to modify personal details and add more people. You can even add additional user properties, but you will also need to make some changes to the PowerShell script to get these into Active Directory, not hard if you are familiar with PowerShell.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_ZJLj43mU9K0/TXRkbROUN5I/AAAAAAAAEQc/P_pjRrVZ-_w/s1600-h/image%5B4%5D.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://lh6.ggpht.com/_ZJLj43mU9K0/TXRkdWyUDQI/AAAAAAAAEQg/BtJIL4DTAiI/image_thumb%5B2%5D.png?imgmax=800" width="786" height="405" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I’ve tested the PowerShell script on a Windows 2008 R2 domain, however I executed it from a Windows 7 desktop. The script does not require Microsoft Exchange or third party script add-ons. I execute the script using the domain admin account. You may run into issues if you try using accounts with less privileges.&lt;/p&gt;  &lt;p&gt;The script contains a path to an Active Directory Organisation Unit (OU) where all the accounts will be created (OU=Staff,DC=lab,DC=laptop,DC=iw). You will want to change this before running it in your environment. This OU needs to exist before you run the script.&lt;/p&gt;  &lt;p&gt;I have configured the script to create the accounts but not to enable them. This is for security purposes. However, if you want to enable them, you just need to uncomment two lines and seek legal advice.&lt;/p&gt;  &lt;p&gt;You can download the zip file containing the people details and PowerShell script from &lt;a href="http://www.sharepointgurus.net/Shared%20Documents/People.zip" target="_blank"&gt;here&lt;/a&gt;. Any feedback greatly appreciated.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-630290657545482683?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/630290657545482683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=630290657545482683' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/630290657545482683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/630290657545482683'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2011/03/how-to-make-100-friends-in-sharepoint.html' title='How to make 100 friends in SharePoint'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_ZJLj43mU9K0/TXRkdWyUDQI/AAAAAAAAEQg/BtJIL4DTAiI/s72-c/image_thumb%5B2%5D.png?imgmax=800' height='72' width='72'/><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4254620634012936237</id><published>2011-03-04T08:09:00.001+11:00</published><updated>2011-03-04T08:09:12.945+11:00</updated><title type='text'>Getting help with Kerberos and SharePoint</title><content type='html'>&lt;p&gt;Ever tried configuring a SharePoint environment to use Kerberos authentication? It is never a lot of fun. There aren’t that many people that know Kerberos to any great depth – I know I don’t. So any kind of help you can get with setting this up should be taken advantage of.&lt;/p&gt;  &lt;p&gt;So pop over to &lt;a href="http://www.sharepointsecurity.com/sharepoint/sharepoint-security/free-software-sharepoint-kerberos-buddy-detect-and-repair-kerberos-issues/" target="_blank"&gt;SharePointSecurity.com&lt;/a&gt; and read about your new best friend – SharePoint Kerberos Buddy. I don’t think its an over-exaggeration to say that Adam Buenz is a genius in this area. Now he has released a FREE tool to help you get your Kerberos configuration right. Check it out.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4254620634012936237?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4254620634012936237/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4254620634012936237' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4254620634012936237'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4254620634012936237'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2011/03/getting-help-with-kerberos-and.html' title='Getting help with Kerberos and SharePoint'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6319255460751623242</id><published>2011-03-01T16:16:00.002+11:00</published><updated>2011-03-01T16:35:30.679+11:00</updated><title type='text'>Configuring BackConnectionHostNames for the Loopback Check</title><content type='html'>Its not always easy doing the right thing. At this stage, we all probably know about the issue with trying to access a site with a host name on Windows Servers (http://support.microsoft.com/kb/896861).&lt;br /&gt;&lt;br /&gt;You probably know that there are two ways of dealing with this issue - disabling the check or providing a safe list of sites. &lt;br /&gt;&lt;br /&gt;The easiest thing to do is disable the check. But that doesn't make it right. The check is there to protect your system against nasties that want to do bad things to your server. &lt;br /&gt;&lt;br /&gt;So that leaves us with the option of defining a safe list of addresses that the server can access locally. Sounds easy, but I've had problems every now and again with getting this to work and the temptation is to just revert to disabling the check. So I thought I'd share some rules that I follow when setting the BackConnectionHostNames entry:&lt;br /&gt;&lt;br /&gt;1. Don't include the protocol - e.g. "mywebsite" rather than "http://mywebsite"&lt;br /&gt;2. Put each entry on it's own line&lt;br /&gt;3. Use lowercase - e.g. "mywebsite" rather than "MyWebSite"&lt;br /&gt;4. If it is an internal site, include the short name as well as the fully qualified domain name (e.g. "mywebsite" and "mywebsite.domain.somewhere.local")&lt;br /&gt;5. Reboot after you have created the BackConnectionHostNames registry entry. I believe that you don't need to reboot for subsequent changes to this key, but I probably would - call me superstitious.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6319255460751623242?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6319255460751623242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6319255460751623242' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6319255460751623242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6319255460751623242'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2011/03/configuring-backconnectionhostnames-for.html' title='Configuring BackConnectionHostNames for the Loopback Check'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6913553186003945315</id><published>2011-03-01T16:15:00.001+11:00</published><updated>2011-03-01T16:15:33.730+11:00</updated><title type='text'>Australian SharePoint Conference – only days away</title><content type='html'>&lt;p&gt;The Australian SharePoint Conference is back in Sydney on March 8th and 9th. This is a great event to learn more about the SharePoint products and see how other companies in Australia are using it. There are four tracks, so there should be something for everyone:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Business &lt;/li&gt;    &lt;li&gt;Voice of the Customer &lt;/li&gt;    &lt;li&gt;IT Professional &lt;/li&gt;    &lt;li&gt;Developer &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Also check out the half-day workshops held on the 7th and 10th. For full details and to purchase tickets, visit &lt;a href="http://www.sharepointconference.com.au"&gt;www.sharepointconference.com.au&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6913553186003945315?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6913553186003945315/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6913553186003945315' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6913553186003945315'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6913553186003945315'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2011/03/australian-sharepoint-conference-only.html' title='Australian SharePoint Conference – only days away'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-1288760508114625449</id><published>2011-01-18T11:49:00.001+11:00</published><updated>2011-01-18T11:49:34.530+11:00</updated><title type='text'>Sydney SharePoint User Group tonight (18 Jan 2011)</title><content type='html'>&lt;p&gt;The Sydney SharePoint User Group is kicking off the year with a session on InfoPath 2010 on SharePoint 2010. The meeting is tonight – Tuesday 18 Jan, in the city – 280 Pitt Street. &lt;/p&gt;  &lt;p&gt;For more details, check out &lt;a href="http://www.sharepointusers.org.au/sydney"&gt;http://www.sharepointusers.org.au/sydney&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-1288760508114625449?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/1288760508114625449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=1288760508114625449' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1288760508114625449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1288760508114625449'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2011/01/sydney-sharepoint-user-group-tonight-18.html' title='Sydney SharePoint User Group tonight (18 Jan 2011)'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-7839895189403965394</id><published>2011-01-15T10:08:00.001+11:00</published><updated>2011-01-15T10:08:39.763+11:00</updated><title type='text'>Geeks without Borders</title><content type='html'>&lt;p&gt;Check out &lt;a title="http://www.qlditrelief.org/" href="http://www.qlditrelief.org/"&gt;http://www.qlditrelief.org/&lt;/a&gt; – see how you can provide assistance to the people affected by flooding in Queensland&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-7839895189403965394?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/7839895189403965394/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=7839895189403965394' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7839895189403965394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7839895189403965394'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2011/01/geeks-without-borders.html' title='Geeks without Borders'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6231320511011054750</id><published>2011-01-11T14:47:00.001+11:00</published><updated>2011-01-11T14:47:04.602+11:00</updated><title type='text'>Solved: Cannot upload a file to SharePoint 2010</title><content type='html'>&lt;p&gt;A client was having a problem uploading documents to a SharePoint 2010 library last week. After filling out the Upload Document pop-up dialog box they got a basic browser “An error has occurred” message.&lt;/p&gt;  &lt;p&gt;On closer inspection we saw a JavaScript error message in the lower left corner of the browser window. The details were:&lt;/p&gt;  &lt;p&gt;Message: Unexpected call to method or property access.    &lt;br /&gt;Line: 264     &lt;br /&gt;Char: 5     &lt;br /&gt;Code: 0     &lt;br /&gt;URI: res://ieframe.dll/httpErrorPagesScripts.js&lt;/p&gt;  &lt;p&gt;I found a KB article (&lt;a href="http://support.microsoft.com/kb/979887" target="_blank"&gt;979887&lt;/a&gt;) that mentions this error message and indicates that the problem is fixed in the latest security updates for Internet Explorer 8 (MS10-018 at the time of writing).&lt;/p&gt;  &lt;p&gt;The client used the Microsoft Windows Update site (&lt;a href="http://www.update.microsoft.com"&gt;http://www.update.microsoft.com&lt;/a&gt;) to apply the updates and the problem vanished. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6231320511011054750?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6231320511011054750/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6231320511011054750' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6231320511011054750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6231320511011054750'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2011/01/solved-cannot-upload-file-to-sharepoint.html' title='Solved: Cannot upload a file to SharePoint 2010'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-1135384192586090665</id><published>2010-12-18T14:35:00.001+11:00</published><updated>2010-12-18T14:37:29.044+11:00</updated><title type='text'>Not taking action is not always the best strategy</title><content type='html'>As part of my work, I often review how clients are managing their SharePoint farm.  I've started to recognize a trend that I find a little disconcerting. It relates to applying operating system updates to Windows Servers. I find that the majority of my clients do not apply these automatically. The reason is that they feel that these updates may cause issues on the server. Let's be honest, there are plenty of examples of this happening, so this is not a unfounded concern. &lt;br /&gt;&lt;br /&gt;But what is the downside of this approach? It means that their server is exposed to the issues that these patches apply to. To me, this is a significantly greater risk than a system becoming unavailable. Users may be unhappy if a server is offline, but what are the consequences of a hacker gaining access to your network? &lt;br /&gt;&lt;br /&gt;I think there are two basic approaches you can take - turn on automatic updates or review and test each update that is released. These are the two extreme cases, but I know which end of the spectrum I would much rather be on. The number of companies with the skills and time to evaluate each update is small. Enabling monitoring of servers and services is relatively cost effective and has benefits above and beyond patch management. &lt;br /&gt;&lt;br /&gt;Keeping the window of opportunity as small as possible for hackers is something every administrator should be trying to do.  Hackers aren't after your servers specifically, they are just after the softest targets. Try not to be at the back of the herd when they attack.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-1135384192586090665?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/1135384192586090665/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=1135384192586090665' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1135384192586090665'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1135384192586090665'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/12/not-taking-action-is-not-always-best.html' title='Not taking action is not always the best strategy'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-8305820936809179505</id><published>2010-11-21T22:53:00.001+11:00</published><updated>2010-11-21T22:53:50.712+11:00</updated><title type='text'>Using the System.Diagnostics EventLog.WriteEntry</title><content type='html'>&lt;p&gt;&lt;em&gt;Disclaimer – I’m a part-time developer. Do not assume that any coding advice that you read here is “best practice”.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;I’ve been working on a SharePoint timer job in SharePoint 2007. To make it easier to find out what is going on within the job, I want to write to a log. From my perspective, the best log to use is the Windows Application log. This is a location that server administrators are familiar with accessing and there are many monitoring products out there that can keep an eye on it for you.&lt;/p&gt;  &lt;p&gt;The Microsoft Dot Net Framework includes a System.Diagnostics namespace to help you interact with the Windows Logs. Initially I thought it would be a straightforward job to just call the Eventlog.WriteEntry() method. That’s when I disappeared down the rabbit hole of MSDN articles and blog posts.&lt;/p&gt;  &lt;p&gt;Here’s what I’ve discovered in my journey:&lt;/p&gt;  &lt;p&gt;When writing to the event log you need to specify a Source. This identifies the process that generated the error. This column is shown in the Windows Application Log and it can be used for filtering. It may be possible to use pre-existing ones, but I wanted to use my own. &lt;/p&gt;  &lt;p&gt;When you use the EventLog.WriteEntry() method with a Source that doesn’t already exist, Windows will try to create the source for you. Behind the scenes, that involves updating the registry at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application (assuming you are writing to the Application log). The problem is that your code may not have permissions to update that location, which causes your code to throw an exception. Trust me, it can take a while to realise that your error handling code is the component that is causing the problems.&lt;/p&gt;  &lt;p&gt;You’ll find a number of blog posts and &lt;a href="http://geekswithblogs.net/timh/archive/2005/10/05/56029.aspx" target="_blank"&gt;forum responses&lt;/a&gt; out there about granting ASPNet accounts permissions to registry keys. I really don’t like including steps like that as part of a deployment, so I continued to look for another approach. As an aside, since my code is a timer job, it will be running under the credentials of the account configured for the OWSTimer service. Even when I granted this account permissions to the Application and Security registry keys AND ran the code using the SPSecurity.RunWithElevatedPrivileges, I still couldn’t get it to create the Event Log source for me.&lt;/p&gt;  &lt;p&gt;If your read this &lt;a href="http://support.microsoft.com/?id=329291" target="_blank"&gt;KB article&lt;/a&gt; you might decide to create the source manually by adding a registry key under the KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application key and giving it the same name as the Source parameter in your call to eventLog.WriteEntry(). This will stop your call to EventLog.WriteEntry() crashing, however – you’ll probably start seeing longwinded error messages in your eventlogs such as:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#0000ff"&gt;The description for Event ID 0 from source YourSourceName cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font color="#0000ff"&gt;If the event originated on another computer, the display information had to be saved with the event.&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font color="#0000ff"&gt;The following information was included with the event:&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;The actual text from you event will be appended. Not ideal, is it? &lt;/p&gt;  &lt;p&gt;It turns out that event log messages are usually generated by passing an ID along with some parameters. This gets cross-referenced with a “message log file” and translated into the text seen in the event log. This makes translating errors into multiple languages easy. So what Windows is trying to tell us in the previous message is that it cannot find this message log file, which isn’t surprising, because I didn’t create one. &lt;/p&gt;  &lt;p&gt;Now if I were a real developer, I’d probably go off and create a message log file, bundle it up and register it using all the proper ways and means. But I’m not. I just want to write a message to the Windows Event Logs. &lt;/p&gt;  &lt;p&gt;So here’s the approach I worked out. I created a simple Dot Net console app. I included a reference to the System.Diagnostics namespace, and I added one line of code to the main() method - &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font face="Courier New"&gt;EventLog.CreateEventSource(&amp;quot;MySourceName&amp;quot;, &amp;quot;Application&amp;quot;);&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I then run this application directly on the server (Windows 2008 Standard in this case) while I’m logged on as a local administrator. I checked the registry and confirmed that a new key had been added to the KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application location. This key includes a value that references EventLogMessages.dll&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_ZJLj43mU9K0/TOkIR4Do3kI/AAAAAAAAEME/DbtDW-QKVDc/s1600-h/EventLog%5B3%5D.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="EventLog" border="0" alt="EventLog" src="http://lh6.ggpht.com/_ZJLj43mU9K0/TOkITMfAB1I/AAAAAAAAEMI/cd6aTFFDK8g/EventLog_thumb%5B1%5D.png?imgmax=800" width="621" height="63" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This is a reference to one of those message log files I mentioned earlier. It basically contains a simple mapping rule that outputs whatever text you pass EventLog.WriteEntry(). I rebooted the server at this stage. This may not be necessary, perhaps I could have just restarted the timer job service. I’ll leave that as an exercise for the reader.&lt;/p&gt;  &lt;p&gt;Once the machine came back online, my timer job started writing to the event log without all the extra “the description of the event not found”. Now if I’m working on a multi-server SharePoint farm, I’d run my little console app on each of the servers to ensure that they all get the registry settings. I could even get trickier and make the console app use a command line parameter for my Source name, but I don’t want to stretch my luck.&lt;/p&gt;  &lt;p&gt;One of Microsoft’s support articles mentions using an EventLogInstaller class to register the source. That worked too, but I found the console app easier to create and easier to implement in a production environment. I’m not sure what the advantages are with the EventLogInstallter, perhaps it makes sense if you are creating more complicated setup applications.&lt;/p&gt;  &lt;p&gt;Here’s a link to an MSDN magazine article that explained a lot of the process to me:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://msdn.microsoft.com/en-us/magazine/cc163446.aspx#S3" href="http://msdn.microsoft.com/en-us/magazine/cc163446.aspx#S3"&gt;http://msdn.microsoft.com/en-us/magazine/cc163446.aspx#S3&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-8305820936809179505?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/8305820936809179505/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=8305820936809179505' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/8305820936809179505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/8305820936809179505'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/11/using-systemdiagnostics.html' title='Using the System.Diagnostics EventLog.WriteEntry'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_ZJLj43mU9K0/TOkITMfAB1I/AAAAAAAAEMI/cd6aTFFDK8g/s72-c/EventLog_thumb%5B1%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-1302397920056343984</id><published>2010-10-18T16:33:00.001+11:00</published><updated>2010-10-18T16:33:40.764+11:00</updated><title type='text'>Sydney SharePoint User Group - The Reluctant Database Administrator</title><content type='html'>&lt;p&gt;Don’t forget that the October SharePoint User Group in Sydney is tomorrow, Tuesday 19th. Victor Isakov will be discussing what a SharePoint Administrator should know if they become responsible for the SQL Server. More details available at &lt;a href="http://www.sharepointusers.org.au/sydney"&gt;http://www.sharepointusers.org.au/sydney&lt;/a&gt;. If you do want to come along, just e-mail &lt;a href="mailto:sydney@sharepointusers.org.au"&gt;sydney@sharepointusers.org.au&lt;/a&gt; so that we know you are coming.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-1302397920056343984?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/1302397920056343984/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=1302397920056343984' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1302397920056343984'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1302397920056343984'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/10/sydney-sharepoint-user-group-reluctant.html' title='Sydney SharePoint User Group - The Reluctant Database Administrator'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4677031896848472963</id><published>2010-10-09T16:35:00.002+11:00</published><updated>2010-10-09T17:04:32.600+11:00</updated><title type='text'>SharePoint 2010 and the iPad</title><content type='html'>I have always loved gadgets. If it were true that these gadgets are productivity enhancing devices then I should be one of the most productive people alive. Sadly, this is not the case. It just seems that I can be unproductive in a lot more places than before.&lt;br /&gt;&lt;br /&gt;Recently I caved in to temptation and got myself an iPad. Many people have sneered at this device, but I have always considered it a brave move by Apple. It is an untested format in the marketplace. I think that only time will tell whether they carve out a place in peoples work and personal life or whether it goes the way of the Internet connected fridge. I also hope that other vendors innovate around this format, more choice is always better. &lt;br /&gt;&lt;br /&gt;The main reason I gave myself for getting an iPad is so that I can become familiar with how it integrates with SharePoint. I know deep down that I really got one coz they are shiny and new, but the lie is easier to live with. In truth though, many of the clients that I work with have expressed interest in using iPads or have actually started to trial them. So I thought I might share some of my experiences here on the blog.&lt;br /&gt;&lt;br /&gt;Firstly, I have come across two iPad applications in the App Store - SharePlus and Filamente. Both of these allow you to access a Sharepoint site, lists libraries and sub sites. Both provide the ability to sync content so that you can access it offline, and both have their own little quirks. These are version 1 products, hopefully reliability will get better as they mature. Neither of these applications gives the user the same experience as if they were using a web browser, they focus on letting you see content in your SharePoint lists and libraries. &lt;br /&gt;&lt;br /&gt;Another option is to use the iPad Safari browser. This proves to be a nice option for online access. If I am in my office I can access the site by entering a fully qualified domain name (e.g. http://somewhere.officenetwork.local). Even though the site is also available on a shorter name of http://somewhere, the iPad doesn't seem to be able to use that. Of course you will need to ensure that your Alternate Access Mapping and IIS host headers are correctly set up for this to work.&lt;br /&gt;&lt;br /&gt;Outside my office I have been able to connect to my intranet through the iPads VPN functionality. We also publish our intranet externally using Microsoft Threat Management Gateway over SSL, the iPad browser has no issue with this either, however the two iPad apps didn't accept this method of connecting. &lt;br /&gt;&lt;br /&gt;Not everything works perfectly through the safari browser when accessing a SharePoint 2010 site. Vertical and horizontal scrolling can be troublesome, rotating the display between portrait and landscape seems to fix this some times, two-finger scrolling is another trick that has mixed results. Pinching to zoom in and out of the page has rarely worked for me. I've also noticed that the people picker field only lets you search for a name, not type one in directly. You can create, edit and delete list items but don't expect to use any of the more advanced rich text editing functionality. &lt;br /&gt;&lt;br /&gt;One area that I think holds a lot of promise on the iPad is the Office Web Applications and InfoPath Forms Services. I haven't had a chance to check these out myself yet (see earlier comments on productivity) but &lt;a href="http://sp.meetdux.com/archive/2010/04/06/sharepoint-2010-mac-ipad-iphone-ipod.aspx"&gt;Dux Raymond Sy&lt;/a&gt; has an interesting video that shows some of these in action.&lt;br /&gt;&lt;br /&gt;So I shall continue to explore the capabilities of the device and share what I learn here. Stay tuned.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4677031896848472963?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4677031896848472963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4677031896848472963' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4677031896848472963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4677031896848472963'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/10/sharepoint-2010-and-ipad.html' title='SharePoint 2010 and the iPad'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6197337066104931739</id><published>2010-09-18T14:46:00.001+10:00</published><updated>2010-09-18T14:46:12.224+10:00</updated><title type='text'>Don’t Do What Johnny Don’t Does</title><content type='html'>&lt;p&gt;You know that sense of relief that you get when you stop banging your head against a brick wall? Well, I experienced that this week and I thought I’d share, just in case there are others out there that are going through the same.&lt;/p&gt;  &lt;p&gt;I was setting up a SharePoint 2010 environment and configuring it to index PDF documents. This is still a manual task in SharePoint 2010 as the components are not built in to the platform. However, it’s not that hard. If you go about it the right way that is.&lt;/p&gt;  &lt;p&gt;You should already know that SharePoint 2010 will only run on a 64-bit operating system. Therefore you are going to need a 64-bit PDF iFilter to allow SharePoint to index the PDF content. There are a few on the market, some free, some you pay for. In this case the client decided to use the free Adobe PDF iFilter. Not a problem. I installed Adobe Acrobat Reader 9 (which has an iFilter built in) on the SharePoint server, I made a bunch of changes to the registry, I updated Central Admin, I rebooted a half dozen times, I lit incense sticks, performed full indexes another half dozen times yet could still not get PDFs indexed.&lt;/p&gt;  &lt;p&gt;Blog post comments indicated that others were experiencing similar issues. The blog article would explain how easy it all was, then a few of the commenters would say that they just could not get it working.&lt;/p&gt;  &lt;p&gt;The moment of enlightenment came when I realized that there is a difference between the iFilter built in to the Adobe Reader 9 application and the separate download that Adobe have for the &lt;a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025" target="_blank"&gt;64-bit PDF iFilter&lt;/a&gt;. THAT is what I needed. I was wondering why the installation directory for the Reader was pointing to c:\program files (x86). Sure, this would all work fine on a 32-bit platform, but when you are on 64-bit, then the Reader app won’t cut it no more. &lt;/p&gt;  &lt;p&gt;So I uninstalled the Reader app, installed Adobe’s 64-bit iFilter, and Microsoft Bob became my uncle. There is one registry setting that I needed to make (only one)&lt;/p&gt;  &lt;blockquote&gt;   &lt;ol&gt;     &lt;li&gt;Launch RegEdit on the SharePoint index server&lt;/li&gt;      &lt;li&gt;Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\14.0\Search\Setup\ContentIndexCommon\Filters\Extension &lt;/li&gt;      &lt;li&gt;Create a new key called “pdf”&lt;/li&gt;      &lt;li&gt;Set the (Default) value for the key to {E8978DA6-047F-4E3D-9C78-CDBE46041603}&lt;/li&gt;   &lt;/ol&gt; &lt;/blockquote&gt;  &lt;p&gt;If you look at the other registry keys in this section, the (Default) value type should be REG_MULTI_SZ. However, I couldn’t figure out how to change the type for the (Default) value in my new “pdf” key. I got round this by exporting one of the other keys, editing it in Notepad and then importing it. I’m tricky.&lt;/p&gt;  &lt;p&gt;Don’t forget that you also need to add the PDF extension to the list of File Types that SharePoint should index. You’ll find this under the management page of the Search Service Application. &lt;/p&gt;  &lt;p&gt;I may have restarted the SharePoint Server Search Service (net stop osearch14, net start osearch14), I can’t recall. &lt;/p&gt;  &lt;p&gt;After that, just run a full index of your SharePoint 2010 content and you should be good to go. As a side note, I’ve heard that you can’t configure PDF indexing on SharePoint Foundation Server (what you might call WSS 4.0). I haven’t tried, so can’t confirm or deny that. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6197337066104931739?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6197337066104931739/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6197337066104931739' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6197337066104931739'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6197337066104931739'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/09/dont-do-what-johnny-dont-does.html' title='Don’t Do What Johnny Don’t Does'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4013353494349644177</id><published>2010-09-14T11:05:00.001+10:00</published><updated>2010-09-14T11:05:58.381+10:00</updated><title type='text'>What Content Types are published from the Content Type Hub?</title><content type='html'>&lt;p&gt;In SharePoint 2010 there is this great new functionality to define a Site Collection as a Content Type Hub. Once you do this, SharePoint will copy any Content Types you declare in this Site Collection out to any other Site Collections that subscribe to the same Managed Metadata Service as the Content Type Hub.&lt;/p&gt;  &lt;p&gt;Today a client asked if they can define Content Types at sub-site levels in the Content Type Hub site collection and have them published out. Interesting idea, and there was nothing that confirmed or denied it in the TechNet documentation. So after some testing I can now confirm…that you can’t. Only Content Types defined at the root of the Content Type Hub Site Collection are published out.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4013353494349644177?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4013353494349644177/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4013353494349644177' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4013353494349644177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4013353494349644177'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/09/what-content-types-are-published-from.html' title='What Content Types are published from the Content Type Hub?'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-7450473080204879734</id><published>2010-08-19T11:05:00.001+10:00</published><updated>2010-08-19T11:05:43.722+10:00</updated><title type='text'>Interactive Pivot of Australia Tech-Ed 2010 Sessions</title><content type='html'>&lt;p&gt;Going to Tech-Ed in Australia next week? Check out this Microsoft Pivot of the session data, created by MVP Rob Farley:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://pivot.lobsterpot.com.au/TechEdAU2010/" href="http://pivot.lobsterpot.com.au/TechEdAU2010/"&gt;http://pivot.lobsterpot.com.au/TechEdAU2010/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I’ve been able to quickly filter down to the SharePoint sessions and see who is presenting on what day (fyi – there are 20 Office/SharePoint breakout sessions). &lt;/p&gt;  &lt;p&gt;It would be nice if it was easier to get something like the session names for the set of data you are looking at, rather than having to click on each item individually. Still – it’s a nice fast way of browsing a large amount of data.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_ZJLj43mU9K0/TGyDYHvlr3I/AAAAAAAAELg/ps1mUSYUtQc/s1600-h/image%5B3%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_ZJLj43mU9K0/TGyDZtl44GI/AAAAAAAAELk/2krw9td7f6c/image_thumb%5B1%5D.png?imgmax=800" width="755" height="368" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-7450473080204879734?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/7450473080204879734/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=7450473080204879734' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7450473080204879734'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7450473080204879734'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/08/interactive-pivot-of-australia-tech-ed.html' title='Interactive Pivot of Australia Tech-Ed 2010 Sessions'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_ZJLj43mU9K0/TGyDZtl44GI/AAAAAAAAELk/2krw9td7f6c/s72-c/image_thumb%5B1%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-7623100608043178706</id><published>2010-08-16T13:49:00.001+10:00</published><updated>2010-08-16T13:51:14.155+10:00</updated><title type='text'>Right Click on a SharePoint 2010 list item</title><content type='html'>&lt;p&gt;One thing I liked in SharePoint 2007 was the ability to click anywhere along an item’s drop-down field to get at the menu.&lt;a href="http://lh3.ggpht.com/_ZJLj43mU9K0/TGi1rmWUbpI/AAAAAAAAELY/-N69YoHKhmA/s1600-h/dropdown%5B11%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="dropdown" border="0" alt="dropdown" align="right" src="http://lh3.ggpht.com/_ZJLj43mU9K0/TGi1sUupx9I/AAAAAAAAELc/FDXdOGcwZPY/dropdown_thumb%5B7%5D.png?imgmax=800" width="375" height="186" /&gt;&lt;/a&gt; I was disappointed to see this removed in SharePoint 2010 – now you have to click on the dropdown list’s down arrow to see the menu. &lt;/p&gt;  &lt;p&gt;Sure, it makes sense from a user interface perspective – consistency with standard UI controls and all that. However it was a pain to have to move my mouse those extra few pixels to the right, particularly if the dropdown field is very wide. &lt;/p&gt;  &lt;p&gt;Well, I just discovered that you can now right-click anywhere on a list item’s drop down field (except on the text) and you’ll get the drop down menu for the item. This is going to save me so much time!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-7623100608043178706?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/7623100608043178706/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=7623100608043178706' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7623100608043178706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7623100608043178706'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/08/right-click-on-sharepoint-2010-list.html' title='Right Click on a SharePoint 2010 list item'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_ZJLj43mU9K0/TGi1sUupx9I/AAAAAAAAELc/FDXdOGcwZPY/s72-c/dropdown_thumb%5B7%5D.png?imgmax=800' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4280937640637748380</id><published>2010-08-05T11:59:00.001+10:00</published><updated>2010-08-05T11:59:30.825+10:00</updated><title type='text'>Opening a Word document from SharePoint hangs the browser</title><content type='html'>&lt;p&gt;Here’s an issue that I ran into on a recent project – when I tried to open a document (for editing) from the SharePoint web site, the browser would hang, Word wouldn’t launch and I would have to end up killing the Word and Internet Explorer processes using the Task Manager.&lt;/p&gt;  &lt;p&gt;To keep a long, tedious story short, I eventually discovered that the document’s metadata in SharePoint had trailing spaces. Once I removed these, the document opened up just fine. One or two trailing spaces seemed to be fine, but if there was a lot of them, then it caused issues when trying to open the document in Word.&lt;/p&gt;  &lt;p&gt;It’s not particularly easy to get trailing spaces into a document’s metadata. If you try to insert them via the browser user interface, SharePoint automatically removes them for you. However, in this project, I was populating the metadata using code. So now I know to use a Trim statement in my code to remove any trailing spaces when updating a SharePoint document’s metadata.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4280937640637748380?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4280937640637748380/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4280937640637748380' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4280937640637748380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4280937640637748380'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/08/opening-word-document-from-sharepoint.html' title='Opening a Word document from SharePoint hangs the browser'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5605104027472374352</id><published>2010-06-24T13:33:00.001+10:00</published><updated>2010-06-24T13:33:29.211+10:00</updated><title type='text'>Shared Service Provider – Access Denied message</title><content type='html'>&lt;p&gt;Interesting issue I just had with a Shared Service Provider setup that I thought I’d share. After creating the Shared Service Provider, I tried accessing it, but I got the SharePoint “Access Denied” message. I made sure that the account that I was using was a Site Collection Administrator. I also tried giving the account full control via a Web Application Policy. Setting up another account as a site collection admin didn’t work either. No errors or warnings in the Windows Event Logs.&lt;/p&gt;  &lt;p&gt;When I created the Web Application for the SSP, I provided an AD account to use for the Application Pool. When I set up the SSP, I specified a different account for the Shared Services Timer Jobs. This is a “best practice” – having different accounts for different jobs.&lt;/p&gt;  &lt;p&gt;Looking at IIS, I noticed that the App Pool for my SSP web app was using the SSP Timer Service account. Odd.&lt;/p&gt;  &lt;p&gt;I went back and modified the SSP configuration (Central Admin – Application Management – Manage this farm’s Shared Services – Edit Properties) and changed the SSP Service Credentials to the account that I originally specified for the SSP App Pool. I flicked back over to the IIS Management screen to confirm that the Application Pool was now using the account I expected. &lt;/p&gt;  &lt;p&gt;I was then able to browse to the SSP admin site. I can’t say I understand why this issue has occurred, but there you have it. I did see a comment about not using the same name for the App Pool and the SSP name which might be the reason for my problem. I’m too lazy to retest right now.&lt;/p&gt;  &lt;p&gt;Other related info – my environment is running on Windows 2008 SP2 x64, MOSS 2007 Enterprise with SP 2, using separate servers for AD, SQL and MOSS.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5605104027472374352?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5605104027472374352/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5605104027472374352' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5605104027472374352'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5605104027472374352'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/06/shared-service-provider-access-denied.html' title='Shared Service Provider – Access Denied message'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-964133138012560120</id><published>2010-05-28T16:18:00.001+10:00</published><updated>2010-05-28T16:18:17.885+10:00</updated><title type='text'>Photos from the Sydney SharePoint User Group Launch</title><content type='html'>&lt;p&gt;Here are some photos that we took during the Sydney SharePoint User Group 2010 Launch event. We had a packed room, great speakers and cool prizes to give away. Thanks again to Microsoft for letting us use their venue and to AvePoint for the prizes and catering. &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:8747F07C-CDE8-481f-B0DF-C6CFD074BF67:bffe46d9-34f7-4383-8b9c-a49c3059268f" class="wlWriterEditableSmartContent"&gt;&lt;a href="http://lh4.ggpht.com/_ZJLj43mU9K0/S_9gDuxyYeI/AAAAAAAAED8/1QGNgIFaCRM/IMG_27348x6.jpg?imgmax=800" title="" rel="thumbnail"&gt;&lt;img border="0" src="http://lh3.ggpht.com/_ZJLj43mU9K0/S_9gElGhcLI/AAAAAAAAEEA/TFy-alr6biQ/IMG_27348.png?imgmax=800" width="373" height="316" /&gt;&lt;/a&gt;&lt;/div&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:8747F07C-CDE8-481f-B0DF-C6CFD074BF67:5dc28fb7-c074-4063-a0f8-ea33429ba1ea" class="wlWriterEditableSmartContent"&gt;&lt;a href="http://lh5.ggpht.com/_ZJLj43mU9K0/S_9gFmVLAwI/AAAAAAAAEEE/5hiVu22pwwU/IMG_27338x6.jpg?imgmax=800" title="" rel="thumbnail"&gt;&lt;img border="0" src="http://lh5.ggpht.com/_ZJLj43mU9K0/S_9gGSfUh3I/AAAAAAAAEEI/Q5u5qHy_XQ8/IMG_273318.png?imgmax=800" width="353" height="289" /&gt;&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:8747F07C-CDE8-481f-B0DF-C6CFD074BF67:391c5d2f-7f9c-4caa-b7e7-bea3e9565173" class="wlWriterEditableSmartContent"&gt;&lt;a href="http://lh5.ggpht.com/_ZJLj43mU9K0/S_9gHYn0P6I/AAAAAAAAEEM/Adli_uVvdE4/IMG_27508x6.jpg?imgmax=800" title="Winner of the AvePoint XBox" rel="thumbnail"&gt;&lt;img border="0" src="http://lh4.ggpht.com/_ZJLj43mU9K0/S_9gIEG4T8I/AAAAAAAAEEQ/lO7T3-jGgGw/IMG_275043.png?imgmax=800" width="355" height="318" /&gt;&lt;/a&gt;&lt;/div&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:8747F07C-CDE8-481f-B0DF-C6CFD074BF67:e4eef694-64d5-412c-b113-74951c41700e" class="wlWriterEditableSmartContent"&gt;&lt;a href="http://lh6.ggpht.com/_ZJLj43mU9K0/S_9gJDoGSII/AAAAAAAAEEU/G83Kho1eGUE/IMG_27388x61.jpg?imgmax=800" title="Ian Palangio discussing the finer points of Office 2010" rel="thumbnail"&gt;&lt;img border="0" src="http://lh6.ggpht.com/_ZJLj43mU9K0/S_9gKEnKaCI/AAAAAAAAEEY/XIWYnZd-doI/IMG_273813.png?imgmax=800" width="346" height="324" /&gt;&lt;/a&gt;&lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-964133138012560120?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/964133138012560120/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=964133138012560120' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/964133138012560120'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/964133138012560120'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/05/photos-from-sydney-sharepoint-user.html' title='Photos from the Sydney SharePoint User Group Launch'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_ZJLj43mU9K0/S_9gElGhcLI/AAAAAAAAEEA/TFy-alr6biQ/s72-c/IMG_27348.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-495809245053523492</id><published>2010-05-19T17:09:00.001+10:00</published><updated>2010-05-19T17:09:34.695+10:00</updated><title type='text'>Got your tickets to Australia’s largest SharePoint Conference?</title><content type='html'>&lt;p&gt;Only a few weeks to go before the SharePoint Conference kicks off in Sydney. The two day event is on June 16th and 17th at the Hilton Hotel in the city. There are three separate tracks, depending on your interest – Business, Technical and Case Studies. &lt;/p&gt;  &lt;p&gt;The Keynote speaker for the event is &lt;a href="http://blogs.msdn.com/arpans"&gt;Arpan Shah&lt;/a&gt;, the Director of the SharePoint Technical Product Management team at Microsoft HQ in Redmond. With the recent release of SharePoint 2010, this conference is an ideal place to get up to speed on the new platform and hear real-world stories from companies that use SharePoint on a day-to-day basis&lt;/p&gt;  &lt;p&gt;For more details and to register for tickets go to &lt;a title="http://www.sharepointconference.com.au/" href="http://www.sharepointconference.com.au/"&gt;http://www.sharepointconference.com.au/&lt;/a&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://lh6.ggpht.com/_ZJLj43mU9K0/S_OOqhbALmI/AAAAAAAAEDo/YBT4-7Qs_wc/s1600-h/clip_image001%5B5%5D%5B3%5D.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001[5]" border="0" alt="clip_image001[5]" src="http://lh4.ggpht.com/_ZJLj43mU9K0/S_OOrW5v-LI/AAAAAAAAEDs/Y_yBpl7yp-4/clip_image001%5B5%5D_thumb%5B1%5D.jpg?imgmax=800" width="434" height="74" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-495809245053523492?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/495809245053523492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=495809245053523492' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/495809245053523492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/495809245053523492'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/05/got-your-tickets-to-australias-largest.html' title='Got your tickets to Australia’s largest SharePoint Conference?'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_ZJLj43mU9K0/S_OOrW5v-LI/AAAAAAAAEDs/Y_yBpl7yp-4/s72-c/clip_image001%5B5%5D_thumb%5B1%5D.jpg?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-2421459382462656597</id><published>2010-05-11T13:32:00.001+10:00</published><updated>2010-05-11T13:32:56.453+10:00</updated><title type='text'>SharePoint 2010 Community Launch Event</title><content type='html'>&lt;p&gt;The official launch date for Office 2010 and SharePoint 2010 in Australia is Thursday 13th May 2010. In addition to the Microsoft-run events, the SharePoint community is putting on it’s own event in the evening.&lt;/p&gt;  &lt;p&gt;There’s going to be prizes (an X-Box 360!), food, drink and some great presentations on the new products. We will also have an Ask The Experts session for you to bring up questions on topics we haven’t covered during the presentations.&lt;/p&gt;  &lt;p&gt;This event is going to be held at Microsoft’s offices at 1 Epping Road, North Ryde. You’ll need to &lt;a href="http://www.sharepointusers.org.au/Sydney/Lists/SharePoint%202010%20Launch%20Party/NewForm.aspx?Source=http://www.sharepointusers.org.au/Sydney/Shared Resources/SharePointLaunchConfirmation.aspx"&gt;register&lt;/a&gt; for this no-cost event at the User Group site (&lt;a href="http://www.sharepointusers.org.au/sydney"&gt;http://www.sharepointusers.org.au/sydney&lt;/a&gt;).&lt;/p&gt;  &lt;p&gt;If you are not based in Sydney, chances are your local SharePoint User Group is planning something Similar. Australian based SharePoint user groups can be found at &lt;a href="http://www.sharepointusers.org.au"&gt;http://www.sharepointusers.org.au&lt;/a&gt;. A special site has been set up for the Australian community launch events at &lt;a title="http://www.aunz2010launch.net/" href="http://www.aunz2010launch.net/"&gt;http://www.aunz2010launch.net/&lt;/a&gt; (the site is built on SharePoint 2010!)&lt;/p&gt;  &lt;p&gt;You can also check the Twitter feed and hash-tags for this event at &lt;a title="http://www.aunz2010launch.net/twitter/" href="http://www.aunz2010launch.net/twitter/"&gt;http://www.aunz2010launch.net/twitter/&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-2421459382462656597?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/2421459382462656597/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=2421459382462656597' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2421459382462656597'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2421459382462656597'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/05/sharepoint-2010-community-launch-event.html' title='SharePoint 2010 Community Launch Event'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5372796336279751492</id><published>2010-05-02T13:04:00.001+10:00</published><updated>2010-05-02T13:04:37.829+10:00</updated><title type='text'>Moving a Site Collection from Release Candidate to RTM versions</title><content type='html'>&lt;p&gt;I wasn’t sure if this would be possible, but I can now confirm that you can do a site collection backup on the Release Candidate build (14.0.4730.1010) of SharePoint and restore that it to the RTM (Release to Manufacture) build (14.0.4762.1000).&lt;/p&gt;  &lt;p&gt;I used Central Admin to do the site collection backup (a new capability). Then I used the Restore-SPSite powershell command to restore the backup to the new server.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5372796336279751492?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5372796336279751492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5372796336279751492' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5372796336279751492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5372796336279751492'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/05/moving-site-collection-from-release.html' title='Moving a Site Collection from Release Candidate to RTM versions'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6957621460688978112</id><published>2010-04-30T15:59:00.001+10:00</published><updated>2010-04-30T15:59:49.888+10:00</updated><title type='text'>Windows Firewall configuration for SharePoint 2010 install</title><content type='html'>&lt;p&gt;I’ve just done an installation of the newly released version of SharePoint 2010 and noticed a nice little feature – it configures the Windows Firewall for you automatically, so that you can access your Central Administration site when you are not directly logged on to the server.&lt;/p&gt;  &lt;p&gt;In previous versions you had to remember to do this manually. Just a nice little time saver.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6957621460688978112?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6957621460688978112/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6957621460688978112' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6957621460688978112'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6957621460688978112'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/04/windows-firewall-configuration-for.html' title='Windows Firewall configuration for SharePoint 2010 install'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5033397726753446059</id><published>2010-04-27T16:35:00.001+10:00</published><updated>2010-04-27T16:39:39.092+10:00</updated><title type='text'>InfoPath 2010 Developer Reference</title><content type='html'>&lt;p&gt;Now that Office 2010 has been released, some of the development resources are starting to come out. Here’s one you might have missed – the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=11358091-20FA-42B4-A859-98EA63913CB6&amp;amp;displaylang=en"&gt;InfoPath 2010 developer resource&lt;/a&gt;. This is a downloadable help file with lots of useful information for people creating more complex forms.&lt;/p&gt;  &lt;p&gt;Here is the table of contents:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.ggpht.com/_ZJLj43mU9K0/S9aFquZ4eUI/AAAAAAAAEAo/jOF8ZTerVho/s1600-h/image%5B3%5D.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://lh3.ggpht.com/_ZJLj43mU9K0/S9aFsGXgiiI/AAAAAAAAEAs/cOFBbNBmrYo/image_thumb%5B1%5D.png?imgmax=800" width="463" height="272" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5033397726753446059?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5033397726753446059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5033397726753446059' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5033397726753446059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5033397726753446059'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/04/infopath-2010-developer-reference.html' title='InfoPath 2010 Developer Reference'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_ZJLj43mU9K0/S9aFsGXgiiI/AAAAAAAAEAs/cOFBbNBmrYo/s72-c/image_thumb%5B1%5D.png?imgmax=800' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5042268982380568317</id><published>2010-03-23T09:22:00.001+11:00</published><updated>2010-04-27T16:45:59.964+10:00</updated><title type='text'>Doing SharePoint 2007 Development in Visual Studio 2010</title><content type='html'>&lt;p&gt;I was recently asked if you could build SharePoint 2007 solutions in Visual Studio 2010. At the time of writing, Visual Studio 2010 is a Release Candidate and will launch in April. I’ve just installed the Release Candidate and I can tell you that there are two SharePoint 2007 project templates included:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Sequential Workflow &lt;/li&gt;    &lt;li&gt;State Machine Workflow &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;There are no other out of the box 2007 project templates. Of course, there is a rich selection of SharePoint 2010 templates.&lt;/p&gt;  &lt;p&gt;While it’s possible that Microsoft may add more SharePoint 2007 templates to the final product, I haven’t been able to find any mention of this in my searches. That doesn’t mean that you can’t use Visual Studio 2010 to create SharePoint 2007 solutions, just that right now you’d have to do a lot of leg work to make it happen. &lt;/p&gt;  &lt;p&gt;Fingers crossed that we will see some community extensions (like WSPBuilder and STSDev on Visual Studio 2008) make it easier to use Visual Studio 2010 for SharePoint 2007 targets.&lt;/p&gt;  &lt;p&gt;Update: after installing the released version of Visual Studio 2010 Premium, here are the templates that are available to me:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_ZJLj43mU9K0/S9aIINNLbnI/AAAAAAAAEAw/8BWiRoMsYVI/s1600-h/image%5B3%5D.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://lh5.ggpht.com/_ZJLj43mU9K0/S9aIJuhofgI/AAAAAAAAEA0/xwP6MkdGvdM/image_thumb%5B1%5D.png?imgmax=800" width="272" height="507" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5042268982380568317?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5042268982380568317/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5042268982380568317' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5042268982380568317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5042268982380568317'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/03/doing-sharepoint-2007-development-in.html' title='Doing SharePoint 2007 Development in Visual Studio 2010'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_ZJLj43mU9K0/S9aIJuhofgI/AAAAAAAAEA0/xwP6MkdGvdM/s72-c/image_thumb%5B1%5D.png?imgmax=800' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-1200289002670792665</id><published>2010-03-21T14:54:00.001+11:00</published><updated>2010-03-21T14:54:14.398+11:00</updated><title type='text'>Students get cheap Office</title><content type='html'>&lt;p&gt;If you are a TAFE or Uni student in Australia, you can now grab a copy of Microsoft Office Ultimate 2007 for only $75 – bargain! For more details go to &lt;a href="http://itsnotcheating.com.au"&gt;http://itsnotcheating.com.au&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://co1piltwb.partners.extranet.microsoft.com/mcoeredir/mcoeredirect.aspx?linkId=13323333&amp;amp;s1=c7052757-0613-dd60-eece-ba71b283e418"&gt;&lt;img border="0" alt="It&amp;#39;s Not Cheating" src="http://www.microsoft.com/australia/images/newsletters/technet/phase1/200x200_inc2_v2.jpg" width="180" height="180" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-1200289002670792665?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/1200289002670792665/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=1200289002670792665' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1200289002670792665'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1200289002670792665'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/03/students-get-cheap-office.html' title='Students get cheap Office'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-3080518722578732981</id><published>2010-03-11T23:44:00.001+11:00</published><updated>2010-03-11T23:44:56.249+11:00</updated><title type='text'>March Sydney SharePoint User Group</title><content type='html'>&lt;p&gt;This month’s Sydney SharePoint User Group will be held on Tuesday, 16 March at the Sydney Mechanics School of Arts, 280 Pitt Street. &lt;/p&gt;  &lt;p&gt;Since this is the night before Saint Patrick’s Day, we have Miss Ireland coming to present on Lists, Libraries and Content Types – Miss Debbie Ireland that is, New Zealand based SharePoint MVP.&lt;/p&gt;  &lt;p&gt;For more details on the session and to subscribe to our mailing list, visit &lt;a href="http://www.sharepointusers.org.au/sydney"&gt;www.sharepointusers.org.au/sydney&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-3080518722578732981?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/3080518722578732981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=3080518722578732981' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3080518722578732981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3080518722578732981'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/03/march-sydney-sharepoint-user-group.html' title='March Sydney SharePoint User Group'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-988394066412856119</id><published>2010-02-02T15:32:00.001+11:00</published><updated>2010-02-04T14:14:58.761+11:00</updated><title type='text'>Australian SharePoint Conference</title><content type='html'>&lt;p&gt;Here is something for your diaries – the Australian SharePoint Conference will be held at the Hilton hotel in Sydney between June 16 and 17 2010.&lt;/p&gt;  &lt;p&gt;This event is being organised by the SharePoint community in Australia and New Zealand. There will be local and international speakers and aims to include a lot of “real world” stories from companies using SharePoint. &lt;/p&gt;  &lt;p&gt;You can find out more information at &lt;a href="http://www.sharepointconference.com.au"&gt;www.sharepointconference.com.au&lt;/a&gt;. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-988394066412856119?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/988394066412856119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=988394066412856119' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/988394066412856119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/988394066412856119'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/02/australian-sharepoint-conference.html' title='Australian SharePoint Conference'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-3188490158471395782</id><published>2010-01-30T17:34:00.001+11:00</published><updated>2010-01-30T17:35:48.766+11:00</updated><title type='text'>Jobs @ SharePoint Gurus</title><content type='html'>&lt;p&gt;About two and a half years ago I set up a SharePoint consulting business in Sydney with a colleague of mine. It was a very new experience for me, learning how to run a business in addition to dealing with the technology aspects. &lt;/p&gt;  &lt;p&gt;2.5 years down the road and we are still around. In fact, we are now ready to take on the challenge of permanent staff. So if you know someone interested in graduate/junior role in a SharePoint consulting business, ask them to get in touch with us at &lt;a href="mailto:jobs@sharepointgurus.net"&gt;jobs@sharepointgurus.net&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;No SharePoint experience required, but it is an obvious advantage. We are really looking for someone with an aptitude for technology, who enjoys working in an environment where they are constantly learning (and challenged) and has strong written and verbal communication skills. An IT degree won’t hurt, but its not essential.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-3188490158471395782?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/3188490158471395782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=3188490158471395782' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3188490158471395782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3188490158471395782'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/01/jobs-sharepoint-gurus.html' title='Jobs @ SharePoint Gurus'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5558467010523931463</id><published>2010-01-25T22:04:00.001+11:00</published><updated>2010-01-25T22:04:31.134+11:00</updated><title type='text'>You can never have enough reading material</title><content type='html'>&lt;p&gt;I just discovered this handy page that lists all of the SharePoint articles published on the MSDN Magazine site. As of today, there were 29 different articles, spanning SharePoint 2001 through to SharePoint 2010. That should keep you off the streets for a while:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://msdn.microsoft.com/en-us/magazine/ee532094.aspx?sdmr=sharepoint&amp;amp;sdmi=topics" href="http://msdn.microsoft.com/en-us/magazine/ee532094.aspx?sdmr=sharepoint&amp;amp;sdmi=topics"&gt;http://msdn.microsoft.com/en-us/magazine/ee532094.aspx?sdmr=sharepoint&amp;amp;sdmi=topics&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5558467010523931463?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5558467010523931463/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5558467010523931463' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5558467010523931463'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5558467010523931463'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2010/01/you-can-never-have-enough-reading.html' title='You can never have enough reading material'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-3407295221324283503</id><published>2009-11-25T10:49:00.002+11:00</published><updated>2009-11-25T11:01:10.949+11:00</updated><title type='text'>Microsoft .Net Stories</title><content type='html'>Microsoft has just launched a new site called &lt;a href="http://www.microsoft.com/net/dotnetstories/"&gt;Dot Net Stories&lt;/a&gt;. This has a collection of videos on how people have used the Dot Net Framework to build their applications. &lt;br /&gt;&lt;br /&gt;You can filter the stories based on technologies such as &lt;a href="http://www.microsoft.com/net/dotnetstories/sharePoint/"&gt;SharePoint&lt;/a&gt;, Windows Server, Windows 7, Windows Azure and SQL Server.&lt;br /&gt;&lt;br /&gt;The SharePoint section is a bit light on content right now. The good thing is that you can submit your own story and be in with a chance to win some great prizes, including a Galapogos Islands Adventure. Just promise me that you won't use a cheesey profile story in your submission. You'll know what I mean when you have a read of some of the current entries.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-3407295221324283503?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/3407295221324283503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=3407295221324283503' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3407295221324283503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3407295221324283503'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/11/microsoft-net-stories.html' title='Microsoft .Net Stories'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6328760367811359687</id><published>2009-11-18T10:42:00.002+11:00</published><updated>2009-11-18T10:53:04.694+11:00</updated><title type='text'>Remote Management of Hyper-V (and others) on Windows 7 and Vista</title><content type='html'>I've recently rebuilt my laptop to run Windows 7. For the last year or so I have been using Windows 2008, so that I could run SharePoint natively and use Hyper-V. I gotta say that I'm pretty happy with the Windows 7 build. Getting things like Hibernate back has been nice and I have definitely noticed a performance increase. It's hard to know how much that is down to just having a fresh start. Either way, happy with the move.&lt;br /&gt;&lt;br /&gt;So now I'm using a separate Hyper-V server that we have set up in our office. Managing this was a little tedious. I was using Remote Desktop to connect to the host, then launching the Hyper-V management console to create and change VMs. The Hyper-V Windows gadget simplified some of this work - &lt;a href="http://mindre.net/post/Hyper-V-Monitor-Gadget-for-Windows-Sidebar.aspx"&gt;http://mindre.net/post/Hyper-V-Monitor-Gadget-for-Windows-Sidebar.aspx&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Then I discovered that there is a download to allow you to manage Hyper-V directly from Windows 7, along with a bunch of other Windows Server management tasks such as AD users, SMTP and remote desktop services. My life has just got that little bit nicer:&lt;br /&gt;&lt;br /&gt;Remote Server Administration Tools for Windows 7:&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&amp;displaylang=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Windows Vista 64-bit Hyper-V Remote Management:&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=88208468-0ad6-47de-8580-085cba42c0c2&amp;displayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=88208468-0ad6-47de-8580-085cba42c0c2&amp;displayLang=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Windows Vista 32-bit Hyper-V Remote Management:&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=BF909242-2125-4D06-A968-C8A3D75FF2AA&amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=BF909242-2125-4D06-A968-C8A3D75FF2AA&amp;displaylang=en&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6328760367811359687?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6328760367811359687/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6328760367811359687' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6328760367811359687'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6328760367811359687'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/11/remote-management-of-hyper-v-and-others.html' title='Remote Management of Hyper-V (and others) on Windows 7 and Vista'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-7652785612852678986</id><published>2009-10-29T21:39:00.001+11:00</published><updated>2009-10-29T21:39:57.810+11:00</updated><title type='text'>“Create or Extend Web Application" link missing in Central Admin</title><content type='html'>&lt;p&gt;Here is a strange one for you – I was setting up a new virtual machine today. I went with 64-bit Windows 2008 R2, SQL 2008 and MOSS 2007 patched up to the April 2009 cumulative updates (12.0.0.6318)&lt;/p&gt;  &lt;p&gt;Everything had gone pretty smooth until I went in to create a new Web Application in Central Admin. Lo-and-behold, the link was missing. Hmm, seen this one before, so I got out my favourite search engine and found a recommendation to run Internet Explorer with admin permissions. This seems to have fixed most peoples problems, but not mine. &lt;/p&gt;  &lt;p&gt;After a number of futile attempts I noticed that the computer date format was mm-dd-yy. I’m in Australia, so I prefer dd-mm-yy. I updated the Format and Current Location regional settings via the control panel and I kid you not, this fixed it!&lt;/p&gt;  &lt;p&gt;Trust me, I understand if you are sceptical, I still don’t understand how this would affect the visibility of certain links in Central Admin. I would be curious to hear if anyone else experiences the same problem and resolution.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-7652785612852678986?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/7652785612852678986/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=7652785612852678986' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7652785612852678986'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7652785612852678986'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/10/create-or-extend-web-application-link.html' title='“Create or Extend Web Application&amp;quot; link missing in Central Admin'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-8694995858607755769</id><published>2009-10-26T20:43:00.002+11:00</published><updated>2009-10-26T20:50:32.952+11:00</updated><title type='text'>SQL Service not starting – error codes 17182, 17826, 17120</title><content type='html'>&lt;span xmlns=""&gt;&lt;p&gt;I had a very frustrating issue with a WSS environment recently. This was a single server deployment, using WSS, the Windows Internal Database (a special edition of SQL Express 2005). Things had been going well until one day the Windows Internal Database service stopped working. Browsing to the web site would result in a "Cannot connect to the configuration database" message.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Trying to restart the Windows Internal Database service failed. The event logs on the server had error codes 17182, 17826 and 17120. The details of these errors were missing from the logs, but I was able to track them down by going to the Windows Internal Database logs at C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\log:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=";font-family:Tahoma;font-size:10;color:black;"   &gt;2009-10-21 10:54:21.10 Server      Error: 17182, Severity: 16, State: 1.&lt;br /&gt;2009-10-21 10:54:21.10 Server      TDSSNIClient initialization failed with error 0x5, status code 0x90.&lt;br /&gt;2009-10-21 10:54:21.10 Server      Error: 17182, Severity: 16, State: 1.&lt;br /&gt;2009-10-21 10:54:21.10 Server      TDSSNIClient initialization failed with error 0x5, status code 0x1.&lt;br /&gt;2009-10-21 10:54:21.10 Server      Error: 17826, Severity: 18, State: 3.&lt;br /&gt;2009-10-21 10:54:21.10 Server      Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.&lt;br /&gt;2009-10-21 10:54:21.10 Server      Error: 17120, Severity: 16, State: 1.&lt;br /&gt;2009-10-21 10:54:21.10 Server      SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=";font-family:Tahoma;font-size:10;color:black;"   &gt;Doing searches on the interweb suggested that I re-install SQL Server, as there may be corruption in the registry. Since I was dealing with the Windows Internal database, I didn't really have the option to re-install just that component. Some newsgroup posts suggested looking at what registry entries the database server was trying to access.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=";font-family:Tahoma;font-size:10;color:black;"   &gt;My Windows Internal Database was running as the Network Service account. As a quick test, I added this account to the Local Administrators group. I was then able to restart the Windows Internal Database service. This confirmed that my issue was related to permissions. It is definitely not a good idea to give Network Service this level of permissions, so I took it out of the Local Administrators group and moved on to the next stage.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=";font-family:Tahoma;font-size:10;"  &gt;&lt;span style="color:black;"&gt;I downloaded &lt;/span&gt;&lt;a href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx"&gt;Process Monitor&lt;/a&gt;&lt;span style="color:black;"&gt; from Microsoft. This tool replaces the old RegMon and FileMon utilities. I configured it to filter for Registry events with a Result of ACCESS DENIED. I then tried to restart the Windows Internal Database Service via the Service Manager console. Sure enough, I found that the Network Service account was being denied access to HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\MICROSOFT##SSEE\MSSQLServer\SuperSocketNetLib. Why did it no longer have access to this? I have no idea. My suspicion is a Windows Update modified permissions, but I can never prove that in a court of law.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=";font-family:Tahoma;font-size:10;color:black;"   &gt;I dropped into RegEdit and granted my Network Service account full control to this registry location. I then restarted my Windows Internal Database service and everything worked perfectly.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-8694995858607755769?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/8694995858607755769/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=8694995858607755769' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/8694995858607755769'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/8694995858607755769'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/10/sql-service-not-starting-error-codes.html' title='SQL Service not starting – error codes 17182, 17826, 17120'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-3374148986212982615</id><published>2009-10-17T09:48:00.002+11:00</published><updated>2009-10-17T09:52:46.805+11:00</updated><title type='text'>SharePoint 2010 Extravaganza</title><content type='html'>The SharePoint 2010 parties are starting already. Here is an announcement from the Sydney Business and Technology Users Group:&lt;br /&gt;&lt;br /&gt;A huge night covering &lt;strong&gt;Microsoft’s SharePoint 2010&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;Prepare for 2 hours of in-depth &lt;strong&gt;SharePoint 2010&lt;/strong&gt; and &lt;strong&gt;Office 2010&lt;/strong&gt; goodness.&lt;br /&gt;&lt;br /&gt;Presented by &lt;a href="http://sharepoint.mindsharpblogs.com/Kathy/default.aspx" target="_blank"&gt;Kathy Hughes&lt;/a&gt; (SharePoint MVP), &lt;a href="http://blogs.msdn.com/AaronSaikovski/" target="_blank"&gt;Aaron Saikovski&lt;/a&gt; (Senior Consultant with Microsoft Services Australia) and &lt;a href="http://blogs.msdn.com/alspeirs/" target="_blank"&gt;Alistair Speirs&lt;/a&gt; (Microsoft Technical Specialist), with a panel question session at the end to ask your questions.&lt;br /&gt;&lt;br /&gt;If you can’t make the SharePoint Conference in Vegas (USA) this October, then all is not lost! We are pleased to announce this &lt;strong&gt;SharePoint Server 2010&lt;/strong&gt; Extravaganza evening.&lt;br /&gt;&lt;br /&gt;Whether you’re a seasoned SharePoint Server 2007 user or new to SharePoint, you’ll have the opportunity to learn about some of the new features in 2010 and also to ask questions.&lt;br /&gt;&lt;br /&gt;We plan on making the evening a ‘demo intensive’ and interactive one. We’ll cover several &lt;strong&gt;functional aspects&lt;/strong&gt;, including &lt;strong&gt;operational&lt;/strong&gt;, some &lt;strong&gt;developer&lt;/strong&gt; and &lt;strong&gt;design/user interface.&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;We’ll publish further details and agenda, closer to the event. Look forward to collaborating with you on the night!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-3374148986212982615?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/3374148986212982615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=3374148986212982615' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3374148986212982615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3374148986212982615'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/10/sharepoint-2010-extravaganza.html' title='SharePoint 2010 Extravaganza'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4279938604663216142</id><published>2009-10-15T15:14:00.002+11:00</published><updated>2009-10-15T15:17:11.461+11:00</updated><title type='text'>Time flies when you have daylight savings issues</title><content type='html'>If you are not keeping up-to-date with your SharePoint patches, chances are you are behind the times in more ways than one. Have you checked the timestamp on a recently created item? Is it out by an hour?&lt;br /&gt;&lt;br /&gt;Well, there is no time like the present (plus or minus 1 hour) to start patching. If you need information on daylight savings patches for WSS you can find them at &lt;a href="http://support.microsoft.com/gp/dst_prodlist#WSS3"&gt;http://support.microsoft.com/gp/dst_prodlist#WSS3&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4279938604663216142?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4279938604663216142/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4279938604663216142' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4279938604663216142'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4279938604663216142'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/10/time-flies-when-you-have-daylight.html' title='Time flies when you have daylight savings issues'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6703617318598718305</id><published>2009-10-12T20:37:00.000+11:00</published><updated>2009-10-12T20:38:44.207+11:00</updated><title type='text'>Sydney SharePoint User Group session for October 2009</title><content type='html'>&lt;p&gt;This month, the Sydney SharePoint User Group is going to be hosting something special for those not making their way to Vegas for the &lt;a href="http://www.mssharepointconference.com/Pages/default.aspx"&gt;SharePoint Conference&lt;/a&gt;. We are going to run a joint event with the NSW Knowledge Management Forum at the Price Waterhouse Coopers building on &lt;a href="http://bingmaps.com.au/?action=location&amp;amp;location=201%20Sussex%20Street%2C%20Darling%20Park"&gt;201 Sussex Street, Darling Park&lt;/a&gt;. &lt;/p&gt;&lt;p&gt;&lt;br /&gt;Normally we have a main presenter tell us about some aspect of SharePoint. This time, we are taking a leaf from the Open Spaces/World Cafe events and providing the option for you to talk to other people about topics of mutual interest. Who is going to decide these topics? Well, you are. We would like you to e-mail us your top three topic areas. We will tally the votes and kick off the night with a number of discussions on the most popular topics. You decide which one to sit in on. The topics will change based on the attendee’s preferences to make sure that no dead horses get flogged.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;How do you sign up? I’m glad you asked. Because this meeting will be held at the Price Waterhouse Coopers building, any attendee must be on our door list. Simply e-mail &lt;a href="mailto:Sydney@sharepointusers.org.au"&gt;Sydney@sharepointusers.org.au&lt;/a&gt; with your favourite topics and we will add you to the door list.&lt;br /&gt;The meeting is on Tuesday 20 October 2009. Doors open at 5:30pm for a 6:00pm kickoff.&lt;br /&gt;For more details and a list of suggested topics check out the &lt;a href="http://www.sharepointusers.org.au/Sydney/Lists/Events%20Calendar/DispForm.aspx?ID=33"&gt;SharePoint User Group website&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Hope to see you there&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6703617318598718305?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6703617318598718305/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6703617318598718305' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6703617318598718305'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6703617318598718305'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/10/sydney-sharepoint-user-group-session.html' title='Sydney SharePoint User Group session for October 2009'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6742718577190347742</id><published>2009-08-17T19:53:00.002+10:00</published><updated>2009-08-17T21:27:04.616+10:00</updated><title type='text'>August Sydney SharePoint User Group - Tuesday 17th</title><content type='html'>Don't forget, the SharePoint User Group in Sydney is meeting at 280 Pitt Street this Tuesday. This month's presentation is all about organising your company's information. Michael Moore will guide you through such scary buzz words as Taxonomy and MetaData. &lt;br /&gt;&lt;br /&gt;I hate it when we have a "Not to be missed" session and I can't make it. This is one of those topics that you won't see covered off in Microsoft online content but is at the core of what SharePoint is aiming to achieve for businesses.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6742718577190347742?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6742718577190347742/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6742718577190347742' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6742718577190347742'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6742718577190347742'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/08/august-sydney-sharepoint-user-group.html' title='August Sydney SharePoint User Group - Tuesday 17th'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-2545611953246016262</id><published>2009-08-03T22:00:00.001+10:00</published><updated>2009-08-03T22:00:51.882+10:00</updated><title type='text'>Exclude Hidden Mailboxes from User Profile Import</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;I never knew this before, but seemingly Exchange allows you to mark certain mailboxes as hidden. This prevents them showing up within the Global Address List when someone is doing a name lookup, for example using Outlook "Check Names" functionality. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;With Microsoft Office SharePoint Server you can populate your User Profiles by importing account details from Active Directory. I always use a custom LDAP query  as the source for the connection. This allows me to be more specific about which Active Directory entries to bring across to SharePoint. There is a great KB article on the Microsoft Support site on how to set this up - &lt;a href='http://support.microsoft.com/kb/827754'&gt;http://support.microsoft.com/kb/827754&lt;/a&gt;. This article also describes how to filters out Active Directory accounts that have been disabled.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;What if you want to also exclude accounts that have been marked as Hidden within Exchange? Well, the LDAP property that you want to look at is called &lt;strong&gt;msExchHideFromAddressLists&lt;/strong&gt;. This is a Boolean property, so in theory we would just include entries where this property = FALSE. It is not quite that simple though. Since this is an optional property, I suspect that it may not exist for every user object. Therefore, testing that it is FALSE will not always work. Not to worry, just test that it is not TRUE. Logically this is equivalent and it turned out to work in my environment.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This means that the User Filter value from the KB article gets updated to:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-family:Courier New'&gt;(&amp;amp;(objectCategory=person)(objectClass=user)( !(userAccountControl:1.2.840.113556.1.4.803:=2))(!(msExchHideFromAddressLists:=TRUE)))&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;But the fun doesn't end there! Both Windows SharePoint Services and Microsoft Office SharePoint Server have a People-Picker field. This is the field that you use any time you want to assign an Active Directory user to a field, such as in a Task list. Updating your User Profile query has no affect to what the People Picker returns when you perform a search. There is an STSADM command line query that does help though. Gavin Adams has a good &lt;a target='_blank' href='http://www.synergyonline.com/blog/blog-moss/Lists/Posts/Post.aspx?ID=5'&gt;blog post&lt;/a&gt; that describes this command. Here is the syntax that you can use to exclude the hidden Exchange mailbox accounts:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-family:Courier New'&gt;stsadm -o setproperty -pn peoplepicker-searchadcustomfilter -pv "(|(!(msExchHideFromAddressLists=TRUE))" -url &amp;lt;intranet site address&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Change the text &amp;lt;intranet site address&amp;gt; to the address of the web site. Do not include the angle brackets.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-2545611953246016262?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/2545611953246016262/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=2545611953246016262' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2545611953246016262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2545611953246016262'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/08/exclude-hidden-mailboxes-from-user.html' title='Exclude Hidden Mailboxes from User Profile Import'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-7677721219682029148</id><published>2009-07-20T14:55:00.003+10:00</published><updated>2009-07-20T14:57:44.232+10:00</updated><title type='text'>Sydney SharePoint User Group July 2009</title><content type='html'>The next SharePoint User Group in Sydney is on Tuesday 21 July 2009. John Liu will talk about his experiences developing SharePoint Websites. Learn about how John deploys solutions from development to production, living with CAML, what 3rd party tools he uses and what you will need when SharePoint 2010 comes along.&lt;br /&gt;&lt;br /&gt;The user group meets at the Sydney Mechanics School of Arts at 280 Pitt Street. Doors open at 5:30pm and all are welcome. For more details see &lt;a href="http://www.sharepointusers.org.au"&gt;http://www.sharepointusers.org.au&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-7677721219682029148?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/7677721219682029148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=7677721219682029148' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7677721219682029148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7677721219682029148'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/07/sydney-sharepoint-user-group-july-2009.html' title='Sydney SharePoint User Group July 2009'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4583160512692535673</id><published>2009-07-15T11:40:00.002+10:00</published><updated>2009-09-10T09:04:29.637+10:00</updated><title type='text'>A SQL Server at every port</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;I'm no firewall expert, or a SQL expert, but I'm not going to let those things stop me handing out advice on how you should configure your firewall or SQL configuration! I recently ran into a problem with getting a SharePoint Server to communicate with the SQL Server on a brand new installation. I turned off the Windows Firewall on the SQL Server and everything worked fine. Now, while I did mention that I'm no expert on firewalls, I know enough to realize that keeping the firewall turned off is not the best approach. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Usually SQL Server communicates through port 1433. Looking at the server's firewall configuration I could tell that port was opened. So how come I still couldn't access the database from a remote machine? The &lt;strong&gt;Windows Firewall with Advanced Security&lt;/strong&gt; management console allows you to turn on logging of dropped packets. By using this I figured out that my SharePoint server was trying to access port 61683. Well, OK, I opened up that port by creating a new Inbound Port rule for TCP traffic. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;That did it, my SharePoint Server was able to chat away to my SQL Server and off I went on my merry way. But I couldn't rest easy at night. Why port 61683? My searches on the internet brought back no real references to that port number. So I searched the registry on the SQL Server for "61683" and lo-and-behold, there it was – &lt;strong&gt;TCPDynamicPorts&lt;/strong&gt; buried deep under the HKLM\Software\Microsoft\Microsoft SQL Server hive. This led me to the MS Support article &lt;a href='http://support.microsoft.com/kb/823938'&gt;How to configure an instance of SQL Server to listen on a specific TCP port or a dynamic port&lt;/a&gt;. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Yes indeed, the SQL Server was using a Named Instance. It seems that the default configuration for this means that SQL searches for a free port number to make the named instance available on. This dynamic allocation of a port number is not great from a firewall configuration perspective. Luckily you can change the configuration to use a static IP address. Look up the topic &lt;strong&gt;How to: Configure a Server to Listen on a Specific TCP Port (SQL Server Configuration Manager)&lt;/strong&gt; in SQL Books Online (here's the &lt;a href='http://msdn.microsoft.com/en-us/library/ms177440.aspx'&gt;SQL 2008 link&lt;/a&gt;). You can then set the firewall on the SQL Server without fear that the port will change randomly the next time your SQL instance restarts. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;One final note – from what I have read, your SQL firewall should also have a rule to allow access to the SQL Browser application. This is how remote computers can find out what port your named instance is on. Checking the SQL Server in my environment, there is a rule called SQL Browser that allows the application C:\Program Files (x86)\Microsoft SQL Server\90\Shared\sqlbrowser.exe.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4583160512692535673?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4583160512692535673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4583160512692535673' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4583160512692535673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4583160512692535673'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/07/sql-server-at-every-port.html' title='A SQL Server at every port'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-3268118317633883273</id><published>2009-07-14T10:30:00.002+10:00</published><updated>2009-07-14T10:47:22.557+10:00</updated><title type='text'>SharePoint 2010 Now Showing</title><content type='html'>Want to get a peek at what the new version of SharePoint 2010 looks like? Well then pop over to &lt;a href="http://sharepoint.microsoft.com "&gt;http://sharepoint.microsoft.com &lt;/a&gt; and view the videos.&lt;br /&gt;&lt;br /&gt;There are three different videos - an overview, IT Pro (i.e. administrator) and Developer. All up, it is about an hour of footage.&lt;br /&gt;&lt;br /&gt;As they stress several times in the video, this is beta so there is a good possibility that some of the details will change between now and the release. Also, Microsoft aren't saying what features will be available in the different versions of the product (WSS, SharePoint Standard, SharePoint Enterprise). They generally don't make this information available until just before the release.&lt;br /&gt;&lt;br /&gt;Here are some of the highlights I picked up from watching the footage:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Ability to perform an action on multiple documents at the one time (like check-out or delete)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Many UI operations are now asynchronous, so you can get on with the next task without waiting for your last command to complete&lt;/li&gt;&lt;br /&gt;&lt;li&gt;SharePoint gets the Ribbon - if you haven't been using Office 2007 then you are missing out on how beneficial this really is. It makes it much easier to see what you can do with whatever you are working on, such as a list item, document, text or picture. You can also turn off the Ribbon if you want to maintain the same UI as the current product&lt;/li&gt;&lt;br /&gt;&lt;li&gt;The text formatting toolbar no longer floats AND it stays visible at the top of the page. In the current version this toolbar disappears as you scroll down through your text&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Unattached Content Database Recovery. I can't wait to try this. It should make disaster recovery a lot less of a disaster&lt;/li&gt;&lt;br /&gt;&lt;li&gt;SharePoint Workspace - could this make Groove relevant again? It gives you the ability to take part of your site offline and sync back up when you are next connected&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Central Admin - logging to SQL AND can be extended to include your own log entries. I must admit I never did like those text files that 07 writes to. Give me SQL tables over that any day.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;There's lots more of interesting content in the videos, I think the next year will be a fascinating time in the SharePoint world&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-3268118317633883273?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/3268118317633883273/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=3268118317633883273' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3268118317633883273'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3268118317633883273'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/07/sharepoint-2010-now-showing.html' title='SharePoint 2010 Now Showing'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6973275759061669744</id><published>2009-04-29T13:41:00.002+10:00</published><updated>2009-04-29T13:59:52.632+10:00</updated><title type='text'>WSS Service Pack 2 - installed without any problems</title><content type='html'>I have just applied Service Pack 2 for Windows SharePoint Services 3.0 to my test environment (x64 Windows 2003 running in HyperV). The installation took just over 10 minutes and didn't require a reboot. Everything ran smoothly and my Windows Event logs are not reporting any problems. &lt;br /&gt;&lt;br /&gt;You can download the service packs for WSS and MOSS from the links on &lt;a href="http://blogs.msdn.com/sharepoint/archive/2009/04/28/announcing-service-pack-2-for-office-sharepoint-server-2007-and-windows-sharepoint-services-3-0.aspx"&gt;this blog post&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Click &lt;a href="http://download.microsoft.com/download/7/A/3/7A3E2E01-5454-4427-95CB-28CE84523B0A/Windows%20SharePoint%20Services%203.0%20Service%20Pack%202%20Changes.xlsx"&gt;here&lt;/a&gt; to see a spreadsheet of the 34 issues fixed in WSS SP2&lt;br /&gt;&lt;br /&gt;Some of my favourites are:&lt;br /&gt;SharePoint does not allow some field names to be changed to their original values.&lt;br /&gt;Users are not warned when their files exceed the maximum path.&lt;br /&gt;List views fail when they are grouped by calculated fields or by lookups to calculated fields.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6973275759061669744?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6973275759061669744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6973275759061669744' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6973275759061669744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6973275759061669744'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/04/wss-service-pack-2-installed-without.html' title='WSS Service Pack 2 - installed without any problems'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5360470218408561575</id><published>2009-04-21T15:17:00.002+10:00</published><updated>2009-04-21T15:29:23.130+10:00</updated><title type='text'>Storage Space Allocation Reports</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;Did you know that you can access a report on how much space your Site Collection is using and see a list of your largest (and smallest) document libraries, documents and lists? All of this from the comfort of your web browser. The option is available from the top level site collection settings menu. It's called Storage Space Allocation. Here's a sample of what it looks like (with all the drop-down options visible):&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;img alt='' src='http://www.sharepointgurus.net/Image%20Library/Blog/Storage%20Space%20Allocation.png'/&gt;&lt;br /&gt;   &lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;But what if you don't see the Storage Space Allocation item in your site settings menu? Well, firstly this is only available to Site Collection administrators. You should ask the owner of the Site Collection whether you have that level of permissions or not. But more importantly, you need to have assigned a Quota to your Site Collection. This restricts the amount of disk space that your site collection can consume. Even if you don't need a quota, you will need to assign one to get access to this report.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Site Collection quotas are maintained within the SharePoint Central Administration web site. Generally this will be maintained by the IT department. Here are the steps that you need to go through to assign a quota to an existing site collection:&lt;br /&gt;&lt;/p&gt;&lt;ul style='margin-left: 72pt'&gt;&lt;li&gt;Go to the &lt;strong&gt;Central Administration&lt;/strong&gt; SharePoint site&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Click on &lt;strong&gt;Application Management&lt;/strong&gt; in the left panel&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Select the &lt;strong&gt;Site Collection Quotas and Locks&lt;/strong&gt; link under the &lt;strong&gt;SharePoint Site Management&lt;/strong&gt; heading&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Make sure that the correct site collection is selected&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Select the checkbox beside &lt;strong&gt;Limit site storage to a maximum of&lt;/strong&gt;&lt;br /&gt;    &lt;/li&gt;&lt;li&gt;Enter an appropriate number of megabytes for your site collection to grow &lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Click &lt;strong&gt;OK&lt;/strong&gt;&lt;br /&gt;     &lt;/div&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;img alt='' src='http://www.sharepointgurus.net/Image%20Library/Blog/Site Quotas and Locks.png'/&gt;&lt;br/&gt;&lt;br /&gt;   &lt;/p&gt;&lt;p&gt;You will now have the Storage Space Allocation item in your site collection settings page.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5360470218408561575?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5360470218408561575/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5360470218408561575' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5360470218408561575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5360470218408561575'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/04/storage-space-allocation-reports.html' title='Storage Space Allocation Reports'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-3085513931812693481</id><published>2009-04-16T22:20:00.001+10:00</published><updated>2009-04-16T22:20:44.016+10:00</updated><title type='text'>April SharePoint User Group Meeting</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;This month's user group meeting will be held on Tuesday April 21. The venue is our usual spot at the Sydney Mechanics School of Arts, &lt;a title='view map' href='http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=280+pitt+street,+sydney,+nsw+2000&amp;amp;sll=37.0625,-95.677068&amp;amp;sspn=38.092988,78.75&amp;amp;ie=UTF8&amp;amp;ll=-33.873035,151.207194&amp;amp;spn=0.009763,0.019226&amp;amp;z=16&amp;amp;iwloc=addr'&gt;280 Pitt Street&lt;/a&gt;. Doors open at 5:30pm, pizzas and soft drinks available until they run out, so get in early. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;This is going to be the first month of the &lt;strong&gt;Sound Bytes&lt;/strong&gt; session, a concept suggested by Brad Saide. This is a 20 minute slot for someone to discuss a SharePoint related concept or product that they love. Tim Kremer is kicking us off with a talk on using the iPhone to access SharePoint. This is based on his experience with developing &lt;a href='http://www.spyk.com/Products/iShare/Pages/iShare.aspx'&gt;iShare&lt;/a&gt;&lt;br /&gt;			&lt;/p&gt;&lt;p&gt;Then Peter Chapman will be discussing &lt;strong&gt;how to integrate SharePoint with SAP&lt;/strong&gt;. Peter's company &lt;a href='http://www.sower.com.au/'&gt;Sower&lt;/a&gt; have done quite a bit of work in this area. Come along and hear what options you have using both out of the box and third party features.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;If you intend coming please send an e-mail to &lt;a href='mailto:Sydney@sharepointusers.org.au'&gt;Sydney@sharepointusers.org.au&lt;/a&gt; so that we have an idea of numbers.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;If you would like to get e-mail notifications about upcoming events, visit our site at &lt;a href='http://www.sharepointusers.org.au/sydney'&gt;http://www.sharepointusers.org.au/sydney&lt;/a&gt; and sign up to our e-mail list.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-3085513931812693481?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/3085513931812693481/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=3085513931812693481' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3085513931812693481'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3085513931812693481'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/04/april-sharepoint-user-group-meeting.html' title='April SharePoint User Group Meeting'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4690250317307436984</id><published>2009-04-16T12:31:00.001+10:00</published><updated>2009-04-16T12:31:50.364+10:00</updated><title type='text'>James Milne – Australia’s newest SharePoint MVP</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;I just heard from James Milne that he has been awarded an MVP (Most Valued Professional) by Microsoft! Congratulations James, well deserved. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;If you haven't done so already, you can check out his blog at &lt;a href='http://www.myriadtech.com.au/blog/James'&gt;http://www.myriadtech.com.au/blog/James&lt;/a&gt;. In particular, have a look at the &lt;a href='http://www.myriadtech.com.au/blog/James/Lists/Posts/Post.aspx?ID=5'&gt;Content Type Toolbar web part&lt;/a&gt; that he has built. This is very neat. &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4690250317307436984?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4690250317307436984/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4690250317307436984' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4690250317307436984'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4690250317307436984'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/04/james-milne-australias-newest.html' title='James Milne – Australia’s newest SharePoint MVP'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-721028164819041485</id><published>2009-04-16T10:32:00.001+10:00</published><updated>2009-04-16T10:32:47.115+10:00</updated><title type='text'>It’s SharePoint all the way down</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;Big announcement from Microsoft today on the next release of SharePoint. We get our first indication of timelines – "will enter a technical preview in the third quarter of 2009 and will release to manufacturing in the first half of 2010"! &lt;br /&gt;&lt;/p&gt;&lt;p&gt;We also find out what the marketing team have been up to. The acronym "MOSS" is gone, the next release of the server product will be called SharePoint Server 2010. No word yet on what the next release of WSS will be called.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;You can read more about this and the Exchange 2010 announcement in the interview with Chris Capossela &lt;a href='http://www.microsoft.com/presspass/features/2009/Apr09/04-15Office2010.mspx'&gt;here&lt;/a&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-721028164819041485?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/721028164819041485/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=721028164819041485' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/721028164819041485'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/721028164819041485'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/04/its-sharepoint-all-way-down.html' title='It’s SharePoint all the way down'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5305593500154239243</id><published>2009-04-02T19:13:00.002+11:00</published><updated>2009-04-02T19:21:37.893+11:00</updated><title type='text'>SharePoint Designer now free</title><content type='html'>You may have heard about this already, but now it is official. SharePoint Designer is now free. You can download it directly from Microsoft by going to &lt;a href="http://www.Microsoft.com/SPD"&gt;www.Microsoft.com/SPD&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;In case you don't know, this is THE tool for hacking the SharePoint interface. It is not just for creative designers. You can configure the Data View web part in SharePoint Designer to do all sorts of groovey things that are not possible just through the web interface. &lt;br /&gt;&lt;br /&gt;Of course, you can also shoot yourself in the foot with this one, so do be careful. Also, avoid the SharePoint Designer site (one of the nodes in a site collection) backup option if your site is larger than 25 MB. &lt;br /&gt;&lt;br /&gt;Apart from those caveats, download and have fun! If you have previously licensed SharePoint Designer under a Software Assurance (SA) agreement, then you are now entitled to install Expression Web.&lt;br /&gt;&lt;br /&gt;If you want to read more about this, see the &lt;a href="http://office.microsoft.com/en-us/sharepointdesigner/HA103607611033.aspx"&gt;open letter&lt;/a&gt; published on the Microsoft site&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5305593500154239243?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5305593500154239243/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5305593500154239243' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5305593500154239243'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5305593500154239243'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/04/sharepoint-designer-now-free.html' title='SharePoint Designer now free'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5738180612459045469</id><published>2009-03-26T11:19:00.003+11:00</published><updated>2009-03-26T15:03:41.408+11:00</updated><title type='text'>SharePoint Podshow interview</title><content type='html'>I was in Seattle at the start of March, where I got a chance to catch up with two of the SharePoint Podshow hosts - Rob Foster and Nick Swan. One thing led to another, and the next thing you know we are recording an interview for the Podcast!&lt;br /&gt;&lt;br /&gt;If you don't already subscribe to the podcast, I can highly recommend it. As far as I know, it is currently the only podcast dedicated to SharePoint. For more information, check out &lt;a href="http://www.sharepointpodshow.com/"&gt;http://www.sharepointpodshow.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To listen to the interview I did with the guys, click &lt;a href="http://www.sharepointpodshow.com/shows/sharepointpodshow_episode_19.mp3"&gt;here&lt;/a&gt;. It covers a range of topics including the role of a SharePoint architect, using WSS for document management and the challenges of change management.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5738180612459045469?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5738180612459045469/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5738180612459045469' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5738180612459045469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5738180612459045469'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/03/sharepoint-podshow-interview.html' title='SharePoint Podshow interview'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4704792928960157024</id><published>2009-03-22T21:14:00.003+11:00</published><updated>2009-03-22T21:27:14.524+11:00</updated><title type='text'>Gulf 2 Gulf</title><content type='html'>&lt;a href="http://3.bp.blogspot.com/_ZJLj43mU9K0/ScYSGaUBktI/AAAAAAAACiM/mDFzD5zEWx4/s1600-h/Gulf2Gulf+Banner.gif"&gt;&lt;img style="margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 400px; height: 80px;" src="http://3.bp.blogspot.com/_ZJLj43mU9K0/ScYSGaUBktI/AAAAAAAACiM/mDFzD5zEWx4/s400/Gulf2Gulf+Banner.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5315956311509275346" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;As you may have guessed from the title, this post is not about SharePoint. It's about a couple of guys - Dave Turner and Tim. They are just starting a crazy adventure, attempting to cycle 2,520 kilometres off-road from Spencer Gulf in the south of Australia to the Gulf of Carpentaria in the north.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Dave is no stranger to crazy adventures. He has already managed to do some epic rides in &lt;a href='http://www.mushypea.net/cycling/nz/nz.html'&gt;&lt;span style='color:blue; text-decoration:underline'&gt;New Zealand&lt;/span&gt;&lt;/a&gt;, &lt;a href='http://www.mushypea.net/cycling/tibet/tibet.html'&gt;&lt;span style='color:blue; text-decoration:underline'&gt;Tibet&lt;/span&gt;&lt;/a&gt; and &lt;a href='http://www.mushypea.net/cycling/mongolia/mongolia.html'&gt;&lt;span style='color:blue; text-decoration:underline'&gt;Mongolia&lt;/span&gt;&lt;/a&gt;. This one may be the craziest though. Especially considering that they will be travelling through areas that are still flooded today. &lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The whole journey is unassisted, which means they won't have anyone carrying supplies for them. Any food and water that they need they will need to pick up along the way or haul it with them. Not easy when you will be travelling through some of the driest parts of the continent. To make sure that they will have enough water, they have &lt;a href='http://mushypea.net/blog/?p=807'&gt;&lt;span style='color:blue; text-decoration:underline'&gt;trailers&lt;/span&gt;&lt;/a&gt; attached to the back of their mountain bikes. As I said, crazy people.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;So why? Well, the usual reasons - because it's there, because it's hard. But also they will use this epic journey to raise funds and awareness for World Vision Australia. I am going to be doing my little bit for the guys by posting daily updates to their blog at &lt;a href='http://mushypea.net/blog'&gt;&lt;span style='color:blue; text-decoration:underline'&gt;http://mushypea.net/blog&lt;/span&gt;&lt;/a&gt;. Add the feed to your RSS reader or follow along on Twitter at &lt;a href='http://www.twitter.com/Gulf2Gulf'&gt;&lt;span style='color:blue; text-decoration:underline'&gt;http://www.twitter.com/Gulf2Gulf&lt;/span&gt;&lt;/a&gt;. Don't forget to donate at the &lt;a href='http://www.everydayhero.com.au/gulf2gulf/'&gt;&lt;span style='color:blue; text-decoration:underline'&gt;EVERYDAY HERO&lt;/span&gt;&lt;/a&gt; site&lt;br /&gt;&lt;/p&gt;&lt;p&gt; &lt;br /&gt; &lt;/p&gt;&lt;p&gt; &lt;br /&gt; &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4704792928960157024?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4704792928960157024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4704792928960157024' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4704792928960157024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4704792928960157024'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/03/gulf-2-gulf.html' title='Gulf 2 Gulf'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_ZJLj43mU9K0/ScYSGaUBktI/AAAAAAAACiM/mDFzD5zEWx4/s72-c/Gulf2Gulf+Banner.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4052752102427037167</id><published>2009-02-26T09:22:00.002+11:00</published><updated>2009-02-26T09:35:14.117+11:00</updated><title type='text'>Search Server Express installation error</title><content type='html'>I discovered an error with the Search Server Express 2008 installation process that I thought I would share.&lt;br /&gt;&lt;br /&gt;I was installing this on an existing WSS 3.0 server. I had previously modified the server's web.config to include a defaultProxy element in the system.net section.&lt;br /&gt;&lt;br /&gt;Once the Search Server Express installation process had completed, my main WSS site stopped working. Trying to access any page on the site would bring up an ASP.net error page.&lt;br /&gt;&lt;br /&gt;It looks like the Search Server Express installation made an incorrect update to the web.config. I guess it wasn't expecting there to already be a defaultProxy entry. Once I removed the invalid elements the site started working again.&lt;br /&gt;&lt;br /&gt;If you come across this error, I hope this post helps you get back up and running quickly. If you are running WSS and haven't installed Search Server Express yet - do it! Of course, you will get more out of it if you do some up-front planning.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4052752102427037167?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4052752102427037167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4052752102427037167' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4052752102427037167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4052752102427037167'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/02/search-server-express-installation.html' title='Search Server Express installation error'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6862577894379521124</id><published>2009-01-19T19:39:00.003+11:00</published><updated>2009-01-19T19:42:48.551+11:00</updated><title type='text'>Sydney SharePoint User Group, Jan 2009</title><content type='html'>If you are in Sydney this Tuesday (20 Jan 2009) then drop into the SharePoint User Group session being held in the city at the Sydney Mechanics School of Arts on Pitt Street.&lt;br /&gt;&lt;br /&gt;This month, K2 will be showing off their blackpearl workflow solution. Unfortunatly I won't be able to make it, as I am stuck on a beach in south Sri Lanka. Not to worry, Brad Saide will be hosting the night's proceedings&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6862577894379521124?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6862577894379521124/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6862577894379521124' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6862577894379521124'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6862577894379521124'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2009/01/sydney-sharepoint-user-group-jan-2009.html' title='Sydney SharePoint User Group, Jan 2009'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-8318209936684390001</id><published>2008-11-15T17:53:00.001+11:00</published><updated>2008-11-15T17:53:05.285+11:00</updated><title type='text'>Improving MOSS Search Accessibility</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;At one of my clients, we were looking at improving the accessibility of their intranet for sight impaired users. This was my first opportunity to work with someone that uses a text-to-speech and Braille reader as their only way of browsing a site. If you pardon the pun, this was eye-opening. It's fine to think about accessibility based on reading whitepapers or blog posts, it's quite another matter to watch a sight impaired user navigate through an intranet and try to make sense of it. One thing that we quickly learnt is that any content that describes the location of an item purely based on visual indicators is not enough (e.g. "just click on the blue button")&lt;br /&gt;&lt;/p&gt;&lt;p&gt;One area that we were able to improve quickly was in the search results. Our accessibility reviewer mentioned that it would be easier to jump between each search result if they were wrapped up in H3 tags. No problem – we had this implemented that afternoon. This required modifying a property in the Search Results web part:&lt;br /&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Perform a search within your MOSS intranet so that you can get to the search results page&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Within Search Results, select Site Actions – Edit Page. This will allow you to make changes to the web parts on the search results page&lt;br /&gt;&lt;/li&gt;&lt;li&gt;On the Search Core Results web part, select Edit – Modify Shared Web Part&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Within the web part properties click on the XSL Editor... button under the Data View Properties section&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;This is the XML transformation code that is applied to our search results. It allows us to control exactly how they are formatted. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;The section that you want to change begins with &amp;lt;&lt;span style='color:#0070c0; font-family:Courier New'&gt;xsl:template match="Result"&amp;gt;&lt;/span&gt;. This controls the HTML written out for each search result. You need to put a &lt;span style='color:#0070c0; font-family:Courier New'&gt;&amp;lt;H3&amp;gt;&lt;/span&gt; tag immediately before the &lt;span style='color:#0070c0; font-family:Courier New'&gt;&amp;lt;span class="srch-Icon"&amp;gt; &lt;/span&gt;element and the closing &lt;span style='color:#0070c0; font-family:Courier New'&gt;&amp;lt;/H3&amp;gt;&lt;/span&gt; tag immediately after the closing &lt;span style='color:#0070c0; font-family:Courier New'&gt;&amp;lt;/span&amp;gt;&lt;/span&gt; tag for &lt;span style='color:#0070c0; font-family:Courier New'&gt;&amp;lt;span class="srch-Title"&amp;gt;&lt;/span&gt;&lt;br /&gt;			&lt;/p&gt;&lt;p&gt;You probably will also want to adjust the formatting of these H3 elements, as by default, they are rather large, and there is too much spacing between the search result title and the other details. The easiest way to do this is to apply an inline style to your H3 element. This is what mine looks like:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='color:#0070c0; font-family:Courier New'&gt;&amp;lt;H3 style="margin-bottom:0px; font-size:100%;"&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Once you have completed your changes, don't forget to publish the updated page.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;You can download a copy of my modified Data View XSL Property from &lt;a href='http://www.sharepointgurus.net/Shared%20Documents/Search%20Results%20with%20H3.xsl'&gt;here&lt;/a&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-8318209936684390001?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/8318209936684390001/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=8318209936684390001' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/8318209936684390001'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/8318209936684390001'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/11/improving-moss-search-accessibility.html' title='Improving MOSS Search Accessibility'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-1739534421716032872</id><published>2008-11-11T21:59:00.001+11:00</published><updated>2008-11-11T21:59:52.865+11:00</updated><title type='text'>Sydney User Group meeting – November 18th</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;If you have been working with SharePoint for some time, there is a good chance that you have one of Michael Noel's books on your shelf. He's the author of SharePoint 2007 Unleashed, SharePoint 2003 Unleashed as well as a number of &lt;a href='http://download.microsoft.com/download/1/6/f/16f53b33-a118-4d78-a3d8-653a139aec0e/Virtualization_of_SharePoint_Products_and_Technologies_White_Paper_-_final1%20(2).pdf'&gt;Microsoft whitepapers&lt;/a&gt;. You might have caught one of his presentations at this year's Tech-Ed in Australia. Well, he's back – and for one day only. He's going to be presenting at the Sydney SharePoint User Group this month on one of his favourite topics – virtualisation and how it applies to your SharePoint environment.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The session will be held on Tuesday, November 18&lt;sup&gt;th&lt;/sup&gt;. Normally the User Group meetings are held in the evening, but this one is going to be a lunch-time session. We will be commencing the presentation at 12:30 and expect to wrap up the Q&amp;amp;A session by 2pm. The venue remains the same – Sydney Mechanics School of Arts at 280 Pitt Street in the CBD (close to Town Hall or Museum stations).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;To read more and register your interest in attending, go to &lt;a href='http://www.sharepointusers.org.au/sydney'&gt;www.sharepointusers.org.au/sydney&lt;/a&gt;&lt;br /&gt;			&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-1739534421716032872?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/1739534421716032872/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=1739534421716032872' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1739534421716032872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1739534421716032872'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/11/sydney-user-group-meeting-november-18th.html' title='Sydney User Group meeting – November 18th'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-2614182001286426709</id><published>2008-10-11T13:44:00.001+11:00</published><updated>2008-10-11T13:44:54.380+11:00</updated><title type='text'>MVP Again</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;OK – this news is a bit stale now, but heck I thought I'd post anyway. I have been awarded SharePoint &lt;a target='_blank' href='http://mvp.support.microsoft.com/'&gt;MVP&lt;/a&gt; status for another year! Well done to me. This will be my third year as a SharePoint MVP. This is particularly exciting with the next release of SharePoint on its way. I just need to find some spare time to devote to learning about the latest gizmos and widgets in vNext once those betas come out. Considering there is still so much in the current release that I'd like to know more about, I'm getting a bit worried about brain overload. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Remember the movie "The Matrix" – that cable they had that you could plug into the back of your head to download new info? I need to get me one of them.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-2614182001286426709?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/2614182001286426709/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=2614182001286426709' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2614182001286426709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2614182001286426709'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/10/mvp-again.html' title='MVP Again'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-3490529655005879648</id><published>2008-09-24T11:56:00.001+10:00</published><updated>2008-10-11T13:32:21.307+11:00</updated><title type='text'>MOSS Solution Day – Advanced Portals and Collaboration</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;I'm back in the classroom again next month delivering a one day training session for Microsoft called "MOSS Solution Day – Advanced Portals and Collaboration". This is going to be in Melbourne on Tuesday October 14&lt;sup&gt;th&lt;/sup&gt; and in Sydney on &lt;span style='color:#c00000'&gt;&lt;strong&gt;(updated)&lt;/strong&gt;&lt;/span&gt; November 10th&lt;br /&gt;&lt;/p&gt;&lt;p&gt;These sessions are targeted at Solution Architects that already have experience with SharePoint but want to deepen their knowledge in the Portals and Collaboration components. If you'd like to register for either of these sessions, pop along to the Microsoft site at &lt;a href='https://www.microsoft.com.au/events/register/home.aspx?levent=523428&amp;amp;linvitation'&gt;https://www.microsoft.com.au/events/register/home.aspx?levent=523428&amp;amp;linvitation&lt;/a&gt;. &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-3490529655005879648?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/3490529655005879648/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=3490529655005879648' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3490529655005879648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3490529655005879648'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/09/moss-solution-day-advanced-portals-and.html' title='MOSS Solution Day – Advanced Portals and Collaboration'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6731573765875537049</id><published>2008-09-09T23:29:00.001+10:00</published><updated>2008-09-09T23:29:49.328+10:00</updated><title type='text'>Tech-Ed 2008 Workflow Presentation</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;Whew, Tech-Ed Australia is finally over for another year. Boy, that was a hectic week. I came that close to winning a HP tablet pc in the Ask the Experts competition, did three presentations, and met up with a whole bunch of people. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I promised to post a link to my presentation on my blog. So firstly, here is the &lt;a href='http://www.sharepointgurus.net/Shared%20Documents/Workflow.ppt'&gt;Form Processes in Minutes not Months&lt;/a&gt;     session that I co-presented with &lt;a href='http://msmvps.com/blogs/benwalters/default.aspx'&gt;Ben Walters&lt;/a&gt; of SDM. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;This session looked at building an InfoPath 2007 browser based form, and creating a SharePoint Designer workflow to process the request.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;For a useful series of videos on how to build SharePoint Designer workflows, check out:&lt;br/&gt;&lt;a href='http://office.microsoft.com/en-us/sharepointdesigner/HA102564171033.aspx'&gt;http://office.microsoft.com/en-us/sharepointdesigner/HA102564171033.aspx&lt;/a&gt;&lt;br /&gt;			&lt;/p&gt;&lt;p&gt;For additional custom workflow actions that you can add to your SharePoint Designer workflows check out:&lt;br/&gt;&lt;a href='http://www.codeplex.com/SPDActivities'&gt;http://www.codeplex.com/SPDActivities&lt;/a&gt;&lt;br /&gt;			&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6731573765875537049?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6731573765875537049/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6731573765875537049' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6731573765875537049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6731573765875537049'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/09/tech-ed-2008-workflow-presentation.html' title='Tech-Ed 2008 Workflow Presentation'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-7374535702422109976</id><published>2008-09-01T22:42:00.001+10:00</published><updated>2008-09-01T22:42:34.510+10:00</updated><title type='text'>Tech-Ed Australia 2008 – I’ll be presenting</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;If you are going to Tech-Ed in Sydney this week, you can catch me presenting at one of three different sessions:&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;OFC315 - Why Findability Should Be an Organising Principle for Your SharePoint Server 2007 Deployment. Presenting with &lt;a href='http://www.mindsharpblogs.com/ben'&gt;Ben Curry&lt;/a&gt; from MindSharp&lt;br /&gt;&lt;/li&gt;&lt;li&gt;OFC301 - Form Processes in Minutes, not Months. Presenting with &lt;a href='http://msmvps.com/blogs/benwalters/'&gt;Ben Walters&lt;/a&gt; from SDM. &lt;br /&gt;&lt;/li&gt;&lt;li&gt;MVP307 – SharePoint Monitoring – How to measure the success of your SharePoint implementation. This one is all by myself&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I'm looking forward to the event and getting to meet some people I haven't seen in a while.  &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-7374535702422109976?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/7374535702422109976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=7374535702422109976' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7374535702422109976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7374535702422109976'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/09/tech-ed-australia-2008-ill-be.html' title='Tech-Ed Australia 2008 – I’ll be presenting'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-8260358070772077258</id><published>2008-08-08T12:32:00.001+10:00</published><updated>2008-08-08T12:32:10.390+10:00</updated><title type='text'>Converting Word docs to the Sony eBook format</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;Hi, my name is Ivan and I'm a gadgetholic. It's been 15 days since my last gadget purchase. Of course, I'll argue that each one of those purchases represents an enhanced quality of life, a way to streamline my day-to-day activities, thus freeing me up to...well, go out and buy more gadgets I guess.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Take this one time earlier this year when I was in the United States. I happened to be passing the Fry's electronics store in Seattle, so I popped in for a browse. I left with the &lt;a href='http://www.sonystyle.com/webapp/wcs/stores/servlet/CategoryDisplay?catalogId=10551&amp;amp;storeId=10151&amp;amp;langId=-1&amp;amp;categoryId=8198552921644523779'&gt;Sony electronic book reader&lt;/a&gt;.  It's beautiful – it uses one of those special e-ink screens that looks almost like paper. It only uses power when changing the page, so battery life is very good (7,500 page turns in theory). My reasoning was that I have so much reading to catch up on, and this is a lot faster to "boot up" compared to my laptop.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The reader is capable of displaying PDF documents, the only problem is that scales them to fit it's screen size. So a document laid out for A4 doesn't look so good on the reader. I really wanted to catch up on all those SharePoint white papers and articles that I haven't had time to read, so I needed to figure out an easy solution for putting them on the Sony.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;So I've put together a Word macro. This reformats a document to match the Sony screen size, adjusting both page dimensions and margins. I also adjust the dimensions of any images in the document so that they fit the page, its crude, but seems to work. Once it has been resized, I can save it as a PDF document and download it to the Sony reader. This also works for web articles – copy/paste to Word and run the macro.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I'm currently reading "The 01100 step programme to reducing technological dependencies". &lt;br /&gt;&lt;/p&gt;&lt;p&gt;You can download the macro code &lt;a href='http://sharepointgurus.net/Shared%20Documents/SaveForSony.txt'&gt;here&lt;/a&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-8260358070772077258?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/8260358070772077258/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=8260358070772077258' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/8260358070772077258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/8260358070772077258'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/08/converting-word-docs-to-sony-ebook.html' title='Converting Word docs to the Sony eBook format'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-3711771708009700175</id><published>2008-08-05T14:17:00.001+10:00</published><updated>2008-08-05T14:17:39.376+10:00</updated><title type='text'>Filtering Calendar List Web Part Entries</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;Not sure if this is a well known fact, but thought I'd post about it anyway. When you add a web part for a WSS 3.0 Calendar list onto a web part page, the default view automatically filters items to only show those with an end date great than or equal to today, and a start date that is less than 2 years from the current date. The time value is not used for filtering these items. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;This means that all current and future events that start within 2 years will be shown.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Also, the description will be truncated after approximately the first 255 characters. Truncation will happen at the end of a word, not half way through one.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;If you don't want to show 2 years worth of future events, you can use the following technique to reduce the time span:&lt;br /&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Add a new calculated column to your calendar list called Start Advertising. &lt;br /&gt;&lt;/li&gt;&lt;li&gt;Set the formula to "=[Start Time] – 60". Change the number of days to whatever you want to use. In this case I'm saying that I want see events that are starting in less than 60 days from now.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Set the data type for the formula result to Date and Time&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Update the Calendar web part – Edit the current view&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Add a filter for the Start Advertising field "is less than" [today]&lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-3711771708009700175?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/3711771708009700175/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=3711771708009700175' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3711771708009700175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3711771708009700175'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/08/filtering-calendar-list-web-part.html' title='Filtering Calendar List Web Part Entries'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4181664288475078579</id><published>2008-08-01T13:01:00.001+10:00</published><updated>2008-08-01T16:52:00.687+10:00</updated><title type='text'>Central Administration Regional Settings</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;Ever noticed that the timestamps within Central Administration are in US Date format? If you think in months, days and years, that's OK. But for the rest of us it can be a little confusing. Has it really been 4 months since the Usage Analysis timer job ran? Why would the last backup have occurred on the 13&lt;sup&gt;th&lt;/sup&gt; month of the year? And unless you live around GMT -08:00, you may also scratch your head at the times that SharePoint displays.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;To banish this confusion, just change the Regional Settings within Central Administration. This is normally a piece of cake: Site Actions -&amp;gt; Site Settings -&amp;gt; Regional Settings. The problem is, the Regional Settings link doesn't appear in Central Administration. If you are feeling adventurous, you can access the settings page by going to &lt;strong&gt;/_layouts/regionalsetng.aspx&lt;/strong&gt; on your Central Administration site.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Maybe there are a number of people taking care of the Central Administration site, and you are scattered across multiple time zones. Not to worry, to change just your own regional settings, go to &lt;strong&gt;/_layouts/regionalsetng.aspx?Type=User&lt;/strong&gt; in Central Administration.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4181664288475078579?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4181664288475078579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4181664288475078579' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4181664288475078579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4181664288475078579'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/08/central-administration-regional.html' title='Central Administration Regional Settings'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4038222456812956156</id><published>2008-07-20T22:41:00.001+10:00</published><updated>2008-07-20T22:41:27.431+10:00</updated><title type='text'>ISPA – Doing it for the community</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;The SharePoint Community around the world is made up of a lot of passionate, hard-working people. I've been lucky enough to meet my fair share of these people over the years. One of the most visible signs of this community are the various User Groups focussed on the SharePoint platform. Here in Australia you can find one in most State capitals at &lt;a href='http://www.sharepointusers.org.au'&gt;http://www.sharepointusers.org.au&lt;/a&gt;. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Well, now there is a world-wide group set up to support and share experiences between these User Groups – the International SharePoint Professionals Association (ISPA). This will help strengthen and grow the existing groups here in Australia, and help any new SharePoint User Groups get up and running. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;If you'd like to read more about this organisation, drop by their website at &lt;a href='http://www.sharepointpros.org'&gt;http://www.sharepointpros.org&lt;/a&gt;. As a User Group leader, I'm looking forward to sharing experiences with others and learning what else we can do for our members. I've also signed up as an ISPA Regional Evangelist. This means that I'm making myself available to anyone out there interested in setting up a new SharePoint focused user group within Australia. Thankfully, I'm not the only one – &lt;a href='http://edonoffice.blogspot.com/'&gt;Ed Richards&lt;/a&gt; in Melbourne and Ivan Brebner in Brisbane are also ISPA Regional Evangelists – it is a rather large country after all. I have yet to find out whether we get any badges or hats.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4038222456812956156?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4038222456812956156/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4038222456812956156' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4038222456812956156'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4038222456812956156'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/07/ispa-doing-it-for-community.html' title='ISPA – Doing it for the community'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6837087423745052632</id><published>2008-07-19T00:21:00.001+10:00</published><updated>2008-07-19T00:21:47.514+10:00</updated><title type='text'>Moving Site Collections between Databases</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;Microsoft has recently released an update to the Central Administration site that makes it easy to move a Site Collection between different Content Databases. The Batch Site Manager can be very handy if you need to break up your content across multiple Content Databases – possibly sitting on different SQL Servers. The same tool also allows you to lock and delete site collections:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href='http://technet.microsoft.com/en-us/library/cc508852(TechNet.10).aspx'&gt;http://technet.microsoft.com/en-us/library/cc508852(TechNet.10).aspx&lt;/a&gt;&lt;br /&gt;			&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6837087423745052632?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6837087423745052632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6837087423745052632' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6837087423745052632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6837087423745052632'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/07/moving-site-collections-between.html' title='Moving Site Collections between Databases'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6706648015663316884</id><published>2008-07-18T21:13:00.001+10:00</published><updated>2008-07-18T21:15:03.024+10:00</updated><title type='text'>An RSS feed for a View</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;One of my clients came across this neat trick while we were figuring out the easiest way to extract an XML representation of some list data. The default URL for the RSS feed on a list is in the format:&lt;br /&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;&lt;span style='color:#1f497d; font-family:Courier New'&gt;http://&amp;lt;ServerName&amp;gt;/&amp;lt;SitePath&amp;gt;/_layouts/listfeed.aspx?List=&amp;lt;guid&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Where &amp;lt;guid&amp;gt; is a unique identifier for the list or library that you are interested in. How do you find this value? Easy – if you access the site settings page for the list, you will see the appropriate value in the web address in your web browser.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Our issue was that this didn't return the set of records that we wanted. The client noticed some other URLs that I was using (based on using the &lt;a href='http://msdn.microsoft.com/en-us/library/ms478653.aspx'&gt;owssvr.dll url protocol&lt;/a&gt;) had a View parameter, so he added it to the ListFeed.aspx link – and it worked!&lt;br /&gt;&lt;/p&gt;&lt;p&gt;So you can target a specific view in the list to get your RSS feed from. This makes your URL format:&lt;br /&gt;&lt;/p&gt;&lt;p style='margin-left: 49pt'&gt;&lt;br /&gt;				&lt;span style='color:#1f497d; font-family:Courier New'&gt;http://&amp;lt;ServerName&amp;gt;/&amp;lt;SitePath&amp;gt;/_layouts/listfeed.aspx?List=&amp;lt;guid&amp;gt;&amp;amp;View=&amp;lt;guid&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Now, to get the unique identifier for the View, just go to the Settings page for the list and click on the name of the View. The web address displayed in your browser will include the View property. Copy and paste the whole address line into Notepad to extract the appropriate value – it's messy trying to do this directly on the browser address line.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6706648015663316884?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6706648015663316884/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6706648015663316884' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6706648015663316884'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6706648015663316884'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/07/rss-feed-for-view.html' title='An RSS feed for a View'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6360991407046923934</id><published>2008-07-16T10:34:00.001+10:00</published><updated>2008-07-16T10:34:35.340+10:00</updated><title type='text'>Breaking Point</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;I'm just back from the Sydney SharePoint User Group session where I presented on how our company uses WSS to run the business. I showed how we do everything from invoicing, timesheeting, expense tracking and project management from within WSS. Particularly when it came to the financial tracking aspects, a common refrain was "Why Bother"? There are so many off-the-shelf packages that do this for you, why would you try building it yourself within WSS?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The answer is that we wanted to see if WSS could handle this. We wanted to know what the pain points are in trying to do this in a real-world scenario, using ourselves as the lab rats. Most of the time we are advising clients how they should be using SharePoint, but we never have to use those systems day-in-day-out. We felt that the experience we would gain from immersing ourselves in the product would stand to us when working with clients.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;So what has it been like using WSS as a financial accounting system? Well, we like it, but we are biased. There are some elements that are clunky, but we hope to automate these in the near future. Granted, right now our requirements are relatively simple. This was another point that came up during the session – what happens when we reach "breaking point"?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I find this question particularly interesting. Quite a few people felt that as our business (hopefully) grows, we will reach a point where our WSS financial system will fall apart. I don't disagree. I'm not sure what that breaking-point is, but I think finding it will be a very valuable lesson. I think the biggest danger is that we won't recognize when we have reached that point and will continue this "experiment" beyond its best-before date. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Right now this lab-rat needs to get back into the maze and find out if anyone has moved my cheese.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6360991407046923934?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6360991407046923934/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6360991407046923934' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6360991407046923934'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6360991407046923934'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/07/breaking-point.html' title='Breaking Point'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-2599072090980522211</id><published>2008-07-12T08:12:00.001+10:00</published><updated>2008-07-12T08:12:08.529+10:00</updated><title type='text'>Inside the Russian Dolls</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;The Sydney SharePoint User Group is having its July meeting on Tuesday the 15&lt;sup&gt;th&lt;/sup&gt;. In addition to a Heroes Demo contest (details here), I'm going to be presenting on how our company has used Windows SharePoint Services.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;When we set up SharePoint Gurus last year, we decided to try to run the whole business on WSS. This is a bit extreme, but we wanted to see what worked, what didn't – how far could we push the platform. So at the July User Group session I'll be demonstrating how we use SharePoint and discussing the benefits and pains. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;If you are in town, come along to the Sydney Mechanics School of Arts at 280 Pitt Street. Doors open at 5:30pm and presentations begin at 17:45. For more information see &lt;a href='http://www.sharepointusers.org.au/sydney'&gt;www.sharepointusers.org.au/sydney&lt;/a&gt;. &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-2599072090980522211?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/2599072090980522211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=2599072090980522211' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2599072090980522211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2599072090980522211'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/07/inside-russian-dolls.html' title='Inside the Russian Dolls'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-2993691188168853545</id><published>2008-07-03T23:43:00.001+10:00</published><updated>2008-07-03T23:43:06.820+10:00</updated><title type='text'>CodePlex Project to create Sub Folders</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;I've just published a new CodePlex project. This is a utility application to create sub folders each month in a document library. You can schedule this to run each month against a particular document library. It will create a top-level folder with a name like YYYY-MM where YYYY is the current year and MM is the month (e.g. 2008-07). The year and month are based on the current date. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;The application then reads an XML file to determine what subfolder structure to create underneath the Year-Month folder. This can include any number of folders and subfolders. You can also specify custom security for a particular folder. Here is an example of the contents within the XML file&lt;br /&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;&lt;a href='file:///C:\VisualStudioProjects\MS%20CodePlex\MonthlyFolder\FolderSecurity.xml'/&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color:#990000'&gt;folders&lt;/span&gt;&lt;span style='color:blue'&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;&lt;a href='file:///C:\VisualStudioProjects\MS%20CodePlex\MonthlyFolder\FolderSecurity.xml'/&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color:#990000'&gt;folder name&lt;/span&gt;&lt;span style='color:blue'&gt;="&lt;/span&gt;&lt;strong&gt;Music&lt;/strong&gt;&lt;span style='color:blue'&gt;"&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 72pt'&gt;&lt;a href='file:///C:\VisualStudioProjects\MS%20CodePlex\MonthlyFolder\FolderSecurity.xml'/&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color:#990000'&gt;permissions&lt;/span&gt;&lt;span style='color:blue'&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 163pt'&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color:#990000'&gt;security&lt;/span&gt;&lt;br /&gt;					&lt;span style='color:#990000'&gt;account&lt;/span&gt;&lt;span style='color:blue'&gt;="&lt;/span&gt;&lt;strong&gt;domain\my user name&lt;/strong&gt;&lt;span style='color:blue'&gt;"&lt;/span&gt;&lt;span style='color:#990000'&gt; access&lt;/span&gt;&lt;span style='color:blue'&gt;="&lt;/span&gt;&lt;strong&gt;contribute&lt;/strong&gt;&lt;span style='color:blue'&gt;" /&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 108pt'&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color:#990000'&gt;security&lt;/span&gt;&lt;br /&gt;					&lt;span style='color:#990000'&gt;account&lt;/span&gt;&lt;span style='color:blue'&gt;="&lt;/span&gt;&lt;strong&gt;domain\group name&lt;/strong&gt;&lt;span style='color:blue'&gt;"&lt;/span&gt;&lt;span style='color:#990000'&gt; access&lt;/span&gt;&lt;span style='color:blue'&gt;="&lt;/span&gt;&lt;strong&gt;read&lt;/strong&gt;&lt;span style='color:blue'&gt;" /&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 72pt'&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;/&lt;/span&gt;&lt;span style='color:#990000'&gt;permissions&lt;/span&gt;&lt;span style='color:blue'&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 72pt'&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color:#990000'&gt;folder&lt;/span&gt;&lt;br /&gt;					&lt;span style='color:#990000'&gt;name&lt;/span&gt;&lt;span style='color:blue'&gt;="&lt;/span&gt;&lt;strong&gt;Favourites&lt;/strong&gt;&lt;span style='color:blue'&gt;" /&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 72pt'&gt;&lt;a href='file:///C:\VisualStudioProjects\MS%20CodePlex\MonthlyFolder\FolderSecurity.xml'/&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color:#990000'&gt;folder name&lt;/span&gt;&lt;span style='color:blue'&gt;="&lt;/span&gt;&lt;strong&gt;Classics&lt;/strong&gt;&lt;span style='color:blue'&gt;"/&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;/&lt;/span&gt;&lt;span style='color:#990000'&gt;folder&lt;/span&gt;&lt;span style='color:blue'&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;&lt;a href='file:///C:\VisualStudioProjects\MS%20CodePlex\MonthlyFolder\FolderSecurity.xml'/&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color:#990000'&gt;folder name&lt;/span&gt;&lt;span style='color:blue'&gt;="&lt;/span&gt;&lt;strong&gt;Pictures&lt;/strong&gt;&lt;span style='color:blue'&gt;"&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 72pt'&gt;&lt;a href='file:///C:\VisualStudioProjects\MS%20CodePlex\MonthlyFolder\FolderSecurity.xml'/&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color:#990000'&gt;permissions&lt;/span&gt;&lt;span style='color:blue'&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 108pt'&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color:#990000'&gt;security&lt;/span&gt;&lt;br /&gt;					&lt;span style='color:#990000'&gt;account&lt;/span&gt;&lt;span style='color:blue'&gt;="&lt;/span&gt;&lt;strong&gt;domain\my user name&lt;/strong&gt;&lt;span style='color:blue'&gt;"&lt;/span&gt;&lt;span style='color:#990000'&gt; access&lt;/span&gt;&lt;span style='color:blue'&gt;="&lt;/span&gt;&lt;strong&gt;design&lt;/strong&gt;&lt;span style='color:blue'&gt;" /&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 108pt'&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;/&lt;/span&gt;&lt;span style='color:#990000'&gt;permissions&lt;/span&gt;&lt;span style='color:blue'&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;/&lt;/span&gt;&lt;span style='color:#990000'&gt;folder&lt;/span&gt;&lt;span style='color:blue'&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;&lt;/span&gt;&lt;span style='color:#990000'&gt;folder&lt;/span&gt;&lt;br /&gt;					&lt;span style='color:#990000'&gt;name&lt;/span&gt;&lt;span style='color:blue'&gt;="&lt;/span&gt;&lt;strong&gt;Videos&lt;/strong&gt;&lt;span style='color:blue'&gt;" /&amp;gt;&lt;/span&gt;&lt;br /&gt;				&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;&lt;span style='font-family:Verdana; font-size:10pt'&gt;&lt;span style='color:blue'&gt;&amp;lt;/&lt;/span&gt;&lt;span style='color:#990000'&gt;folders&lt;/span&gt;&lt;span style='color:blue'&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;I'm interested to hear if others find this useful and whether people have suggestions on how the application can be improved. The project is available at &lt;a href='http://www.codeplex.com/WSSCreateFolders'&gt;http://www.codeplex.com/WSSCreateFolders&lt;/a&gt;. Check out the other &lt;a href='http://www.codeplex.com/Project/ProjectDirectory.aspx?TagName=Sharepoint'&gt;SharePoint related CodePlex projects&lt;/a&gt; – there is some fantastic stuff available here&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-2993691188168853545?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/2993691188168853545/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=2993691188168853545' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2993691188168853545'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2993691188168853545'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/07/codeplex-project-to-create-sub-folders.html' title='CodePlex Project to create Sub Folders'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4002117362832074761</id><published>2008-06-13T18:37:00.001+10:00</published><updated>2008-06-13T18:37:31.211+10:00</updated><title type='text'>New Microsoft White Paper – Data Protection and Recovery for MOSS</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;Microsoft has just released a new White Paper on data protection and recovery for Microsoft Office SharePoint Server. It's available &lt;a href='http://technet.microsoft.com/en-us/library/cc262129.aspx'&gt;here&lt;/a&gt;. This is a great guide on the various options for recovering content within your environment. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I was lucky enough to be able to review this during its final draft stages, which has earned me a mention on the acknowledgements section. Fame at last! Any errors or omissions in the white paper are the fault of the other reviewers. &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4002117362832074761?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4002117362832074761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4002117362832074761' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4002117362832074761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4002117362832074761'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/06/new-microsoft-white-paper-data.html' title='New Microsoft White Paper – Data Protection and Recovery for MOSS'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5768300954025068084</id><published>2008-06-13T18:06:00.005+10:00</published><updated>2008-06-13T18:26:52.445+10:00</updated><title type='text'>June 08 Sydney User Group</title><content type='html'>The Sydney SharePoint User Group is on the move. We are now located at the Sydney Mechanics School of Arts (SMSA) at 280 Pitt Street. Map and details available from the &lt;a href="http://www.sharepointusers.org.au/Sydney/Wiki/Home.aspx"&gt;User Group site&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The SMSA recently turned 175, which is pretty old for an Australian instituation. The SharePoint User Group is a young whipper-snapper in comparision, at almost 3 years old (our third birthday is on July 15th). &lt;br /&gt;&lt;br /&gt;Still, I bet the SMSA doesn't have their whole back-catalogue of powerpoint presentations available &lt;a href="http://www.sharepointusers.org.au/Sydney/User%20Group%20Presentations/Forms/AllItems.aspx"&gt;online&lt;/a&gt;, now do they?&lt;br /&gt;&lt;br /&gt;The SMSA's slogan is "Making a Difference through Learning". So I think we will feel right at home there.&lt;br /&gt;&lt;br /&gt;Our first presenter at our Pitt Street location will be &lt;a href="http://blogs.msdn.com/alspeirs/"&gt;Alistair Speirs&lt;/a&gt; from Microsoft. His topic - &lt;br /&gt;&lt;blockquote&gt;The Collaboration Spectrum: when should you use SharePoint, Groove, email or just pick up the phone?&lt;/blockquote&gt;&lt;br /&gt;Want to hear more? Come along to 280 Pitt Street at 5:30pm on Tuesday June 17th. Looking forward to seeing you.&lt;br /&gt;&lt;br /&gt;For an e-mail update on the user group is meeting, &lt;a href="http://www.sharepointusers.org.au/Sydney/Lists/Signup/NewForm.aspx?Source=http://www.sharepointusers.org.au/sydney/Shared%20Resources/ThankYou.aspx"&gt;sign up here&lt;/a&gt;, or subscribe to our &lt;a href="http://www.sharepointusers.org.au/Sydney/_layouts/listfeed.aspx?List=bc5bdef4%2D0791%2D4b2f%2D9d52%2D9a48c1832e65"&gt;RSS feed&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;While you are there - have a look at the &lt;a href="http://www.sharepointusers.org.au/"&gt;new home page&lt;/a&gt; for the SharePoint Australian User Groups - what do you think?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5768300954025068084?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5768300954025068084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5768300954025068084' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5768300954025068084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5768300954025068084'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/06/june-08-sydney-user-group.html' title='June 08 Sydney User Group'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-364869704645473006</id><published>2008-05-21T07:26:00.003+10:00</published><updated>2008-12-11T15:44:21.554+11:00</updated><title type='text'>Now available on video</title><content type='html'>&lt;a href="http://4.bp.blogspot.com/_ZJLj43mU9K0/SDNDh-8HccI/AAAAAAAABJo/atPZyFhbcFY/s1600-h/SharePoint+MVP+Summit.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5202576245652943298" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://4.bp.blogspot.com/_ZJLj43mU9K0/SDNDh-8HccI/AAAAAAAABJo/atPZyFhbcFY/s320/SharePoint+MVP+Summit.png" border="0" /&gt;&lt;/a&gt; &lt;span xmlns=""&gt;The Sydney SharePoint Forum was held in Sydney on May 6&lt;sup&gt;th&lt;/sup&gt;. You can now watch videos of some of the presentations from the event site. Go to the &lt;a href="http://www.microsoftsharepoint.com/strategy/resources/Pages/Session.aspx"&gt;Resources &lt;/a&gt;page and click the View link for the relevant presentation. My session with Allyson Skene is here – &lt;a href="http://wm.microsoft.com/ms/australia/sharepoint/sessions/010_find_it_faster_with_MOSS_2007_search.wmv"&gt;Find it faster with MOSS 2007 Search&lt;/a&gt;. It's true what they say about the camera adding ten pounds – I'm much slimmer in real life.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-364869704645473006?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/364869704645473006/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=364869704645473006' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/364869704645473006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/364869704645473006'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/05/now-available-on-video.html' title='Now available on video'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_ZJLj43mU9K0/SDNDh-8HccI/AAAAAAAABJo/atPZyFhbcFY/s72-c/SharePoint+MVP+Summit.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-2139589024656337033</id><published>2008-05-15T21:18:00.001+10:00</published><updated>2008-05-15T21:18:10.446+10:00</updated><title type='text'>Tag – you’re it!</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;I was putting together an ASP.net page that was retrieving information from a database. This page is going to be indexed by SharePoint. So to make sure that the search experience could be as good as possible, I wanted to make sure that the page includes useful metadata tags. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;While trying to figure out the best way of setting the metadata, I came across the HtmlMeta class. This allows you to programmatically add your meta tags to your content:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-family:Courier New; font-size:10pt'&gt;&lt;br /&gt;					&lt;span style='color:#2b91af'&gt;HtmlMeta&lt;/span&gt; metaTag = &lt;span style='color:blue'&gt;new&lt;/span&gt;&lt;br /&gt;					&lt;span style='color:#2b91af'&gt;HtmlMeta&lt;/span&gt;();&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-family:Courier New; font-size:10pt'&gt;&lt;br /&gt;					&lt;span style='color:#2b91af'&gt;HtmlHead&lt;/span&gt; head = (&lt;span style='color:#2b91af'&gt;HtmlHead&lt;/span&gt;)Page.Header;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-family:Courier New; font-size:10pt'&gt;        metaTag.Name = "DC.Title";&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-family:Courier New; font-size:10pt'&gt;        metaTag.Content = "Tag – you're it";&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style='font-family:Courier New; font-size:10pt'&gt;        head.Controls.Add(metaTag);&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;Neat, huh?&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-2139589024656337033?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/2139589024656337033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=2139589024656337033' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2139589024656337033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2139589024656337033'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/05/tag-youre-it.html' title='Tag – you’re it!'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-2697694450057187695</id><published>2008-04-22T21:59:00.003+10:00</published><updated>2008-04-22T22:04:46.764+10:00</updated><title type='text'>'Open Mike' session for SharePoint User Group</title><content type='html'>&lt;p&gt;Would you like to find out;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;How can you leverage Microsoft Office SharePoint technologies to provide a platform for collaboration, ECM, search, BI and social computing? &lt;/li&gt;&lt;li&gt;The interoperability with MOSS and other line of business applications such as SAP?&lt;/li&gt;&lt;li&gt;How SharePoint and Office can be the people friendly face of service oriented architecture?&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Well we’ve got just the man to answer those burning questions... Microsoft’s Mike Fitzmaurice, Enterprise Technology Strategist and former Technical Product manager for WSS/MOSS, has kindly agreed to hold a lunch time ‘Open Mike’ session on May 5th during his Sydney visit. &lt;/p&gt;&lt;p&gt;We look forward to seeing you there! Please click here to &lt;a href="http://www.sharepointusers.org.au/Sydney/Lists/Open%20Mike/NewForm.aspx?Source=http://www.sharepointusers.org.au/sydney/Shared%20Resources/ThankYou.aspx" mce_href="http://www.sharepointusers.org.au/Sydney/Lists/Open%20Mike/NewForm.aspx?Source=http://www.sharepointusers.org.au/sydney/Shared%20Resources/ThankYou.aspx"&gt;register &lt;/a&gt;for this event.&lt;/p&gt;&lt;p&gt;Registration opens at 12:30pm and the Q&amp;amp;A session commence at 1:00pm. This special event will be held at Microsoft’s office, 1 Epping Road, North Ryde, Sydney.&lt;/p&gt;&lt;p&gt;Food &amp;amp; Refreshments will be provided.&lt;/p&gt;&lt;p&gt;‘Open Mike’ – Mike Fitzmaurice Q&amp;amp;A Date: Monday May 5th 2008 Time: 12:30-2:00pm&lt;br /&gt;&lt;br /&gt;Visit &lt;a href="http://www.sharepointusers.org.au/sydney" mce_href="http://www.sharepointusers.org.au/sydney"&gt;http://www.sharepointusers.org.au/sydney&lt;/a&gt; for further information.  &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-2697694450057187695?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/2697694450057187695/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=2697694450057187695' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2697694450057187695'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2697694450057187695'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/04/open-mike-session-for-sharepoint-user.html' title='&apos;Open Mike&apos; session for SharePoint User Group'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-916631186810537069</id><published>2008-04-16T17:05:00.003+10:00</published><updated>2008-12-11T15:44:22.468+11:00</updated><title type='text'>Problem with using a Calculated Field in a Lookup property</title><content type='html'>&lt;div&gt;&lt;span xmlns=""&gt;&lt;p&gt;I've been playing around with using a calculated field as the source for a lookup column in a document library. I've run into a few annoying issues that I thought I'd share. Try this: &lt;/p&gt;&lt;ol&gt;&lt;li&gt;Create a custom list &lt;/li&gt;&lt;li&gt;Add some rows to your list. In my case I added values like "Quick Pick 1", "Quick Pick 2"…&lt;/li&gt;&lt;li&gt;Add a calculated column with the formula of [Title]. Leave the calculated type as single line of text&lt;/li&gt;&lt;li&gt;In your Shared Documents library, add a lookup column and point it to the calculated field you created in the previous step &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;I agree – not the most productive piece of SharePoint work you will do, but bear with me.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;When you edit the properties for a document via the browser, the Lookup field values display as expected:&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_ZJLj43mU9K0/SAWo4EAKMyI/AAAAAAAABFY/zqey7YhabIQ/s1600-h/Industry+Sector+property.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5189739826714915618" style="CURSOR: hand" alt="" src="http://2.bp.blogspot.com/_ZJLj43mU9K0/SAWo4EAKMyI/AAAAAAAABFY/zqey7YhabIQ/s320/Industry+Sector+property.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Now, edit a Word 2007 document in the library &lt;/li&gt;&lt;li&gt;View the Word 2007 Document Information Panel&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;If your environment is anything like mine, this is what you will get:&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_ZJLj43mU9K0/SAWpNEAKMzI/AAAAAAAABFg/CGhIPd_VS68/s1600-h/Industry+Sector+Word+2007.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5189740187492168498" style="CURSOR: hand" alt="" src="http://2.bp.blogspot.com/_ZJLj43mU9K0/SAWpNEAKMzI/AAAAAAAABFg/CGhIPd_VS68/s320/Industry+Sector+Word+2007.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p style="MARGIN-LEFT: 36pt"&gt;I don't know why the "string;#" text is visible in the Document Information Panel view. I know that the Lookup column does store an ID along with the displayed value, but I definitely do not want this displayed in Word 2007.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;It's a shame that this doesn't work. My search through the newsgroups and blogs didn't bring back any details about this specific issue, but there were some related questions about not being able to reference certain column types as lookup fields. I'd be interested to hear if anyone has found a fix for this. I can work around this issue by developing a simple event handler on my list to set the value of a text box to what I need. That way I can just use an out-of-the-box lookup column on a text field. &lt;/p&gt;&lt;p&gt;There was also another issue that I saw mentioned in relation to calculated lookup fields. If you try to use one of these in a &lt;em&gt;collapsed&lt;/em&gt; Group By view, you will see a "Render Failed" message for each column when you expand the group:&lt;br /&gt;&lt;/p&gt;&lt;a href="http://3.bp.blogspot.com/_ZJLj43mU9K0/SAWpZUAKM0I/AAAAAAAABFo/YqfPMS7CY6I/s1600-h/Render+Failed.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5189740397945566018" style="CURSOR: hand" alt="" src="http://3.bp.blogspot.com/_ZJLj43mU9K0/SAWpZUAKM0I/AAAAAAAABFo/YqfPMS7CY6I/s320/Render+Failed.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;My event-handler work-around will also avoid this issue. However, another alternative is to select the "Show groupings &lt;em&gt;expanded&lt;/em&gt;" option for the view. You can then expand/collapse the views as you need.&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-916631186810537069?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/916631186810537069/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=916631186810537069' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/916631186810537069'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/916631186810537069'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/04/problem-with-using-calculated-field-in.html' title='Problem with using a Calculated Field in a Lookup property'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_ZJLj43mU9K0/SAWo4EAKMyI/AAAAAAAABFY/zqey7YhabIQ/s72-c/Industry+Sector+property.png' height='72' width='72'/><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-3118291089830566493</id><published>2008-03-19T22:15:00.001+11:00</published><updated>2008-03-19T22:15:09.563+11:00</updated><title type='text'>MS Partner Training – On the road again</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;After appearing to sell-out crowds in 2007, the new and improved "Instructor-lead Chalk-talk to Presales and Business Analyst on the MOSS 2007 Platform" is about to hit the road again. And like all good shows, this time we have a special guest. &lt;a target='_blank' href='http://blogs.breezetraining.com.au/mickb/'&gt;Mick Badran&lt;/a&gt; of Breeze Training is going to attempt the daring feat of stepping into my shoes (spot the pun). I'm going to tackle Brisbane and Melbourne, while Mick will be wowing the crowds in Sydney.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Dates are:&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Brisbane – April 3 &amp;amp; 4&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Melbourne – April 7 &amp;amp; 8&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Sydney – April 10 &amp;amp; 11&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This two day session is an instructor lead "chalk-and-talk" training designed for Pre-Sales Technical Consultants, Technical Project Managers, Architects and Business Analysts. The content is level-200. You can find out more information and register for this event &lt;a target='_blank' href='https://www.local.microsoft.com.au/australia/events/register/home.aspx?levent=578966&amp;amp;linvitation'&gt;here&lt;/a&gt;&lt;br /&gt;			&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-3118291089830566493?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/3118291089830566493/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=3118291089830566493' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3118291089830566493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3118291089830566493'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/03/ms-partner-training-on-road-again.html' title='MS Partner Training – On the road again'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-1365729805550220858</id><published>2008-02-23T17:06:00.003+11:00</published><updated>2008-02-24T19:42:56.991+11:00</updated><title type='text'>Building a Windows 2008  x64 Laptop</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;My primary machine is a Dell XPS M1330 laptop. This has 4GB of memory and a dual core Intel T7300 2 GHz processor. Up until recently I have been running 32-bit Windows Vista as the main operating system. To be honest, I was disappointed with the performance. Considering the specifications, I was expecting the machine to be a bit quicker round the block. I found that I was waiting to switch between applications. Outlook was tediously slow some times. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Now this could be for a number of reasons – Dell pre-loads the application with many "performance enhancing utilities". Anyway, I decided it was time for a rebuild. &lt;a href='http://daniellarson.spaces.live.com/'&gt;Daniel Larson&lt;/a&gt; has been harping on how good Windows 2008 is, so I grabbed my installation disk and dived right in.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I wanted to take advantage of the whole 4 GB of memory I have, so I went with the 64-bit version (under 32-bit Windows only sees about 3.4 GB). I reckon that going 64-bit should also give me a performance boost too. The challenge is that I would have to make sure all the various software and hardware that I use would still run under 64-bit. There was only one way to find out for real.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I was also keen to see what Hyper-V was all about. This is Microsoft's new version of Virtual Server. The idea is that it takes advantage of features in your processor to run more efficiently. I wasn't 100% sure if my processor supported these capabilities, but I was willing to give it a shot.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I was getting tired of doing development work within a VPC and transferring files between the guest and host operating systems. I liked the idea of running SharePoint 2007 directly on my main operating system. No more booting up a VPC to check exactly where a configuration option was. I would be able to code directly on the host.  Now VPCs aren't that much of a pain, and they have their own advantages, but I was keen to see what it would be like to run MOSS natively.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Finally, by going Windows 2008, I can run 64-bit virtual machines. Yes – I could also do this with VMWare on Vista, but since I was going to get all the other benefits with Windows 2008, this was an extra bonus. This may become more important later this year. I suspect that Microsoft will start to release early betas of SharePoint vNext before the year is out. If this is only going to run on 64-bit (just like Exchange), I want to be set up so that I can install them.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Right – so now that I convinced myself, it was time to begin. My first mistake was to back up all my content using Vista backups. I had been running these for a while, so it seemed like a safe bet. The problem came later when I attempted to restore these from Windows 2008. The backup software is not the same between these platforms and I couldn't find any software that would read the Visa backups. I ended up restoring these to another Vista computer and then copying the files across. So I'd recommend just copying your Vista data files onto a separate hard drive.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Another hassle with the Vista backups is that it does not include executable files or help files by default. So even after the restore I had to download the MOSS and WSS SDK packages again. Not a big hassle, but something to be aware of.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;As a belt-and-braces measure, I used &lt;a href='http://www.acronis.com/homecomputing/products/trueimage/'&gt;Acronis TrueImage&lt;/a&gt; to take a snapshot of my entire computer. This was in case the exercise turned into an unmitigated disaster and I needed to roll back. My 130 GB of content got compressed down to a 85 GB file. Thankfully I haven't had to use this, so I can't say what the restore process is like.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Now for the risky part. I downloaded the Windows 2008 RTM from my MSDN subscription and created a DVD. I rebooted and walked through the process of deleting my existing partitions (eek!) and creating one new partition for the new install.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;WARNING&lt;/strong&gt;: If you are planning to use Hyper-V then make sure to leave the regional settings at US English during installation. I'm in Australia, so I thought I would change these during the installation process. It turns out that the current (beta) release of Hyper-V does not like this, and I ended up having to re-install from scratch. Note that you can't just revert to the US English regional settings if you experience this problem. You can only change to your correct locale AFTER Hyper-V has been enabled. I'm sure this will get fixed soon.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Apart from that hiccup, the process was straightforward. My Bluetooth mouse worked from the moment the installation commenced. I think the installation process took about 30 minutes before I was booting into my new desktop. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;After getting the bare bones installation up and running, here are the configuration changes that I've made:&lt;br /&gt;&lt;/p&gt;1. Configured my BIOS to enable Virtualisation support&lt;br&gt;&lt;br /&gt;2. Enabled the following server roles:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;File Server (including the Windows Search Service)&lt;/li&gt;&lt;li&gt;Hyper-V&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Web Server (including ASP.net, and IIS 6 Management)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;3. Enabled the following server features:&lt;ul&gt;&lt;li&gt;.Net Framework 3.0&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Desktop Experience – includes Media Player&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Wireless LAN Service – you need this to connect to your WiFi LAN&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;4. Disabled the shutdown prompt by updating my local group policy&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Start-&amp;gt;Run-&amp;gt;"gpedit.msc" -&amp;gt; Administrative Template -&amp;gt;System-&amp;gt; Display Shutdown event tracked -&amp;gt; Disable&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;5. Configured my Hyper-V network so that I can easily share files between my host and client machines (&lt;a href='http://blogs.sqlxml.org/bryantlikes/archive/2008/01/09/setting-up-hyper-v-virtual-networking.aspx'&gt;Bryant Likes's blog&lt;/a&gt;)&lt;br /&gt;&lt;br&gt;6. Installed the Synaptic x64 Fingerprint reader driver&lt;br /&gt;&lt;br&gt;7. Installed the Dell x64 sound card drivers&lt;br /&gt;&lt;p&gt;Now I'm very content with my setup. Response time is much faster than my old build. Hyper-V is very slick. VPCs seem to run more efficiently. There are a few hassles though:&lt;br /&gt;&lt;/p&gt;&lt;ul style='margin-left: 37pt'&gt;&lt;li&gt;Sleep mode is gone – I think this is due to Hyper-V&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Battery life seems to be worse, probably because the power management seems less sophisticated than Vista.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Even though my Bluetooth mouse worked, I couldn't connect to my Bluetooth mobile phone (a Nokia N73). I did try to install the Dell x64 Bluetooth drivers, but that didn't help. In fact, now my Bluetooth mouse no longer works :(&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Picasa won't install (photo management software)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Microsoft Shared View beta installs, but won't log in&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;On balance though, I'm happy. The performance boost is great and I'll now get some experience poking around the new OS. I've just gotten MOSS 2007 up and running, so I can see what it's like to develop straight on the laptop.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Here are some of the links I found useful when doing my installation:&lt;br /&gt;&lt;/p&gt;&lt;ul style='margin-left: 37pt'&gt;&lt;li&gt;&lt;a href='http://weblogs.asp.net/israelio/archive/2008/02/21/windows-server-2008-as-workstation.aspx?CommentPosted=true'&gt;http://weblogs.asp.net/israelio/archive/2008/02/21/windows-server-2008-as-workstation.aspx?CommentPosted=true&lt;/a&gt;&lt;br /&gt;    &lt;/li&gt;&lt;li&gt;&lt;a href='http://blogs.sqlxml.org/bryantlikes/archive/2008/01/09/setting-up-hyper-v-virtual-networking.aspx'&gt;http://blogs.sqlxml.org/bryantlikes/archive/2008/01/09/setting-up-hyper-v-virtual-networking.aspx&lt;/a&gt;&lt;br /&gt;    &lt;/li&gt;&lt;li&gt;&lt;a href='http://forum.notebookreview.com/showthread.php?t=158277&amp;amp;page=1'&gt;http://forum.notebookreview.com/showthread.php?t=158277&amp;amp;page=1&lt;/a&gt;&lt;br /&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-1365729805550220858?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/1365729805550220858/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=1365729805550220858' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1365729805550220858'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1365729805550220858'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/02/building-windows-2008-x64-laptop.html' title='Building a Windows 2008  x64 Laptop'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-32829513861414777</id><published>2008-01-28T17:38:00.001+11:00</published><updated>2008-01-30T15:54:02.974+11:00</updated><title type='text'>A SharePoint site by any other name...</title><content type='html'>&lt;p&gt;There are quite a few situations where you want your SharePoint Web Application available to different sets of users, using different web addresses. For example, our internal users may use &lt;a href="http://XYZ"&gt;http://XYZ&lt;/a&gt; to access our web application, but our external clients may have to enter &lt;a href="https://secure.xyz.com"&gt;https://secure.xyz.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;SharePoint allows you to assign up to five different &amp;quot;end-user addresses&amp;quot; for each of your Web Applications. These &amp;quot;end-user addresses&amp;quot; are ones that people will type into their browser to access your site. SharePoint uses a feature called Alternate Access Mapping (AAM) to make sure that the web application is available through different addresses while still ensuring that the links in the page sent back to the user are formatted correctly.&lt;/p&gt;  &lt;p&gt;For a standard, non-SharePoint web site, this is relatively easy. Microsoft's IIS web server allows an administrator to specify as many addresses as they want for a single web site. These are called &amp;quot;host headers&amp;quot;. If you are careful and make sure that all the internal links in your standard web site are written without a domain (e.g. /contactus.aspx), then the end user will always get the correct links based on the address they have used to access the website.&lt;/p&gt;  &lt;p&gt;So why doesn't SharePoint work the same way? Well, part of the reason is that there are some scenarios where SharePoint will receive requests using one address, but it needs to translate these to another address before sending the final page to the end user. More on this later.&lt;/p&gt;  &lt;p&gt;The end result is that IIS is responsible for accepting the page requests and passing them to SharePoint. It is then SharePoint's job to figure out which Web Application on the server farm the user is trying to access, and what &amp;quot;end user address&amp;quot; it should use when creating the output page.&lt;/p&gt;  &lt;p&gt;So this is where Alternate Access Mapping comes into play. However, I got to say, it must be one of the most confusing user interfaces in the whole Central Administration. Even the Search Managed Properties is easier to figure out than this one. Here is my attempt to explain its workings. There is also a great set of &lt;a href="http://blogs.msdn.com/sharepoint/archive/2007/03/06/what-every-sharepoint-administrator-needs-to-know-about-alternate-access-mappings-part-1.aspx" target="_blank"&gt;MSDN blog articles from Troy Starr&lt;/a&gt;, and some &lt;a href="http://bobfox.securespsite.com/FoxBlog/Lists/Posts/Post.aspx?ID=16" target="_blank"&gt;screen webcasts from Bob Fox&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;What I have been referring to as &amp;quot;end user addresses&amp;quot; SharePoint calls Public Zone URLs. We have five different zones:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Default&lt;/li&gt;    &lt;li&gt;Intranet&lt;/li&gt;    &lt;li&gt;Extranet&lt;/li&gt;    &lt;li&gt;Custom&lt;/li&gt;    &lt;li&gt;Internet&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;They all work the same way, the names just reflect common uses, feel free to use each one as you please. The Default zone is set up for you when you create the Web Application. This zone is given the address that you specified during the &amp;quot;Create Web Application&amp;quot; process. It's up to you to set up the remaining four if you need them.&lt;/p&gt;  &lt;p&gt;The easiest way to set these up is to use &lt;strong&gt;Edit Public Zone URLs &lt;/strong&gt;from the Central Administration - Operations - Alternate Access Mapping page:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.google.com/IvansPhotos/R514S8EngeI/AAAAAAAABC4/hD_DZRldO0w/image%5B4%5D"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="418" alt="image" src="http://lh5.google.com/IvansPhotos/R514UMEngfI/AAAAAAAABDA/GRD5RTZtML4/image_thumb%5B2%5D" width="666" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;You need to make sure that you have the correct &lt;strong&gt;Alternate Access Mapping Collection&lt;/strong&gt; specified at the top of the page. This is the Web Application that we want to configure &amp;quot;end user addresses&amp;quot; for. You might find the term &amp;quot;Public URLs&amp;quot; confusing. This does not mean that these are URLs that will be available outside your firewall. It refers to the URLs that your end-users will use to access your site. Some of these may be available outside your firewall, others will only be available internally. &lt;/p&gt;  &lt;p&gt;In my example above, I am going to make my Web Application available on all five possible zones. The default name may reflect the machine that my web application is running on. My internal users will go to &lt;a href="http://Intranet"&gt;http://Intranet&lt;/a&gt;, but when they are out of the office they will use &lt;a href="https://secure.xyz.com"&gt;https://secure.xyz.com&lt;/a&gt;. Finally, I will allow clients to access certain information on the same web application at &lt;a href="http://extranet.xyz.com"&gt;http://extranet.xyz.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Once we click &lt;strong&gt;Save&lt;/strong&gt;, SharePoint creates one entry in the AAM for each of our Public URLs. I would also update my IIS configuration at this stage to include host headers in my web site for each of these addresses.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.google.com/IvansPhotos/R514U8EnggI/AAAAAAAABDI/ExEil-3xx0k/image%5B8%5D"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="203" alt="image" src="http://lh4.google.com/IvansPhotos/R514V8EnghI/AAAAAAAABDQ/ohNeOUxMC-o/image_thumb%5B4%5D" width="659" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;But what does the &lt;strong&gt;Internal URL&lt;/strong&gt; section of the table refer to? And how come it is identical to the Public URL? For me, it would have been better if Internal URLs were called Incoming URLs and Public URL was called Out-Going. Basically what happens is that SharePoint looks at the request for a page that it receives from IIS to determine which Public URL to use when creating the final page for the user. &lt;/p&gt;  &lt;p&gt;For our example above, this is very straight-forward. If one of our road-warrior salespeople accesses &lt;a href="https://secure.xyz.com"&gt;https://secure.xyz.com&lt;/a&gt; from their browser, SharePoint will know that they are in the Custom zone, so any URLs on the page that refer to the web application should use the prefix of &lt;a href="https://secure.xyz.com"&gt;https://secure.xyz.com&lt;/a&gt; on the page it sends to the user. So simple, it almost sounds useless.&lt;/p&gt;  &lt;p&gt;However, there are situations when the request that SharePoint receives does not match the address that the user entered. For example, we may have a Reverse Proxy server (such as Microsoft ISA 2006) that receives all the page requests from our external users and then forwards them to our server farm using the SharePoint server name. In this case, we want our our Internal URL to be something like &lt;a href="http://AppServer01"&gt;http://AppServer01&lt;/a&gt; but we still want the page sent to the user to use &lt;a href="https://secure.xyz.com"&gt;https://secure.xyz.com&lt;/a&gt; for any links to other content on the Web Application. &lt;/p&gt;  &lt;p&gt;To configure this we use the &lt;strong&gt;Add Internal URLs &lt;/strong&gt;button. This will allow us to specify another address that SharePoint should listen on for requests for our Web Application. By setting the zone to &lt;strong&gt;Custom&lt;/strong&gt; we let SharePoint know what format we want the Web Application links written as.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.google.com/IvansPhotos/R514XMEngiI/AAAAAAAABDY/VsHsXYzSu8I/image%5B14%5D"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="246" alt="image" src="http://lh4.google.com/IvansPhotos/R514X8EngjI/AAAAAAAABDg/giuIw-MUvgE/image_thumb%5B8%5D" width="656" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;This will create a 6th entry on our Alternate Access Mapping Collection. Note that we now have two entries for the Custom zone, both with different Internal URLs. We can add as many Internal URLs as we need for each of the zones. However, each Internal URL must be unique across the collection - otherwise SharePoint would not know which Public URL to use to generate the page for the end user.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.google.com/IvansPhotos/R514Y8EngkI/AAAAAAAABDo/Bg4czBkaYVc/image%5B27%5D"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="220" alt="image" src="http://lh4.google.com/IvansPhotos/R514Z8EnglI/AAAAAAAABDw/c4OkAv9vPnc/image_thumb%5B17%5D" width="658" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;In our example above, we might think of getting rid of the Custom Zone entry that defines &lt;a href="http://secure.xyz.com"&gt;http://secure.xyz.com&lt;/a&gt; as a valid Internal URL. After all, SharePoint will never receive requests directly with this URL (only our Proxy Server will). However, this is one of the quirks of the AAM interface - you must have an entry where the Internal and Public URL match. If you do delete this entry, then SharePoint will assign the Default Zone URL to the remaining Custom entry. Just accept that they need to be there.&lt;/p&gt;  &lt;p&gt;If you haven't defined a Public URL for one of the zones, you can either use the &lt;strong&gt;Edit Public URLs&lt;/strong&gt; or the &lt;strong&gt;Add Internal URLs&lt;/strong&gt; button to configure it. Confusing, but the end result is the same - a new entry set up in your Web Application's AAM Collection that uses the same URL for both the internal and Public URL.&lt;/p&gt;  &lt;p&gt;Similarly, when you use the &lt;strong&gt;Edit Public URLs&lt;/strong&gt; screen to clear one of the Zones, SharePoint will remove the entry from the Collection that uses the same Internal and External URL. If there are any other entries in the collection for that Zone, SharePoint will reconfigure it to use the the Default Public URL. &lt;/p&gt;  &lt;p&gt;Finally, here's a graphic to illustrate what is happening. Each zone can have many Internal URLs. SharePoint translates these to the appropriate Public URL based on the Web Application's AAM settings.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.google.com/IvansPhotos/R514bMEngmI/AAAAAAAABD4/OTv4KdzkB-c/image%5B25%5D"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="540" alt="image" src="http://lh6.google.com/IvansPhotos/R514ccEngnI/AAAAAAAABEA/1OtR1FbUsRs/image_thumb%5B15%5D" width="629" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-32829513861414777?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/32829513861414777/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=32829513861414777' title='37 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/32829513861414777'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/32829513861414777'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/01/sharepoint-site-by-any-other-name.html' title='A SharePoint site by any other name...'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>37</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4785077300752508639</id><published>2008-01-27T17:58:00.003+11:00</published><updated>2009-01-27T19:58:38.302+11:00</updated><title type='text'>Free Wifi from Sydney and Melbourne Cafes</title><content type='html'>&lt;p&gt;A while back, I was grumbling to myself about the lack of free wireless internet access from cafes in Sydney. OK - you could pay the equivalent of 4 cups of coffee for an hour's access from the national telco, but who wants to do that? &lt;/p&gt;  &lt;p&gt;These days I use my mobile phone as a bluetooth modem to access the 3G network from my laptop. Coverage and speeds are sufficient, and my mobile carrier offers 500 MB per month for the price of 8 coffees. &lt;/p&gt;  &lt;p&gt;However, I'm please to see that Unwired are setting up free wireless hotspots in a number of cafes in Sydney and Melbourne. I tried out one of these from a cafe near St Peters station in Sydney. Setup was simple and the access was reasonable. The service is branded as uConnect. Keep an eye out for it. The map on the UnWired website shows a number of locations, but not all (&lt;a href="http://www.unwired.com.au/get/storefinder.php?p=3" target="_blank"&gt;map&lt;/a&gt;).&lt;/p&gt;  &lt;br /&gt;&lt;br /&gt;&lt;em&gt;Update:&lt;/em&gt; McDonalds now offer free WiFi in many of their "restaurants". I took the time to read through their terms and conditions and didn't find anything offensive. At the time of writing, they had 439 stores with free Wifi in Australia. Go to &lt;a href="http://www.maccasfreewifi.com/"&gt;http://www.maccasfreewifi.com/&lt;/a&gt; to find out if your local spot is wified yet.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4785077300752508639?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4785077300752508639/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4785077300752508639' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4785077300752508639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4785077300752508639'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2008/01/free-wifi-from-sydney-and-melbourne.html' title='Free Wifi from Sydney and Melbourne Cafes'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-2144989425419704393</id><published>2007-11-22T08:49:00.001+11:00</published><updated>2007-11-22T08:49:52.878+11:00</updated><title type='text'>MOSS Jumpstart Presentation</title><content type='html'>&lt;p&gt;&lt;a href="http://sharepointgurus.net/Presentations/MOSS%20Jumpstart.pdf" target="_blank"&gt;Here are the slides&lt;/a&gt; from the MOSS Jumpstart training that I have been running in Perth, Adelaide, Sydney, Melbourne and Brisbane. Thanks to all those that attended, I enjoyed it. If you have any questions, feel free to leave a comment&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-2144989425419704393?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/2144989425419704393/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=2144989425419704393' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2144989425419704393'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2144989425419704393'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/11/moss-jumpstart-presentation.html' title='MOSS Jumpstart Presentation'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-3397336333480895658</id><published>2007-11-18T21:23:00.001+11:00</published><updated>2007-11-18T21:23:37.270+11:00</updated><title type='text'>MOSS Jumpstart training resources</title><content type='html'>&lt;p&gt;This is for the benefit of those who have attended the training sessions that I have been running recently. These are links to resources that you will find useful for finding more information about SharePoint:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.google.com/IvansPhotos/R0ASdkDlWGI/AAAAAAAAA8Q/tRwPVXXa8dA/art4EF1.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="16" alt="art4EF1" src="http://lh4.google.com/IvansPhotos/R0ASekDlWHI/AAAAAAAAA8Y/CdjourzeSx0/art4EF1_thumb.png" width="16" border="0" /&gt;&lt;/a&gt;MOSS 2007 Administrators Companion (&lt;a href="http://www.microsoft.com/MSPress/books/9537.aspx"&gt;Bill English&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.google.com/IvansPhotos/R0ASfUDlWII/AAAAAAAAA8g/rTETfn77p9o/art4F02.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="16" alt="art4F02" src="http://lh3.google.com/IvansPhotos/R0ASgUDlWJI/AAAAAAAAA8o/HzrLbjSEtnU/art4F02_thumb.png" width="16" border="0" /&gt;&lt;/a&gt;Microsoft Forums (&lt;a href="http://forums.microsoft.com/MSDN"&gt;http://forums.microsoft.com/MSDN&lt;/a&gt;) &lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.google.com/IvansPhotos/R0AShUDlWKI/AAAAAAAAA8w/4Og5DTq48Co/art4F03.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="16" alt="art4F03" src="http://lh5.google.com/IvansPhotos/R0ASh0DlWLI/AAAAAAAAA84/WWtJZx0ytXw/art4F03_thumb.png" width="16" border="0" /&gt;&lt;/a&gt;User Groups &amp;#x2013; &lt;a href="http://www.sharepointusers.org.au/"&gt;http://www.sharepointusers.org.au&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.google.com/IvansPhotos/R0ASi0DlWMI/AAAAAAAAA9A/b11RZ3svfcY/art4F04.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="16" alt="art4F04" src="http://lh3.google.com/IvansPhotos/R0ASjUDlWNI/AAAAAAAAA9I/7Ar4ZoSJieI/art4F04_thumb.png" width="16" border="0" /&gt;&lt;/a&gt;SharePoint Blogs &amp;#x2013; (&lt;a href="http://services.newsgator.com/sharepoint/opml"&gt;OPML&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.google.com/IvansPhotos/R0ASkEDlWOI/AAAAAAAAA9Q/zyCZjkdWuK8/art4F05.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="16" alt="art4F05" src="http://lh5.google.com/IvansPhotos/R0ASk0DlWPI/AAAAAAAAA9Y/igqFKtYw01s/art4F05_thumb.png" width="16" border="0" /&gt;&lt;/a&gt;SharePointPedia - &lt;a href="http://sharepoint.microsoft.com/pedia"&gt;http://sharepoint.microsoft.com/pedia&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.google.com/IvansPhotos/R0ASlkDlWQI/AAAAAAAAA9g/mokvhEeLSfM/art4F15.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="16" alt="art4F15" src="http://lh6.google.com/IvansPhotos/R0ASmEDlWRI/AAAAAAAAA9o/u1r9gWcMDI0/art4F15_thumb.png" width="16" border="0" /&gt;&lt;/a&gt;CodePlex (&lt;a href="http://www.codeplex.com/Project/ProjectDirectory.aspx?TagName=Sharepoint"&gt;link&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.google.com/IvansPhotos/R0ASmkDlWSI/AAAAAAAAA9w/DNcuQEIGbBQ/art4F16.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="16" alt="art4F16" src="http://lh3.google.com/IvansPhotos/R0ASnUDlWTI/AAAAAAAAA94/pi4D-rlwlho/art4F16_thumb.png" width="16" border="0" /&gt;&lt;/a&gt;TechNet SharePoint site (&lt;a href="http://technet.microsoft.com/en-us/office/sharepointserver/default.aspx"&gt;link&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.google.com/IvansPhotos/R0ASn0DlWUI/AAAAAAAAA-A/AJrZCcorPDY/art4F17.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="16" alt="art4F17" src="http://lh4.google.com/IvansPhotos/R0ASokDlWVI/AAAAAAAAA-I/BwkpJ368rjw/art4F17_thumb.png" width="16" border="0" /&gt;&lt;/a&gt;Ontolica wildcard search &lt;a href="http://www.ontolica.com/"&gt;http://www.ontolica.com/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.google.com/IvansPhotos/R0ASpEDlWWI/AAAAAAAAA-Q/oGyqFak_1SM/art4F28.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="16" alt="art4F28" src="http://lh6.google.com/IvansPhotos/R0ASqEDlWXI/AAAAAAAAA-Y/GKn7Jh_shf8/art4F28_thumb.png" width="16" border="0" /&gt;&lt;/a&gt;MOSS SDK (&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=6d94e307-67d9-41ac-b2d6-0074d6286fa9&amp;amp;displaylang=en"&gt;link&lt;/a&gt;)&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-3397336333480895658?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/3397336333480895658/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=3397336333480895658' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3397336333480895658'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3397336333480895658'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/11/moss-jumpstart-training-resources.html' title='MOSS Jumpstart training resources'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4516329559721911300</id><published>2007-11-14T01:08:00.001+11:00</published><updated>2007-11-14T01:08:26.618+11:00</updated><title type='text'>SharePoint Jumpstart Resources</title><content type='html'>&lt;p&gt;I mentioned the following resources as part of the SharePoint Jumpstart training I ran today in Perth. I promised to post these links, so here you go:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://www.codeplex.com/SLK" target="_blank"&gt;SharePoint End User Learning Kit&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;a href="http://office.microsoft.com/en-us/sharepointserver/HA101978031033.aspx" target="_blank"&gt;Excel Spreadsheet comparing different versions of SharePoint&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4516329559721911300?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4516329559721911300/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4516329559721911300' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4516329559721911300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4516329559721911300'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/11/sharepoint-jumpstart-resources.html' title='SharePoint Jumpstart Resources'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5632275043672734004</id><published>2007-11-14T00:52:00.001+11:00</published><updated>2007-11-14T00:52:29.385+11:00</updated><title type='text'>Coming to a city near you</title><content type='html'>&lt;p&gt;&lt;a href="http://lh5.google.com/IvansPhotos/RzmsA_fUyOI/AAAAAAAAA8A/d1-V4uLOTYo/City%20Tour%5B6%5D.png"&gt;&lt;img id="id" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="71" alt="City Tour" src="http://lh6.google.com/IvansPhotos/RzmsGPfUyPI/AAAAAAAAA8I/wQeSqQLI9q8/City%20Tour_thumb%5B4%5D.png" width="240" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I am on the road at the moment delivering SharePoint training on behalf of Microsoft. It's part of their Jumpstart programme to help Microsoft partners and customers get up to speed on the platform. I have just delivered the first session in Perth and the feedback has been positive. Next up is Adelaide, then Sydney, Melbourne and Brisbane.&lt;/p&gt;  &lt;p&gt;There is more information available on these events on Microsoft's &lt;a href="https://www.local.microsoft.com.au/australia/events/register/home.aspx?levent=799160&amp;amp;linvitation" target="_blank"&gt;site&lt;/a&gt;&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5632275043672734004?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5632275043672734004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5632275043672734004' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5632275043672734004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5632275043672734004'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/11/coming-to-city-near-you.html' title='Coming to a city near you'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-966738901287725051</id><published>2007-11-07T09:59:00.001+11:00</published><updated>2007-11-07T09:59:45.846+11:00</updated><title type='text'>SharePoint Gurus on track</title><content type='html'>&lt;p&gt;When not obsessing over SharePoint, I like to get out on my mountain bike. Recently my mates and I took part in a 24 hour mountain bike race in Canberra. We had a team of six riders doing a relay, which meant we each did a circuit every 4 hours. &lt;/p&gt;  &lt;p&gt;We made up our own team shirts, so I got the SharePoint Gurus logo put front and centre. We even used a public SharePoint subsite for organizing ourselves for the weekend. Talk about collaboration.&lt;/p&gt;  &lt;p&gt;This was Dave Turner's going away ride - he has left us and moved to New Zealand. However, as official photographer he has now uploaded some photos of the event &lt;a href="http://www.mushypea.net/photos/mont24/slideshow1.html#0" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-966738901287725051?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/966738901287725051/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=966738901287725051' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/966738901287725051'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/966738901287725051'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/11/sharepoint-gurus-on-track.html' title='SharePoint Gurus on track'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4805606190396852648</id><published>2007-11-04T09:49:00.001+11:00</published><updated>2007-11-04T14:42:14.313+11:00</updated><title type='text'>Needles in Haystack Presentation</title><content type='html'>&lt;p&gt;&lt;a href="http://sharepointgurus.net/Presentations/Office%20Devcon%202007%20-%20Needle%20in%20haystack.pptx" target="_blank"&gt;Here is a link&lt;/a&gt; to the presentation that I delivered at the Sydney Office Dev Con. The session was about the SharePoint Search engine and how you can make use of it outside of SharePoint.&lt;/p&gt;  &lt;p&gt;Here are the resources that I mention at the end of the presentation&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Sydney SharePoint User Group (&lt;a href="http://www.sharepointusers.org.au/sydney" target="_blank"&gt;link&lt;/a&gt;)&lt;/li&gt;    &lt;li&gt;MOSS SDK and Technical Articles (&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=6d94e307-67d9-41ac-b2d6-0074d6286fa9&amp;amp;displaylang=en"&gt;link&lt;/a&gt;)&lt;/li&gt;    &lt;li&gt;Mike Taghizadeh's Blog(&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=6d94e307-67d9-41ac-b2d6-0074d6286fa9&amp;amp;displaylang=en"&gt;link&lt;/a&gt;)&lt;/li&gt;    &lt;li&gt;Mick Badran&amp;#x2019;s Query Ranking command (&lt;a href="http://blogs.breezetraining.com.au/mickb/2007/09/20/MOSSAccessingTheCrawlerRankingParametersALittleStsadmExtension.aspx"&gt;link&lt;/a&gt;)&lt;/li&gt;    &lt;li&gt;Evaluation guide for Search in MOSS 2007 (&lt;a href="http://technet2.microsoft.com/Office/en-us/library/7bf1551b-bb75-4f19-8aad-c1910a1718711033.mspx?mfr=true"&gt;link&lt;/a&gt;)&lt;/li&gt;    &lt;li&gt;Customizing and Extending the Microsoft Office SharePoint 2007 Search (&lt;a href="http://msdn2.microsoft.com/en-us/library/bb608302.aspx"&gt;link&lt;/a&gt;)&lt;/li&gt;    &lt;li&gt;Wildcard search from Ontolica (&lt;a href="http://www.ontolica.com/"&gt;link&lt;/a&gt;)&lt;/li&gt;    &lt;li&gt;CodePlex &amp;#x2013; MOSS 2007 Search Manager (&lt;a href="http://www.codeplex.com/moss07searchmanager"&gt;link&lt;/a&gt;)&lt;/li&gt;    &lt;li&gt;CodePlex &amp;#x2013; Test WSS and MOSS Search Web Service (&lt;a href="http://www.codeplex.com/searchasmx"&gt;link&lt;/a&gt;)&lt;/li&gt; &lt;/ul&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4805606190396852648?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4805606190396852648/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4805606190396852648' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4805606190396852648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4805606190396852648'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/11/needles-in-haystack-presentation.html' title='Needles in Haystack Presentation'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-7925605649509564696</id><published>2007-11-01T22:52:00.001+11:00</published><updated>2007-11-01T22:52:23.678+11:00</updated><title type='text'>Office DevCon this weekend</title><content type='html'>&lt;p&gt;&lt;a href="http://www.block.net.au/devcon/index.htm" target="_blank"&gt;Office DevCon&lt;/a&gt; is kicking off this weekend at the Microsoft offices in North Ryde. Graham Seach has put a huge effort into setting up this free Office developer event, and there are some great presentations scheduled.&lt;/p&gt;  &lt;p&gt;I'll also be presenting - my session is about making use of the search engine in MOSS 2007. I'm scheduled for around mid-day on Sunday. Unfortunately my session didn't make it onto the registration page, so no one had the opportunity to select it as one of their preferred events.&lt;/p&gt;  &lt;p&gt;So while all the other presenters are comparing crowd size numbers, I'm preparing to present to myself. Oh well, it won't be the first time. &lt;/p&gt;  &lt;p&gt;If you are attending the event and would like to have a one-on-one about the SharePoint search engine, do drop by. I believe they are currently scheduling my session for the broom cupboard on level 1.&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-7925605649509564696?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/7925605649509564696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=7925605649509564696' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7925605649509564696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7925605649509564696'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/11/office-devcon-this-weekend.html' title='Office DevCon this weekend'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6670586775463974346</id><published>2007-10-31T10:01:00.001+11:00</published><updated>2007-10-31T10:01:36.737+11:00</updated><title type='text'>Difference between SharePoint and AD Groups</title><content type='html'>&lt;p&gt;Someone on the SharePoint forums asked about the difference between these two types of security groups. Here are the ones I could think of:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Domain Groups&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;p&gt;Normally created and maintained by the IT department&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Can be used across different SharePoint sites and site collections&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Organisations may already have good AD group structures that map well to your SharePoint implementation&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Groups can be nested - e.g. you can add another AD Group as a member to an existing AD group&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;No features for users to submit a request to join a group&lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;SharePoint Groups&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The creation of groups can be done by business users &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;When a group is being created, you can define who &amp;quot;owns&amp;quot; the group&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Can allow users to submit a request to join a group&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Can determine who has permissions to see the users within groups&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Groups are created within a particular Site Collection - cannot be used in other site collections&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;You cannot add a SharePoint Group as a member of another SharePoint group (no nesting)&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;SharePoint Groups cannot be used in other systems (e.g. network Shares)&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;The SharePoint Groups are separate from Active Directory - so you can go wild with the SharePoint Groups without upsetting your AD administrator&lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6670586775463974346?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6670586775463974346/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6670586775463974346' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6670586775463974346'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6670586775463974346'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/10/difference-between-sharepoint-and-ad.html' title='Difference between SharePoint and AD Groups'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-7599774074408861303</id><published>2007-10-12T16:26:00.001+10:00</published><updated>2007-10-12T16:27:24.819+10:00</updated><title type='text'>October Sydney User Group</title><content type='html'>&lt;p&gt;&amp;quot;You are the Silverlight of my life&amp;quot; - come on down to participate in our discussion on whether Silverlight is going to rock your SharePoint world, or are we just chasing moon beams. &lt;/p&gt;  &lt;p&gt;The October event is at Level 14, Roden Cutler House, 24 Campbell Street, Haymarket on Tuesday October 16th 2007. Kick-off from 5:30pm. Click &lt;a href="http://www.uniqueworld.net/News/Events/EventRegistration.aspx?EventID=130" target="_blank"&gt;here&lt;/a&gt; to register. For more information visit &lt;a href="http://www.SharePointUsers.org.au/sydney"&gt;http://www.SharePointUsers.org.au/sydney&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://sps.uniqueworld.net/Sydney/default.aspx"&gt;&lt;b&gt;&lt;a href="http://lh6.google.com/IvansPhotos/Rw8TyBPWVxI/AAAAAAAAA7Y/Kva4Qjxi5Vs/clip_image001%5B3%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="70" alt="clip_image001" src="http://lh4.google.com/IvansPhotos/Rw8TyhPWVyI/AAAAAAAAA7g/6XDDe1PinhI/clip_image001_thumb.jpg" width="180" border="0" /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/a&gt;&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-7599774074408861303?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/7599774074408861303/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=7599774074408861303' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7599774074408861303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/7599774074408861303'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/10/october-sydney-user-group.html' title='October Sydney User Group'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-2931704297890583792</id><published>2007-10-12T16:17:00.001+10:00</published><updated>2007-10-12T16:17:12.410+10:00</updated><title type='text'>New User Group website</title><content type='html'>&lt;p&gt;FINALLY! We have moved the SharePoint User Group site off version 2.0 of WSS and set up a version 3.0 site. I no longer have to hang my head in shame at the User Group meetings any more - well, at least not because of the website.&lt;/p&gt;  &lt;p&gt;The new site has been implemented using the &lt;a href="http://sharepoint.microsoft.com/sharepoint/cks/default.aspx" target="_blank"&gt;SharePoint Community Kit&lt;/a&gt; User Group Edition. We also have a new address so don't forget to update your favourites and/or default home page to &lt;a href="http://www.sharepointusers.org.au/sydney"&gt;http://www.sharepointusers.org.au/sydney&lt;/a&gt;. You can even sign up for the new &lt;a href="http://www.sharepointusers.org.au/Sydney/_layouts/listfeed.aspx?List=bc5bdef4%2D0791%2D4b2f%2D9d52%2D9a48c1832e65" target="_blank"&gt;Events RSS Feed&lt;/a&gt; so that you can get the details of our next meeting delivered right to your computer without having to lift a finger. &lt;/p&gt;  &lt;p&gt;Do drop by and let us know what you think, the &lt;a href="http://www.sharepointusers.org.au/Sydney/Lists/General%20Discussion/AllItems.aspx" target="_blank"&gt;Discussion Board&lt;/a&gt; is open. You'll also find an &lt;a href="http://www.sharepointusers.org.au/Sydney/User%20Group%20Presentations/Forms/AllItems.aspx" target="_blank"&gt;archive of all the presentations&lt;/a&gt; given at the User Group.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh5.google.com/IvansPhotos/Rw8RYxPWVvI/AAAAAAAAA7I/6XUxZ6mTXRg/SharePoint%20User%20Group%5B8%5D.png"&gt;&lt;img id="id" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="395" alt="SharePoint User Group" src="http://lh5.google.com/IvansPhotos/Rw8RZxPWVwI/AAAAAAAAA7Q/Y9gn7CTu8ME/SharePoint%20User%20Group_thumb%5B4%5D.png" width="644" border="0" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-2931704297890583792?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/2931704297890583792/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=2931704297890583792' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2931704297890583792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2931704297890583792'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/10/new-user-group-website.html' title='New User Group website'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-3193794827724509964</id><published>2007-10-09T13:59:00.000+10:00</published><updated>2007-10-12T15:57:40.197+10:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='administration'/><title type='text'>Central Administration site - Service Unavailable</title><content type='html'>I was working on a client's environment this week when all of a sudden the Central Admin and Shared Service Provider sites stopped working. Requesting any URL from these sites returned a "Service Unavailable" message. The main content web site kept responding though.&lt;br /&gt;&lt;br /&gt;When I checked IIS I noticed that the Application Pools for these web apps were stopping as soon as I put through a page request. I'd restart them and they would stop again straight away. &lt;br /&gt;&lt;br /&gt;IISReset didn't do anything for me. Two Event Log errors entries being written each time the app pool was shut down. Details are below.&lt;br /&gt;&lt;br /&gt;We executed our "Base Cotingency Plan" (i.e. we rebooted the server) and everything went back to working as expected. &lt;br /&gt;&lt;br /&gt;I've no real insight on this one, but I thought I'd post it in case others come across it. &lt;br /&gt;&lt;br /&gt;Event Type: Warning&lt;br /&gt;Event Source: W3SVC&lt;br /&gt;Event Category: None&lt;br /&gt;Event ID: 1009&lt;br /&gt;Date:  9/10/2007&lt;br /&gt;Time:  12:33:13 PM&lt;br /&gt;User:  N/A&lt;br /&gt;Computer: SHAREPOINT1&lt;br /&gt;Description:&lt;br /&gt;A process serving application pool 'SharePoint Central Administration v3' terminated unexpectedly. The process id was '11380'. The process exit code was '0x80'.&lt;br /&gt;&lt;br /&gt;For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.&lt;br /&gt;==============================================&lt;br /&gt;&lt;br /&gt;Event Type: Error&lt;br /&gt;Event Source: W3SVC&lt;br /&gt;Event Category: None&lt;br /&gt;Event ID: 1002&lt;br /&gt;Date:  9/10/2007&lt;br /&gt;Time:  12:33:13 PM&lt;br /&gt;User:  N/A&lt;br /&gt;Computer: SHAREPOINT1&lt;br /&gt;Description:&lt;br /&gt;Application pool 'SharePoint Central Administration v3' is being automatically disabled due to a series of failures in the process(es) serving that application pool.&lt;br /&gt;&lt;br /&gt;For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.&lt;br /&gt;===========================================&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-3193794827724509964?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/3193794827724509964/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=3193794827724509964' title='44 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3193794827724509964'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3193794827724509964'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/10/central-administration-site-service.html' title='Central Administration site - Service Unavailable'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>44</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5400290947627519062</id><published>2007-10-02T23:44:00.001+10:00</published><updated>2007-10-02T23:45:30.290+10:00</updated><title type='text'>MVP for another year</title><content type='html'>&lt;p&gt;I just got word from Above that I have been recognized as an &lt;a href="http://mvp.support.microsoft.com/"&gt;MVP&lt;/a&gt; for MOSS for a second year. My acceptance speech contains the usual thanks to all involved in making me look good (you know who you are). &lt;/p&gt;  &lt;p&gt;I have a feeling that this is going to be an exciting year, I'm glad I don't have to hand back my MVP t-shirt just yet.&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5400290947627519062?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5400290947627519062/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5400290947627519062' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5400290947627519062'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5400290947627519062'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/10/mvp-for-another-year.html' title='MVP for another year'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5589807051476499125</id><published>2007-09-28T18:37:00.001+10:00</published><updated>2007-09-28T18:37:41.308+10:00</updated><title type='text'>Anonymous Users – Access Denied</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;At a client recently we tried to enable Anonymous Access to a WSS site, but unauthenticated users were still being prompted for a username and password. If you cancelled the log-in prompt, you would get an IIS "Access Denied" page. So I ran through the default tests:&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Web Application created with the "Allow Anonymous" setting enabled – Check&lt;br/&gt;(by the way, after the Web Application has been created this setting is managed from the &lt;em&gt;Application Management – Authentication Providers&lt;/em&gt; section)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Site Collection has anonymous access enabled for the entire site – Check &lt;br/&gt;(&lt;em&gt;Site Settings – Go to top level site settings – Advanced Permissions – Settings – Anonymous Access&lt;/em&gt;)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;That should have been it. After some tinkering around I discovered the problem was a web part on the home page. This was trying to filter the list of tasks based on the current user. Taking the web part off the page resolved the problem. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;If you really need this functionality you will need to develop your own custom web part that will first check if the current user is authenticated before retrieving and filtering the items. &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5589807051476499125?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5589807051476499125/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5589807051476499125' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5589807051476499125'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5589807051476499125'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/09/anonymous-users-access-denied.html' title='Anonymous Users – Access Denied'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-6234827056461842258</id><published>2007-09-19T09:58:00.001+10:00</published><updated>2007-09-19T09:58:14.397+10:00</updated><title type='text'>WSS 3.0 Search Capabilities</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;Greetings from Singapore! I'm here attending a training course on MOSS Administration, but more on that some other time. Right now what I've brought you here to talk about is WSS Search. So it is common knowledge that the search technology has changed between version 2 and version 3. In version 2, WSS used SQL Server full text indexes. Now WSS uses the same underlying engine for indexing content as MOSS. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;However, what I feel isn't common knowledge is how this affects the end user experience. When you performed a search in WSS 2.0 you could only get results back from the document libraries and lists in your current sub-site. You don't see results from any sites underneath it. In WSS 3.0 it's a very different story. Not only will you see results from any child subsites, you will also see results from any site collections located underneath the sub-site you are searching! Surprised? I was.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;So this means that you can run a search from the very top of your website and it will search the document libraries and lists in all your site collections. The results are still security trimmed. Nice.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-6234827056461842258?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/6234827056461842258/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=6234827056461842258' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6234827056461842258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/6234827056461842258'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/09/wss-30-search-capabilities.html' title='WSS 3.0 Search Capabilities'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-4829447431090431158</id><published>2007-09-04T23:42:00.001+10:00</published><updated>2007-09-04T23:42:03.587+10:00</updated><title type='text'>User Presence in WSS</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;&lt;img alt='' src='http://sharepointgurus.net/Image%20Library/Blog/User%20Presence.gif'/&gt;&lt;br/&gt;You might have noticed the User Presence icons in SharePoint. They have been there since version 2. You will see them appearing beside a user name, like "Modified By" or "Assigned To".&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This will work with your instant messaging software to display your availability status to others. For organisations that have &lt;a target='_blank' href='http://office.microsoft.com/en-us/communicator/FX101729051033.aspx?ofcresset=1'&gt;Microsoft Office Communicator&lt;/a&gt; installed, this works with little or no configuration. You can see when your colleagues are online, and even look up their other contact details, such as their extension.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The User Presence information also works with MSN Messenger. The only hassle with this in WSS v2.0 was that you had to use your MSN Messenger e-mail address in the SharePoint environment. Well, now in WSS 3.0 you get to specify a separate field for your User Presence details. So you can now get your SharePoint alerts submitted to your work account, but have your User Presence information based on your MSN account.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;To update your details just go to the top right corner of any page on your SharePoint site and drop down the &lt;strong&gt;Welcome ... &lt;/strong&gt;menu and select &lt;strong&gt;My Settings&lt;/strong&gt;.&lt;br /&gt;&lt;/p&gt;&lt;p style='text-align: center'&gt;&lt;img alt='' src='http://sharepointgurus.net/Image%20Library/Blog/My%20Settings.gif'/&gt;&lt;br /&gt;			&lt;/p&gt;&lt;p&gt;You can then edit the &lt;strong&gt;SIP Address&lt;/strong&gt; to be the e-mail address of your MSN Messenger account. Voila – your user presence details should now be available for others to see. Change your status in MSN Messenger and the user presence information updates almost straight away on the SharePoint site.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;No? Still can't see your user presence details? You might want to add your  WSS site to the Trusted Sites zone in Internet Explorer (&lt;strong&gt;Tools – Internet Options – Security&lt;/strong&gt;)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;One final thing – the SIP Address information is stored at the Site Collection level. If your environment has many site collections, then you will have to update each one individually&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-4829447431090431158?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/4829447431090431158/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=4829447431090431158' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4829447431090431158'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/4829447431090431158'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/09/user-presence-in-wss.html' title='User Presence in WSS'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-5696121306146287857</id><published>2007-08-25T22:14:00.001+10:00</published><updated>2007-08-25T22:14:20.244+10:00</updated><title type='text'>WSS 3.0 Content Indexing: The update cannot be started</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;I noticed recently that I was getting an error in my Application Event log every time the WSS Search Service ran. That means an error every five minutes, which is a little disheartening. One option is to change the WSS index schedule so that the error only occurs once per day – but some might say that is avoiding the issue. Which I suppose is a fair point.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The error that was showing up in my Application Event Log was:&lt;br /&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;&lt;span style='color:red'&gt;Event ID 2424&lt;br/&gt;The update cannot be started because the content sources cannot be accessed. Fix the errors and try the update again.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;&lt;span style='color:red'&gt;Context: Application 'Search', Catalog 'index file on the search server Search'&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;I fixed this by going to &lt;strong&gt;Central Administration – Operations – Services on Server&lt;/strong&gt;. I selected the &lt;strong&gt;Windows SharePoint Services Search&lt;/strong&gt; entry. I then changed the &lt;strong&gt;Service Account&lt;/strong&gt; username and password to match the &lt;strong&gt;Content Access&lt;/strong&gt; Account details. Click &lt;strong&gt;OK &lt;/strong&gt;on the bottom of the page and wait five minutes.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Once I saw that the error was no longer being logged I went back and set the Service Account back to its original username and password. Still no sign of the error. I also verified that WSS was indexing content again. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;So a bit of a strange issue. It looks like some settings got messed up along the way and just need to be reset. I did notice that the error started to happen after some scheduled maintenance on the SQL Server. I'll have a word with the SQL Admin and see what he's been up to.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-5696121306146287857?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/5696121306146287857/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=5696121306146287857' title='15 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5696121306146287857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/5696121306146287857'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/08/wss-30-content-indexing-update-cannot.html' title='WSS 3.0 Content Indexing: The update cannot be started'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>15</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-3386869147077800452</id><published>2007-08-20T19:12:00.001+10:00</published><updated>2007-08-20T19:15:53.421+10:00</updated><title type='text'>August 2007 User Group meeting</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;We have a jam-packed session this month. Brad Saide will be presenting on the Business Data Catalogue. Then Han Duong will cover customizing SharePoint themes. To top it off Jey Srikantha from K2 is returning to show us the K2 Blackpearl capabilities. This extends the out of the box workflows in ASP.net and integrates directly with MOSS 2007.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This month's session is on Tuesday 21&lt;sup&gt;st&lt;/sup&gt; at the Unique World offices in Haymarket. So come along, grab some beer &amp;amp; pizza and mingle with the local SharePointers. For more information go to &lt;a href='http://sps.uniqueworld.net/sydney'&gt;http://sps.uniqueworld.net/sydney&lt;/a&gt;. &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-3386869147077800452?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/3386869147077800452/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=3386869147077800452' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3386869147077800452'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/3386869147077800452'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/08/august-2007-user-group-meeting.html' title='August 2007 User Group meeting'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-1296757046530942748</id><published>2007-07-01T03:26:00.001+10:00</published><updated>2007-07-01T03:26:26.709+10:00</updated><title type='text'>Bluetooth Mouse on Windows Vista Macbook Pro</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;This post has nothing to do with SharePoint but I thought I'd blog it anyway in case someone else is trying to do the same. I'll admit it probably isn't a common scenario, but you never know.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I'm currently using a 17" MacBook Pro as my laptop. I've used Apple Bootcamp to create a Windows partition and I installed Windows Vista. It's a great setup and I love using the machine. It's got 2 GB of memory and dual 2.33 GHz intel processors. However, one thing was bugging me – I couldn't get the internal Bluetooth device working. This meant I couldn't use my groovy &lt;a target='_blank' href='http://www.microsoft.com/hardware/mouseandkeyboard/ProductDetails.aspx?pid=085&amp;amp;active_tab=overview'&gt;Microsoft Notebook Presenter Mouse 8000&lt;/a&gt;. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;From the blog posts I could find I seemed to be in the minority. A few people wrote that Bluetooth was working fine for them right after install. Some people had steps for manually enabling Bluetooth, but this seemed to be for earlier releases of Bootcamp because I couldn't find the files they were referring to.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;So here are the steps that I used to get it working. Some of these may be redundant – feel free to experiment and leave comments:&lt;br /&gt;&lt;/p&gt;&lt;ol style='margin-left: 38pt'&gt;&lt;li&gt;Downloaded and installed the Bootcamp 1.3 beta software from the Apple site to my Mac partition&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Created a Mac Driver disk using the Bootcamp Assistant&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Booted into Windows Vista and ran the Setup.exe on the Mac Driver disk&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Launched the Device Manager. Expanded out the &lt;strong&gt;Universal Serial Bus controllers &lt;/strong&gt;section. I was looking for the device with a Hardware ID of USB\VID_05AC&amp;amp;PID_1000 (I found these details &lt;a href='http://www.geocities.com/nja469/'&gt;here&lt;/a&gt;). To view an entry's Hardware ID:&lt;br /&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Double click on the entry under the Universal Serial Bus Controllers&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Click the &lt;strong&gt;Details&lt;/strong&gt; tab&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Change the &lt;strong&gt;Property&lt;/strong&gt; drop down to &lt;strong&gt;Hardware IDs&lt;/strong&gt;&lt;br /&gt;						&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Once you have found the right device select the &lt;strong&gt;Driver&lt;/strong&gt; tab&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Select the &lt;strong&gt;Update Driver...&lt;/strong&gt; button&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Select &lt;strong&gt;Browse my computer for driver software&lt;/strong&gt;&lt;br /&gt;				&lt;/li&gt;&lt;li&gt;Select the &lt;strong&gt;C:\Mac Drivers\program files\Macintosh Drivers for Windows XP 1.1.2\BthKicker &lt;/strong&gt;location&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Once I completed these steps Windows Vista identified a new device and tried to install a driver for it. It couldn't find an appropriate driver. At this stage most people would get dejected, but I'm used to this kind of thing. The next thing to do is run the&lt;strong&gt;\Drivers\Apple\AppleBluetoothInstaller.exe&lt;/strong&gt; file on the Bootcamp Assistant CD that you created earlier.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;And that was it, my Bluetooth mouse now works with my Vista install running on a MacBook Pro. I love it.&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-1296757046530942748?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/1296757046530942748/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=1296757046530942748' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1296757046530942748'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/1296757046530942748'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/07/bluetooth-mouse-on-windows-vista.html' title='Bluetooth Mouse on Windows Vista Macbook Pro'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-2052676420761641288</id><published>2007-06-22T21:30:00.001+10:00</published><updated>2007-06-22T21:30:15.929+10:00</updated><title type='text'>MySite Hotfix</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;I ran into a problem at a client site recently. We already had the ability to create MySites, but they were being created under the Shared Service Provider website. We wanted these under the main portal instead. Not a problem – we set up a managed path on the portal and created a new site collection underneath it to host the My Sites. We made sure to select the My Site Host template when creating our new site collection. From the home page of the site collection we specified that we wanted to use this as the location for new My Sites. This worked just fine in our development environment. A user without an existing MySite could click the MySite link at the top of the page and their site would be created for them within the main portal. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Not so good in the production environment though. When you tried to create a new MySite you would see an error along the lines of:&lt;br /&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;&lt;strong&gt;There has been an error creating the personal site. Contact your site administrator for more information&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Looking in the SharePoint logs revealed the following error:&lt;br /&gt;&lt;/p&gt;&lt;p style='margin-left: 36pt'&gt;&lt;strong&gt;The site /personal/demo could not be created.  The following exception occured: Value does not fall within the expected range&lt;/strong&gt;&lt;br /&gt;			&lt;/p&gt;&lt;p&gt;I certainly wasn't expecting that. Luckily I found that Microsoft has released a hotfix specifically for this issue. The details are at &lt;a href='http://support.microsoft.com/kb/937207'&gt;http://support.microsoft.com/kb/937207&lt;/a&gt;. You will need to contact Microsoft to get them to e-mail you the patch. Once we ran this in our environment all was well again. One thing though – the documentation for the hotfix says that it does not require a reboot, however we were prompted to perform a reboot after installing it. &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-2052676420761641288?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/2052676420761641288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=2052676420761641288' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2052676420761641288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/2052676420761641288'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/06/mysite-hotfix.html' title='MySite Hotfix'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-15744734.post-672608301821816559</id><published>2007-05-30T09:53:00.001+10:00</published><updated>2007-05-30T09:53:35.514+10:00</updated><title type='text'>...In with the New</title><content type='html'>&lt;span xmlns=''&gt;&lt;p&gt;Microsoft have just announced that they have received Department of Defence 5051.2 certification (&lt;a href='http://jitc.fhu.disa.mil/recmgt/standards.html'&gt;DoD 5051.2&lt;/a&gt;) for Microsoft Office SharePoint Server 2007. Great huh? But what does it mean? DoD 5051.2 is a US Government standard for records management. Any records management solution used in the US Government must have this. It's also becoming a de facto standard in other industries too.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Microsoft have developed an add-on pack to provide the additional features required by the DoD 5051.2. If you want to comply with this standard you will need to run this (soon to be released) add-on pack as well. If you don't need to comply, then kick back and relax. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Read more here:&lt;br&gt;&lt;/br&gt;&lt;a href='http://www.cmswire.com/cms/records-management/microsoft-delivers-on-dod-50152-cert-promise-001323.php'&gt;http://www.cmswire.com/cms/records-management/microsoft-delivers-on-dod-50152-cert-promise-001323.php&lt;/a&gt;&lt;br /&gt;			&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/15744734-672608301821816559?l=guru-web.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://guru-web.blogspot.com/feeds/672608301821816559/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=15744734&amp;postID=672608301821816559' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/672608301821816559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15744734/posts/default/672608301821816559'/><link rel='alternate' type='text/html' href='http://guru-web.blogspot.com/2007/05/in-with-new.html' title='...In with the New'/><author><name>Ivan Wilson</name><uri>http://www.blogger.com/profile/10107923319726566916</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://www.guru-web.com/Ivan2.jpg'/></author><thr:total>0</thr:total></entry></feed>
