BREAKING CHANGE: SqlRS: No need to run the method InitializeReportServer
for any versions of SSRS
#1721
Labels
breaking change
When used on an issue, the issue has been determined to be a breaking change.
enhancement
The issue is an enhancement request.
Problem description
According to #1698 (comment) running the method
InitializeReportServer
might not be necessary.SqlServerDsc/source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1
Lines 495 to 503 in 82db5c7
Though according to the documentation ConfigurationSetting Method - InitializeReportServer the method
InitializeReportServer
do serve some purpose, but unclear when it must be run.Verbose logs
DSC configuration
Suggested solution
The following code should be run for all versions on SQL Server Reporting Services.
SqlServerDsc/source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1
Lines 466 to 482 in 82db5c7
SQL Server edition and version
SQL Server PowerShell modules
Operating system
PowerShell version
SqlServerDsc version
The text was updated successfully, but these errors were encountered: