MicrosoftDocs / Virtualization-Documentation

Place to store our documentation, code samples, etc for public consumption.
http://docs.microsoft.com/virtualization/
Creative Commons Attribution 4.0 International
1.79k stars 1.54k forks source link

dockerize SSRS #295

Open nickinchina opened 8 years ago

nickinchina commented 8 years ago

I tried to install sql server report services in a dockerfile and i got this:

You have selected a feature that is not supported on Windows Server Core. The supported features on Windows Server Core are: Database Engine Services, SQL Server Replication, Full-Text and Semantic Extractions for Search, Analysis Services, Client Tools Connectivity, Integration Services, and SQL Client Connectivity SDK.

i wonder if this is a bug or SSRS is purposely left out?

PatrickLang commented 8 years ago

Ping @perrysk-msft - have you tried SSRS?

nickinchina commented 8 years ago

yes it gave me that error

i get around with it by /skiprules=servercoreblockunsupportedfeaturescheck

nickinchina commented 8 years ago

well, according to this, ssrs not supported on windows server core, the only question is why

https://msdn.microsoft.com/en-us/library/hh231669.aspx?f=255&MSPPError=-2147217396

YauhenPyl commented 6 years ago

any news about it? will it possible to run SSRS in docker?

robertoandrade commented 6 years ago

I believe the main reason they don't support SSRS on Windows Server Core container is because neither the UI nor the CLI works to complete the setup. I was able to use https://github.com/Microsoft/ReportingServicesTools and finish the configuration after setup using PowerShell/WMI and it's working just fine, so I guess they may switch that support in the docs some time soon providing instructions to use PowerShell to complete the configuration of the services once you set it up.

jzabroski commented 5 years ago

@robertoandrade Do you have a dockerfile or docker image I can look at for SSRS?