You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reporting-services/install-windows/about-url-reservations-and-registration-ssrs-configuration-manager.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "About URL Reservations and Registration (SSRS Configuration Manager) | Microsoft Docs"
3
-
ms.date: 05/18/2016
3
+
ms.date: 06/20/2019
4
4
ms.prod: reporting-services
5
5
ms.prod_service: "reporting-services-native"
6
6
@@ -14,16 +14,16 @@ author: maggiesMSFT
14
14
ms.author: maggies
15
15
---
16
16
# About URL Reservations and Registration (SSRS Configuration Manager)
17
-
URLs for Reporting Services applications are defined as URL reservations in HTTP.SYS. A URL reservation defines the syntax of a URL endpoint to a Web application. URL reservations are defined for both the Report Server Web service and Report Manager when you configure the applications on the report server. URL reservations are created for you automatically when configure URLs through Setup or the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Configuration tool:
17
+
URLs for Reporting Services applications are defined as URL reservations in HTTP.SYS. A URL reservation defines the syntax of a URL endpoint to a Web application. URL reservations are defined for both the Report Server Web service and the web portal when you configure the applications on the report server. URL reservations are created for you automatically when configure URLs through Setup or the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Configuration tool:
18
18
19
-
- Setup will create URL reservations using default values. If Setup installs the default configuration, it will reserve two URLs; one of the Report Server Web service and another for Report Manager. You can use the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Configuration tool to add more URLs or modify the default URLs that Setup creates.
19
+
- Setup will create URL reservations using default values. If Setup installs the default configuration, it will reserve two URLs; one for the Report Server Web service, and another for the web portal. You can use the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Configuration tool to add more URLs or modify the default URLs that Setup creates.
20
20
21
21
- The [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Configuration tool will create a URL reservation based on the URL you specify in the **Web Service URL** or **Web Portal URL** pages in the tool.
22
22
23
23
Both Setup and the tool will also assign permissions on the URL to the Report Server service, check for duplicate instances, and add the URL reservation to HTTP.SYS. Never create or modify a Reporting Services URL reservation directly using HttpCfg.exe or other tool. If you skip a step or set an invalid value, you will encounter problems that might be difficult to diagnose or fix.
24
24
25
25
> [!NOTE]
26
-
> HTTP.SYS is an operating system component that listens for network requests and routes them to a request queue. In this release of [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)], HTTP.SYS establishes and maintains the request queue for the Report Server Web service and Report Manager. Internet Information Services (IIS) is no longer used to host or access [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] applications. For more information about HTTP.SYS functionality, see [HTTP Server API](https://go.microsoft.com/fwlink/?LinkId=92652) on MSDN.
26
+
> HTTP.SYS is an operating system component that listens for network requests and routes them to a request queue. In this release of [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)], HTTP.SYS establishes and maintains the request queue for the Report Server Web service and the web portal. Internet Information Services (IIS) is no longer used to host or access [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] applications. For more information about HTTP.SYS functionality, see [HTTP Server API](https://go.microsoft.com/fwlink/?LinkId=92652).
27
27
28
28
## <aname="ReportingServicesURLs"></a> URLs in Reporting Services
29
29
In a [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] installation, you can access the following tools, applications, and items through URLs:
@@ -37,10 +37,10 @@ ms.author: maggies
37
37
Other published URL-addressable items, such as shared data sources, should not be accessed through URLs as stand-alone items. The report server does not display those items in a meaningful format when viewed in a browser window.
38
38
39
39
> [!NOTE]
40
-
> This topic does not describe URL access to specific reports that are stored on the report server. For more information about URL access to these items, see [Access Report Server Items Using URL Access](../../reporting-services/access-report-server-items-using-url-access.md) in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Books Online.
40
+
> This article does not describe URL access to specific reports that are stored on the report server. For more information about URL access to these items, see [Access Report Server Items Using URL Access](../../reporting-services/access-report-server-items-using-url-access.md).
41
41
42
-
## <aname="URLreservation"></a> URL Reservation and Registration
43
-
A URL reservation defines the URLs that can be used to access a [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] application. [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] will reserve one or more URLs for the Report Server Web service and the [!INCLUDE[ssRSWebPortal](../../includes/ssrswebportal.md)] in HTTP.SYS, and then register them when the service starts. By appending parameters to the URL, you can open reports through the Web service. Reservations and registration is provided by HTTP.SYS. For more information, see [Namespace Reservations, Registration, and Routing](https://go.microsoft.com/fwlink/?LinkId=92653) on MSDN.
42
+
## <aname="URLreservation"></a> URL reservation and registration
43
+
A URL reservation defines the URLs that can be used to access a [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] application. [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] will reserve one or more URLs for the Report Server Web service and the [!INCLUDE[ssRSWebPortal](../../includes/ssrswebportal.md)] in HTTP.SYS, and then register them when the service starts. By appending parameters to the URL, you can open reports through the Web service. Reservations and registration are provided by HTTP.SYS. For more information, see [Namespace Reservations, Registration, and Routing](https://go.microsoft.com/fwlink/?LinkId=92653).
44
44
45
45
*URL reservation* is a process by which a URL endpoint to a Web application is created and stored in HTTP.SYS. HTTP.SYS is the common repository of all URL reservations that are defined on a computer and defines a set of common rules that guarantee unique URL reservations.
46
46
@@ -59,7 +59,7 @@ ms.author: maggies
59
59
If you install [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] in the default configuration, Setup will reserve URLs for the Report Server Web service and the [!INCLUDE[ssRSWebPortal](../../includes/ssrswebportal.md)]. You can also accept these default values when you define URL reservations in the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Configuration tool. Default URLs will include an instance name if you install [!INCLUDE[ssExpress](../../includes/ssexpress-md.md)] or if you install [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] as a named instance.
60
60
61
61
> [!IMPORTANT]
62
-
> The instance character is an underscore character (**_**).
62
+
> The instance character is an underscore character (**_**).
63
63
64
64
URL reservations include a port number. The following operating systems will allow multiple Web applications to share a port:
65
65
@@ -84,21 +84,20 @@ ms.author: maggies
84
84
|SQL Server Express|Report Server Web service|`https://<servername>/reportserver_SQLExpress`|`https://<servername>:80/reportserver_SQLExpress`|
85
85
|SQL Server Express|Web portal|`https://<servername>/reports_SQLExpress`|`https://<servername>:80/reports_SQLExpress`|
86
86
87
-
## <aname="URLPermissionsAccounts"></a> Authentication and Service Identity for Reporting Services URLs
87
+
## <aname="URLPermissionsAccounts"></a> Authentication and service identity for Reporting Services URLs
88
88
[!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] URL reservations display the account of the URL reservation. The virtual service account is used for all URLs that are created for the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] applications that run in the same instance.
89
89
90
90
91
-
Anonymous access is disabled because the default security is **RSWindowsNegotiate**. For intranet access, report server URLs use network computer names. If you want to configure [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] for Internet connections, you must use different settings. For more information about authentication, see [Authentication with the Report Server](../../reporting-services/security/authentication-with-the-report-server.md) in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Books Online.
91
+
Anonymous access is disabled because the default security is **RSWindowsNegotiate**. For intranet access, report server URLs use network computer names. If you want to configure [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] for Internet connections, you must use different settings. For more information about authentication, see [Authentication with the Report Server](../../reporting-services/security/authentication-with-the-report-server.md).
92
92
93
-
## <aname="URLlocalAdmin"></a> URLs for Local Administration
93
+
## <aname="URLlocalAdmin"></a> URLs for local administration
94
94
You can use `https://localhost/reportserver` or `https://localhost/reports` if you specified a strong or weak wildcard for the URL reservation.
95
95
96
96
The `https://localhost` URL is interpreted as `https://127.0.0.1`. If you pegged the URL reservation to a computer name or single IP address, you cannot use localhost unless you create an additional reservation for 127.0.0.1 on the local computer. Similarly, if localhost or 127.0.0.1 is disabled on your computer, you cannot use that URL.
97
97
98
98
[!INCLUDE[wiprlhlong](../../includes/wiprlhlong-md.md)], [!INCLUDE[nextref_longhorn](../../includes/nextref-longhorn-md.md)] and later include new security features to minimize the risk of accidentally running programs with elevated privileges. Additional steps are necessary to enable local administration on these operating systems. For more information, see [Configure a Native Mode Report Server for Local Administration (SSRS)](../../reporting-services/report-server/configure-a-native-mode-report-server-for-local-administration-ssrs.md).
99
99
100
-
## See Also
100
+
## See also
101
101
[Configure a URL (SSRS Configuration Manager)](../../reporting-services/install-windows/configure-a-url-ssrs-configuration-manager.md)
Copy file name to clipboardExpand all lines: docs/reporting-services/report-server/configure-a-report-server-reporting-services-native-mode.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Configure a Report Server (Reporting Services Native Mode) | Microsoft Docs"
3
-
ms.date: 03/01/2017
3
+
ms.date: 06/18/2019
4
4
ms.prod: reporting-services
5
5
ms.prod_service: "reporting-services-native"
6
6
ms.technology: report-server
@@ -25,13 +25,13 @@ ms.author: maggies
25
25
26
26
Setup configures the minimum settings if you select either of the following installation options: Native mode default configuration or SharePoint integrated mode default configuration. If you installed the report server in files-only mode (this is the **Install but do not configure** option in the Installation wizard), only the service account is configured. The Web service URL and report server database must be configured after Setup is finished.
27
27
28
-
Report Manager is an optional feature for a native mode report server, but it is recommended that you configure Report Manager so that you can grant user access to the report server and manage report server content. If you deploy a report server in SharePoint integrated mode, use the Web front-end of a SharePoint server to grant access.
28
+
The web portal is an optional feature for a native mode report server, but it is recommended that you configure web portal so that you can grant user access to the report server and manage report server content. If you deploy a report server in SharePoint integrated mode, use the Web front-end of a SharePoint server to grant access.
29
29
30
30
Additional features, such as report server e-mail and the unattended execution account, can be configured as needed. For more information, see [Manage a Reporting Services Native Mode Report Server](../../reporting-services/report-server/manage-a-reporting-services-native-mode-report-server.md).
31
31
32
32
To configure a report server, use the Reporting Services Configuration tool.
33
33
34
-
###To minimally configure a report server installation
34
+
## To minimally configure a report server installation
35
35
36
36
1. Start the Reporting Services Configuration tool and connect to the report server instance. For instructions, see [Reporting Services Configuration Manager (Native Mode)](../../reporting-services/install-windows/reporting-services-configuration-manager-native-mode.md).
37
37
@@ -44,19 +44,18 @@ ms.author: maggies
44
44
5. Follow the instructions in "Next Steps" to complete your deployment.
45
45
46
46
## Next Steps
47
-
To complete your deployment, you should configure Report Manager or SharePoint integration. For more information, see [Configure Report Manager (Native Mode)](../../reporting-services/report-server/configure-report-manager-native-mode.md).
47
+
To complete your deployment, you should configure the web portal or SharePoint integration. For more information, see [Configure the web portal](../../reporting-services/configure-web-portal.md).
48
48
49
-
If Windows Firewall is turned on, the port that the report server is configured to use is most likely closed. One indication that a port might be closed is a blank page when you attempt to open Report Manager from a remote client computer. For information on configuring the firewall, see [Configure a Firewall for Report Server Access](../../reporting-services/report-server/configure-a-firewall-for-report-server-access.md).
49
+
If Windows Firewall is turned on, the port that the report server is configured to use is most likely closed. One indication that a port might be closed is a blank page when you attempt to open the web portal from a remote client computer. For information on configuring the firewall, see [Configure a Firewall for Report Server Access](../../reporting-services/report-server/configure-a-firewall-for-report-server-access.md).
50
50
51
-
If you are using Windows Vista or Windows Server 2008, additional steps are required before you can open Report Manager locally. For more information, see [Configure a Native Mode Report Server for Local Administration (SSRS)](../../reporting-services/report-server/configure-a-native-mode-report-server-for-local-administration-ssrs.md).
51
+
If you are using Windows Vista or Windows Server 2008, additional steps are required before you can open the web portal locally. For more information, see [Configure a Native Mode Report Server for Local Administration (SSRS)](../../reporting-services/report-server/configure-a-native-mode-report-server-for-local-administration-ssrs.md).
52
52
53
53
Verify your installation by creating folders, uploading items, and running reports. Follow the instructions in [Verify a Reporting Services Installation](../../reporting-services/install-windows/verify-a-reporting-services-installation.md) to verify your installation.
54
54
55
-
## See Also
55
+
## See also
56
56
[Manage a Reporting Services Native Mode Report Server](../../reporting-services/report-server/manage-a-reporting-services-native-mode-report-server.md)
57
57
[Configure a Firewall for Report Server Access](../../reporting-services/report-server/configure-a-firewall-for-report-server-access.md)
58
58
[Configure a Native Mode Report Server for Local Administration (SSRS)](../../reporting-services/report-server/configure-a-native-mode-report-server-for-local-administration-ssrs.md)
59
59
[Configure a Report Server for Remote Administration](../../reporting-services/report-server/configure-a-report-server-for-remote-administration.md)
0 commit comments