Home

Friday, February 16, 2007

Quick Overview: Installing Microsoft Office SharePoint Server 2007, Single Server

Here is a quick overview of the steps you might take to install Microsoft Office SharePoint Server 2007 in a single server farm environment.

Verify Prerequisites Microsoft Office Server System Requirements

Begin Installation
Set Up Wizard: Product Key, Agree to Terms
Set Up Wizard: Installation Type = Advanced
Set Up Wizard: Server Type = Complete
Installation Complete

Begin Configuration Wizard
Configuration Wizard: Connect to a Server Farm = No, I want to create a new server farm
Configuration Wizard: Database Settings
Configuration Wizard: Configure Security Settings = NTLM
Configuration Wizard: Confirmation
Configuration Wizard Complete

Begin Central Admin
Central Admin > Operations > Services on Server > WSS Search Settings: Set Service Account, Set Content Access Account
Central Admin > Operations > Services on Server: Start MOSS Search Service
Central Admin > Operations > Services on Server > MOSS Search Settings: Query and Indexing:
Check Use this server for indexing content
Check Use this server for serving search queries
Set Farm Search Service Account
Central Admin > Application Management > Create or Extend Web Application: Create a new Web application
Start > Run > CMD: iisreset /noforce
Central Admin > Application Management > Create or configure this farm's shared services: New SSP
Central Admin > Application Management > Manage this Farm's Shared Services > SSP Name: Create a new Web application
Central Admin > Application Management > Manage this Farm's Shared Services > My Site Location: Create a new Web application
Central Admin > Application Management > Manage this Farm's Shared Services: Verify Farm's Shared Services
Central Admin > Application Management > Create Site Collection (Collaboration Portal Template)
Central Admin Complete

Monday, February 12, 2007

How to Create a Filtered Roll-Up of Announcements for SharePoint V3 Home Page

I am constructing a Marketing Portal for a client using Office SharePoint 2007. Besides the home page, the site collection has four top level sites, "Advertising", "Direct Marketing", "Public Relations", and "Team Sites." "Team Sites" contains a number of sub-sites.

The client requested that I place an Announcements web part on each site so that the departments can post their own announcements to their own sites. They also requested that on the home page I display all of the announcements from Advertising, Direct Marketing, and Public Relations....but not to display those announcements that are posted to Team Sites or any of its sub-sites.

I had to think of a way to use out of box functionality to roll up some, but not all of the announcements within the site collection and display them on the home page. Below is an explanation of what I did:

1.
Site Settings > Galleries > Site Content Types Created two content types:


  • Site Collection Announcements Content Type
  • Team Sites Announcements Content Type

2.
Home Page > View All Site Content > Create > Communications > Announcements > Created two webparts:

  • "Template-SiteCollectionAnnouncements" for (Advertising, Direct Marketing, and Public Relations sites)
  • "Template-TeamSiteAnnouncements" (for the Team Sites)
3.
Announcement Web Part > List Settings > Advanced Settings > Content Types > Yes
Enabled management of content types on the lists.



4.
Anouncement Web Part > List Settings > Content Types > I deleted the default "Announcement Content Type" from each list

On "Template-SiteCollectionAnnouncements," I added the content type of "Site Collection Announcements Content Type"

On "Template-TeamSitesAnnouncements," I added the content type of Team Site Announcements Content Type

5.
I saved each Announcement list as a list template: "Template-SiteCollectionAnnouncements" and "Template-TeamSitesAnnouncements."

6.
On each of the sites, Advertising, Direct Marketing, and Public Relations, I created a new web part from the Template-SiteCollectionAnnouncements web part templates. On each of the Team Sites, I created a new web part from Template-TeamSitesAnnouncements. I added the web parts to the respective pages.

7.
To achieve the filtered roll up effect on the home page I added a Content Query Tool Part. I set the web part to show all items from all sites in the site collection where the content type is "Site Collection Announcements Content Type" and the list type is "Announcement."

In conclusion, I was able to achieve the desired results with out of box functionality. If you are using Content Query Tool Part and you are looking for a way to filter the list, consider doing what I did; create custom content types and filter out the content types within the Content Query Tool Part Query screen.

Thursday, February 08, 2007

SharePoint V3 STP's Containing SharePoint Designer Workflows

I finished creating a SharePoint V3 site that contains five custom list web parts and a total of ten SharePoint Designer workflows (each list has two workflows). I was anxious to find out what happens if I create a site template (.STP) from the site and then create a new site from that .STP file. I wanted to see what would happen to the workflow. I wanted to answer these questions:

"What happens when you create an STP from a SharePoint V3 site that has SharePoint Designer workflow?"
"How do I migrate workflows from one Web Application to another?"

Here is what I did:

  • Saved Site as a Template (Site Actions > Site Settings > Save Site as Template)
  • Created Site from Template (Site Actions > Create > Sites and Workspaces > Select Template)
