The errors:
UpgradeFeatureSpecificRules: SQL Server 2014 Setup configuration checks for rules group 'UpgradeFeatureSpecificRules' | ||||
RS_NoCustomAuthExtensions | Checks if Report Server has any custom authentication extensions configured. | Failed | The Report Server has some custom authentication extensions configured. | |
RS_NoCustomSecurityExtensions | Checks if Report Server has any custom security extensions configured. | Failed | The Report Server has some custom security extensions configured. |
The procedure:
Before upgrading the SQL Server, you must reconfigure the server on which the Reporting service
is installed.
1. Open the rsreportserver.config file located in the reporting services directory.
2. Change the following keys:
<Security><Extension Name="Windows"
Type="DataVAntage.Reporting.SecurityExtensions.
AuthorizationExtension, DataVAntage.Reporting.SecurityExtensions"/
></Security>
<Authentication><Extension Name="Windows"
Type="DataVAntage.Reporting.SecurityExtensions.
AuthenticationExtension,
DataVAntage.Reporting.SecurityExtensions"/></Authentication>
To:
<Security><Extension Name="Windows"
Type="Microsoft.ReportingServices.Authorization.
WindowsAuthorization, Microsoft.ReportingServices.Authorization"/
></Security>
<Authentication><Extension Name="Windows"
Type="Microsoft.ReportingServices.Authentication.
WindowsAuthentication, Microsoft.ReportingServices.Authorization"/
></Authentication>
3. Stop and restart the reporting service.
I did everything as demanded by vendor and after a reboot, the error is still there
what else can I do?