Welcome to MSDN Blogs Sign in | Join | Help

Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

SQL Server 2005 Service Pack 2 (SP2), which will be released any minute now :-), enables deep integration between Reporting Services and SharePoint technologies (Windows SharePoint Services 3.0 and Office SharePoint Server 2007). This integration enables an end-user to view and manage reports completely from within a SharePoint environment. The following is an excerpt from the upcoming 2007 Microsoft Office System Business Intelligence Integration with SQL Server 2005 whitepaper. [Update March 17: Added the hyperlink for the whitepaper, which is 1.5 MB in size and in Word 2007 .DOCX format.]

<Lawrence />

 

Office SharePoint Server 2007 Integration Features and Benefits

There are numerous benefits and advantages to integrating Reporting Services with Office SharePoint Server 2007. Prior to SP2, Reporting Services reports were published to a report server and were executed solely in that environment. The integration point between Reporting Services and SharePoint was two separate Web Parts: Report Explorer and Report Viewer. These Web Parts made it possible to view reports within SharePoint, but presented these challenges:

  • The report content source was always separate from the SharePoint content source.
  • Reports were hosted on a report server and were only displayed within the SharePoint environment.
  • Security of reports was managed by the report server, so there was no unified security model.
  • The user interface was not consistent between managing and viewing reports because each was performed in a separate environment.
  • Filtering of report data could only be done by using report parameters that had to be defined in the reports themselves.
  • Internet-facing SharePoint sites required deploying the report server outside the firewall.

With SQL Server 2005 SP2, deep integration with Office SharePoint Server 2007 offers numerous advantages, including:

  • Single consistent user interface for managing and viewing reports.
  • A much richer user experience.
  • Storing reports in Office SharePoint Server 2007 document libraries. This allows a report to use standard Office SharePoint Server 2007 features, such as workflow, versioning, and collaboration.
  • Reports and all associated resources are stored within the Office SharePoint Server 2007 database and are automatically synchronized with the same reports that are stored and executed from the report server. Scheduling, caching, and subscriptions are stored in the report server database only because this functionality is not available natively in a SharePoint document library.
  • Single security model for reports because they are treated like any other document inside a SharePoint document library.
  • Common report filtering paradigm that is used in SharePoint document libraries and filtering Web Parts.

Integration with Report Center

While Reporting Services reports can be managed in any site or document library, Office SharePoint Server 2007 includes out of the box functionality for reporting, referred to as the Report Center. Report Center is delivered as a site template to enable you to easily create an Office SharePoint Server 2007 site for hosting reports. When you create a site using this template, navigation bar links are added to manage reporting resources, as shown in Figure 1. Figure 1 also shows a sample dashboard with defined Key Performance Indicators (KPIs).

Figure 1: Navigation Bar Links Highlighting New Resources Category.

The navigation bar links in the Report Center site template are:

  • Documents – Document library to store a collection of documents.
  • Reports – Document library that can be used for managing Reporting Services and Excel Services reports.
  • Dashboards – Listing of all dashboards that you can configure for your users. For example, you can have one dashboard that shows executives the report KPIs that are useful to them. However, project managers need to see more detailed information about their projects, so they would need a different dashboard with different KPIs.
  • Resources – Folder containing these types of resources that can be used with Reporting Services reports:
    • Data Connections – Document library that contains shared data sources and/or report models that can be used among all reports.
    • Report Calendar – Calendar list that can contain any date-related information for a report or report schedule. For example, you can indicate on which dates report data is refreshed or loaded. This item has no specific integration points with Reporting Services.
    • Reference Library – Document library for you to place documents that can help end-users with the navigation and usage of the report center. This item has no specific integration points with Reporting Services.

Having resources stored in separate document libraries enables you to configure versioning, workflow, and security separately for each resource. For example, you can configure security to only allow members of the IT department to modify or upload data connections. Likewise, you can configure workflow in Office SharePoint Server 2007 to require approval for new reports.

Selecting the Right Mode

SQL Server 2005 Reporting Services can operate in either Native Mode or SharePoint Integration Mode. As Reporting Services supports multiple instances, you also have the option of using both modes simultaneously on a single server. This section outlines some considerations you should think about to help determine which mode to use in your organization.

Native Mode

The term Native Mode in Reporting Services 2005 Service Pack 2 refers to the existing way that Reporting Services operates. The report server is responsible for management of all Reporting Services functionality, including report storage, rendering, scheduling, subscriptions, security, and administration. Reports, data sources, and report models are all stored in the report server database.

Native Mode is appropriate for any organization that does not implement Windows SharePoint Services 3.0 or Office SharePoint Server 2007, or does not need the added functionality of Integration Mode (see next section). If your organization uses Windows SharePoint Services 2.0 or SharePoint Portal Server 2003, you will not be able to leverage the additional productivity and security features of Integration Mode until you upgrade to Windows SharePoint Services 3.0 or SharePoint Portal Server 2007.

SharePoint Integration Mode

Using Reporting Services 2005 in SharePoint Integration Mode enables some significant benefits to the end-user and the organization as a whole, as follows:

  • Uses SharePoint document libraries to store reports, data sources, and report models.
  • Enables publishing, viewing, management, and delivery of Reporting Services reports from the same user interface used for managing Office documents.
  • Enables organizations to construct BI dashboards with rich reports.
  • Leverages workflow and collaboration capabilities that are already available in Office SharePoint Server 2007.

When using SharePoint Integration Mode, some features that are available in Native Mode are replaced with comparable functionality in Office SharePoint Server 2007 or are no longer available. The Reporting Services features that are not available in Integration Mode are:

  • Report Manager
  • Management Studio
  • My Reports
  • Linked Reports
  • Job Management

Note: There is no support for migrating native mode reports to SharePoint integration mode. You can use those reports, but you must manually republish them to the Office SharePoint Server 2007.

Installation Components and Setup

Integrating Reporting Services with Office SharePoint Server 2007 requires these components to be installed:

  • SQL Server 2005 Reporting Services – hosts Reporting Services reports and communicates with Office SharePoint Server 2007 using a Web Services interface. The Reporting Services server also manages subscriptions and report caching. This server can be separate from the Office SharePoint Server 2007, but if it is, you must also do a basic install of Office SharePoint Server 2007 on the Reporting Services server to ensure that the Windows SharePoint Services (WSS) 3.0 object model is installed.
  • SQL Server 2005 Service Pack 2 – enables Office SharePoint Server 2007 and Reporting Services integration on the report server.
  • Office SharePoint Server 2007 –Serves as the central access point for all reports and business data. Alternately, you can use Windows SharePoint Services 3.0.
  • Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies - This feature includes the Report Viewer Web Part and the new report management user interface.

