Databases Reference
In-Depth Information
Turn on/off the Report Server Web Service
In this exercise, we will modify the configuration file to turn on/off the Report
Server Web Service. Perform the following steps:
1. Start Notepad using Run as Administrator.
2. Open the file at this location (you may use Start | Search for
rsreportserver.config ) which is located at C:\Program Files\
Microsoft SQL Server\MSRS11.KAILUA\Reporting Services\
ReportServer\rsreportserver.config .
3.
In Edit | Find type in IsWebServiceEnabled . There are two values True /
False . If you want to turn off, change TRUE to FALSE . The default is TRUE .
Here is a section of the file reproduced:
<Service>
<IsSchedulingService>True</IsSchedulingService>
<IsNotificationService>True</IsNotificationService>
<IsEventService>True</IsEventService>
<PollingInterval>10</PollingInterval>
<WindowsServiceUseFileShareStorage>False
</WindowsServiceUseFileShareStorage>
<MemorySafetyMargin>80</MemorySafetyMargin>
<MemoryThreshold>90</MemoryThreshold>
<RecycleTime>720</RecycleTime>
<MaxAppDomainUnloadTime>30</MaxAppDomainUnloadTime>
<MaxQueueThreads>0</MaxQueueThreads>
<UrlRoot>
</UrlRoot>
<UnattendedExecutionAccount>
<UserName></UserName>
<Password></Password>
<Domain></Domain>
</UnattendedExecutionAccount>
<PolicyLevel>rssrvpolicy.config</PolicyLevel>
<IsWebServiceEnabled>True</IsWebServiceEnabled>
<IsReportManagerEnabled>True</IsReportManagerEnabled>
<FileShareStorageLocation>
<Path>
 
Search WWH ::




Custom Search