Share via


Exploring Data Alerts with SQL Server 2012 Reporting Services (RTM Update)

Version: 1.5

Description

In this Hands On Lab you will learn how to define a data alert to notify you when salespeople do not achieve at least the 1% profitability target.

Overview

In this lab, you will define a data alert to notify you when salespeople do not achieve at least the 1% profitability target.

Objectives

The objectives of this exercise are to:

  • Create a shared data source
  • Upload a report and relate it to the shared data source
  • Preview a report and create a data alert
  • Run the data alert and review the email notification

System Requirements

You must have installed the following items to complete this lab:

  • Microsoft Office:
    • Outlook 2010
  • Microsoft SQL Server 2012:
    • Database Engine
    • Reporting Services
    • Reporting Services Add-in for SharePoint
  • Adventure Works for SQL Server 2012
    • AdventureWorksDW2012
  • SharePoint Server 2010 Enterprise Edition
  • Silverlight

Setup

The setup and configuration for this lab involves running a Setup script included with the training kit. To run all setup tasks for this lab:

Task 1 – Configuring AdventureWorksDW2012 Database

Note:
This process may require administrative privileges.
  1. Open a Windows Explorer window and browse to the lab’s folder.
  2. Right click on it, and click on Properties
  3. In the Security tab, click on Edit
  4. In the opened window, click on Add
  5. Add Everyone role to the folder’s permissions and click Ok
  6. Grant Full Access control to it by checking the Full Access Checkbox and click Ok
  7. Click Ok
  8. Browse to the lab’s Source\Setup folder.
  9. Double-click the Setup.cmd file in this folder to launch the setup script and run all setup tasks for this lab.
  10. If the User Account Control dialog is shown, confirm the action to proceed.

Task 2 – Creating a Site Collection

  1. To open Central Administration, click the Start button, and then select All Programs | Microsoft SharePoint 2010 Products | SharePoint 2010 Central Administration.
  2. Login using Administrator credentials, if required.
  3. Click Application Management.
  4. Click Create Site Collections.
  5. Configure the new site collection based on the following table.

    Property

    Value

    Title

    AdventureWorksBI

    URL

    /sites/AdventureWorksBI

    Template

    Enterprise | Business Intelligence Center

    Primary Site Collection Administrator

    <Administrator username>

Task 3 – Modifying the Site’s Data Connection Library

  1. In the new Site Collection, click Data Connections on the Quick lunch bar.
  2. Click the Library tab, and then click Library Settings.
  3. Inside the Content Types section, click Add from existing site content types.
  4. Select Report Data Source and click Add.
  5. Click OK.

Task 4 – Creating a Document Library

  1. Click Libraries on the Quick lunch bar.
  2. Click Create.
  3. Select Document Library and click More Options.
  4. On the Name text field, write Reports.
  5. Click Create.
  6. Click Library Settings in the newly created Document Library.
  7. Click Advanced Settings, enable Allow management of content types, and click OK.
  8. Click Add from existing content types.
  9. Select Report Builder Report and click Add.
  10. Click OK.

Cleanup

There is no need to cleanup if you intend to continue the sequence of labs in this training kit.

Task 1 – Dropping the AdventureWorksBI SQL Server Database.

  1. To drop the AdventureWorksBI SQL Server database, execute the Cleanup.cmd script located under the Setup folder in the Source folder of this lab.

Task 2 – Deleting the AdventureWorksBI Site Collection

  1. To open Central Administration, click the Start button, and then select All Programs | Microsoft SharePoint 2010 Products | SharePoint 2010 Central Administration.
  2. Login using Administrator credentials, if required.
  3. Click Application Management.
  4. Click Delete a Site Collection.

Exercises

This Hands-On Lab comprises the following exercise:

  1. Working with Data Alerting

Estimated time to complete this lab: 15 minutes