11th
NOV

How to warm-up Windows SharePoint Servers

Posted by MLK under SharePoint Services

Description/Problem:
The Windows SharePoint Service is powerful web system which is integrated part of Microsoft Windows 2003 Server R2 installation CD/DVD. Free templates allow to each administrator create useful company systems for project management, change management, team activity tracking or build up documentation library. One good known issue of this web system is that 1st start-up of SharePoint web interface take a long time (several seconds). I found one small script which can help you to warm-up your Windows SharePoint Servers.

Solution:
MSDN Blog

9th
NOV

KB927012: Issue with Windows SharePoint Services 3 Search

Posted by MLK under SharePoint Services

Description/Problem:
This issue occurs when the service account for the Windows SharePoint Services Search service is configured to use the Network Service account. The search service account must not use a built-in account to access the Windows SharePoint Services 3.0 database.

Solution:
KB927012 / TechNET.com

11th
OCT

SharePoint: Class not registered & File System Permissions

Posted by MLK under SharePoint Services

Description/Problem:
I had several issues with SharePoint Service during implementation on Windows 2003 server member and also domain controller. The 1st issue was related to unable start-up of SharePoint Service. The web interface present each time the error message: “Start action dailed. Additional information: Class not registered”. The 2nd issue was also interesting for me because the configuration wizard for new installation of SharePoint Service failed on Step 5 of Step 10.

Solution:

  • Apply special file system permissions (add to existing)
  • System Disk (C:)
    • Local Service (Read & Execute List Folder Contents Read)
    • Network Service (Modify Read & Execute List Folder Contents Read Write)
    • WSS_Admin_WPG (Full Control)
  • System Folder (%systemroot%\Temp)
    • Network Service (Full Control)
    • WSS_Admin_WPG (Full Control)
    • WSS_WPG (Read & Execute List Folder Contents Read)
  • Restart SharePoint Services

6th
MAR

Powerful Command Line Administration for SharePoint

Posted by MLK under SharePoint Services

Description/Problem:
Helpful information about basic, daily and expert administration of the SharePoint Portal from command line.

Solution:
TechNET.com

6th

How to install Sharepoint 3.0 Server Templates

Posted by MLK under SharePoint Services

Description/Problem:
The next interesting article which can help you to install all forty of the Application Templates for Microsoft Windows SharePoint Services 3.0, including the Application Template Core solution, which is required to deploy server administration templates.

Solution:
BlogSpot.com

6th

SharePoint Site Backup Script

Posted by MLK under SharePoint Services

Description/Problem:
This article describes shortly how to implement the easy backup script for the SharePoint Portal Sites over scheduled tasks. The advantages of the script is that it works with any version of STSADM, so the script will work for SharePoint Portal Server 2003, MOSS 2007, WSS 2.0 or WSS 3.0.

Solution:
Network World