After installing the required components to integrate Reporting Services with Office SharePoint Server 2007, both the report server and SharePoint server need to be configured. The following sections outline the configurations necessary to achieve integration.

Report Server Configuration

After installing SQL Server 2005 Service Pack 2 on the Reporting Services server, a new configuration option becomes available, called SharePoint Integration, as shown in Figure 2.

Figure 2: Configuring Report Server SharePoint Integration.

SharePoint Server Configuration

After installing the Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies feature of the Feature Pack for SQL Server 2005 Service Pack 2, a new application becomes available under the Application Management tab. This new application is shown in Figure 3.

Figure 3: Configuring the Reporting Services Application in Office SharePoint Server 2007.

To configure Reporting Services, you must set each of the options shown in Figure 4, as follows:

  • Manage integration settings – To configure the Report Server Web Service URL and Authentication Mode (either Windows or other trusted account).
  • Grant database access – To configure the name of the report server database server instance name.
  • Set server defaults – To configure report server timeouts and other options.

Creating Reports

Once Reporting Services and Office SharePoint Server 2007 integration is setup, reports can be created and deployed to the Office SharePoint Server 2007. Creation of reports can be done in one of two ways: one for developers and one for end-users. Each is discussed in the following sections.

Developers

Developers use Visual Studio®-based SQL Server Business Intelligence Development Studio to create reports. After installing the SQL Server 2005 workstation components, many business intelligence project templates become available, as shown in Figure 4.

Figure 4: Visual Studio 2005 Business Intelligence Project Types.

Note in Figure 5 that Report Model Project is selected. A Report Model is a way to define the data which can be used by end-users to create reports (see next section). Alternatively, developers can create a blank Report Server Project or use the Report Server Project Wizard to help guide the user through the process of creating reports and specifying data sources.

End-Users

End-Users can create reports as well as developers, but a developer must first make the data available to those users. Making data available is done using a Report Model. A Report Model defines the data source of a report, the security parameters for the data source, and the tables, fields, and relationships used for the model. This model is then published to an Office SharePoint Server 2007.

Once the Report Model is published to the Office SharePoint Server 2007, end-users can create reports using Report Builder. This is a ClickOnce application that is downloaded automatically from the Office SharePoint Server 2007 and installed as a component on the user’s workstation. Report Builder enables the end-user to create and publish reports to the Office SharePoint Server 2007 using the Report Model that the developer created. Figure 5 shows the Report Builder tool.

Figure 5: Designing Reports in Report Builder.

Viewing Reports

Once reports are created and deployed to the Office SharePoint Server 2007, they are ready to be viewed. Report security is set the same way it is for any SharePoint document. You can set security permissions on libraries, folders, or individual files.

If a user navigates to a report in a report library on the Office SharePoint Server 2007, the reports can be viewed simply by clicking the desired file name. The integration components know how to connect to the report server Web Service to render the report from within the Office SharePoint Server 2007 environment. Figure 6 shows a rendered report in Office SharePoint Server 2007.

Figure 6: Rendered Report within the Office SharePoint Server 2007 Environment.

Reports in a report library are rendered using a Report Viewer Web Part. Any SharePoint page can also be modified to display reports by using the Report Viewer Web Part. Report Viewer Web Parts can also be connected to SharePoint Filter Web Parts to limit the data displayed in reports.

Managing Reports

When Reporting Services is integrated with Office SharePoint Server 2007, report management is then performed using the same SharePoint document library as the one used to launch reports. Managing reports is as simple as navigating to the correct report in the SharePoint document library and clicking the down arrow. The user is presented with a host of options, as shown in Figure 7.

Figure 7: Managing Reports in Office SharePoint Server 2007.

Figure 7 shows these possible report management actions:

  • View Properties – Standard Office SharePoint Server 2007 functionality to view document properties. Organizations can employ standardization for properties that will be used in reports, such as including categories, sub-categories, timestamps, approvals, and more.
  • Edit Properties – Standard Office SharePoint Server 2007 functionality to edit document properties. SharePoint Office Server 2007 can be configured to make properties mandatory. This can enable organizations to provide valid metadata for each report in the report library.
  • Manage Permissions – Standard Office SharePoint Server 2007 functionality to manage the permissions of the document. This is one of the main benefits of integrating Reporting Services with Office SharePoint Server 2007. A common security model is used to secure reports, folders, files, and libraries. System Administrators can easily assign security and troubleshoot report execution problems.
  • Edit in Report Builder – Reporting Services functionality to launch the Report Builder tool to edit the definition of the report (see Figure 6). Report Builder enables end-users to easily modify or create reports and publish them to the Office SharePoint Server 2007.
  • Delete – Standard Office SharePoint Server 2007 functionality to delete the document from the document library.
  • Manage Subscriptions – Reporting Services functionality to add, edit, and delete report subscriptions. Users that subscribe to reports can automatically be notified when data changes in reports. For example, sales people can subscribe to a report to automatically receive their weekly sales figures via email.
  • Manage Data Sources – Reporting Services functionality to select a shared or custom data source for the report. Shared data sources enable one data source definition to be used across multiple reports.
  • Manage Parameters – Reporting Services functionality to manage the values and prompts for all parameters passed into the report. Parameters are a way to limit the data that is displayed in a report. For example, a report parameter named Year can be specified to limit the report data to the selected year when the report is run.
  • Manage Processing Options – Reporting Services functionality to choose processing and snapshot options and timeouts. Snapshots and timeouts affect the performance of the Reporting Services server. It is important to consider these options to keep the server performing as well as possible.
  • View Report History – Reporting Services functionality to view the history of report processing.
  • Send To – Standard Office SharePoint Server 2007 functionality to send the document to another location.
  • Check Out – Standard Office SharePoint Server 2007 functionality to check out the document in order to publish changes. The ability to check out, and then publish a report, data source, or data model is one of the major advantages to integrating Reporting Services with Office SharePoint Server 2007. A report, or any other document, can be checked out, modified, and have workflow optionally applied to the document before it is published back into the Office SharePoint Server 2007.
  • Publish a Major Version – Standard Office SharePoint Server 2007 functionality to publish a version of a checked-out document. When significant changes to a document occur, it can be helpful to flag the document as a major version so that users have an indication as to the scope of changes in the document. A major version uses the format of version 1.x, 2.x, 3.x, etc.
  • Version History – Standard Office SharePoint Server 2007 functionality to view the published versions of a document.
  • Alert Me – Standard Office SharePoint Server 2007 functionality to alert a user to changes in the document. This option notifies a user when there is a change to the report definition itself, as opposed to the data being changed in a report.
