<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SSRS - Techyaz.com</title>
	<atom:link href="https://techyaz.com/category/sql-server/ssrs/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Tips, Tutorials and How-to Topics</description>
	<lastBuildDate>Mon, 23 Apr 2018 12:12:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>https://techyaz.com/wp-content/uploads/2017/11/cropped-Site-icon-150x150.png</url>
	<title>SSRS - Techyaz.com</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Configure Reporting Services after Renaming SQL Server Instance</title>
		<link>https://techyaz.com/sql-server/ssrs/configure-reporting-services-after-renaming-sql-server-instance/</link>
					<comments>https://techyaz.com/sql-server/ssrs/configure-reporting-services-after-renaming-sql-server-instance/#comments</comments>
		
		<dc:creator><![CDATA[Manvendra Deo Singh]]></dc:creator>
		<pubDate>Thu, 19 Apr 2018 13:09:35 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[SSRS]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[reporting services]]></category>
		<category><![CDATA[ssrs]]></category>
		<guid isPermaLink="false">http://techyaz.com/?p=2115</guid>

					<description><![CDATA[<p>Sometimes we need to change the name of the server or computer on which SQL Server instance is running. Once we make changes in server name we need to change the name of installed SQL Server instance name as well&#46;&#46;&#46;</p>
<p>The post <a href="https://techyaz.com/sql-server/ssrs/configure-reporting-services-after-renaming-sql-server-instance/">How to Configure Reporting Services after Renaming SQL Server Instance</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sometimes we need to change the name of the server or computer on which SQL Server instance is running. Once we make changes in server name we need to change the name of installed SQL Server instance name as well to avoid any issue. Read attached article if you are planning to<strong> <a href="http://techyaz.com/sql-server/troubleshooting/configure-reporting-services-after-renaming-sql-server-instance/" target="_blank" rel="noopener">change SQL Server Instance name</a></strong>. Here, i am going to discuss how to configure reporting services after renaming SQL Server Instance.  You can follow below steps to rename report server.</p>
<p>I have also described multiple impacts of renaming SQL Server Instances. One of the impact of renaming SQL Server Instance that has SQL Server reporting services is also mentioned there and impact is reporting services will stop working if you simply change SQL Server instance name of report server. We need to perform some additional steps to reconfigure report server after a computer name change.</p>
<h3><span style="color: #333399;">Configure Report Server After Renaming SQL Server Instance</span></h3>
<p><img fetchpriority="high" decoding="async" class="size-full wp-image-2116 alignright" src="http://techyaz.com/wp-content/uploads/2018/04/Configure-SSRS-After-Renameing-Instance-Name.png" alt="Configure SSRS After Renaming SQL Server Instance" width="300" height="300" srcset="https://techyaz.com/wp-content/uploads/2018/04/Configure-SSRS-After-Renameing-Instance-Name.png 300w, https://techyaz.com/wp-content/uploads/2018/04/Configure-SSRS-After-Renameing-Instance-Name-150x150.png 150w, https://techyaz.com/wp-content/uploads/2018/04/Configure-SSRS-After-Renameing-Instance-Name-160x160.png 160w, https://techyaz.com/wp-content/uploads/2018/04/Configure-SSRS-After-Renameing-Instance-Name-320x320.png 320w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>You should rename SQL Server instance as per steps described in above attached link. Once you have changed SQL Server instance name then you should follow below additional steps to make reporting services accessible.</p>
<ul>
<li>Launch <strong>SQL Server Reporting Services Configuration tool</strong> and connect to the report server that uses the report server database on the renamed server.</li>
<li>Go to <strong>Database</strong> Setup page.</li>
<li>Enter SQL Server name in <strong>Server Name</strong> and then click <strong>Connect</strong>. If Reporting Services is configured using the server name, you must update the database connection information whenever the server name is changed.</li>
<li>Click <strong>Apply</strong> and close the SSRS Configuration tool.</li>
<li>Now search and open a config file <strong>RSReportServer.</strong><strong>config</strong> in a text editor and modify the <strong>UrlRoot </strong>setting to reflect the new server name.</li>
<li><strong>UrlRoot </strong>setting is used by delivery extensions to compose the URL used to access items stored on the report server. Changing the report server URL address requires that you update the <strong>UrlRoot</strong> setting so that subscriptions continue to deliver reports as expected.</li>
<li>In the same file, if it is set, modify the <strong>ReportServerUrl </strong>setting to reflect the new server name. Note if this setting is empty then do nothing.</li>
</ul>
<p>I hope you like this article. Please follow our <a href="https://www.facebook.com/Techyaz/">Facebook</a> page and <a href="https://twitter.com/Tech_yaz">Twitter</a> handle to get latest updates.</p>
<p><span style="color: #800000;"><em><strong>Read More:</strong></em></span></p>
<ul>
<li><strong><a href="http://techyaz.com/sql-server/troubleshooting/fix-error-15190-there-are-still-remote-logins-for-the-server-dbserver/" target="_blank" rel="noopener">Fix Error 15190: There are still remote logins for the server</a></strong></li>
<li><strong><a href="http://techyaz.com/sql-server/troubleshooting/change-sql-server-instance-name/" target="_blank" rel="noopener">How to Change SQL Server Instance Name?</a></strong></li>
</ul>
<p>&nbsp;</p>
<p>The post <a href="https://techyaz.com/sql-server/ssrs/configure-reporting-services-after-renaming-sql-server-instance/">How to Configure Reporting Services after Renaming SQL Server Instance</a> appeared first on <a href="https://techyaz.com">Techyaz.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techyaz.com/sql-server/ssrs/configure-reporting-services-after-renaming-sql-server-instance/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
