Skip to main content

Diigo Home

Creating Custom Timer Jobs in Windows SharePoint Services 3.0 - The Diigo Meta page

msdn2.microsoft.com/...cc406686.aspx - Cached

This link has been bookmarked by 4 people . It was first bookmarked on 17 Apr 2008, by Marshall S.

  • 27 Apr 08
  • 26 Apr 08
  • 21 Apr 08
    • The Feature that handles the installation and uninstallation of a timer job
      should be a hidden Feature so that activation is only possible by using
      Stsadm.exe through the console. This is because when Features are activated
      through the Web interface, the application pool's identity is used to execute
      the code in the Feature receiver. This account typically does not have
      permissions to install the timer job. Instead, use an account that is part of
      the farm administrators group to activate the Feature using Stsadm.exe. To set
      this, in Central Administration, click Operations. Under
      Security Configuration, click Update farm administrator's group.
      Stsadm.exe assumes the identity of the current logged-in user.

  • 17 Apr 08