• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/61

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

61 Cards in this Set

  • Front
  • Back
What are the three major components of a complete SSRS installation?
1. SQL Server catalog (2 DB-ReportServer and ReportServerTempDB)
2. Report Server service
3. Web service and URL access
What are the two virtual directories in Web Service and URL access and what are they used for?
Reports (used by the Report Manager Web interface) and ReportServer(used for direct access to the SSRS Web Service)
What are the three Reporting Services configuration options the SQL Server 2008 Setup Wizard provides?
Install native mode default configurations
Install SharePoint integrated mode default configurations
Install, but do not confiugre the report server
Is IIS required for Reporting Services in native mode?
It was in previous version but not anymore
Reporting Services now uses HTTP.sys which is included with Windows Server 2003 and 2008
What changes with the SharePoint integrated mode default configuration?
Report Manager is not installed and SharePoint Services 3 or Office SharePoint Server 2007 is the report management interface
Do you need to use the SharePoint integrated mode to use SSRS WebParts in SharePoint?
No
Can you use the default configuration when you install a second instance of Reporting Services?
No, it needs a seperate named instance
What are two common scenarios where a second instance of SSRS is useful?
1. Strict security requirements require you to divide site-level security among multiple groups of administrators
2. Limited hardware for development, test, and production servers so you use multiple instances on a single server
What user interface administrationt tool for configuring SSRS server settings is included in the installation of the SSRS server component?
Reporting Services Configuration Manager tool
What common setup and configuration tasks does Reporting Services Configuration Manager tool perform?
Create the virtual directories
Configure the Service Startup account
Define the ASP.NET account
Set up the DB connection to the SSRS repository
Manage the symmetric encryption keys
Perform initalization steps to enable new instances
Define operational accounts for e-mail and other admin tasks
What should you do in case you need to reinstall the report server on the same computer or a different computer and need access to the same report catalog database?
Backup the report server's encryption key
What four options does the Reporting Services Configuration Manager offer for encyption keys?
1. Back up the key into a password-protected file
2. Restore a key to rebuild a stand-alone instance
3. Change the key, which will rencrypt the content
4. Dete the encrypted content
What command line utility is manages keys?
RSKeyMgmt.exe
Which tool can change or create virutal directories for the report server and Report Manager after installation?
Only Reporting Services Configuration Manager
What is the file name extension of an encryption key backup?
.snk
What are the three administration command-line utilities to assist in configuring SSRS server settings?
RSConfig.exe (assists in managing SSRS instance connection to the repository database)
RSKeyMgmt.exe (Assists in managing encryption keys)
RS.exe (Assists in Microsoft .NET scripting of report management operations
What are the two RSConfig.exe connection parameters?
/m remote server name (name of the server installed with SSRS if its not localhost)
/i instance name
What are the seven RSConfig Database connection parameters?
/c
/s datbase server name
/d database name
/a Authentication Method
/u username
/p password
/t
What does the /c RSConfig.exe database connection paramater indicate?
You are defining the connection information with other paramaters)
What does the /s database server name RSConfig.exe database connection paramater indicate?
Used to ID the SQL Server name and instance of the host Report Server DB)
What does the /d database name RSConfig.exe database connection paramater indicate?
Name of the Report Server database on the specified SQL Server instance
What does the /a Authentication Method RSConfig.exe database connection paramater indicate?
Sindows or SQL authentication for connecting to the Report Server database
What does the /t RSConfig.exe database connection paramater indicate?
Optionally writes out error messages to the SSRS trace log
What does the following RSConfig.exe switch do:/e
The account will be used for an unattended report execution. You must also use the /u and /p paramaters
What does the following RSKeyMgmt.exe switch do: /e
specifies that the SSRS encryption key should be extracted to a file for backup
What does the following RSKeyMgmt.exe switch do: /a
Specifies that the SSRS encryption key should be resoted from a file and overwritten
What does the following RSKeyMgmt.exe switch do: /d
Deletes the encryption key on the SSRS instance or instances and deletes all encrypted data
What does the following RSKeyMgmt.exe switch do: /s
Replaces the existing encryption key with a newly generated one and reencrypts all existing content with the new key
What does the following RSKeyMgmt.exe switch do: /f file path
Specifies the location of the file for the encryption key if the /e or /a parameter is used
What does the following RSKeyMgmt.exe switch do: /p file password
Specifies the password used to secure the encryption key file so that if the file is found the encryption key is still secure
What does the following RSKeyMgmt.exe switch do: /i local SSRS instance name
Optional argument used to specify a named instance of SSRS
What does the following RSKeyMgmt.exe switch do: /t
Captures error to the SSRS trace log
What does RS.exe do for you?
Lets you script SSRS report operations such as deployment and management and run scripts through the command line
What does the following RS.exe switch do: /i input .rss file
Specifies the .rss file to execute
What does the following RS.exe switch do: /s SSRS server URL
Defines the URL path to the SSRS report server virtul directory
What does the following RS.exe switch do: /u username
Overrides the user running the command to define a different domain\user
What does the following RS.exe switch do: /p password
specifies password for override username
What does the following RS.exe switch do: /l timeout seconds
Used to override the default time-out of 60 sseconds
0 is unlimited
What does the following RS.exe switch do: /b
Runs the commands in a batch so that if a failure occurs anywhere in the script, the entire operatoin rolls back
What does the following RS.exe switch do: /e
SOAP endpoint
What does the following RS.exe switch do: /v Global Variable maping
Passes values into embedded variables
What does the following RS.exe switch do: /t
captures errors in the trace log
What are scale-out SSRS deployments and why are they used?
Scale-out SSRS deployments involve connecting more than one report server instance to a shared report server catalog, which allows execution load to be shared across multiple servers. This provides more availablilty and scale.
What are four elements of a scale-out deployment?
NLB Network Load Balancing
Mutliple report server instances on multiple servers
Shared report server catalog
Optionally a MSCS installatoin
What does the following RSKeyMgmet.exe Scale-Out instance Management switch do: /j
Adds a remote instance of SSRS to the Report Server database of a local instance.
What does the following RSKeyMgmet.exe Scale-Out instance Management switch do: /r GUID Installation ID
Reomves an instance of SSRS from a scale-out deployment implementation
What does the following RSKeyMgmet.exe Scale-Out instance Management switch do: /u account name
Specifies the account of a local administrator on the server where the remote SSRS instance runs
What does the following RSKeyMgmet.exe Scale-Out instance Management switch do: /v password
Defines the password of the local administrator account specified by the /v parameter
What does the following RSKeyMgmet.exe Scale-Out instance Management switch do: /m remote SSRS Server Name
Specifies the server when connecting to an SSRS instaqnce on a remote computer
What does the following RSKeyMgmet.exe Scale-Out instance Management switch do: /n remote SSRS instance name
Specifies the SSRS instance name on a remote computer
What are the seven XML configuration files to handle advanced service settings, user defaults, and policy implementations?
RSReportServer.config
RSSrvPolicy.config
RSMgrPolicy.config
Web.config
ReportingServicesServices.exe.config
RSReportDesigner.config
RSPreviewPolicy.config
What does RSReportServer.config do?
Primary config file for Report Server Web and Report Manager
What does RSSrvPolicy.config do?
Stores policy settings for the Report Server Web service
What does RSMgrPolicy.config do?
Contains plicy settings for the Report Manager application
What does Web.config do?
Contains ASP.NET settings for the Report Server and Report Manager
What does ReportingServicesServices.exe.config do?
Contains trace and logging settings for the Report Server service
What does RSReportDesigner.config do?
Contains configuration settings such as rendering devices for the Report Designer application
What does RSPreviewPolicy.config do?
Contains security policies for the server extensions
Which RS config file does SSRS 2008 NOT use?
RSWebApplication.config
Which config file contains many more advanced settings and properties that are not available to set within Reproting Services Configuration Manager or through the report server properties in SSMS?
RSReportServer.config
Where would you go to prevent rendering reports in Microsoft Excel or other formats?
RSReportServer.config
Add a Visible="false" entry to the line