web analytics
  • Nashville SharePoint Users Group

    If you are in the Nashville, TN, USA area and would like to hear wonderful SharePoint presentations, FREE! food, and great discussions with like-minded people, then come join us! The meetings are always free and open to the public. Information concerning the Nashville SharePoint Users Group can be found here: http://NashvilleSUG.com The Nashville SUG website also has copies of the presentations given in the past. Some of the topics include: -> Upgrading SPS 2003 Areas and Portals to MOSS 2007 -> Certification Options for SharePoint Professionals -> Using K2 and MOSS for MOF -> Free Tools for SharePoint 2007 and WSS 3.0 -> SharePoint Backup and Recovery along with Best…

  • Using STSADM to Add Permissions to SharePoint Sites

    Recently I came across multiple WSS sites (v3) that someone else created. These sites are used by everyone in the company and were not provisioned correctly; the permissions were incorrectly setup. So, instead of visiting every site and adding the appropriate permissions, I created a batch file that went through the sites and added several SharePoint groups and individual users to the sites in different roles. The stsadm operation I used was ‘userrole’. The syntax of the userrole operation is as follows: stsadm –o userrole –url <full url> –userlogin <domain\user or SharePoint group> –role <role, such as Contribute or “Full Control”> I created the script in Excel so I could…

  • File Not Found When Trying to Create a Site

    I recently was trying to create a SharePoint site and was surprised to see a “File Not Found.” error when I submitted the action. After scratching my head for a short amount of time, I remembered that I had created a managed path that was the same name as the site I was trying to create. After removing the managed path, I was able to create my site and go merrily along my way.

  • Remove (Hide) SharePoint Templates

    I have been asked several times about removing some of the templates that are available at site creation. There are several reasons you might want to do this and it really is simple to implement. To hide a template from users, open the Webtemp.xml file located in the /program files/common files/Microsoft shared/web server extensions……/template/1033/XML folder. Change the Hidden parameter of the template(s) you want to hide. Recycle IIS and you should be set. BTW, don't even think about editing anything other than the Hidden parameter in the Webtemp.xml file. You don't want to fall into the unsupported configuration category as KB 898631 explains.

  • Mail Enable Document Libraries for WSS 2.0

    One great feature for WSS 3.0 is the e-mail enabled libraries. It can really get you using SharePoint beyond just a normal web site. But did you know that you can have e-mail-enabled document libraries using WSS 2.0? Yup, you sure can. It actually isn't anything new for the recent version. Here is the information on TechNet: Configuring E-Mail-Enabled Document Libraries (Windows SharePoint Services 2.0)

  • Solutions Using the Microsoft Office System

    I recently ran across a little gem on the TechNet website: “Solutions Using the Microsoft Office System: Learn how to use the Microsoft Office system to solve your business scenarios“This page includes over 40 large Visio diagrams detailing the Microsoft Office system, over 30 of which specifically reference SharePoint as a central topic. The topics include InfoPath and Forms integration, scenarios using SharePoint (such as a Call Center, Intranet Portal, Internet News Site, etc.), Records Management, Business Intelligence, and detailed SharePoint Server topics including: Application Security Backup and Restore Topologies Baseline Site Hierarchies Customization Database Administration Enterprise Content Management Extranet Topologies Inter-Farm Shared Services Search Administration Shared Services The information…

  • Upgrade WSS 2.0 to WSS 3.0 or SharePoint 2003 to MOSS

    It would be great if we all had a detailed guide to show us the upgrade steps specific for us. A step-by-step guide is a little more complicated than you might think. Without knowing your environment, any plan anyone will give you will be at least a little generic. However, Microsoft has done a pretty good job at providing the steps. You will need to make your decision on how you will upgrade your environment. Your choices are gradual upgrade, in-place upgrade, and database migration. Basic concept: if you have a highly-customized environment, you will have a more complicated, but not impossible, upgrade path. Instead of rewriting what has already…

  • SharePoint Backup and Restore Plan

    There are several items that need to be part of your SharePoint backup/restore plan. SharePoint Application Files Custom Applications (such as webparts, add-on “features”, etc.) IIS Info Databases If you are performing a complete, exhaustive backup of each SharePoint server, then the first two should be fine (some custom apps will need dlls, etc. on the file system), as well as some of the IIS Info (web.config for each SharePoint application, for example). The remainder of the IIS Info can be captured via a IIS Metabase backup. Remember, changing some items within SharePoint's Central Administration will change the IIS configuration and so this backup needs to be done on a…

  • Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0 Service Pack 1

    Microsoft has released the first service pack for Windows SharePoint Services 3.0 (WSS) and Microsoft Office SharePoint Server 2007 (MOSS) . The 'bug' I posted about below titled "Mobile View Doesn't Work on SharePoint ( WSS 3.0) List" does NOT appear to be fixed with the service pack. However, another bug I have encountered is listed in the " Downloadable list of issues that the service pack fixes". The document lists it as " You have a discussion board whose Subject view contains the Reply column. When you click Reply in the Subject view, you receive an "HTTP 400" error." I ran into the problem by putting a webpart view of…

  • Change Service Account and The Password in MOSS and WSS 3.0

    I get the quesiton of how to switch the service account for MOSS and WSS 3.0 fairly often.   There are many reasons why one would want to change the account or the password to the account used for SharePoint. Microsoft has now put up a KB article on exactly how to do it. They even included a sample script!   Check out the KB article here: How to change service accounts and service account passwords in SharePoint Server 2007 and in Windows SharePoint Services 3.0