<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Powerbi reportserver is not show connection string and credential after restore in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Powerbi-reportserver-is-not-show-connection-string-and/m-p/2129263#M21291</link>
    <description>&lt;P&gt;my issued was solved . I do the step as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;- backup reportserver and reportservertempdb from production cluster then restore on the new cluster&lt;/P&gt;&lt;P&gt;- backup encryption key from production and restore on the new cluster&lt;/P&gt;&lt;P&gt;-&amp;nbsp; Delete unuse hostname&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;USE&lt;/SPAN&gt; ReportServer&lt;SPAN class="s2"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;GO&lt;/P&gt;&lt;P class="p2"&gt;begin tran&lt;/P&gt;&lt;P class="p2"&gt;DELETE FROM&lt;SPAN class="s3"&gt; dbo&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;Keys&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN class="s3"&gt; Machinename &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;in&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;'....'&lt;SPAN class="s2"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;GO&lt;/P&gt;&lt;P class="p2"&gt;commit&lt;/P&gt;&lt;P&gt;- Restart PowerBI service&amp;nbsp;&lt;/P&gt;&lt;P&gt;- check Connection string and it's show as the same as production&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;Peach&lt;/P&gt;</description>
    <pubDate>Tue, 12 Oct 2021 09:28:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-10-12T09:28:20Z</dc:date>
    <item>
      <title>Powerbi reportserver is not show connection string and credential after restore</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Powerbi-reportserver-is-not-show-connection-string-and/m-p/2128460#M21287</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;I use Powerbi report server on premise May 2019 version (window server 2012) on Production include 1 database server (sqlserver 2014 std) and 2 powerbi servers.&lt;BR /&gt;I prepare the new cluster with backup restore reportserver and reportservertempdb database (sqlserver 2014 std) (backup from production) and config powerbi (May 2019 )to connect reportserver and reportservertempdb on new environment but when i connect new Powerbi web &lt;A href="https://sg-birpt-6004/reports/" target="_blank" rel="noopener"&gt;https://&amp;lt;PBIRS-servername&amp;gt;/reports/&lt;/A&gt; and go to datasource . I found that Connection is not show connection string and credential are null even though production have connection string and credentials&lt;/P&gt;&lt;P&gt;Have you found this issue or some case that's similar to my issue ? would you please help?&lt;/P&gt;&lt;P&gt;thank you,&lt;BR /&gt;Peach&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 03:20:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Powerbi-reportserver-is-not-show-connection-string-and/m-p/2128460#M21287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-12T03:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Powerbi reportserver is not show connection string and credential after restore</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Powerbi-reportserver-is-not-show-connection-string-and/m-p/2129003#M21289</link>
      <description>&lt;P&gt;Did you restored the encryption keys as well ?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 08:28:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Powerbi-reportserver-is-not-show-connection-string-and/m-p/2129003#M21289</guid>
      <dc:creator>FarhanAhmed</dc:creator>
      <dc:date>2021-10-12T08:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Powerbi reportserver is not show connection string and credential after restore</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Powerbi-reportserver-is-not-show-connection-string-and/m-p/2129012#M21290</link>
      <description>&lt;P&gt;Im trying but question is when I restore encription key from production ,in the scale-out will show server same as production. Can I delete server (production server) from scale-out on new server (that I just restore).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 08:38:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Powerbi-reportserver-is-not-show-connection-string-and/m-p/2129012#M21290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-12T08:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Powerbi reportserver is not show connection string and credential after restore</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Powerbi-reportserver-is-not-show-connection-string-and/m-p/2129263#M21291</link>
      <description>&lt;P&gt;my issued was solved . I do the step as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;- backup reportserver and reportservertempdb from production cluster then restore on the new cluster&lt;/P&gt;&lt;P&gt;- backup encryption key from production and restore on the new cluster&lt;/P&gt;&lt;P&gt;-&amp;nbsp; Delete unuse hostname&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;USE&lt;/SPAN&gt; ReportServer&lt;SPAN class="s2"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;GO&lt;/P&gt;&lt;P class="p2"&gt;begin tran&lt;/P&gt;&lt;P class="p2"&gt;DELETE FROM&lt;SPAN class="s3"&gt; dbo&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;Keys&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN class="s3"&gt; Machinename &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;in&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;'....'&lt;SPAN class="s2"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;GO&lt;/P&gt;&lt;P class="p2"&gt;commit&lt;/P&gt;&lt;P&gt;- Restart PowerBI service&amp;nbsp;&lt;/P&gt;&lt;P&gt;- check Connection string and it's show as the same as production&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;Peach&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 09:28:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Powerbi-reportserver-is-not-show-connection-string-and/m-p/2129263#M21291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-12T09:28:20Z</dc:date>
    </item>
  </channel>
</rss>

