Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
peacherry
Frequent Visitor

Powerbi reportserver is not show connection string and credential after restore

Hello ,

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.
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 https://<PBIRS-servername>/reports/ 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

Have you found this issue or some case that's similar to my issue ? would you please help?

thank you,
Peach

Screen Shot 2564-10-12 at 10.16.42.png

2 ACCEPTED SOLUTIONS
FarhanAhmed
Community Champion
Community Champion

Did you restored the encryption keys as well ?







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




View solution in original post

peacherry
Frequent Visitor

my issued was solved . I do the step as below 

- backup reportserver and reportservertempdb from production cluster then restore on the new cluster

- backup encryption key from production and restore on the new cluster

-  Delete unuse hostname 

USE ReportServer;

GO

begin tran

DELETE FROM dbo.Keys

WHERE Machinename in ('....')

GO

commit

- Restart PowerBI service 

- check Connection string and it's show as the same as production

 

thank you,

Peach

View solution in original post

3 REPLIES 3
peacherry
Frequent Visitor

my issued was solved . I do the step as below 

- backup reportserver and reportservertempdb from production cluster then restore on the new cluster

- backup encryption key from production and restore on the new cluster

-  Delete unuse hostname 

USE ReportServer;

GO

begin tran

DELETE FROM dbo.Keys

WHERE Machinename in ('....')

GO

commit

- Restart PowerBI service 

- check Connection string and it's show as the same as production

 

thank you,

Peach

FarhanAhmed
Community Champion
Community Champion

Did you restored the encryption keys as well ?







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




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

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.