Valid 70-467 Dumps shared by ExamDiscuss.com for Helping Passing 70-467 Exam! ExamDiscuss.com now offer the newest 70-467 exam dumps, the ExamDiscuss.com 70-467 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-467 dumps with Test Engine here:
You need to configure security for the SSRS instance on SSRS01 to connect to SSAS and minimize downtime. What should you do? (Each correct answer presents part of the solution. Choose all that apply.)
Correct Answer: A,D
Explanation/Reference: A (not B): If you are deploying Reporting Services in a network that uses the Kerberos protocol for mutual authentication, you must create a Service Principal Name (SPN) for the Report Server service if you configure it to run as a domain user account. D (not E): * See step 6 below. To register an SPN for a Report Server service running as a domain user 1. Install Reporting Services and configure the Report Server service to run as a domain user account. Note that users will not be able to connect to the report server until you complete the following steps. 2. Log on to the domain controller as domain administrator. 3. Open a Command Prompt window. 4. Copy the following command, replacing placeholder values with actual values that are valid for your network: 5. Setspn -a http/<computer-name>.<domain-name>:<port><domain-user-account> 6. Run the command. 7. Open the RsReportServer.config file and locate the <AuthenticationTypes> section. Add <RSWindowsNegotiate/> as the first entry in this section to enable NTLM. * RSWindowsNegotiate. If you initially set the Windows service account for the report server to NetworkService or LocalSystem in Reporting Services Configuration Manager, RSWindowsNegotiate is added to the RSReportServer.config file as the default setting. With this setting, the report server can accept requests from client applications requesting Kerberos or NTLM authentication. If Kerberos is requested and the authentication fails, the report server switches to NTLM authentication and prompts the user for credentials unless the network is configured to manage authentication transparently. Using RSWindowsNegotiate is your best option because it provides the greatest flexibility for multiple clients in an intranet environment. Not C: IIS is not mention in this scenario. Note: * From scenario: /A single-server deployment of SQL Server 2008 R2 Reporting Services (SSRS) in native mode is installed on a server named SSRS01. The Reporting Server service is configured to use a domain service account. Reference: Register a Service Principal Name (SPN) for a Report Server