Peristiwa
31 Mac, 11 PTG - 2 Apr, 11 PTG
Acara pembelajaran SQL, Fabric dan Power BI terbesar. 31 Mac - 2 April. Gunakan kod FABINSIDER untuk menjimatkan $400.
Daftar hari iniPelayar ini tidak lagi disokong.
Naik taraf kepada Microsoft Edge untuk memanfaatkan ciri, kemas kini keselamatan dan sokongan teknikal yang terkini.
Applies to:
SQL Server Reporting Services (2016)
SharePoint ❌ Power BI Report Server
For content related to previous versions of SQL Server Reporting Services (SSRS), see What is SQL Server Reporting Services?
Reporting Services SharePoint mode is architected on the SharePoint service architecture and utilizes a SharePoint service and one to many service applications. Creating a service application makes the service available and generates the service application database. You can create multiple Reporting Services service applications but one service application is sufficient for most deployment scenarios.
Nota
Reporting Services integration with SharePoint is no longer available after SQL Server 2016.
You can use SharePoint Central Administration or PowerShell scripts to create the Reporting Services services applications. For more information on using SharePoint Central Administration, see the "Create a Reporting Services Service Application" section in Install Reporting Services SharePoint Mode for SharePoint 2010. See the PowerShell section later in this article for a sample PowerShell script for creating service applications.
The New page for creating a services application contains the section Web Application Association. The section allows you to associate your service application as you create it. Use the following steps to change the association and assign a customer configuration to the service application. The same general process can also be used to add the proxy to the default group rather than changing the association of the service application to a custom group.
In SharePoint Central Administration, in the Application Management, select Configure Service Application Associations.
On the Service application Associations page, change the view to Service Applications.
Find and select the name of your new Reporting Services Service application. You could also select the application proxy group name default to add the proxy to default group rather than completing the following steps.
Select Custom in the selection box Edit the following group of connections.
Check the box for your proxy and select Ok.
You can reopen the property page of the service application to modify the properties.
In SharePoint Central Administration, in the Application Management group, select Manage service applications.
Select the service application by clicking the type column to select the entire row. If you select the name of the application it, the Management options page for the service opens instead of opening the properties of the service application.
In the Service Applications ribbon, select Properties.
You can use PowerShell to create the Service application and proxy. The following sample assumes that you know what application pool you want to configure the service application to use.
Add the application pool object of your application pool name to a variable that is passed into the New action.
$appPoolName = get-spserviceapplicationpool "<application pool name>"
Create the service application with a name and application pool name you provide.
New-SPRSServiceApplication -Name 'MyServiceApplication' -ApplicationPool $appPoolName -DatabaseName 'MyServiceApplicationDatabase' -DatabaseServer '<Server Name>'
Get the new service application object, and pipe the object into the Pipe the new proxy cmdlet.
Get-SPRSServiceApplication -name MyServiceApplication | New-SPRSServiceApplicationProxy "MyServiceApplicationProxy"
Peristiwa
31 Mac, 11 PTG - 2 Apr, 11 PTG
Acara pembelajaran SQL, Fabric dan Power BI terbesar. 31 Mac - 2 April. Gunakan kod FABINSIDER untuk menjimatkan $400.
Daftar hari iniLatihan
Modul
Get started with Power Apps and SharePoint - Training
Learn how to create and customize Power Apps with SharePoint.
Dokumentasi
Install the first Report Server in SharePoint mode - SQL Server Reporting Services (SSRS)
Install the first Report Server in SharePoint mode
Manage a Reporting Services SharePoint Service Application - SQL Server Reporting Services (SSRS)
Learn how to manage SQL Server Reporting Services service applications in SharePoint Central Administration.
Learn how to run the installation package Microsoft SQL Server Reporting Services Add-in for SharePoint products (rsSharePoint.msi) on SharePoint servers, to enable Reporting Services features within a SharePoint deployment.