- March
- 19
- 2008
SQL Reporting Services Add-in : Reporting Services section does not appear MOSS Application Management Site Collection
Posted by agoodwin
No Comments »
After installation of the Reporting Services Add-in you may find that the “Reporting Services” section is missing in the site administration Application Management page.
Reporting services logs information to a log file in the “%temp% directory” for the user who is installed the Reporting Services Add-in, the file name is RS_SP_<number>.log.
Check for an error activating the ReportServer Feature in the Central Administration:
******* User does not have permission to add feature to site collection: http://machinename:8080
This is because you are accessing the site using an account which does not have high enough permission, even though it may already be in the Site Administrators & Site Collection Administrators lists. Try logging in with an enterprise administration account.
Once you have logged in with a suitable account you will see Site Administration & Site Collection Administration in the site settings page:
- Go to SharePoint 3.0 Central Administration.
- Select Site Actions -> Site Settings
- Under the Site Collection Administration section click Site Collection Features
- Activate the Report Server Integration Feature in the list
You will then see a Reporting Services section appear in the Site Settings page as well as the Application Management page.