Published Monday, February 19, 2007 2:02 PM by sptblog

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

SQL Server 2005 Service Pack 2 (SP2), which will be released any minute now :-), enables deep integration

Monday, February 19, 2007 4:12 PM by MOSSchampions

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

How does Sql Reporting Services SP2 work with SPS 2003?

Monday, February 19, 2007 9:24 PM by dlgross

# Cosas Interesantes 20/02/2007

Hoy en cosas Interesantes: CTP de Febrero de Longhorn, Virtual PC 2007, SQL RS SP2 y Sharepoint, Management

Tuesday, February 20, 2007 1:51 AM by Be Geek My Friend

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Is it possible to integrate SQL Server Reporting Services with WSS3 not MOSS ?

Tuesday, February 20, 2007 7:44 AM by Sergey

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

This new level of integration is awesome.  Hopefully it will help drive greater addoption of Reporting Services in our firm as well. :)

Later

C

Tuesday, February 20, 2007 10:22 AM by Cornelius J. van Dyk

# Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies

The Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies is a Web

Tuesday, February 20, 2007 2:23 PM by Meron Fridman's Blog

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I am trying to use SQL Server 2005 sp2 Reporting Services in Integrated mode with WSS 3.0.  When I am in Reporting Services Configuration Manager on the Sharepoint Integration tab, I get the following error message...

The report server cannot access settings in the Sharepoint configuration database.  Most likely, the Windows Sharepoint Services object model is not installed...

Reporting Services is running on a separate machine from WSS 3.0.  Do they need to be on the same machine???  Do I need to install WSS on the Reporting Server just to get the object model?

Tuesday, February 20, 2007 7:13 PM by Kyler

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I guess I experienced the same issue. My SQL Server 2005 + SP2 + Reporting Services + RS Add-in for MOSS installed on one server and MOSS 2007 installed on another server; I follow [SQL Server 2005 Books Online - How to: Install the Windows SharePoint Services Object Model on a Report Server Computer], error occur when the SQL Server trying to connect to the MOSS farm. Any ideas?

Tuesday, February 20, 2007 9:29 PM by Paul Yau

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Hi!

Have you executed the the bellow steps?

SQL 2005 Reporting Services can be separate from the Office SharePoint Server 2007, but if it is, you must also do a basic install of Office SharePoint Server 2007 on the Reporting Services server to ensure that the Windows SharePoint Services (WSS) 3.0 object model is installed.

Regards,

HF

Wednesday, February 21, 2007 7:21 AM by Hugo Figueira

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Has anybody able to get a report in a document library to display in a Report Viewer Web Part using Web Part connections?  We tried but the URL is incorrect- the site collection part is doubled up, and we get the error "the item http://...../sites/testsite/sites/testsite/document%20Library/chart.rdl" cannot be found.  Thanks!

Wednesday, February 21, 2007 5:58 PM by Natron

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Natron, unfortunately, it looks like this is a bug that creeped into the final build. We are working on a fix for this.

Thursday, February 22, 2007 1:07 AM by bwelcker

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I tried to install the Sharepoint Reporting Services addin from SP2 and ended up disabling my Sharepoint configuraiton....After I installed I get

"Server Error in '/' Application.

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. "

I tried the steps on Brian Wecklers Weblog for resolving this issue and ensured that I installed under the account that SharePoint Services was setup with....but no luck....any suggestions from folks?

Friday, February 23, 2007 1:52 PM by Larry Chambers

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

The integration is fairly nice, as far as it goes.

What we really need is the ability to use SharePoint lists as a data source for RS reports.  Right now I'm building datasets and SQL ##temp tables by hand, then calling Reporting Services over SOAP to build the report I want.  This is no way to run a railroad.

More generally, we need managed ADO drivers for SharePoint lists.  And we need SharePoint lists to become robust.  Lists which slow down if you put more than 2,000 items in them are a problem.  SharePoint needs to grow up.

Friday, February 23, 2007 2:03 PM by Daryl

# In a nutshell: Reporting Services Addin for SharePoint 2007

In a nutshell: Reporting Services Addin for SharePoint 2007

Saturday, February 24, 2007 9:58 AM by harbar.net

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Hi,

I just tried to install the Add-In but I don't get new entries in central administration. I found the log file in %temp% and it says 'User does not have permission to add feature to site collection' but later on says 'Cab file installed successfully'.

Running on German W2K3 Server, german MOSS.

Thanks, Thomas

Tuesday, February 27, 2007 8:54 AM by Thomas

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

-----

I tried to install the Sharepoint Reporting Services addin from SP2 and ended up disabling my Sharepoint configuraiton....After I installed I get

"Server Error in '/' Application.

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. "

I tried the steps on Brian Wecklers Weblog for resolving this issue and ensured that I installed under the account that SharePoint Services was setup with....but no luck....any suggestions from folks?

-----

Same issue here. I will let you know if I figure out how to resolve it.

Tuesday, February 27, 2007 6:58 PM by Adam

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Web sites cannot be enabled for Anonymous access? Why? Is there a workaround for the Forms authentication?

Wednesday, February 28, 2007 6:07 PM by o3APA3A

# Integración de Reporting Services con SharePoint (I)

En este post vamos a explicar los pasos a seguir para la instalación y el uso de Microsoft SQL Server

Friday, March 02, 2007 2:26 AM by Blog del CIIN

# Yes! I’m still here! I’m just building Reports in SharePoint with SQL Server 2005 SP2!

As you may be wondering based on my lack of postings whether I'm still around. Well, yes I am! We've

Sunday, March 04, 2007 10:57 AM by Tom Rizzo's SharePoint Blog

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Is there any other troubleshooting info available or known issues with the installation of the Add-IN?  Would be nice to explore the wonderful features but can't seem to get it installed.

We've got a clean install of MOSS and SSRS side-by-side with a remote database configured for Integrated mode.  The Add-in install is where it goes south:

Cab files installed successfully.

