Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Running latest Windows 10 Home and trying to install reporting services on it.

I downloaded and executed SQLServerReportingServices.exe

It downloads packages and runs install, at the end it tells me "Microsoft SQL Server Reporting Services: Something went wrong, please find details in setup logs."
I look at the log files, there are some error messages.
I finally decide I don't have enough system software knowledge to understand what they're telling me.

----- 

Exerpts from SSRS_20200419003751.log:

UnexpectedError: Current security context is not associated with an Active Directory domain or forest.

UnexpectedError: Burn engine encountered error. PackageId: SSReportingServicesSetup.msi, ErrorType: WindowsInstaller, ErrorCode: -2147483648, Data: , ErrorMessage: Something went wrong, please find details in setup logs.CallStack:
Unhandled Exception: System.Exception: XmlException -    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.Load(String filename)
   at Microsoft.BIServer.Setup.MigrateSettingsStep.MigrateMachineKeyFromWebToRsConfig()
   at SetupEngine.Install()
   at SetupEngine.Execute()
   at Microsoft.BIServer.Setup.Setup.Main(String cmdLine)
   at Microsoft.BIServer.Setup.Setup.Main(String cmdLine)
, UIHint: 0

UnexpectedError: setup failed for packageId: SSReportingServicesSetup.msi, package: Microsoft SQL Server 

User: Bundle action completed with errors, please fix the issue then try repair.

----- 

I tried to uninstall, it told me I needed to restart. I restarted, then tried uninstall again, it got the below error, same as above first error...

UnexpectedError: Current security context is not associated with an Active Directory domain or forest.

I would attach .log files but if there's a way to do it I can't find it anywhere in Code Project www.


What I have tried:

What I tried is listed above...
Posted
Updated 15-Jul-20 7:22am
v2
Comments
Dave Kreskowiak 19-Apr-20 23:34pm    
I'd be willing to bet Reporting Services is not supported on Windows Home edition.
Member 14633063 20-Apr-20 14:38pm    
You'd think google would give some indication if that is the case - can't find anything on Home versus Pro. I do have a laptop with Win10 Pro on it, I am installing SQL Server 2019 then will attempt to install Reporting Services on it.
Dave Kreskowiak 20-Apr-20 14:48pm    
I too couldn't find any documentation on the O/S requirements for Reporting Services. I think MS forgot about that part when writing up the docs on SQL Server.

 
Share this answer
 
Comments
Maciej Los 19-Apr-20 4:38am    
5ed!
Member 14633063 26-Apr-20 8:06am    
Thanks for the link.
I'm running Windows 10, SQL Server 17 (and developing procedures, functions, etc), Visual Studio (latest version) for VB.Net and C# development.
16 Gigs memory, 512 Gig SSD, etc etc.
I bought a new PC, installed SSRS with no problems.
Have too much else to learn to bother with no-longer important issue.
Thanks for your efforts!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900