Skip Navigation Links
Skip navigation links
Products
Support
Downloads
Press
Site Map
Satisfied Customers
All-in-one VHD
Request Demo
Contact Us
Skip navigation links
Alert Manager 2007
How do I Install Alert Manager 2007?
How do I use the Alert Manager 2007 Component Configuration Manager?
Alert Manager 2007 Points of Integration with SharePoint
How do I manage alerts?
How do I add an alert?
How do I add an alert to a large group?
How do I add an alert to a SharePoing group?
How do I add an alert targeted toward a dynamic recipient?
How do I manage alerts for my farm?
How do I manage alerts for my site collection?
How do I manage alerts for a list?
How do I manage my personal alerts?
Understanding Alert Properties
How do I perform a manual Alert Manager 2007 deployment?
How do I find my Alert Manager 2007 license information?
What permission are required to manage alerts?
How do I uninstall Alert Manager 2007
How do I upgrade Alert Manager 2007?
Understanding Custom Alert Templates
Extranet Collaboration Manager
General
SPA
Article Index
How do I perform a manual Alert Manager 2007 deployment? 
Intended audience: Administrator 
Tags: administrator 
 
Multimedia demo: Watch a video demonstrating this topic.

The Alert Manager 2007 application is comprised of one SharePoint solution package and two SharePoint features.

  • Packages
    • SPSolutions.SharePoint.AlertManager.wsp
  • Features
    • AlertManagerAdminComponents
    • AlertManagerSiteComponents

The AlertManagerAdminComponents feature provides farm level alert management function and should only be activated on your Central Administrative website. The AlertManagerSiteComponents feature provides site level alert management features and should only be activated on on content sites.

Manually deploying the Alert Manager 2007 application requires the use of SharePoint stsadm command. Begin by openning a command prompt with the stsadm command in the execution path.

Begin by adding the SPSolutions.SharePoint.AlertManager.wsp solution to your SharePoint solution store.

stsadm -o addsolution -filename "C:\Program Files\SharePoint Solutions\Alert Manager 2007\Packages\SPSolutions.SharePoint.AlertManager.wsp"

Once the solution has been successfully deployed to your solution store you can deploy the solution to the desired SharePoint sites. This can be done by using stsadm or from the Central Administration site under Operations -> Solution Management.

stsadm -o deploysolution -name SPSolutions.SharePoint.AlertManager.wsp -immediate -url {ServerName} -allowgacdeployment

Finally, you can activate the Alert Manager administration features the using stsadm command. or from your site collection's Site Features page.

stsadm -o activatefeature -name AlertManagerAdminComponents -url {Central Adminsitraion Site}

Or you can activate the Alert Manager content features the using stsadm command or from your site collection's Site Features page.

stsadm -o activatefeature -name AlertManagerSiteComponents -url {Content Site}

If you are deploying the Alert Manager 2007 features to a site that was created before installation you will need to re-deploy the localization files. This can be done using the stsadm command.

 stsadm -o copyappbincontent

Questions or comments about this article? 
Post them in our software support forum (registration required).