Skip to content

Commit 8b8a1df

Browse files
author
Mike Hassler
committed
mikeccs: rpt mgr no more ccsmike14
1 parent dc3ceb5 commit 8b8a1df

7 files changed

Lines changed: 103 additions & 102 deletions

docs/reporting-services/install-windows/about-url-reservations-and-registration-ssrs-configuration-manager.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "About URL Reservations and Registration (SSRS Configuration Manager) | Microsoft Docs"
3-
ms.date: 05/18/2016
3+
ms.date: 06/20/2019
44
ms.prod: reporting-services
55
ms.prod_service: "reporting-services-native"
66

@@ -14,16 +14,16 @@ author: maggiesMSFT
1414
ms.author: maggies
1515
---
1616
# 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:
1818

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.
2020

2121
- 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.
2222

2323
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.
2424

2525
> [!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).
2727
2828
## <a name="ReportingServicesURLs"></a> URLs in Reporting Services
2929
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
3737
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.
3838

3939
> [!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).
4141
42-
## <a name="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+
## <a name="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).
4444

4545
*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.
4646

@@ -59,7 +59,7 @@ ms.author: maggies
5959
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.
6060

6161
> [!IMPORTANT]
62-
> The instance character is an underscore character (**_**).
62+
> The instance character is an underscore character (**_**).
6363
6464
URL reservations include a port number. The following operating systems will allow multiple Web applications to share a port:
6565

@@ -84,21 +84,20 @@ ms.author: maggies
8484
|SQL Server Express|Report Server Web service|`https://<servername>/reportserver_SQLExpress`|`https://<servername>:80/reportserver_SQLExpress`|
8585
|SQL Server Express|Web portal|`https://<servername>/reports_SQLExpress`|`https://<servername>:80/reports_SQLExpress`|
8686

87-
## <a name="URLPermissionsAccounts"></a> Authentication and Service Identity for Reporting Services URLs
87+
## <a name="URLPermissionsAccounts"></a> Authentication and service identity for Reporting Services URLs
8888
[!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.
8989

9090

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).
9292

93-
## <a name="URLlocalAdmin"></a> URLs for Local Administration
93+
## <a name="URLlocalAdmin"></a> URLs for local administration
9494
You can use `https://localhost/reportserver` or `https://localhost/reports` if you specified a strong or weak wildcard for the URL reservation.
9595

9696
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.
9797

9898
[!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 &#40;SSRS&#41;](../../reporting-services/report-server/configure-a-native-mode-report-server-for-local-administration-ssrs.md).
9999

100-
## See Also
100+
## See also
101101
[Configure a URL &#40;SSRS Configuration Manager&#41;](../../reporting-services/install-windows/configure-a-url-ssrs-configuration-manager.md)
102102
[URL Reservation Syntax &#40;SSRS Configuration Manager&#41;](../../reporting-services/install-windows/url-reservation-syntax-ssrs-configuration-manager.md)
103-
104-
103+

docs/reporting-services/report-server/configure-a-report-server-reporting-services-native-mode.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configure a Report Server (Reporting Services Native Mode) | Microsoft Docs"
3-
ms.date: 03/01/2017
3+
ms.date: 06/18/2019
44
ms.prod: reporting-services
55
ms.prod_service: "reporting-services-native"
66
ms.technology: report-server
@@ -25,13 +25,13 @@ ms.author: maggies
2525

2626
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.
2727

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.
2929

3030
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).
3131

3232
To configure a report server, use the Reporting Services Configuration tool.
3333

34-
### To minimally configure a report server installation
34+
## To minimally configure a report server installation
3535

3636
1. Start the Reporting Services Configuration tool and connect to the report server instance. For instructions, see [Reporting Services Configuration Manager &#40;Native Mode&#41;](../../reporting-services/install-windows/reporting-services-configuration-manager-native-mode.md).
3737

@@ -44,19 +44,18 @@ ms.author: maggies
4444
5. Follow the instructions in "Next Steps" to complete your deployment.
4545

4646
## Next Steps
47-
To complete your deployment, you should configure Report Manager or SharePoint integration. For more information, see [Configure Report Manager &#40;Native Mode&#41;](../../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).
4848

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).
5050

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 &#40;SSRS&#41;](../../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 &#40;SSRS&#41;](../../reporting-services/report-server/configure-a-native-mode-report-server-for-local-administration-ssrs.md).
5252

5353
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.
5454

55-
## See Also
55+
## See also
5656
[Manage a Reporting Services Native Mode Report Server](../../reporting-services/report-server/manage-a-reporting-services-native-mode-report-server.md)
5757
[Configure a Firewall for Report Server Access](../../reporting-services/report-server/configure-a-firewall-for-report-server-access.md)
5858
[Configure a Native Mode Report Server for Local Administration &#40;SSRS&#41;](../../reporting-services/report-server/configure-a-native-mode-report-server-for-local-administration-ssrs.md)
5959
[Configure a Report Server for Remote Administration](../../reporting-services/report-server/configure-a-report-server-for-remote-administration.md)
6060
[Reporting Services Configuration Manager &#40;Native Mode&#41;](../../reporting-services/install-windows/reporting-services-configuration-manager-native-mode.md)
61-
62-
61+

0 commit comments

Comments
 (0)