Category: Servers

  • Interesting tidbit for getting your VPC-borne development environments to run properly

    This tip from Kevin Kelly (not of kevinkelly.org, btw, but my co-worker – Hi Kev!). Anyhow, if, like us, you need to do your development in a single-server installation that’s network-isolated (either SPS2003 or MOSS2007), you may have found that there are some issues when you install and try to use some SharePoint/Visual Studio features.…

  • MOSS 2007 Site Definitions Links

    Am now doing research on how to make Site Definitions for MOSS 2007/WSS 3.0. The main reason to do this, is as far as I can now determine (this may change) still the same reason you made one for SPS 2003. You can use Site Templates (which are entirely different animals) within any particular top…

  • Workflow dev in MOSS 2007/WSS 3.0

    I’m doing research into developing “simple” workflows in MOSS 2007/WSS 3.0. This is mostly a linkdump post, but I wanted to say that the “simple” workflow I have to work with (publishing documents from a private workspace/subsite to a public parent site, seemingly cannot be accomplished with SharePoint Designer 2007, which seems to be limited…

  • Site Definition and Themes Customization Research Links

    I’m doing some research into Site Definitions and Themes in MOSS 2007/WSS 3.0. My goal: Determine how similar or different the mechanisms are from SPS 2003/WSS 2.0. Answer: looks pretty similar! Develop new custom site definitions and create upgrade definition files (Office SharePoint Server) Deploy upgrade definition files and new site definitions [Office SharePoint Server]…

  • MOSS 2007 server farm architecture links

    All in all, it looks like MOSS 2007 server farms consist of: Front End Web Servers – (low storage, hosting IIS, SharePoint and any custom web parts/custom site definitions/templates – this is a guess) Application Servers – (high storage, hosing IIS, SharePoint and indexes for search – again a guess) Database Server – (hosting the…

  • Creating new My Site hosts for MOSS 2007

    If you should happen to recreate your SSP or your MySite host in MOSS 2007, you may find that the wizard that helped you out the first time with properly configuring your MySites host may have flown the coop and you’re left at sea about how to proceed. I know I was. On trying to…

  • Links

    I’m doing research today to answer multiple questions. Questions: I recreated my MOSS 2007 SSP a while back and now MySite creations aren’t working for anyone. It’s not working exactly like the discussion at Technet Forums. Still researching this one. On a related note, I need to nail down exactly how to create personalized MySite…

  • Deleting an unwanted file or set of files completely from your Subversion repository

    This is not designed to be easy to do, since Subversion is a source control repository, but it’s possible. We had a large file added to our repository by a new guy, who will not since do such a thing again, and it’s not a big deal except that we do backups every day, and…

  • Oy! – Inaccuracy in order of steps in a MS support document screws up the process

    This almost sucked. Hard. The Microsoft Technet article I linked to previously about moving the WSS Content Database in WSS 2003 is pretty good! Except for the last section, under Moving the Datases, subsection “Set the content database in Windows SharePoint Services”. Unfortunately, the article says you should, for each Virtual Server, remove/disconnect each content…

  • Miscellaneous research points from this morning

    A decent “buyers’ guide” for Antivirus plugins for SharePoint is at Windows IT Pro. Instructions for moving from one set of content databases to another in SPS 2003 (aka v2) on Technet. Am currently trying to work on the UPDATE problem for Data View Web Parts in MOSS 2007/SharePoint Designer.