Stopping W3SVC service.

Install error: Time out has expired and the operation has not been completed.

Uninstalling Report Server feature.

What I've tried so far..

Created a seperate app pool am running and installing under a Domain account that is also a Farm Admin and also a site administrator in all the sites.  I've even disabled virus scanning. I've checked that there are no leftovers in the web.configs or in any .resx files left in App_GlobalResources.

Thanks in advance,

AB

Monday, March 05, 2007 1:55 PM by abates

# SQL2005 Express With Advaced Services Issues

Why doesn't "SQL2005 Express With Advaced Services" Reporting Service support integration with WSS 3.0 ?

I think we should get such support, in order to setup test and evaluation environments, so later on we move to "THE REAL" MOSS ... ;-<

Is this being considered ?

Monday, March 05, 2007 7:38 PM by MB

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

-----

I tried to install the Sharepoint Reporting Services addin from SP2 and ended up disabling my Sharepoint configuraiton....After I installed I get

"Server Error in '/' Application.

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. "

I tried the steps on Brian Wecklers Weblog for resolving this issue and ensured that I installed under the account that SharePoint Services was setup with....but no luck....any suggestions from folks?

-----

Same issue here. I will let you know if I figure out how to resolve it.

------

Same as you. I´m in contact with support. Update as soon as I have some news.

Tuesday, March 13, 2007 12:50 PM by rgrossat

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I have a number of Clients using Small Business Server 2003 R2 Premium which runs SQL Workgroup Edition.

Is it true that Report Server SP2 Does Not support SharePoint integrated mode for SBS 2003 R2 Workgroup Edition ?

Tuesday, March 13, 2007 5:14 PM by Bruce Herz

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Any update on this?  I'm also getting this error.

Windows Server 2003 with Sharepoint 2007

Wednesday, March 14, 2007 11:28 AM by Don

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I tried to install the Sharepoint Reporting Services addin from SP2 and ended up disabling my Sharepoint configuraiton....After I installed I get

"Server Error in '/' Application.

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. "

I tried the steps on Brian Wecklers Weblog for resolving this issue and ensured that I installed under the account that SharePoint Services was setup with....but no luck....any suggestions from folks?

-----

Same issue here. I will let you know if I figure out how to resolve it.

------

Same as you. I´m in contact with support. Update as soon as I have some news.

-----

Here he solution:

If you installed a previous Customer Technical Preview (CTP) release of the Reporting Services Add-in, you might encounter server or configuration errors when installing a newer version. The ReportServer.resx file is not removed when you uninstall a CTP, causing the error "The namespace 'Resources' already contains a definition for 'ReportServer'" to occur when you install a newer version. To work around this error, delete ReportServer<cultureID>.resx from the \inetpub\wwwroot\wss\virtualdirectories\<portnumber>\App_globalresources folder, and then re-run Setup for the Reporting Services Add-in.

Wednesday, March 14, 2007 12:57 PM by rgrossat

# URGENT : ERROR Reporting Services integration with MOSS 2007

Hi,

I just tried to install the Add-In but the installation failed  I found the log file in %temp% and it says

"Cab files uninstalled successfully.

Starting W3SVC service.

SSRSCustomActionError: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm.exe return error code: -1 "

Many thanks for your help, Patrick

Wednesday, March 14, 2007 2:04 PM by Patrick

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

The "2007 Microsoft Office System Business Intelligence Integration with SQL Server 2005" whitepaper (1.5 MB in size and in Word 2007 .DOCX format) is now downloadable from http://download.microsoft.com/download/c/5/9/c5955aa6-97e4-4b30-9b15-3d37e2be82e7/SQL%20Server%202005%20and%20Office2007%20Business%20Intelligence%20Whitepaper%20Jan312007.docx.

Saturday, March 17, 2007 3:56 PM by LLiu

# Reporting Services AddIn

Liam hat in 4 sehr ausführlichen Artikeln die Intergration und Konfiguration von SQL Reporting Services

Thursday, March 22, 2007 8:45 AM by SharePoint, SharePoint and stuff

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I'm very disappointed by Microsoft with the fact that they overlooked users who are on the SBS 2003 platform and have no means of upgrading to the standard Edition of the MS SQL 2005 server,

In order for such environment to have use of this integratiuon feature they need to

1. Purchase additional hardware

2. Purchase Server platform with additional client licenses

3. Purchase MS SQL 2005 Standard edition and additional server licenses.

At the end SBS 2003 Premium edition users need to invest over $30000 in order to have this feature functional in their environment.

At the end of the day we ask ourselves

Is this worthed?

Nik

Thursday, March 22, 2007 1:04 PM by Nikola Paunovski

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

-----

I tried to install the Sharepoint Reporting Services addin from SP2 and ended up disabling my Sharepoint configuraiton....After I installed I get

"Server Error in '/' Application.

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. "

I tried the steps on Brian Wecklers Weblog for resolving this issue and ensured that I installed under the account that SharePoint Services was setup with....but no luck....any suggestions from folks?

-----

Same issue here. I will let you know if I figure out how to resolve it.

------

Same as you. I´m in contact with support. Update as soon as I have some news.

I found that removing the report viewer using add/remove programs did not remove a verb from my various sharepoint web.config files.

<add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

Tuesday, April 03, 2007 5:00 PM by cvallandingham

# Integration between Windows Sharepoint Services 3.0 and MS SQL 2005 Reporting Services SP2

WSS 3.0 and MS SQL 2005 Reporting Services Integration Introduction: MS SQL Server Reporting Services

Sunday, April 15, 2007 12:32 AM by Pankaj Sabnis' blog for SharePoint Technologies

# Sharepoint & SQL Reporting Service on X64

Is it possible to run Sharepoint Services and SQL Reporting Service on Windows 2003 X64.  Sharepoint seems to require IIS to be in 32 bit emulation mode and SQL RS requires 64 bit IIS.

Thanks

Friday, April 20, 2007 10:01 PM by JimF

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I am troubleshooting an issue with integrated Reporting Services that seems to be related to the AAM.  Here’s my layout (simplified)

DNS >> NLB >> Web1 or Web2

In the AAM when the Public URL for Zone is the DNS name Reporting Services calls fail with connection closed errors (see below).  If I use one of the Web front end servers for the Public URL everything works as expected.

I am unsure how the Public URL is affecting the calls to Reporting Services.  Any help or insight would be much appreciated.

