Wrox Programmer Forums
|
BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7
This is the forum to discuss the Wrox book Professional SQL ServerReporting Services by Paul Turley, Todd Bryant, James Counihan, George McKee, Dave DuVarney; ISBN: 9780764568787
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 18th, 2004, 08:47 PM
Authorized User
 
Join Date: May 2004
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

GOT IT TO WORK.

The problem happens when installing RS on Windows 2000 Server that is a domain controller. RS doesn't do the setup correctly. The basic steps to fix the problem are

1. Grant impersonate privilege to IWAM_<machine> account (see knowledge base article 824308). Go to domain controller security policy in administrative tools. Click security settings -> Click local policies -> click user right assignment. In the right pane, double click impersonate a client after authentication. In security policy setting window, click define these policy settings. Click add -> click browse. In select users or groups window, select IWAM account name and click add. Then, click Ok -> Click OK -> Click OK. At command prompt, type the following command: secedit /refreshpolicy machine_policy /enforce. Then, type iisreset.

2. Remove IWAM_<machine> account from guest group. Go to active directory users and computers in administrative tools. Open users folder. In right pane, double click IWAM_<machine>. Select member of tab. Remove guest. Click OK.

3. Reboot.

4. Run rsactivate. From command prompt, change directory to C:\Program Files\Microsoft SQL Server\80\Tools\Binn. The run following command: RSActivate.exe -c "c:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer\RSReportServer.config" -t.

See the following link for more details http://msdn.microsoft.com/library/de...rs_v1_8k82.asp .

For now, this seems to have fixed this problem.

Chris






Similar Threads
Thread Thread Starter Forum Replies Last Post
New to Reporting Services, please help cmreis BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 1 December 30th, 2005 02:07 AM
Reporting Services mikerowe SQL Server 2000 0 May 22nd, 2005 08:22 PM
Reporting Services Ben SQL Server 2000 3 February 8th, 2005 10:16 AM
reporting services msrnivas .NET Web Services 0 June 18th, 2004 04:52 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.