When looking in the Tell me more about this problem link I get some details like this: Microsoft.ReportingServices.WmiProvider.WMIProviderException: No report servers were found. ---> System.Management.ManagementException: Invalid namespace at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) at System.Management.ManagementScope.InitializeGuts(Object o) at System.Management.ManagementScope.Initialize() at System.Management.ManagementScope.Connect() at ReportServicesConfigUI.WMIProvider.RSInstances.GetInstances(String machineName) --- End of inner exception stack trace ---
Well I HAVE to get it out of there somehow! A little research, and a lot of asking for help, and a tip comes that I should try to use the command line to get that done. Reading the MSDN Page Add and Remove Encryption Keys for Scale Out Deployment gets me what I need:
rskeymgmt -r <installation ID> You can get the <installation ID> part of that from logging in to the machine you want to remove, and finding it in the rsreportserver.config file. Or, WAY more easily, the error screen on the Configuration Manager when I tried to remove server also provides the Instance ID for me! Logging in to the SSRS Server, firing up the command prompt and running the command gave me no troubles. The servers were removed from my Scale-Out Deployment, and my Report Server migration piece is crossed off!
|