An unexpected error occurred while connecting to the report server.

Verify that the report server is available and configured for SharePoint integrated mode.

--> The underlying connection was closed: An unexpected error occurred on a receive.

  --> Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.

    --> An existing connection was forcibly closed by the remote host

The underlying connection was closed: A connection that was expected to be kept alive was closed by the server.

Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.

An existing connection was forcibly closed by the remote host

Friday, April 27, 2007 10:09 AM by cvallandingham

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Any chance of having the whitepaper '2007 Microsoft Office System Business Intelligence Integration with SQL Server 2005' in another format other than Word 2007?

Thanks

Wednesday, May 02, 2007 5:54 PM by Darren

# RS SP2 + MOSS2007 on same server (Not working)

I've made a completely fresh machine from scratch in a virtual environment, installed SQL2005 SP2, Win2K3 Svr Sp2, Moss 2007 Enterprise (Using a domain impersonation account).

I've setup and configured reports server now in sharepoint integration mode.

I've installed the Additional package for webparts & whatnots for the sharepoint server.

Configured and connected the sharepoint site to the report server in the central admin.

I use the business intelligence studio to generate a Report model project & make a data source, data source view, and report model.  I configure the properties:

Cleared the Target Data Source Folder & Target Model Folder.

Set the Target Server URL to the sub-site I've created (under the current account I'm logged into on the machine) to:

http://vm-spkevinc/ReportsTest/

I try to deploy it to the server and it sits there forever deploying, and finally returns with "Unauthorized Exception" in the w3ws.exe process and "A connection could not be made to the report server http://vm-spkevinc/ReportsTest/"

What's going on?

Thursday, May 10, 2007 6:56 PM by Kevin cole

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I have setup WSS 3.0 with Reporting Services in integrated mode (on the same server) and it all works well.  The problem I am having is launching Report Builder from a browser that isn’t running on the server (it works on the server).  The error I get is “Cannot retrieve application. Authentication error.” And in the details looks like an authorization error - “The remote server returned an error: (401) Unauthorized.”. I am using window authentication (NTLM) and the user I use is local to the server.  I have tried allowing anonymous access for the site but this hasn’t worked.  

