How to Recover BAM Alerts

As a part of recovering BizTalk Server, if you are using Business Activity Monitoring (BAM), you must also recover the BAM alerts.

Prerequisites

You must be logged on as a member of the BizTalk Server Administrators group to perform this procedure.

To recover BAM alerts (SQL Server 2008)

  1. Click Start, click All Programs, click Microsoft SQL Server 2008, click Configuration Tools, and then click Notification Services Command Prompt.

  2. At the command prompt, type:

    nscontrol register -name BamAlerts -server <ServerName> -service -serviceusername " <ServiceUserName> " -servicepassword " <ServicePassword> "

    This enables Notification Services to log on to the correct database (this information is maintained in the registry of the service computer by nscontrol).

    Important

    Remember to use the new Notification Services databases server in the -server option when re-registering the service. In addition, you should use the same user name for the new Notification Services service as the old one.

  3. Click Start, click Run, type cmd, and then click OK.

  4. At the command prompt, type: net start NS$BamAlerts.

See Also

Recovering a Computer Running BizTalk Server