Forum Discussion
RSConfigTool.exe not finding Report Server Instance
- 4 years ago
I'd suggest trying to re-run the installer and choose the "repair" option. That should hope fully fix issues like this.
Yes its only the Development environment which is running the Development edition, the other 3 environments are using Enterprise edition. Additionally I have downloaded the SQL Server Reporting Services PowerShell utilities and tried to connect to the server via Powershell and have issues, it appears that a namespace value is missing i.e
No Value is returned when executing this on the Development server:
Get-WmiObject -Namespace "Root\Microsoft\sqlserver\ReportServer" -Class __Namespace | Select-Object -Property Name | Sort Name
Executing on the other 3 setups returns a value of - RS_PBIRS
Unsure how to fix this.
- d_gosbell4 years agoSuper User
I'd suggest trying to re-run the installer and choose the "repair" option. That should hope fully fix issues like this.
- dsmudge354 years agoFrequent Visitor
Thanks d_gosbell for your suggestion, I did actually do this prior to your message & it resolved the issue and then allowed me to upgrade succesfully so all sorted thks