The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi everyone:
When i tried to uninstall the report server,error encounterd.
Below is the log.
Setup FailedSystem.UriFormatException: Invalid URI: A Dos path must be rooted, for example, 'c:\'.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Xml.XmlResolver.ResolveUri(Uri baseUri, String relativeUri)
at System.Xml.XmlTextReaderImpl..ctor(String uriStr, XmlReaderSettings settings, XmlParserContext context, XmlResolver uriResolver)
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.Linq.XElement.Load(String uri, LoadOptions options)
at Microsoft.BIServer.Configuration.ConfigReader..ctor(String configFileFullPath)
at Microsoft.BIServer.Setup.RegisterUrlAclsStep.GetApplicationsFromConfigFile()
at Microsoft.BIServer.Setup.RegisterUrlAclsStep.Uninstall()
at SetupEngine.Uninstall()
at Microsoft.BIServer.Setup.Setup.Main(String[] cmdLine)
I wish i could get your help.
This error message indicates that there is an issue with the configuration file for the Power BI Report Server. The specific error message "Invalid URI: A Dos path must be rooted, for example, 'c:'." suggests that the path specified in the configuration file is not a valid file path.
Here are a few things you can try to resolve the issue:
Check the configuration file: Open the configuration file (RSReportServer.config) and check that the path specified for the file is a valid file path. Make sure that the path is rooted, for example, 'c:'.
Check the permissions: Make sure that the user account used to uninstall the Report Server has the necessary permissions to access the configuration file.
Check for updates: Make sure that the Report Server is up to date.
Try to repair the installation: Try to repair the installation of the Report Server. This can be done by running the installer and selecting the "Repair" option.
Try to uninstall by using the command prompt: Try to uninstall the Report Server by using the command prompt and running the command: msiexec /x {product code}
If none of the above solutions work, it's recommended to open a support case with Microsoft to get further assistance.
It's also important to check the Report Server logs for more details about the error and provide this information to the support team.