Here is what I observed on the Site:

  • All five custom list web parts were available
  • The custom list columns were intact
  • The default custom list view "all items" was intact
  • The custom list current views showing on the site were only showing the title column (must do Site Actions > Edit Page > Edit Web Part > Modify Shared Web Part > Selected View [View Name] > OK and then the current view of web part is updated properly on the page)
  • After performing an action that would initiate a workflow, the workflow status became “Failed on Start (Retrying)”
Here is what I observed in SharePoint Designer:

  • The workflow definitions were intact (.ASPX, .XOML, .XOML.RULES, .XOML.WFCONFIG.XML)
  • I could open the workflows (File, Open Workflow)
  • The Conditions and Actions were intact
  • When I clicked “Check Workflow”, I got the message “The workflow contains no errors.”
  • When I clicked “Finish”, I didn't get any errors
So, I went back to the site and to the custom list that had “Failed on Start (Retrying)” message. I tried a second time to initiate the workflow. This time I watched the status go from “In Progress” to “Completed.” The workflow is one that produces an ID number on a list item and the ID number was present upon completion of workflow, so I know this workflow was working.

One by one I opened each workflow in SharePoint Designer and clicked “Finish.” Then I tested all ten workflows and they worked fine.

In summary, if you create a site template (.STP) from an existing site that contains SharePoint Designer workflows, then after you create a new site from that .STP file, you should expect the following clean up tasks:


  • Refresh the current view of all web parts that have workflow: Site > Site Actions > Edit Page > Edit Web Part > Modify Shared Web Part > Selected View [All Items] > OK
  • Refresh the workflows in SharePoint Designer: SharePoint Designer > File > Open Workflow > Finish

Wednesday, February 07, 2007

Resetting SharePoint Designer's Layout

As I was working with a SharePoint worfklow I accidentally closed a task pane and minimized another. SharePoint Designer suddenly looked foreign. Luckily there is a quick fix for this. If you ever want to reset SharePoint Designer back to the way it looked when you opened it for the first time, just click on Task Panes > Reset Workspace Layout.

Tuesday, February 06, 2007

Backup Script For Office SharePoint Server 2007

Create Backups Directory
Create a backup directory for storing the scheduled SharePoint backups (e.g. c:\backupsharepoint)

Create Bat File Directory
Create a directory for storing the backup script file (e.g. c:\scriptssharepoint)

Create Bat File
Create a bat file using the code below, modified for your environment. Use UNC paths when using in a server farm environment.

@echo off
echo ====================================================
echo Backup Script For Office SharePoint Server 2007
echo ====================================================
cd \program files\common files\microsoft shared\web server extensions\12\bin

@echo off
stsadm.exe -o backup -url http://servername -filename c:\backupssharepoint\backupsharepoint.dat -overwrite
@echo off
echo completed


Schedule bat file
Schedule the backup to run frequently, during off peak hours.

Open Start > Programs > Accessories > System Tools > Scheduled Tasks
Add a Scheduled Task

Scheduled Task Welcome Screen, Click Next
Click the program you want Windows to run, Click Browse
Select the backupsharepoint.bat file you created (e.g. c:\scriptssharepoint\backupsharepoint.bat)
Name the task, Schedule it (e.g. Daily)
Start Time, Frequency, Start Date
Username and Password (use a domain user account that has proper permissions and non expiring password )
Finish


Verify Backups
Keep the backup directory secure. Monitor the job to ensure the job is running properly. Perform test restores from the backup files.

Friday, February 02, 2007

Behaviors of Site Columns of the type Choice

I created a site column in Central Admin. Then I added the site column to a custom list. I was able to modify the choice options of the site column instance. This can be a good thing but not sure if it defeats the purpose of a site column. I found that if I want to reset the local instance back to the values of the main site column definition, then I can go back to Central Admin and update the site column, and the updates will override the modified instance that I had created in my list.

Copying a SharePoint Designer workflow

I am working on a SharePoint site that has multiple custom lists. Each list will have a SharePoint Designer workflow attached to it. The workflows are very similar to eachother. Each workflow is several branches long so it takes quite a bit of clicking to set one up.

I figured after I was done with the first workflow I would copy it, paste it, rename it, and point it to the second list, then change workflow conditions and actions accordingly. However, when I opened the workflow copy I discovered that the custom list assignment had become greyed-out and I am unable to point it to a different list.

This has got me wondering why Designer locks down the list name and if there is a way to work around this manually.

Error occurred on custom list, referring to a SharePoint Designer workflow

SharePoint Designer workflow doesn't clean up after itself very well. Here is an example.

Create list and add it to a SharePoint V3 page. Open SharePoint Designer and add a workflow to the list. SharePoint will add the workflow status to the current list view. This tells you the current state of the workflow.

Now that the workflow is created and the status of the workflow is visible on the custom list current view, go ahead and delete the workflow from SharePoint Designer. Next, go back to the custom list and perform an action that would have kicked off that work flow. You will see "error occurred" on the custom list current view when you do this even though the workflow no longer exists.

To fix this you have to modify the list view, remove the workflow status from the list view, then on the page where you are displaying the web part, modify web part and update view, refresh the screen. Doing this will remove the orphaned workflow status from the list view and it will also remove this orphaned workflow status option from the edit view screen.

Blog Archive

Followers