I can start report builder if I link directly to the report builder virtual directory which has anonymous access enable (http://<host>/reportserver/reportbuilder/reportbuilder.application) but this doesn’t really help.

Any help would be great.

Friday, May 11, 2007 6:51 AM by Andy

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

In some installation of Share point 2007, I am not able to get complete option list of Reports. Like I am not able to get Manage Parameters etc in option list.

so how to resolve this problem?

Monday, May 14, 2007 1:40 AM by Sachin

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Has anyone managed to get this working on a domain controller?  I'm trying it on a vpc which is a DC, and the "grant database access" step always fails with "A new member could not be added to a local group because the member has the wrong account type"

Thanks

Derek

Monday, May 14, 2007 10:16 AM by Derek

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Hi

I have a MOSS 2007 site set up on "localhost" and RS 05 is running in native mode, publishing to localhost:8080/reportserver. I want to be able to view the reports in sharepoint webparts on the site.  I have seen several posts saying this is possible but none step through how to do it.  (i do not want to use integration mode)

I am using the ReportViewer webpart and typing in the address of the reports to point at -

http://localhost:8080/Reports/Pages/Folder.aspx?ItemPath=%2fexample&ViewMode=List

but this gives the error:

The path of the item '/localhost:8080/Reports/Pages/Report.aspx?ItemPath=%2fexample%2fReport1' is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must start with slash. (rsInvalidItemPath)

No matter how i change the path name i cant find the format to put it in that will make it work.  Any ideas?  if i remove all the characters like ':,%,&' etc then the error changes to "item not found", as this is now obviously the wrong address.

Any help would be much apreciated!

Guy

Wednesday, May 16, 2007 4:49 AM by Guy

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Does installing the SharePoint object model on the SSRS servers in a scale-out scenario constitute another SharePoint server licence? We already have a SharePoint EE farm, and an SSRS NLB cluster we want to convert to integrated mode, but have not been able to get an answer on the licencing issue.

Thanks,

Clayton

Wednesday, May 16, 2007 3:49 PM by Clayton

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I also experience the same error message...

"The report server cannot access settings in the Sharepoint configuration database.  Most likely, the Windows Sharepoint Services object model is not installed..."

Later, I installed Microsoft Framework 3.0, SharePoint Service and RS Add in for MOSS, the error message is gone and the integration ok. Before that, you need to configure the database setup in RS Configuration and set the Server mode to SharePoint Integration mode.

Hope this help.

Thursday, June 14, 2007 4:39 AM by May

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Hi,

I have installed SQL server 2005 ,sp2 for sql server MOSS 2007 and Add-in on the same PC . but when i go to the central administrator it does not show the reporting services options there...any ideas ??

Thanks in advance...

Thursday, June 14, 2007 3:16 PM by Jatin Purba

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

When trying to deploy a report from visual studio to a document librar folder I recieved the error "The file you are attempting to save or retrieve has been blocked from this Web site by the server administrators." I verified that both .rdl, .rds and .rsds are not blocked. Are there any other file types that are deployed to the library?

thanks,

Brett

Thursday, June 21, 2007 7:47 PM by Brett

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I've solved the problem above but I now have an issue when I try to deploy a report it fails becuase it is looking for the reportservice2005.asmx on the sharepoint server instead of the report server. Any ideas on what settings might be wrong? In visual studio I have the target path information pointing to the site and document library in sharepoint and not the report server location.

Friday, June 22, 2007 6:45 PM by Brett

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I have successfully configured the Reporting Services with Sharepoint

Integration Mode and everything seems working fine until I try to

extend existing web application. I have created alternate mapping

using port 80 to existing site (use port 88). When I access reports

through port 80, I receive error: "The specified path refers to a

SharePoint zone that is not supported". Reports in Port 88 still work

fine. How do I configure Reporting Services with Sharepoint

Integration mode to run in alternate mapping port?

Monday, June 25, 2007 7:08 AM by Gunady

# 2007 MOSS Resource Links (Microsoft Office SharePoint Server)

2007 MOSS Resource Links (Microsoft Office SharePoint Server) Here is an assortment of various 2007 Microsoft

Tuesday, June 26, 2007 11:12 AM by The Boiler Room - Mark Kruger, Microsoft SharePoint MVP

# Oracle stored procedures in SQL server reporting??

Hi,

 I want to use orcale stored procedures in sql server 2005 reporting services. Can any one suggest whether it is possible or not.

Friday, June 29, 2007 10:16 AM by Srimadhav

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Hi Everybody,

I was undergoing different sites to get a good article on Integrating SQL Reporting services with wss(3.0). Many blogs provides links to this article, here every one are talking abt MOSS with Reporting services.

Did any one completely worked on purely wss3.0 and Integrating SQL Reporting services with wss3.0. Please understand wss not MOSS.

I have done all the steps mentioned above to integrate wss-sql reporting services, but as the screen shots provided above , i dont see

Reporting Services available in Application Management of Central Administration.

Please Advice

Many Thanks,

Srinivas

Tuesday, July 03, 2007 3:40 PM by Srinivas

# SQL Maintenance Plans and MOSS give 100% CPU error

Andrew Bridgeman recently emailed me about an issue he had encountered with his internal MOSS 2007 deployment

Friday, July 27, 2007 6:01 PM by Mirrored Blogs

# Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Well-written blog post. SSRS 2005 SP2 integration with WSS 3.0 and MOSS 2007

Wednesday, August 01, 2007 5:58 PM by Contagious Curiosity

# Microsoft SQL Server Reporting Services - Installation and Configuration Guide for SharePoint Integration Mode

In looking at the comment stream for the “Microsoft SQL Server 2005 SP2 Reporting Services integration

Thursday, August 02, 2007 5:10 PM by Microsoft SharePoint Products and Technologies Team Blog

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Hi all,

I am hitting road block when i try to deploy reports to SharePoint Integrated reporting service.

I have set the

Data source to http:/sharepointserver/site/sharepointsubsite/documents/my folder

TargetReportSserver:

http:/sharepointserver/site/sharepointsubsite/documents/my folder

TargetURL :

http:/sharepointserver/site/sharepointsubsite

what am I misssing on this. I get follwoing error:

Connection could not be made to the report server

http:/sharepointserver/site/sharepointsubsite

WHY!!! :(

Please HELPPPPPP

Monday, August 13, 2007 12:03 PM by Pat

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

how do i get Microsoft SQL Server 2005 Reporting Services? where? and how? thank you..

Thursday, August 16, 2007 3:02 AM by ainur

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

For those folks having trouble deploying reports from Visual Studio (receiving errors like "A connection could not be made to the report server" or "The file you are attempting to save or retrieve has been blocked from this Web site by the server administrators."), make sure you have the SP2 Client Components for SQL Server 2005 installed.

I spent a long time trying to figure out the problem only to find that I needed to upgrade the client components.  Hopefully this will save others some time.

Thursday, August 16, 2007 3:20 PM by Jamie

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Reporting Services is part of SQL Server.  If you start up the installation of SQL Server, you will a feature called Reporting Services.

Thursday, August 16, 2007 3:23 PM by Jamie

# Reporting Services References for Continued Learning

Great follow up question from our SQL/BI session this past week. Q. I would like to learn as much as

Friday, August 17, 2007 2:34 PM by MidMarket Events

# Problem trying to "Grant database Acess"

Hi,

I have installed the Add-In. But while tring to 'Grant Database access', after I enter the credentials, I get the error "Report Server WMI Provider error: Not found".

Can anyone help me with this?

Thnx in advance.

-Mathi

Thursday, August 30, 2007 6:13 AM by divyarekha

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Is it possible to use reporting services to create a shopping cart for a Sharepoint Page created with MOOS 2007?

Sunday, September 02, 2007 11:59 PM by Lily

# problems instaling add in

I am having trouble with instaling the Reporting Services add in for sharepoint. I am trying to solve this issue 3 days alredy, i did everhing like in recomandations (SSRS and WSS 3.0 installed on same computer), SQL SP2 installed, etc... after i install add in i cannot see the reporting services section in administration menagement. I have looked in installation log of the add in which can be found in C:\Documents and Settings\<username>\Local Settings\Temp. After installing i have this information in RS_## log file:

copyappbincontents command completed successfully.

Adding Report Server feature to farm.

Installed Report Server feature.

Activating Report Server feature to root level site collections.

Activating feature in web app 'SharePoint - 80'

Activating feature to root site collection: http://spttk

Feature already activated in site collection http://spttk

Activateing Report Server feature in all admin site collections.

Activating feature in web app ''

Activating feature to root site collection: <sharepoint server name>

******* User does not have permission to add feature to site collection: <sharepoint server name>

Updating DocIcon.xml file

DocIcon.xml file updated.

Beginning install of cab files.

Calling HCInstal for lcid '1033'

and at the end it says that cab files are installed successfully. I would be greatfull if you can help me asap.

Monday, September 10, 2007 11:11 AM by Nikola

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Can anyone here help?

Here is the scenario in

more details:

MOSS 2007

SQLServer 2005

SSRS

SSIS

SSAS

BizTalk 2006

The use case is as follows:

-Each week a user is responsible for maintaining ~800 records. Maintenance of

these records will be governed through enterprise workflow tool built into

MOSS/BizTalk.  In order to perform one of the workflow steps the user must run

a report to identify which 800 records needs to be actioned this week.  The

report (FILTER) and the result of the report must be MOSS WebParts, ideally

out-of-the-box.

Use case individual steps:

1.        User sets parameters and runs report to identify relevant records

2.        User manipulates a subset of records (in an adjunct webpart?) and

creates/updates/deletes data for these records

3.        User saves changes

There are three ways of performing #1 using MOSS/SQLServer

A.        Install SSRS and SSRS MOSS Add-in.  Out-of-the-box webparts become

available and everything is good.  **This option is not available as SSRS must

be in “Integrated”mode, but we are in a “Native” mode installation here and

cannot convert to Integrated mode.

B.        Deploy SSRS parameterized reports to a common directory and make these

reports available via standard webpart.  **Not very user-friendly, not sure if

I can get at the record-based information for updating (Use Case #2)

C.        Develop custom solution via SharePoint Designer 2007.  ** Not a good

option – breaks our design constraint of “minimal coding”

My questions:

i)        Am I missing any obvious ways to tackle these use cases?

ii)        For use case #2 – have any of you done this before?  Bear in mind that

this is not simply updating a table – we will be updating workflow

parameterized information and multiple tables.

Saturday, September 15, 2007 12:10 PM by Bryon

# Installing SSRS After SP2 has been installed

Is it possible to install SSRS after SP2 has been installed and get the MOSS integration mode to work?  All the instructions say to install SP2 first, but I am past that point already on my server, and after I do the installation of SSRS the MOSS integration mode doesn't work?  Is there an install of SSRS available that already has the SP2 code itegrated?

Thanks

Monday, October 01, 2007 10:44 AM by Bryan

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

The SQL mgt Studio that the user connects to would easily produce reports, web applications, and use the browser to examine worksheets throu

Friday, October 05, 2007 11:10 AM by David Richter

# I SQL Server 2005 Reporting Services SP2 su SharePoint 2007

Spesso mi viene chiesto come integrare i SQL Server 2005 Reporting Services SP2 su SharePoint 2007 (WSS

Tuesday, October 09, 2007 8:18 AM by Igor Macori

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

We are deploying MOSS 2007 in x64 and have  back-end SQL Server 2005 in x32 seperate box and SQL Server Reporting Server x32 also on seperate box. Is there any issue with this configuration where MOSS x64 integrates with x32 Reporting Server?

Thursday, October 25, 2007 2:13 PM by wali

# SQL Server Reporting Services与MOSS集成资料汇总

SQLServer2005ReportingServices与MOSS2007集成,使用SSRS制作报表,在MOSS中显示。

AccessingSharePointListIt...

Friday, November 09, 2007 1:48 AM by Allen Zhang

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Thursday, November 22, 2007 1:02 AM by fengerzh

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Installed MOSS 2007 3 times, but no luck to have Report Center, Report Library or Data Connection Library in the library list...

Report Center is said to be an out-of-box feature of MOSS 2007. Where is it? I want to know how to open up the BOX...

Wednesday, November 28, 2007 12:53 PM by Jake

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Hi to all ...

is there any way to use a mixed parameter definition when a report is called; i.e.: I want to apply a filter in a report in Moss, based on a user property.

Any ideas ??

Thanks in advance

Wednesday, November 28, 2007 2:29 PM by El Bruno

# Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

How to overcome this problem..

Internet-facing SharePoint sites required deploying the report server outside the firewall.

Monday, December 17, 2007 6:17 AM by Jaswant

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Hi there,

I am implementing SSRS in Sharepoint integration mode and we are having problems with basic authentication.

When the MOSS web application and the Report Server application is in Windows Integrated authentication Everything works fine.

But when we switch the MOSS web application into basic authentication and RS stays the same with windows integrated authentication the reports in sharepoint throw 401 unauthorized errors.

Anyone have any fix on this????

Sunday, January 06, 2008 10:36 PM by Phil

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I tired and tried and tried to use this feature and found the best solution is just install SSRS on your front end MOSS server.  Make everythign so much easier...couldn't tell you the amount of frustration I had trying to set it up on my SQL server.

Friday, January 18, 2008 10:23 AM by Hikmer

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

In reference to those folks finding in the installation log of the RS addin for Sharepoint.

Hit this one two.  It's saying that you are not among the site collection administrators for the central admin site.  Log into to the central admin site under application mgmt.  You should see under site collections a link to view the Collection administrators.  There is at least one account that has been granted this right.  You can either login and perfom the installation using that account, or add the account you want to do the install with it.

Wednesday, February 13, 2008 3:30 AM by Eric

# Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I have a clarification. I would like to know whether the reporting services must be running in my machine to generate SSRS reports. Because I'm able to view the report in the preview mode without Reporting Services installed in my machine.

Friday, February 15, 2008 4:20 AM by S.N.Surendrababu

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Forget the integration, it's too error prone, I don't need more issues in my environment. I'd rather just show a link to my reporting services home page...

Tuesday, March 04, 2008 4:34 PM by cgarude

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

getting the following error:

An unexpected error occurred while connecting to the report server. Verify that the report server is available and configured for SharePoint integrated mode. --> Server was unable to process request. ---> The request failed with HTTP status 401: Unauthorized.

Report server can browse sharepoint fine, but sharepoint can see report server? any ideas?

Monday, March 10, 2008 8:55 PM by Dave

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

You can make a report on SharePoint lists without integrated mode.

http://www.codeproject.com/KB/reporting-services/ReportFromSharePoint.aspx

Wednesday, March 19, 2008 11:51 AM by ASearls

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

We have a 2 server configuration with Report Server on the SQL Server and Reporting Services Plug-in on the Application server. All configuration of these servers uses the same Administrative Domain account.

We were able to browse to the report server using Localhost and display our directory structure.

We received a 401 Unauthorized access from our application server.

In attempting to troubleshoot the problem, we allowed Anonymous access to the report server

(even though we don't want this ultimately) and have demonstrated that the Application server

can indeed see and connect with the report server.

The only issue in configuring the Report Server is in

Central Administration/Application Management/Reporting Services

At the Set Server Defaults item we get the following error:

An unexpected error occurred while connecting to the report server.

Verify that the report server is available and configured for SharePoint integrated mode. -->

Server was unable to process request. --->

The request failed with HTTP status 401: Unauthorized.

Any assistance would be appreciated.

Monday, March 24, 2008 2:48 PM by JN

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

We have installed the hotfix kb 939942 (http://support.microsoft.com/kb/939942/) in order to fix the famous bug 50001392 (Object Moved) which appears when we try to access to a report (from SharePoint that implements form-based-authentification).

But the error always persists !!!

Any idea someone ?

Thanks in advance

Wednesday, April 02, 2008 10:05 AM by Ymerej

# SharePoint 2007 - Integrazione con SQL Server 2005 SP2 Reporting Services

SharePoint 2007 - Integrazione con SQL Server 2005 SP2 Reporting Services

Thursday, April 03, 2008 10:46 AM by Di niente, di meno, sul mondo dell'informatica....

# Why can't find Report Center Site Template

Hi, I am trying to design a report.So,i am looking for a reportcenter site.But,when i go to enterprise tab,i didn't find that template.

I Install the everything correctly, include SP2,

VSS3.0, add-in etc.

Why?

Thursday, April 10, 2008 6:59 AM by Adon

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

We are in integrated mode.  In an e-mail subscription to a report, under Delivery Options, when we check "Include a link to the report", the link in that appears in the resulting e-mail points to the wrong place and is invalid.  How do we fix this?

Monday, April 21, 2008 10:21 AM by Mike

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Has anyone had any luck with integrating sharepoint and rss on a windows 2008 server?

Tuesday, May 13, 2008 3:45 AM by Tom Bizannes

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Hi,

We are constantly getting the following error when trying to install SharePointRS Add-In:

User: <User Name>

Installing Report Server feature.

Calling copyappbincontents command.

Unexpected end of file while parsing PI has occurred. Line 296, position 17.

Install error: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin\stsadm.exe return error code: -1

Uninstalling Report Server feature.

Uninstalling Report Server feature.

Report Server feature was uninstalled.

Stopping W3SVC service.

Removing Report Server web application files...

Any help is very much appreciated.

Thursday, May 22, 2008 6:06 AM by Sangeeta

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Just hit the dreaded "User Cannot be Found" on installing. This is due to deleted users within the SharePoint content database UserInfo table that are no longer members of the domain. This is a known SharePoint bug although I'm unaware of a fix but why should this stop Reporting Services?

This is such a good product when it works but it has to be the hardest product to get working that I have encountered in the last 20 years.

Thursday, May 22, 2008 8:07 AM by Tim

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I Can used Windows authentication borwse report

bug don't used from authentication?

2.Whether can display list data of sharepoint site  use report

thx

Monday, May 26, 2008 5:18 AM by gavin

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Thanks for the information. I will try to setup with my brand new MOSS in a testing enviroment.

It is nice to see that finally Microsoft is moving into the BI arena and especially good for us that sell their products since sometimes customers require a cheaper choice instead of the common Cognos, Microstrategy, Hipyreon, etc.

Cheers!

Friday, May 30, 2008 2:19 AM by Mauricio Leyzaola

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Good write up, I am going to try to implement this on an internet facing sharepoint install see If i can figure out the firewall thing.

http://www.wiinjamod.com

Tuesday, June 03, 2008 12:31 PM by Gdot

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Hi,

I've just tried running SharepointRS_X64.msi on a 64bit Version of MOSS2007 64bit under Windows Server 2008 and it rollsback without any errors in the installer.

The error log shows this:

Windows Installer installed the product. Product Name: Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies. Product Version: 9.00.3042.00. Product Language: 1033. Installation success or error status: 1603.

Any ideas?

Thanks.

Tuesday, June 03, 2008 7:04 PM by Andrew

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Dont forget to mention that you cant batch-deploy your reports with rs.exe anymore but seem to be forced to do it one by one from the Visual Studio. Error-prone of course.

Overall the whole SharePoint is even a more disappointing product than Vista.

Thursday, June 05, 2008 11:32 AM by Juergen

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Help,

We are implementing integrated with the Sharepoint Services report.

When the reports had direct access to the services report the operation was correct.

After the integration with Sharepoint unable to give more permissions for users to report on the services report (not more moving in new and existing permissions).

Accessing the permissions of users in reports of Report Services integrated with Sharepoint?

Att;

Luis Paulino

Analyst of IT

lpaulino@gmail.com

Friday, June 06, 2008 2:23 PM by Luis Paulino

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

I installed add-in in my sharepoint server but i can not see reporting services on my Application Management tab.

PLEASE HELP ME OUT FORM THIS ISSUE......

Friday, June 13, 2008 3:34 PM by Parikh

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Please let me know, will there be any issues if I installed SP 2 for sql 2005 on a existing MOSS 2007 environment. Will it harm the existing configuration

Monday, June 16, 2008 7:04 AM by Anup

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

We have our report service integrated with a SharePoint site using form based authentication (FBA) for our extranet application. We have no problem using Visual Studio to deploy the "AdventureWorks Sample Reports.sln", which is a "Report Server Project". Fill in the info for TargetDataSrouceFolder, TargetReportFolder, and TargetServerURL, click Deploy, then provides with the form authentication credentials in the prompted login screen, and deployed successfully.

However, we are not be able to do the same for the "AdventureWorks Model.sln", which is a "Report Model Project". No error message, just it does not take the login credential for the deploying.

Any idea? Please help.

Thanks,

PC

Tuesday, June 24, 2008 5:38 PM by PC

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

It is impossible to put a Microsoft.Reporting.WebForms.ReportViewer

into a webpart. Microsoft OWN TECHNOLOGIES don't even work with themselves!

Monday, July 28, 2008 12:44 PM by Johan

# Sharepoint Lists + SSRS + Report Parameters

Hi all,

I am working on a project where there is a requirement to integrate SSRS with Sharepoint 2007. Sharepoint lists are to be used as data source. I am getting the data from the list. Now what I have to do is to apply parameters on the list so that I can filter the data by selecting a value from the dropdown within SSRS only. I need to know the syntax/procedure of how to do this and I am not using any Web Part.

Any help will be appreciated.

Thanks

Ritesh

Tuesday, September 30, 2008 12:41 AM by Ritesh

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Installed and configured reporting services with SP intergration.

When Granting Database Accedd I get the following error

The specified SPContentDatabase Name=WSS_Content Parent=SPDatabaseServiceInstance has been upgraded to a newer version of SharePoint. Please upgrade this SharePoint application server before attempting to access this object.

Please assist

Tuesday, September 30, 2008 3:45 PM by Nathan

# SQL 2005 Reporting Services add-in for MOSS 2007, PerformancePoint Server 2007 and MOSS 2007

SQL 2005 Reporting Services add-in for MOSS 2007, PerformancePoint Server 2007 and MOSS 2007

Saturday, November 15, 2008 10:47 PM by Oscar Medina's Blog

# In a nutshell: Reporting Services Addin for SharePoint 2007

In a nutshell: Reporting Services Addin for SharePoint 2007

Tuesday, December 30, 2008 1:18 PM by harbar.net

# re: Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007

Hello,

Is there any order of installation. I mean first  we have install MOSS,SQL server 2005, then SSRS add-in fro MOSS?

Please help me regarding this.

Thanks

Wednesday, February 04, 2009 1:09 PM by rajeevramadugu

# re: SSRS Add-in Installation problems

I've been running into major problems with this latest attempt to install the RS Add-in (which I have done successfully on several other farms).  This error, which rolls back the installation, reads:

"Unable to process .Cab file or Help Collection directory.  Cannot perform action."

Setup:  MOSS2007 farm with a WFE, a SQL database backend, and a third server hosting SSRS.  

Anyone ever seen this error?  There doesn't seem to be much on the 'net referring to it.

Thanks!

Keith

Wednesday, March 25, 2009 10:27 AM by KVollero

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker