After much experimentation, I finally did a search with "vista insufficient for performing this operation. (rsAccessDenied) 2008" trying to figure out why I could not see the report server info.
I found http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/e8da121a-c0ac-4d0b-8774-abd5128d88fe which gives the answer. Many thanks to "rmcphaul" for his answer that I am copying below -
Here is the final solution. Hopefully
this will help some people who try to
get Reporting Services for SQL 2008
Developer working on Windows Vista
using IE8. To restate, I was having
two issues. One was that I was being
prompted to log in everytime I went to
http://%5Bcomputername%5D/reports. The
other was that once there I was only
seeing the reporting services header.
Everything I was experiencing was
related to Vista User Access Control
(UAC). Here are the steps to get it
working WITH UAC ON. Maybe someone
can post this to their blog since
everything out there seems to relate
to SSRS 2005 and/or IE7.
Environment
· Vista Ultimate 64 Bit
· Internet Explorer 8
· SQL Server 2008 Developer
with Reporting Services installed
· UAC is on.
Issue
When you browse to
http://%5BComputerName%5D/Reports it
prompts you to login
Cause
This is caused by UAC. Even if you
run Internet Explorer as
Administrator, once you log in you are
no longer running with administrative
privileges.
Resolution 1
Open Internet Explorer
Click on the "Tools" menu and select "Internet Options"
Click on the "Security" tab
Click once on "Local intranet"
Click on the "Sites" button
Click on the "Advanced" button
Make sure "Require server verification (https:) for all sites in
this zone is unchecked.
Add "http://[ ComputerName]" to the Websites list.
Click the "Close" button to close the Advanced window.
Click the “Custom Level” button near the bottom.
Scroll down to the end and you will see the “User Authentication”
section.
User “User Authentication” and then “Logon” verify that “Automatic
logon only in Intranet Zone” is
selected. If not select it.
Click “OK” to close the Security Settings - Local Intranet Zone window.
Click the "OK" button to close the Local intranet window.
Click the "OK" button to close the Internet Options Window
Close Internet Explorer
Re-open Internet Explorer and browse to http://%5B
ComputerName]/Reports. You should no
longer be prompted to login.
Resolution 2
Open Internet Explorer
Click on the "Tools" menu and select "Internet Options"
Click on the "Security" tab
Click once on "Trusted sites"
Click on the "Sites" button
Make sure "Require server verification (https:) for all sites in
this zone is unchecked.
Add "http://[ComputerName]" to the Websites list.
Click the "Close" button to close the Trusted Sites window.
You should now be back on the "Security" tab of "Internet Options".
Make sure "Trusted Sites" is still selected and click the "Custom
Level" button near the bottom.
Scroll down to the end and you will see the "User Authentication"
section.
Under "User Authentication" and then "Logon" select the option that
says "Automatic login with current
user name and password"/
Click "OK" to close the Security Settings - Trusted Sites Zone window.
Click the "OK" button to close the Internet Options Window
Close Internet Explorer
Re-open Internet Explorer and browse to
http://%5BComputerName%5D/Reports. You
should no longer be prompted to login.
Issue
When you browse to
http://%5BComputerName%5D/reports you only
see the Report Manager header.
Cause
This is caused by UAC. By default
Reporting Services should allow
members of the Local Administrators
group access to reporting services but
with UAC turned On Reporting Services
is not recognizing the logged in user
as part of the Local Administrators
group. You will need to explicitly
add your account inside reporting
services.
Verification
You can verify this issue by browsing
to http://%5BComputerName%5D/ReportServer.
You should receive a message that
says: The permissions granted to user
'[UserLogin]' are insufficient for
performing this operation.
(rsAccessDenied).
Resolution
Open Internet Explorer in Administrator mode by right clicking
on the IE icon and selecting "Run as
administrator".
Browse to http://%5BComputerName%5D/Reports
On the home page click on the "Properties" tab
Click on "New Role Assignment"
Add your qualified local login as a Content Manger (for example:
[ComputerName][LoginName] or
[Domain][LoginName])
Next in the upper right click on "Site Settings"
On the left menu select "Security"
Click on "New Role Assignment"
Add your qualified local login as a System Administrator (for
example: [ComputerName][LoginName] or
[Domain][LoginName])
Close Internet Explorer and open normally
Browse to http://%5BComputerName%5D/Reports and you
should be working properly